tencentcloud-sdk-tbaas 3.0.1025 → 3.0.1027
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/models.rb +0 -23
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 483897c6cfa7f115bac89c9d4591a5f96d676f59
|
4
|
+
data.tar.gz: 828b82275b47d5f938b6f802de2c1d6c9059fa16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b9d6bb2a9581311138d94813936f7d1efc9269de83de6a5f857faa1f53a80030151406c22f8487ee112a5aa55f260e5c6e2ad6e3067f5528a69c37ff7e44133
|
7
|
+
data.tar.gz: 3a38109a3be18cbdee9b40cd6339de9bb3589ddaaf4bfb1620e7fef972778235e3bd117d284eac4966c1754e05268d1ab69230997e71a0f892362d917a600b41
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1027
|
data/lib/v20180416/models.rb
CHANGED
@@ -174,19 +174,14 @@ module TencentCloud
|
|
174
174
|
# @param Code: 交易结果码
|
175
175
|
# @type Code: Integer
|
176
176
|
# @param CodeMessage: 交易结果码含义
|
177
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
178
177
|
# @type CodeMessage: String
|
179
178
|
# @param TxId: 交易ID
|
180
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
181
179
|
# @type TxId: String
|
182
180
|
# @param GasUsed: Gas使用量
|
183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
184
181
|
# @type GasUsed: Integer
|
185
182
|
# @param Message: 合约返回消息
|
186
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
187
183
|
# @type Message: String
|
188
184
|
# @param Result: 合约函数返回,base64编码
|
189
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
190
185
|
# @type Result: String
|
191
186
|
|
192
187
|
attr_accessor :Code, :CodeMessage, :TxId, :GasUsed, :Message, :Result
|
@@ -215,25 +210,18 @@ module TencentCloud
|
|
215
210
|
# @param Code: 交易结果码
|
216
211
|
# @type Code: Integer
|
217
212
|
# @param CodeMessage: 交易结果码含义
|
218
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
219
213
|
# @type CodeMessage: String
|
220
214
|
# @param TxId: 交易ID
|
221
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
222
215
|
# @type TxId: String
|
223
216
|
# @param GasUsed: Gas使用量
|
224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
225
217
|
# @type GasUsed: Integer
|
226
218
|
# @param BlockHeight: 区块高度
|
227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
228
219
|
# @type BlockHeight: Integer
|
229
220
|
# @param ContractEvent: 合约执行结果
|
230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
221
|
# @type ContractEvent: String
|
232
222
|
# @param Message: 合约返回信息
|
233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
234
223
|
# @type Message: String
|
235
224
|
# @param Timestamp: 交易时间,单位是秒
|
236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
237
225
|
# @type Timestamp: Integer
|
238
226
|
|
239
227
|
attr_accessor :Code, :CodeMessage, :TxId, :GasUsed, :BlockHeight, :ContractEvent, :Message, :Timestamp
|
@@ -1213,7 +1201,6 @@ module TencentCloud
|
|
1213
1201
|
# InvokeChainMakerDemoContract返回参数结构体
|
1214
1202
|
class InvokeChainMakerDemoContractResponse < TencentCloud::Common::AbstractModel
|
1215
1203
|
# @param Result: 交易结果
|
1216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1217
1204
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerContractResult`
|
1218
1205
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1219
1206
|
# @type RequestId: String
|
@@ -1554,12 +1541,10 @@ module TencentCloud
|
|
1554
1541
|
# QueryChainMakerDemoBlockTransaction返回参数结构体
|
1555
1542
|
class QueryChainMakerDemoBlockTransactionResponse < TencentCloud::Common::AbstractModel
|
1556
1543
|
# @param Result: 区块交易
|
1557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1558
1544
|
# @type Result: Array
|
1559
1545
|
# @param BlockHeight: 区块高度
|
1560
1546
|
# @type BlockHeight: Integer
|
1561
1547
|
# @param TxCount: 交易数量
|
1562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1563
1548
|
# @type TxCount: Integer
|
1564
1549
|
# @param BlockTimestamp: 区块时间戳,单位是秒
|
1565
1550
|
# @type BlockTimestamp: Integer
|
@@ -1627,7 +1612,6 @@ module TencentCloud
|
|
1627
1612
|
# QueryChainMakerDemoContract返回参数结构体
|
1628
1613
|
class QueryChainMakerDemoContractResponse < TencentCloud::Common::AbstractModel
|
1629
1614
|
# @param Result: 交易结果
|
1630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1631
1615
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerContractResult`
|
1632
1616
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1633
1617
|
# @type RequestId: String
|
@@ -1675,7 +1659,6 @@ module TencentCloud
|
|
1675
1659
|
# QueryChainMakerDemoTransaction返回参数结构体
|
1676
1660
|
class QueryChainMakerDemoTransactionResponse < TencentCloud::Common::AbstractModel
|
1677
1661
|
# @param Result: 交易结果
|
1678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1679
1662
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerTransactionResult`
|
1680
1663
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1681
1664
|
# @type RequestId: String
|
@@ -1954,22 +1937,16 @@ module TencentCloud
|
|
1954
1937
|
# 交易显示概述信息
|
1955
1938
|
class Transaction < TencentCloud::Common::AbstractModel
|
1956
1939
|
# @param TxId: 交易ID
|
1957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1958
1940
|
# @type TxId: String
|
1959
1941
|
# @param ChaincodeName: 合约名称
|
1960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1961
1942
|
# @type ChaincodeName: String
|
1962
1943
|
# @param Sender: 交易发送者
|
1963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1964
1944
|
# @type Sender: String
|
1965
1945
|
# @param CreateTime: 交易创建时间
|
1966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1967
1946
|
# @type CreateTime: String
|
1968
1947
|
# @param BlockHeight: 交易所在区块高度
|
1969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1970
1948
|
# @type BlockHeight: Integer
|
1971
1949
|
# @param TxIndex: 交易在区块中的序号
|
1972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1973
1950
|
# @type TxIndex: Integer
|
1974
1951
|
|
1975
1952
|
attr_accessor :TxId, :ChaincodeName, :Sender, :CreateTime, :BlockHeight, :TxIndex
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tbaas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1027
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|