tencentcloud-sdk-tbaas 3.0.590 → 3.0.591
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 +82 -82
- 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: 8bdb72d8ccc9526423ca31aadbc6671f2d5d521b
|
|
4
|
+
data.tar.gz: 18140a818d1e4df3c0879778b8404c25a2649dec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d37f9fe36c9ac1cadf407f96d5835ae66064de38ba8bb85a853a4cfb47c72e8a926af02b56d09b75e7c739da30c56914988cf9663c711a200362eb990a554954
|
|
7
|
+
data.tar.gz: 11c53b020cd566802b62c912112d60baee3b61e400dee08e37916fbefa8d2895008f8c2de26be0de596b344cbb62933c67c93084a0b322155ac208db42d05969
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -25,7 +25,7 @@ module TencentCloud
|
|
|
25
25
|
# @type SignUserCsrList: Array
|
|
26
26
|
|
|
27
27
|
attr_accessor :ClusterId, :SignUserCsrList
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
def initialize(clusterid=nil, signusercsrlist=nil)
|
|
30
30
|
@ClusterId = clusterid
|
|
31
31
|
@SignUserCsrList = signusercsrlist
|
|
@@ -53,7 +53,7 @@ module TencentCloud
|
|
|
53
53
|
# @type RequestId: String
|
|
54
54
|
|
|
55
55
|
attr_accessor :SignUserCrtList, :RequestId
|
|
56
|
-
|
|
56
|
+
|
|
57
57
|
def initialize(signusercrtlist=nil, requestid=nil)
|
|
58
58
|
@SignUserCrtList = signusercrtlist
|
|
59
59
|
@RequestId = requestid
|
|
@@ -87,7 +87,7 @@ module TencentCloud
|
|
|
87
87
|
# @type Notes: String
|
|
88
88
|
|
|
89
89
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :UserIdentity, :Applicant, :IdentityNum, :CsrData, :Notes
|
|
90
|
-
|
|
90
|
+
|
|
91
91
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, useridentity=nil, applicant=nil, identitynum=nil, csrdata=nil, notes=nil)
|
|
92
92
|
@Module = _module
|
|
93
93
|
@Operation = operation
|
|
@@ -123,7 +123,7 @@ module TencentCloud
|
|
|
123
123
|
# @type RequestId: String
|
|
124
124
|
|
|
125
125
|
attr_accessor :CertId, :CertDn, :RequestId
|
|
126
|
-
|
|
126
|
+
|
|
127
127
|
def initialize(certid=nil, certdn=nil, requestid=nil)
|
|
128
128
|
@CertId = certid
|
|
129
129
|
@CertDn = certdn
|
|
@@ -157,7 +157,7 @@ module TencentCloud
|
|
|
157
157
|
# @type ModifyTime: String
|
|
158
158
|
|
|
159
159
|
attr_accessor :BlockHash, :BlockNumber, :BlockTimestamp, :Sealer, :SealerIndex, :CreateTime, :TransCount, :ModifyTime
|
|
160
|
-
|
|
160
|
+
|
|
161
161
|
def initialize(blockhash=nil, blocknumber=nil, blocktimestamp=nil, sealer=nil, sealerindex=nil, createtime=nil, transcount=nil, modifytime=nil)
|
|
162
162
|
@BlockHash = blockhash
|
|
163
163
|
@BlockNumber = blocknumber
|
|
@@ -199,7 +199,7 @@ module TencentCloud
|
|
|
199
199
|
# @type ModifyTime: String
|
|
200
200
|
|
|
201
201
|
attr_accessor :BlockNumber, :BlockTimestamp, :TransHash, :TransFrom, :TransTo, :CreateTime, :ModifyTime
|
|
202
|
-
|
|
202
|
+
|
|
203
203
|
def initialize(blocknumber=nil, blocktimestamp=nil, transhash=nil, transfrom=nil, transto=nil, createtime=nil, modifytime=nil)
|
|
204
204
|
@BlockNumber = blocknumber
|
|
205
205
|
@BlockTimestamp = blocktimestamp
|
|
@@ -235,7 +235,7 @@ module TencentCloud
|
|
|
235
235
|
# @type TxCount: Integer
|
|
236
236
|
|
|
237
237
|
attr_accessor :BlockNum, :DataHash, :BlockId, :PreHash, :TxCount
|
|
238
|
-
|
|
238
|
+
|
|
239
239
|
def initialize(blocknum=nil, datahash=nil, blockid=nil, prehash=nil, txcount=nil)
|
|
240
240
|
@BlockNum = blocknum
|
|
241
241
|
@DataHash = datahash
|
|
@@ -274,7 +274,7 @@ module TencentCloud
|
|
|
274
274
|
# @type Result: String
|
|
275
275
|
|
|
276
276
|
attr_accessor :Code, :CodeMessage, :TxId, :GasUsed, :Message, :Result
|
|
277
|
-
|
|
277
|
+
|
|
278
278
|
def initialize(code=nil, codemessage=nil, txid=nil, gasused=nil, message=nil, result=nil)
|
|
279
279
|
@Code = code
|
|
280
280
|
@CodeMessage = codemessage
|
|
@@ -321,7 +321,7 @@ module TencentCloud
|
|
|
321
321
|
# @type Timestamp: Integer
|
|
322
322
|
|
|
323
323
|
attr_accessor :Code, :CodeMessage, :TxId, :GasUsed, :BlockHeight, :ContractEvent, :Message, :Timestamp
|
|
324
|
-
|
|
324
|
+
|
|
325
325
|
def initialize(code=nil, codemessage=nil, txid=nil, gasused=nil, blockheight=nil, contractevent=nil, message=nil, timestamp=nil)
|
|
326
326
|
@Code = code
|
|
327
327
|
@CodeMessage = codemessage
|
|
@@ -353,7 +353,7 @@ module TencentCloud
|
|
|
353
353
|
# @type PeerList: Array
|
|
354
354
|
|
|
355
355
|
attr_accessor :ChannelName, :PeerList
|
|
356
|
-
|
|
356
|
+
|
|
357
357
|
def initialize(channelname=nil, peerlist=nil)
|
|
358
358
|
@ChannelName = channelname
|
|
359
359
|
@PeerList = peerlist
|
|
@@ -382,7 +382,7 @@ module TencentCloud
|
|
|
382
382
|
# @type ClusterName: String
|
|
383
383
|
|
|
384
384
|
attr_accessor :ClusterId, :GroupList, :ClusterName
|
|
385
|
-
|
|
385
|
+
|
|
386
386
|
def initialize(clusterid=nil, grouplist=nil, clustername=nil)
|
|
387
387
|
@ClusterId = clusterid
|
|
388
388
|
@GroupList = grouplist
|
|
@@ -429,7 +429,7 @@ module TencentCloud
|
|
|
429
429
|
# @type Chaincode: String
|
|
430
430
|
|
|
431
431
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :PeerName, :ChaincodeName, :ChaincodeVersion, :ChaincodeFileType, :Chaincode
|
|
432
|
-
|
|
432
|
+
|
|
433
433
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, peername=nil, chaincodename=nil, chaincodeversion=nil, chaincodefiletype=nil, chaincode=nil)
|
|
434
434
|
@Module = _module
|
|
435
435
|
@Operation = operation
|
|
@@ -461,7 +461,7 @@ module TencentCloud
|
|
|
461
461
|
# @type RequestId: String
|
|
462
462
|
|
|
463
463
|
attr_accessor :RequestId
|
|
464
|
-
|
|
464
|
+
|
|
465
465
|
def initialize(requestid=nil)
|
|
466
466
|
@RequestId = requestid
|
|
467
467
|
end
|
|
@@ -487,7 +487,7 @@ module TencentCloud
|
|
|
487
487
|
# @type ConstructorParams: String
|
|
488
488
|
|
|
489
489
|
attr_accessor :ClusterId, :GroupId, :AbiInfo, :ByteCodeBin, :SignUserId, :ConstructorParams
|
|
490
|
-
|
|
490
|
+
|
|
491
491
|
def initialize(clusterid=nil, groupid=nil, abiinfo=nil, bytecodebin=nil, signuserid=nil, constructorparams=nil)
|
|
492
492
|
@ClusterId = clusterid
|
|
493
493
|
@GroupId = groupid
|
|
@@ -515,7 +515,7 @@ module TencentCloud
|
|
|
515
515
|
# @type RequestId: String
|
|
516
516
|
|
|
517
517
|
attr_accessor :ContractAddress, :RequestId
|
|
518
|
-
|
|
518
|
+
|
|
519
519
|
def initialize(contractaddress=nil, requestid=nil)
|
|
520
520
|
@ContractAddress = contractaddress
|
|
521
521
|
@RequestId = requestid
|
|
@@ -543,7 +543,7 @@ module TencentCloud
|
|
|
543
543
|
# @type GroupName: String
|
|
544
544
|
|
|
545
545
|
attr_accessor :Module, :Operation, :CertId, :CertDn, :ClusterId, :GroupName
|
|
546
|
-
|
|
546
|
+
|
|
547
547
|
def initialize(_module=nil, operation=nil, certid=nil, certdn=nil, clusterid=nil, groupname=nil)
|
|
548
548
|
@Module = _module
|
|
549
549
|
@Operation = operation
|
|
@@ -573,7 +573,7 @@ module TencentCloud
|
|
|
573
573
|
# @type RequestId: String
|
|
574
574
|
|
|
575
575
|
attr_accessor :CertName, :CertCtx, :RequestId
|
|
576
|
-
|
|
576
|
+
|
|
577
577
|
def initialize(certname=nil, certctx=nil, requestid=nil)
|
|
578
578
|
@CertName = certname
|
|
579
579
|
@CertCtx = certctx
|
|
@@ -595,7 +595,7 @@ module TencentCloud
|
|
|
595
595
|
# @type EndorserPeerList: Array
|
|
596
596
|
|
|
597
597
|
attr_accessor :EndorserGroupName, :EndorserPeerList
|
|
598
|
-
|
|
598
|
+
|
|
599
599
|
def initialize(endorsergroupname=nil, endorserpeerlist=nil)
|
|
600
600
|
@EndorserGroupName = endorsergroupname
|
|
601
601
|
@EndorserPeerList = endorserpeerlist
|
|
@@ -617,7 +617,7 @@ module TencentCloud
|
|
|
617
617
|
# @type BlockNumber: Integer
|
|
618
618
|
|
|
619
619
|
attr_accessor :ClusterId, :GroupId, :BlockNumber
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
def initialize(clusterid=nil, groupid=nil, blocknumber=nil)
|
|
622
622
|
@ClusterId = clusterid
|
|
623
623
|
@GroupId = groupid
|
|
@@ -639,7 +639,7 @@ module TencentCloud
|
|
|
639
639
|
# @type RequestId: String
|
|
640
640
|
|
|
641
641
|
attr_accessor :BlockJson, :RequestId
|
|
642
|
-
|
|
642
|
+
|
|
643
643
|
def initialize(blockjson=nil, requestid=nil)
|
|
644
644
|
@BlockJson = blockjson
|
|
645
645
|
@RequestId = requestid
|
|
@@ -667,7 +667,7 @@ module TencentCloud
|
|
|
667
667
|
# @type BlockHash: String
|
|
668
668
|
|
|
669
669
|
attr_accessor :ClusterId, :GroupId, :PageNumber, :PageSize, :BlockNumber, :BlockHash
|
|
670
|
-
|
|
670
|
+
|
|
671
671
|
def initialize(clusterid=nil, groupid=nil, pagenumber=nil, pagesize=nil, blocknumber=nil, blockhash=nil)
|
|
672
672
|
@ClusterId = clusterid
|
|
673
673
|
@GroupId = groupid
|
|
@@ -697,7 +697,7 @@ module TencentCloud
|
|
|
697
697
|
# @type RequestId: String
|
|
698
698
|
|
|
699
699
|
attr_accessor :TotalCount, :List, :RequestId
|
|
700
|
-
|
|
700
|
+
|
|
701
701
|
def initialize(totalcount=nil, list=nil, requestid=nil)
|
|
702
702
|
@TotalCount = totalcount
|
|
703
703
|
@List = list
|
|
@@ -728,7 +728,7 @@ module TencentCloud
|
|
|
728
728
|
# @type TransHash: String
|
|
729
729
|
|
|
730
730
|
attr_accessor :ClusterId, :GroupId, :TransHash
|
|
731
|
-
|
|
731
|
+
|
|
732
732
|
def initialize(clusterid=nil, groupid=nil, transhash=nil)
|
|
733
733
|
@ClusterId = clusterid
|
|
734
734
|
@GroupId = groupid
|
|
@@ -750,7 +750,7 @@ module TencentCloud
|
|
|
750
750
|
# @type RequestId: String
|
|
751
751
|
|
|
752
752
|
attr_accessor :TransactionJson, :RequestId
|
|
753
|
-
|
|
753
|
+
|
|
754
754
|
def initialize(transactionjson=nil, requestid=nil)
|
|
755
755
|
@TransactionJson = transactionjson
|
|
756
756
|
@RequestId = requestid
|
|
@@ -778,7 +778,7 @@ module TencentCloud
|
|
|
778
778
|
# @type TransHash: String
|
|
779
779
|
|
|
780
780
|
attr_accessor :ClusterId, :GroupId, :PageNumber, :PageSize, :BlockNumber, :TransHash
|
|
781
|
-
|
|
781
|
+
|
|
782
782
|
def initialize(clusterid=nil, groupid=nil, pagenumber=nil, pagesize=nil, blocknumber=nil, transhash=nil)
|
|
783
783
|
@ClusterId = clusterid
|
|
784
784
|
@GroupId = groupid
|
|
@@ -808,7 +808,7 @@ module TencentCloud
|
|
|
808
808
|
# @type RequestId: String
|
|
809
809
|
|
|
810
810
|
attr_accessor :TotalCount, :List, :RequestId
|
|
811
|
-
|
|
811
|
+
|
|
812
812
|
def initialize(totalcount=nil, list=nil, requestid=nil)
|
|
813
813
|
@TotalCount = totalcount
|
|
814
814
|
@List = list
|
|
@@ -851,7 +851,7 @@ module TencentCloud
|
|
|
851
851
|
# @type Limit: Integer
|
|
852
852
|
|
|
853
853
|
attr_accessor :Module, :Operation, :ChannelId, :GroupId, :ChannelName, :GroupName, :ClusterId, :Offset, :Limit
|
|
854
|
-
|
|
854
|
+
|
|
855
855
|
def initialize(_module=nil, operation=nil, channelid=nil, groupid=nil, channelname=nil, groupname=nil, clusterid=nil, offset=nil, limit=nil)
|
|
856
856
|
@Module = _module
|
|
857
857
|
@Operation = operation
|
|
@@ -887,7 +887,7 @@ module TencentCloud
|
|
|
887
887
|
# @type RequestId: String
|
|
888
888
|
|
|
889
889
|
attr_accessor :TotalCount, :BlockList, :RequestId
|
|
890
|
-
|
|
890
|
+
|
|
891
891
|
def initialize(totalcount=nil, blocklist=nil, requestid=nil)
|
|
892
892
|
@TotalCount = totalcount
|
|
893
893
|
@BlockList = blocklist
|
|
@@ -928,7 +928,7 @@ module TencentCloud
|
|
|
928
928
|
# @type Limit: Integer
|
|
929
929
|
|
|
930
930
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :ChannelName, :BlockId, :Offset, :Limit
|
|
931
|
-
|
|
931
|
+
|
|
932
932
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, channelname=nil, blockid=nil, offset=nil, limit=nil)
|
|
933
933
|
@Module = _module
|
|
934
934
|
@Operation = operation
|
|
@@ -962,7 +962,7 @@ module TencentCloud
|
|
|
962
962
|
# @type RequestId: String
|
|
963
963
|
|
|
964
964
|
attr_accessor :TotalCount, :TransactionList, :RequestId
|
|
965
|
-
|
|
965
|
+
|
|
966
966
|
def initialize(totalcount=nil, transactionlist=nil, requestid=nil)
|
|
967
967
|
@TotalCount = totalcount
|
|
968
968
|
@TransactionList = transactionlist
|
|
@@ -1005,7 +1005,7 @@ module TencentCloud
|
|
|
1005
1005
|
# @type Offset: Integer
|
|
1006
1006
|
|
|
1007
1007
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :ChaincodeName, :ChaincodeVersion, :PeerName, :Limit, :Offset
|
|
1008
|
-
|
|
1008
|
+
|
|
1009
1009
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, chaincodename=nil, chaincodeversion=nil, peername=nil, limit=nil, offset=nil)
|
|
1010
1010
|
@Module = _module
|
|
1011
1011
|
@Operation = operation
|
|
@@ -1041,7 +1041,7 @@ module TencentCloud
|
|
|
1041
1041
|
# @type RequestId: String
|
|
1042
1042
|
|
|
1043
1043
|
attr_accessor :TotalCount, :CompileLogList, :RequestId
|
|
1044
|
-
|
|
1044
|
+
|
|
1045
1045
|
def initialize(totalcount=nil, compileloglist=nil, requestid=nil)
|
|
1046
1046
|
@TotalCount = totalcount
|
|
1047
1047
|
@CompileLogList = compileloglist
|
|
@@ -1082,7 +1082,7 @@ module TencentCloud
|
|
|
1082
1082
|
# @type TaskId: Integer
|
|
1083
1083
|
|
|
1084
1084
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :ChannelName, :ChaincodeName, :ChaincodeVersion, :TaskId
|
|
1085
|
-
|
|
1085
|
+
|
|
1086
1086
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, channelname=nil, chaincodename=nil, chaincodeversion=nil, taskid=nil)
|
|
1087
1087
|
@Module = _module
|
|
1088
1088
|
@Operation = operation
|
|
@@ -1116,7 +1116,7 @@ module TencentCloud
|
|
|
1116
1116
|
# @type RequestId: String
|
|
1117
1117
|
|
|
1118
1118
|
attr_accessor :InitResult, :InitMessage, :RequestId
|
|
1119
|
-
|
|
1119
|
+
|
|
1120
1120
|
def initialize(initresult=nil, initmessage=nil, requestid=nil)
|
|
1121
1121
|
@InitResult = initresult
|
|
1122
1122
|
@InitMessage = initmessage
|
|
@@ -1152,7 +1152,7 @@ module TencentCloud
|
|
|
1152
1152
|
# @type RowNum: Integer
|
|
1153
1153
|
|
|
1154
1154
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :ChaincodeName, :ChaincodeVersion, :PeerName, :BeginTime, :RowNum
|
|
1155
|
-
|
|
1155
|
+
|
|
1156
1156
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, chaincodename=nil, chaincodeversion=nil, peername=nil, begintime=nil, rownum=nil)
|
|
1157
1157
|
@Module = _module
|
|
1158
1158
|
@Operation = operation
|
|
@@ -1188,7 +1188,7 @@ module TencentCloud
|
|
|
1188
1188
|
# @type RequestId: String
|
|
1189
1189
|
|
|
1190
1190
|
attr_accessor :TotalCount, :ChaincodeLogList, :RequestId
|
|
1191
|
-
|
|
1191
|
+
|
|
1192
1192
|
def initialize(totalcount=nil, chaincodeloglist=nil, requestid=nil)
|
|
1193
1193
|
@TotalCount = totalcount
|
|
1194
1194
|
@ChaincodeLogList = chaincodeloglist
|
|
@@ -1225,7 +1225,7 @@ module TencentCloud
|
|
|
1225
1225
|
# @type Offset: Integer
|
|
1226
1226
|
|
|
1227
1227
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :Limit, :Offset
|
|
1228
|
-
|
|
1228
|
+
|
|
1229
1229
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, limit=nil, offset=nil)
|
|
1230
1230
|
@Module = _module
|
|
1231
1231
|
@Operation = operation
|
|
@@ -1255,7 +1255,7 @@ module TencentCloud
|
|
|
1255
1255
|
# @type RequestId: String
|
|
1256
1256
|
|
|
1257
1257
|
attr_accessor :TotalCount, :ChannelList, :RequestId
|
|
1258
|
-
|
|
1258
|
+
|
|
1259
1259
|
def initialize(totalcount=nil, channellist=nil, requestid=nil)
|
|
1260
1260
|
@TotalCount = totalcount
|
|
1261
1261
|
@ChannelList = channellist
|
|
@@ -1288,7 +1288,7 @@ module TencentCloud
|
|
|
1288
1288
|
# @type Offset: Integer
|
|
1289
1289
|
|
|
1290
1290
|
attr_accessor :Module, :Operation, :Limit, :Offset
|
|
1291
|
-
|
|
1291
|
+
|
|
1292
1292
|
def initialize(_module=nil, operation=nil, limit=nil, offset=nil)
|
|
1293
1293
|
@Module = _module
|
|
1294
1294
|
@Operation = operation
|
|
@@ -1314,7 +1314,7 @@ module TencentCloud
|
|
|
1314
1314
|
# @type RequestId: String
|
|
1315
1315
|
|
|
1316
1316
|
attr_accessor :TotalCount, :ClusterList, :RequestId
|
|
1317
|
-
|
|
1317
|
+
|
|
1318
1318
|
def initialize(totalcount=nil, clusterlist=nil, requestid=nil)
|
|
1319
1319
|
@TotalCount = totalcount
|
|
1320
1320
|
@ClusterList = clusterlist
|
|
@@ -1349,7 +1349,7 @@ module TencentCloud
|
|
|
1349
1349
|
# @type GroupName: String
|
|
1350
1350
|
|
|
1351
1351
|
attr_accessor :Module, :Operation, :ClusterId, :GroupId, :GroupName
|
|
1352
|
-
|
|
1352
|
+
|
|
1353
1353
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupid=nil, groupname=nil)
|
|
1354
1354
|
@Module = _module
|
|
1355
1355
|
@Operation = operation
|
|
@@ -1403,7 +1403,7 @@ module TencentCloud
|
|
|
1403
1403
|
# @type RequestId: String
|
|
1404
1404
|
|
|
1405
1405
|
attr_accessor :TotalChannelCount, :MyChannelCount, :JoinChannelCount, :TotalPeerCount, :MyPeerCount, :OrderCount, :TotalGroupCount, :MyGroupCount, :TotalChaincodeCount, :RecentChaincodeCount, :MyChaincodeCount, :TotalCertCount, :TlsCertCount, :PeerCertCount, :ClientCertCount, :RequestId
|
|
1406
|
-
|
|
1406
|
+
|
|
1407
1407
|
def initialize(totalchannelcount=nil, mychannelcount=nil, joinchannelcount=nil, totalpeercount=nil, mypeercount=nil, ordercount=nil, totalgroupcount=nil, mygroupcount=nil, totalchaincodecount=nil, recentchaincodecount=nil, mychaincodecount=nil, totalcertcount=nil, tlscertcount=nil, peercertcount=nil, clientcertcount=nil, requestid=nil)
|
|
1408
1408
|
@TotalChannelCount = totalchannelcount
|
|
1409
1409
|
@MyChannelCount = mychannelcount
|
|
@@ -1463,7 +1463,7 @@ module TencentCloud
|
|
|
1463
1463
|
# @type GroupName: String
|
|
1464
1464
|
|
|
1465
1465
|
attr_accessor :Module, :Operation, :ClusterId, :ChannelName, :PeerName, :PeerGroup, :TxId, :GroupName
|
|
1466
|
-
|
|
1466
|
+
|
|
1467
1467
|
def initialize(_module=nil, operation=nil, clusterid=nil, channelname=nil, peername=nil, peergroup=nil, txid=nil, groupname=nil)
|
|
1468
1468
|
@Module = _module
|
|
1469
1469
|
@Operation = operation
|
|
@@ -1499,7 +1499,7 @@ module TencentCloud
|
|
|
1499
1499
|
# @type RequestId: String
|
|
1500
1500
|
|
|
1501
1501
|
attr_accessor :TxValidationCode, :TxValidationMsg, :BlockId, :RequestId
|
|
1502
|
-
|
|
1502
|
+
|
|
1503
1503
|
def initialize(txvalidationcode=nil, txvalidationmsg=nil, blockid=nil, requestid=nil)
|
|
1504
1504
|
@TxValidationCode = txvalidationcode
|
|
1505
1505
|
@TxValidationMsg = txvalidationmsg
|
|
@@ -1539,7 +1539,7 @@ module TencentCloud
|
|
|
1539
1539
|
# @type Limit: Integer
|
|
1540
1540
|
|
|
1541
1541
|
attr_accessor :Module, :Operation, :GroupId, :ChannelId, :LatestBlockNumber, :GroupName, :ChannelName, :ClusterId, :Offset, :Limit
|
|
1542
|
-
|
|
1542
|
+
|
|
1543
1543
|
def initialize(_module=nil, operation=nil, groupid=nil, channelid=nil, latestblocknumber=nil, groupname=nil, channelname=nil, clusterid=nil, offset=nil, limit=nil)
|
|
1544
1544
|
@Module = _module
|
|
1545
1545
|
@Operation = operation
|
|
@@ -1577,7 +1577,7 @@ module TencentCloud
|
|
|
1577
1577
|
# @type RequestId: String
|
|
1578
1578
|
|
|
1579
1579
|
attr_accessor :TotalCount, :TransactionList, :RequestId
|
|
1580
|
-
|
|
1580
|
+
|
|
1581
1581
|
def initialize(totalcount=nil, transactionlist=nil, requestid=nil)
|
|
1582
1582
|
@TotalCount = totalcount
|
|
1583
1583
|
@TransactionList = transactionlist
|
|
@@ -1616,7 +1616,7 @@ module TencentCloud
|
|
|
1616
1616
|
# @type RowNum: Integer
|
|
1617
1617
|
|
|
1618
1618
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :PeerName, :BeginTime, :RowNum
|
|
1619
|
-
|
|
1619
|
+
|
|
1620
1620
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, peername=nil, begintime=nil, rownum=nil)
|
|
1621
1621
|
@Module = _module
|
|
1622
1622
|
@Operation = operation
|
|
@@ -1648,7 +1648,7 @@ module TencentCloud
|
|
|
1648
1648
|
# @type RequestId: String
|
|
1649
1649
|
|
|
1650
1650
|
attr_accessor :TotalCount, :PeerLogList, :RequestId
|
|
1651
|
-
|
|
1651
|
+
|
|
1652
1652
|
def initialize(totalcount=nil, peerloglist=nil, requestid=nil)
|
|
1653
1653
|
@TotalCount = totalcount
|
|
1654
1654
|
@PeerLogList = peerloglist
|
|
@@ -1687,7 +1687,7 @@ module TencentCloud
|
|
|
1687
1687
|
# @type TransactionId: String
|
|
1688
1688
|
|
|
1689
1689
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :ChannelName, :BlockId, :TransactionId
|
|
1690
|
-
|
|
1690
|
+
|
|
1691
1691
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, channelname=nil, blockid=nil, transactionid=nil)
|
|
1692
1692
|
@Module = _module
|
|
1693
1693
|
@Operation = operation
|
|
@@ -1741,7 +1741,7 @@ module TencentCloud
|
|
|
1741
1741
|
# @type RequestId: String
|
|
1742
1742
|
|
|
1743
1743
|
attr_accessor :TransactionId, :TransactionHash, :CreateOrgName, :TransactionType, :TransactionStatus, :CreateTime, :TransactionData, :BlockId, :BlockHash, :BlockHeight, :ChannelName, :ContractName, :EndorserOrgList, :RequestId
|
|
1744
|
-
|
|
1744
|
+
|
|
1745
1745
|
def initialize(transactionid=nil, transactionhash=nil, createorgname=nil, transactiontype=nil, transactionstatus=nil, createtime=nil, transactiondata=nil, blockid=nil, blockhash=nil, blockheight=nil, channelname=nil, contractname=nil, endorserorglist=nil, requestid=nil)
|
|
1746
1746
|
@TransactionId = transactionid
|
|
1747
1747
|
@TransactionHash = transactionhash
|
|
@@ -1792,7 +1792,7 @@ module TencentCloud
|
|
|
1792
1792
|
# @type GroupMSPId: String
|
|
1793
1793
|
|
|
1794
1794
|
attr_accessor :GroupName, :GroupMSPId
|
|
1795
|
-
|
|
1795
|
+
|
|
1796
1796
|
def initialize(groupname=nil, groupmspid=nil)
|
|
1797
1797
|
@GroupName = groupname
|
|
1798
1798
|
@GroupMSPId = groupmspid
|
|
@@ -1826,7 +1826,7 @@ module TencentCloud
|
|
|
1826
1826
|
# @type Args: Array
|
|
1827
1827
|
|
|
1828
1828
|
attr_accessor :Module, :Operation, :ClusterId, :GroupName, :ChaincodeName, :ChaincodeVersion, :ChannelName, :PeerName, :Args
|
|
1829
|
-
|
|
1829
|
+
|
|
1830
1830
|
def initialize(_module=nil, operation=nil, clusterid=nil, groupname=nil, chaincodename=nil, chaincodeversion=nil, channelname=nil, peername=nil, args=nil)
|
|
1831
1831
|
@Module = _module
|
|
1832
1832
|
@Operation = operation
|
|
@@ -1860,7 +1860,7 @@ module TencentCloud
|
|
|
1860
1860
|
# @type RequestId: String
|
|
1861
1861
|
|
|
1862
1862
|
attr_accessor :TaskId, :RequestId
|
|
1863
|
-
|
|
1863
|
+
|
|
1864
1864
|
def initialize(taskid=nil, requestid=nil)
|
|
1865
1865
|
@TaskId = taskid
|
|
1866
1866
|
@RequestId = requestid
|
|
@@ -1890,7 +1890,7 @@ module TencentCloud
|
|
|
1890
1890
|
# @type FuncParam: String
|
|
1891
1891
|
|
|
1892
1892
|
attr_accessor :ClusterId, :GroupId, :ContractAddress, :AbiInfo, :FuncName, :SignUserId, :FuncParam
|
|
1893
|
-
|
|
1893
|
+
|
|
1894
1894
|
def initialize(clusterid=nil, groupid=nil, contractaddress=nil, abiinfo=nil, funcname=nil, signuserid=nil, funcparam=nil)
|
|
1895
1895
|
@ClusterId = clusterid
|
|
1896
1896
|
@GroupId = groupid
|
|
@@ -1920,7 +1920,7 @@ module TencentCloud
|
|
|
1920
1920
|
# @type RequestId: String
|
|
1921
1921
|
|
|
1922
1922
|
attr_accessor :TransactionRsp, :RequestId
|
|
1923
|
-
|
|
1923
|
+
|
|
1924
1924
|
def initialize(transactionrsp=nil, requestid=nil)
|
|
1925
1925
|
@TransactionRsp = transactionrsp
|
|
1926
1926
|
@RequestId = requestid
|
|
@@ -1948,7 +1948,7 @@ module TencentCloud
|
|
|
1948
1948
|
# @type AsyncFlag: Integer
|
|
1949
1949
|
|
|
1950
1950
|
attr_accessor :ClusterId, :ChainId, :ContractName, :FuncName, :FuncParam, :AsyncFlag
|
|
1951
|
-
|
|
1951
|
+
|
|
1952
1952
|
def initialize(clusterid=nil, chainid=nil, contractname=nil, funcname=nil, funcparam=nil, asyncflag=nil)
|
|
1953
1953
|
@ClusterId = clusterid
|
|
1954
1954
|
@ChainId = chainid
|
|
@@ -1977,7 +1977,7 @@ module TencentCloud
|
|
|
1977
1977
|
# @type RequestId: String
|
|
1978
1978
|
|
|
1979
1979
|
attr_accessor :Result, :RequestId
|
|
1980
|
-
|
|
1980
|
+
|
|
1981
1981
|
def initialize(result=nil, requestid=nil)
|
|
1982
1982
|
@Result = result
|
|
1983
1983
|
@RequestId = requestid
|
|
@@ -2008,7 +2008,7 @@ module TencentCloud
|
|
|
2008
2008
|
# @type AsyncFlag: Integer
|
|
2009
2009
|
|
|
2010
2010
|
attr_accessor :ClusterId, :ChainId, :ContractName, :FuncName, :FuncParam, :AsyncFlag
|
|
2011
|
-
|
|
2011
|
+
|
|
2012
2012
|
def initialize(clusterid=nil, chainid=nil, contractname=nil, funcname=nil, funcparam=nil, asyncflag=nil)
|
|
2013
2013
|
@ClusterId = clusterid
|
|
2014
2014
|
@ChainId = chainid
|
|
@@ -2037,7 +2037,7 @@ module TencentCloud
|
|
|
2037
2037
|
# @type RequestId: String
|
|
2038
2038
|
|
|
2039
2039
|
attr_accessor :Result, :RequestId
|
|
2040
|
-
|
|
2040
|
+
|
|
2041
2041
|
def initialize(result=nil, requestid=nil)
|
|
2042
2042
|
@Result = result
|
|
2043
2043
|
@RequestId = requestid
|
|
@@ -2076,7 +2076,7 @@ module TencentCloud
|
|
|
2076
2076
|
# @type AsyncFlag: Integer
|
|
2077
2077
|
|
|
2078
2078
|
attr_accessor :Module, :Operation, :ClusterId, :ChaincodeName, :ChannelName, :Peers, :FuncName, :GroupName, :Args, :AsyncFlag
|
|
2079
|
-
|
|
2079
|
+
|
|
2080
2080
|
def initialize(_module=nil, operation=nil, clusterid=nil, chaincodename=nil, channelname=nil, peers=nil, funcname=nil, groupname=nil, args=nil, asyncflag=nil)
|
|
2081
2081
|
@Module = _module
|
|
2082
2082
|
@Operation = operation
|
|
@@ -2121,7 +2121,7 @@ module TencentCloud
|
|
|
2121
2121
|
# @type RequestId: String
|
|
2122
2122
|
|
|
2123
2123
|
attr_accessor :Txid, :Events, :RequestId
|
|
2124
|
-
|
|
2124
|
+
|
|
2125
2125
|
def initialize(txid=nil, events=nil, requestid=nil)
|
|
2126
2126
|
@Txid = txid
|
|
2127
2127
|
@Events = events
|
|
@@ -2143,7 +2143,7 @@ module TencentCloud
|
|
|
2143
2143
|
# @type LogMessage: String
|
|
2144
2144
|
|
|
2145
2145
|
attr_accessor :LineNumber, :LogMessage
|
|
2146
|
-
|
|
2146
|
+
|
|
2147
2147
|
def initialize(linenumber=nil, logmessage=nil)
|
|
2148
2148
|
@LineNumber = linenumber
|
|
2149
2149
|
@LogMessage = logmessage
|
|
@@ -2161,7 +2161,7 @@ module TencentCloud
|
|
|
2161
2161
|
# @type PeerName: String
|
|
2162
2162
|
|
|
2163
2163
|
attr_accessor :PeerName
|
|
2164
|
-
|
|
2164
|
+
|
|
2165
2165
|
def initialize(peername=nil)
|
|
2166
2166
|
@PeerName = peername
|
|
2167
2167
|
end
|
|
@@ -2179,7 +2179,7 @@ module TencentCloud
|
|
|
2179
2179
|
# @type OrgName: String
|
|
2180
2180
|
|
|
2181
2181
|
attr_accessor :PeerName, :OrgName
|
|
2182
|
-
|
|
2182
|
+
|
|
2183
2183
|
def initialize(peername=nil, orgname=nil)
|
|
2184
2184
|
@PeerName = peername
|
|
2185
2185
|
@OrgName = orgname
|
|
@@ -2201,7 +2201,7 @@ module TencentCloud
|
|
|
2201
2201
|
# @type BlockHeight: Integer
|
|
2202
2202
|
|
|
2203
2203
|
attr_accessor :ClusterId, :ChainId, :BlockHeight
|
|
2204
|
-
|
|
2204
|
+
|
|
2205
2205
|
def initialize(clusterid=nil, chainid=nil, blockheight=nil)
|
|
2206
2206
|
@ClusterId = clusterid
|
|
2207
2207
|
@ChainId = chainid
|
|
@@ -2231,7 +2231,7 @@ module TencentCloud
|
|
|
2231
2231
|
# @type RequestId: String
|
|
2232
2232
|
|
|
2233
2233
|
attr_accessor :Result, :BlockHeight, :TxCount, :BlockTimestamp, :RequestId
|
|
2234
|
-
|
|
2234
|
+
|
|
2235
2235
|
def initialize(result=nil, blockheight=nil, txcount=nil, blocktimestamp=nil, requestid=nil)
|
|
2236
2236
|
@Result = result
|
|
2237
2237
|
@BlockHeight = blockheight
|
|
@@ -2270,7 +2270,7 @@ module TencentCloud
|
|
|
2270
2270
|
# @type FuncParam: String
|
|
2271
2271
|
|
|
2272
2272
|
attr_accessor :ClusterId, :ChainId, :ContractName, :FuncName, :FuncParam
|
|
2273
|
-
|
|
2273
|
+
|
|
2274
2274
|
def initialize(clusterid=nil, chainid=nil, contractname=nil, funcname=nil, funcparam=nil)
|
|
2275
2275
|
@ClusterId = clusterid
|
|
2276
2276
|
@ChainId = chainid
|
|
@@ -2297,7 +2297,7 @@ module TencentCloud
|
|
|
2297
2297
|
# @type RequestId: String
|
|
2298
2298
|
|
|
2299
2299
|
attr_accessor :Result, :RequestId
|
|
2300
|
-
|
|
2300
|
+
|
|
2301
2301
|
def initialize(result=nil, requestid=nil)
|
|
2302
2302
|
@Result = result
|
|
2303
2303
|
@RequestId = requestid
|
|
@@ -2322,7 +2322,7 @@ module TencentCloud
|
|
|
2322
2322
|
# @type BlockHeight: Integer
|
|
2323
2323
|
|
|
2324
2324
|
attr_accessor :ClusterId, :ChainId, :BlockHeight
|
|
2325
|
-
|
|
2325
|
+
|
|
2326
2326
|
def initialize(clusterid=nil, chainid=nil, blockheight=nil)
|
|
2327
2327
|
@ClusterId = clusterid
|
|
2328
2328
|
@ChainId = chainid
|
|
@@ -2352,7 +2352,7 @@ module TencentCloud
|
|
|
2352
2352
|
# @type RequestId: String
|
|
2353
2353
|
|
|
2354
2354
|
attr_accessor :Result, :BlockHeight, :TxCount, :BlockTimestamp, :RequestId
|
|
2355
|
-
|
|
2355
|
+
|
|
2356
2356
|
def initialize(result=nil, blockheight=nil, txcount=nil, blocktimestamp=nil, requestid=nil)
|
|
2357
2357
|
@Result = result
|
|
2358
2358
|
@BlockHeight = blockheight
|
|
@@ -2391,7 +2391,7 @@ module TencentCloud
|
|
|
2391
2391
|
# @type FuncParam: String
|
|
2392
2392
|
|
|
2393
2393
|
attr_accessor :ClusterId, :ChainId, :ContractName, :FuncName, :FuncParam
|
|
2394
|
-
|
|
2394
|
+
|
|
2395
2395
|
def initialize(clusterid=nil, chainid=nil, contractname=nil, funcname=nil, funcparam=nil)
|
|
2396
2396
|
@ClusterId = clusterid
|
|
2397
2397
|
@ChainId = chainid
|
|
@@ -2418,7 +2418,7 @@ module TencentCloud
|
|
|
2418
2418
|
# @type RequestId: String
|
|
2419
2419
|
|
|
2420
2420
|
attr_accessor :Result, :RequestId
|
|
2421
|
-
|
|
2421
|
+
|
|
2422
2422
|
def initialize(result=nil, requestid=nil)
|
|
2423
2423
|
@Result = result
|
|
2424
2424
|
@RequestId = requestid
|
|
@@ -2443,7 +2443,7 @@ module TencentCloud
|
|
|
2443
2443
|
# @type TxID: String
|
|
2444
2444
|
|
|
2445
2445
|
attr_accessor :ClusterId, :ChainId, :TxID
|
|
2446
|
-
|
|
2446
|
+
|
|
2447
2447
|
def initialize(clusterid=nil, chainid=nil, txid=nil)
|
|
2448
2448
|
@ClusterId = clusterid
|
|
2449
2449
|
@ChainId = chainid
|
|
@@ -2466,7 +2466,7 @@ module TencentCloud
|
|
|
2466
2466
|
# @type RequestId: String
|
|
2467
2467
|
|
|
2468
2468
|
attr_accessor :Result, :RequestId
|
|
2469
|
-
|
|
2469
|
+
|
|
2470
2470
|
def initialize(result=nil, requestid=nil)
|
|
2471
2471
|
@Result = result
|
|
2472
2472
|
@RequestId = requestid
|
|
@@ -2491,7 +2491,7 @@ module TencentCloud
|
|
|
2491
2491
|
# @type TxID: String
|
|
2492
2492
|
|
|
2493
2493
|
attr_accessor :ClusterId, :ChainId, :TxID
|
|
2494
|
-
|
|
2494
|
+
|
|
2495
2495
|
def initialize(clusterid=nil, chainid=nil, txid=nil)
|
|
2496
2496
|
@ClusterId = clusterid
|
|
2497
2497
|
@ChainId = chainid
|
|
@@ -2514,7 +2514,7 @@ module TencentCloud
|
|
|
2514
2514
|
# @type RequestId: String
|
|
2515
2515
|
|
|
2516
2516
|
attr_accessor :Result, :RequestId
|
|
2517
|
-
|
|
2517
|
+
|
|
2518
2518
|
def initialize(result=nil, requestid=nil)
|
|
2519
2519
|
@Result = result
|
|
2520
2520
|
@RequestId = requestid
|
|
@@ -2551,7 +2551,7 @@ module TencentCloud
|
|
|
2551
2551
|
# @type Args: Array
|
|
2552
2552
|
|
|
2553
2553
|
attr_accessor :Module, :Operation, :ClusterId, :ChaincodeName, :ChannelName, :Peers, :FuncName, :GroupName, :Args
|
|
2554
|
-
|
|
2554
|
+
|
|
2555
2555
|
def initialize(_module=nil, operation=nil, clusterid=nil, chaincodename=nil, channelname=nil, peers=nil, funcname=nil, groupname=nil, args=nil)
|
|
2556
2556
|
@Module = _module
|
|
2557
2557
|
@Operation = operation
|
|
@@ -2592,7 +2592,7 @@ module TencentCloud
|
|
|
2592
2592
|
# @type RequestId: String
|
|
2593
2593
|
|
|
2594
2594
|
attr_accessor :Data, :RequestId
|
|
2595
|
-
|
|
2595
|
+
|
|
2596
2596
|
def initialize(data=nil, requestid=nil)
|
|
2597
2597
|
@Data = data
|
|
2598
2598
|
@RequestId = requestid
|
|
@@ -2612,7 +2612,7 @@ module TencentCloud
|
|
|
2612
2612
|
# @type SignCsrContent: String
|
|
2613
2613
|
|
|
2614
2614
|
attr_accessor :CertMark, :SignCsrContent
|
|
2615
|
-
|
|
2615
|
+
|
|
2616
2616
|
def initialize(certmark=nil, signcsrcontent=nil)
|
|
2617
2617
|
@CertMark = certmark
|
|
2618
2618
|
@SignCsrContent = signcsrcontent
|
|
@@ -2634,7 +2634,7 @@ module TencentCloud
|
|
|
2634
2634
|
# @type Param: String
|
|
2635
2635
|
|
|
2636
2636
|
attr_accessor :Service, :Method, :Param
|
|
2637
|
-
|
|
2637
|
+
|
|
2638
2638
|
def initialize(service=nil, method=nil, param=nil)
|
|
2639
2639
|
@Service = service
|
|
2640
2640
|
@Method = method
|
|
@@ -2660,7 +2660,7 @@ module TencentCloud
|
|
|
2660
2660
|
# @type RequestId: String
|
|
2661
2661
|
|
|
2662
2662
|
attr_accessor :RetCode, :RetMsg, :Data, :RequestId
|
|
2663
|
-
|
|
2663
|
+
|
|
2664
2664
|
def initialize(retcode=nil, retmsg=nil, data=nil, requestid=nil)
|
|
2665
2665
|
@RetCode = retcode
|
|
2666
2666
|
@RetMsg = retmsg
|
|
@@ -2696,7 +2696,7 @@ module TencentCloud
|
|
|
2696
2696
|
# @type TransactionStatus: String
|
|
2697
2697
|
|
|
2698
2698
|
attr_accessor :TransactionId, :TransactionHash, :CreateOrgName, :BlockId, :TransactionType, :CreateTime, :BlockHeight, :TransactionStatus
|
|
2699
|
-
|
|
2699
|
+
|
|
2700
2700
|
def initialize(transactionid=nil, transactionhash=nil, createorgname=nil, blockid=nil, transactiontype=nil, createtime=nil, blockheight=nil, transactionstatus=nil)
|
|
2701
2701
|
@TransactionId = transactionid
|
|
2702
2702
|
@TransactionHash = transactionhash
|
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.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|