tencentcloud-sdk-tbaas 3.0.1026 → 3.0.1028
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 -29
- 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: 4baef79702aacb7cc9001e1d9f23cccc9f83cb6a
|
4
|
+
data.tar.gz: 871d3c5975f7cd23cc69cf7a690a3efeabf8a6a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b59df7b277a50545af3dbaa5815ec90785a8b9b812d5a9e84d902e04c335c81d005d38692ef4f18a4f018402e25c4cd332bb991536809f25a55524a3b9083f20
|
7
|
+
data.tar.gz: 12b4802f938694a0d8cf491f2d9bee54aa4a791b26950d29c7e783eeb12fad2f4f0ef060a4dfc63b28d0b94a42bb291e83014d5d7ca99096c9cebdf748ddb3a6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1028
|
data/lib/v20180416/models.rb
CHANGED
@@ -47,7 +47,6 @@ module TencentCloud
|
|
47
47
|
# ApplyChainMakerBatchUserCert返回参数结构体
|
48
48
|
class ApplyChainMakerBatchUserCertResponse < TencentCloud::Common::AbstractModel
|
49
49
|
# @param SignUserCrtList: 成功生成的用户证书的base64编码字符串列表,与SignUserCsrList一一对应
|
50
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
51
50
|
# @type SignUserCrtList: Array
|
52
51
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
53
52
|
# @type RequestId: String
|
@@ -174,19 +173,14 @@ module TencentCloud
|
|
174
173
|
# @param Code: 交易结果码
|
175
174
|
# @type Code: Integer
|
176
175
|
# @param CodeMessage: 交易结果码含义
|
177
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
178
176
|
# @type CodeMessage: String
|
179
177
|
# @param TxId: 交易ID
|
180
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
181
178
|
# @type TxId: String
|
182
179
|
# @param GasUsed: Gas使用量
|
183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
184
180
|
# @type GasUsed: Integer
|
185
181
|
# @param Message: 合约返回消息
|
186
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
187
182
|
# @type Message: String
|
188
183
|
# @param Result: 合约函数返回,base64编码
|
189
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
190
184
|
# @type Result: String
|
191
185
|
|
192
186
|
attr_accessor :Code, :CodeMessage, :TxId, :GasUsed, :Message, :Result
|
@@ -215,25 +209,18 @@ module TencentCloud
|
|
215
209
|
# @param Code: 交易结果码
|
216
210
|
# @type Code: Integer
|
217
211
|
# @param CodeMessage: 交易结果码含义
|
218
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
219
212
|
# @type CodeMessage: String
|
220
213
|
# @param TxId: 交易ID
|
221
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
222
214
|
# @type TxId: String
|
223
215
|
# @param GasUsed: Gas使用量
|
224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
225
216
|
# @type GasUsed: Integer
|
226
217
|
# @param BlockHeight: 区块高度
|
227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
228
218
|
# @type BlockHeight: Integer
|
229
219
|
# @param ContractEvent: 合约执行结果
|
230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
220
|
# @type ContractEvent: String
|
232
221
|
# @param Message: 合约返回信息
|
233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
234
222
|
# @type Message: String
|
235
223
|
# @param Timestamp: 交易时间,单位是秒
|
236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
237
224
|
# @type Timestamp: Integer
|
238
225
|
|
239
226
|
attr_accessor :Code, :CodeMessage, :TxId, :GasUsed, :BlockHeight, :ContractEvent, :Message, :Timestamp
|
@@ -1153,7 +1140,6 @@ module TencentCloud
|
|
1153
1140
|
# InvokeChainMakerContract返回参数结构体
|
1154
1141
|
class InvokeChainMakerContractResponse < TencentCloud::Common::AbstractModel
|
1155
1142
|
# @param Result: 交易结果
|
1156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1157
1143
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerContractResult`
|
1158
1144
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1159
1145
|
# @type RequestId: String
|
@@ -1213,7 +1199,6 @@ module TencentCloud
|
|
1213
1199
|
# InvokeChainMakerDemoContract返回参数结构体
|
1214
1200
|
class InvokeChainMakerDemoContractResponse < TencentCloud::Common::AbstractModel
|
1215
1201
|
# @param Result: 交易结果
|
1216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1217
1202
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerContractResult`
|
1218
1203
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1219
1204
|
# @type RequestId: String
|
@@ -1433,12 +1418,10 @@ module TencentCloud
|
|
1433
1418
|
# QueryChainMakerBlockTransaction返回参数结构体
|
1434
1419
|
class QueryChainMakerBlockTransactionResponse < TencentCloud::Common::AbstractModel
|
1435
1420
|
# @param Result: 区块交易
|
1436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1437
1421
|
# @type Result: Array
|
1438
1422
|
# @param BlockHeight: 区块高度
|
1439
1423
|
# @type BlockHeight: Integer
|
1440
1424
|
# @param TxCount: 交易数量
|
1441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1442
1425
|
# @type TxCount: Integer
|
1443
1426
|
# @param BlockTimestamp: 区块时间戳,单位是秒
|
1444
1427
|
# @type BlockTimestamp: Integer
|
@@ -1506,7 +1489,6 @@ module TencentCloud
|
|
1506
1489
|
# QueryChainMakerContract返回参数结构体
|
1507
1490
|
class QueryChainMakerContractResponse < TencentCloud::Common::AbstractModel
|
1508
1491
|
# @param Result: 交易结果
|
1509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1510
1492
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerContractResult`
|
1511
1493
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1512
1494
|
# @type RequestId: String
|
@@ -1554,12 +1536,10 @@ module TencentCloud
|
|
1554
1536
|
# QueryChainMakerDemoBlockTransaction返回参数结构体
|
1555
1537
|
class QueryChainMakerDemoBlockTransactionResponse < TencentCloud::Common::AbstractModel
|
1556
1538
|
# @param Result: 区块交易
|
1557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1558
1539
|
# @type Result: Array
|
1559
1540
|
# @param BlockHeight: 区块高度
|
1560
1541
|
# @type BlockHeight: Integer
|
1561
1542
|
# @param TxCount: 交易数量
|
1562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1563
1543
|
# @type TxCount: Integer
|
1564
1544
|
# @param BlockTimestamp: 区块时间戳,单位是秒
|
1565
1545
|
# @type BlockTimestamp: Integer
|
@@ -1627,7 +1607,6 @@ module TencentCloud
|
|
1627
1607
|
# QueryChainMakerDemoContract返回参数结构体
|
1628
1608
|
class QueryChainMakerDemoContractResponse < TencentCloud::Common::AbstractModel
|
1629
1609
|
# @param Result: 交易结果
|
1630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1631
1610
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerContractResult`
|
1632
1611
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1633
1612
|
# @type RequestId: String
|
@@ -1675,7 +1654,6 @@ module TencentCloud
|
|
1675
1654
|
# QueryChainMakerDemoTransaction返回参数结构体
|
1676
1655
|
class QueryChainMakerDemoTransactionResponse < TencentCloud::Common::AbstractModel
|
1677
1656
|
# @param Result: 交易结果
|
1678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1679
1657
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerTransactionResult`
|
1680
1658
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1681
1659
|
# @type RequestId: String
|
@@ -1723,7 +1701,6 @@ module TencentCloud
|
|
1723
1701
|
# QueryChainMakerTransaction返回参数结构体
|
1724
1702
|
class QueryChainMakerTransactionResponse < TencentCloud::Common::AbstractModel
|
1725
1703
|
# @param Result: 交易结果
|
1726
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1727
1704
|
# @type Result: :class:`Tencentcloud::Tbaas.v20180416.models.ChainMakerTransactionResult`
|
1728
1705
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1729
1706
|
# @type RequestId: String
|
@@ -1954,22 +1931,16 @@ module TencentCloud
|
|
1954
1931
|
# 交易显示概述信息
|
1955
1932
|
class Transaction < TencentCloud::Common::AbstractModel
|
1956
1933
|
# @param TxId: 交易ID
|
1957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1958
1934
|
# @type TxId: String
|
1959
1935
|
# @param ChaincodeName: 合约名称
|
1960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1961
1936
|
# @type ChaincodeName: String
|
1962
1937
|
# @param Sender: 交易发送者
|
1963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1964
1938
|
# @type Sender: String
|
1965
1939
|
# @param CreateTime: 交易创建时间
|
1966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1967
1940
|
# @type CreateTime: String
|
1968
1941
|
# @param BlockHeight: 交易所在区块高度
|
1969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1970
1942
|
# @type BlockHeight: Integer
|
1971
1943
|
# @param TxIndex: 交易在区块中的序号
|
1972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1973
1944
|
# @type TxIndex: Integer
|
1974
1945
|
|
1975
1946
|
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.1028
|
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-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|