@ocap/client 1.28.8 → 1.29.0
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.
- package/README.md +0 -1
- package/dist/browser.d.ts +455 -595
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.LICENSE.txt +55 -0
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +5 -20
- package/dist/types.js +200 -201
- package/dist/types.js.map +1 -1
- package/lib/node.d.ts +455 -595
- package/lib/schema/graphql.json +5 -20
- package/lib/types.js +200 -201
- package/lib/types.js.map +1 -1
- package/package.json +21 -22
package/dist/types.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
/**
|
|
3
2
|
* List all query method names
|
|
4
3
|
*
|
|
@@ -148,7 +147,7 @@
|
|
|
148
147
|
*/
|
|
149
148
|
|
|
150
149
|
/**
|
|
151
|
-
* Structure of GraphQLClient.AccountFilterInput
|
|
150
|
+
* Structure of GraphQLClient.AccountFilterInput
|
|
152
151
|
*
|
|
153
152
|
* @memberof GraphQLClient
|
|
154
153
|
* @typedef {object} GraphQLClient.AccountFilterInput
|
|
@@ -156,7 +155,7 @@
|
|
|
156
155
|
*/
|
|
157
156
|
|
|
158
157
|
/**
|
|
159
|
-
* Structure of GraphQLClient.AddressFilterInput
|
|
158
|
+
* Structure of GraphQLClient.AddressFilterInput
|
|
160
159
|
*
|
|
161
160
|
* @memberof GraphQLClient
|
|
162
161
|
* @typedef {object} GraphQLClient.AddressFilterInput
|
|
@@ -166,7 +165,7 @@
|
|
|
166
165
|
*/
|
|
167
166
|
|
|
168
167
|
/**
|
|
169
|
-
* Structure of GraphQLClient.AssetFilterInput
|
|
168
|
+
* Structure of GraphQLClient.AssetFilterInput
|
|
170
169
|
*
|
|
171
170
|
* @memberof GraphQLClient
|
|
172
171
|
* @typedef {object} GraphQLClient.AssetFilterInput
|
|
@@ -174,7 +173,7 @@
|
|
|
174
173
|
*/
|
|
175
174
|
|
|
176
175
|
/**
|
|
177
|
-
* Structure of GraphQLClient.DelegationFilterInput
|
|
176
|
+
* Structure of GraphQLClient.DelegationFilterInput
|
|
178
177
|
*
|
|
179
178
|
* @memberof GraphQLClient
|
|
180
179
|
* @typedef {object} GraphQLClient.DelegationFilterInput
|
|
@@ -182,7 +181,7 @@
|
|
|
182
181
|
*/
|
|
183
182
|
|
|
184
183
|
/**
|
|
185
|
-
* Structure of GraphQLClient.FactoryFilterInput
|
|
184
|
+
* Structure of GraphQLClient.FactoryFilterInput
|
|
186
185
|
*
|
|
187
186
|
* @memberof GraphQLClient
|
|
188
187
|
* @typedef {object} GraphQLClient.FactoryFilterInput
|
|
@@ -190,7 +189,7 @@
|
|
|
190
189
|
*/
|
|
191
190
|
|
|
192
191
|
/**
|
|
193
|
-
* Structure of GraphQLClient.PageInput
|
|
192
|
+
* Structure of GraphQLClient.PageInput
|
|
194
193
|
*
|
|
195
194
|
* @memberof GraphQLClient
|
|
196
195
|
* @typedef {object} GraphQLClient.PageInput
|
|
@@ -200,7 +199,7 @@
|
|
|
200
199
|
*/
|
|
201
200
|
|
|
202
201
|
/**
|
|
203
|
-
* Structure of GraphQLClient.PageOrderInput
|
|
202
|
+
* Structure of GraphQLClient.PageOrderInput
|
|
204
203
|
*
|
|
205
204
|
* @memberof GraphQLClient
|
|
206
205
|
* @typedef {object} GraphQLClient.PageOrderInput
|
|
@@ -209,7 +208,7 @@
|
|
|
209
208
|
*/
|
|
210
209
|
|
|
211
210
|
/**
|
|
212
|
-
* Structure of GraphQLClient.RangeFilterInput
|
|
211
|
+
* Structure of GraphQLClient.RangeFilterInput
|
|
213
212
|
*
|
|
214
213
|
* @memberof GraphQLClient
|
|
215
214
|
* @typedef {object} GraphQLClient.RangeFilterInput
|
|
@@ -218,7 +217,7 @@
|
|
|
218
217
|
*/
|
|
219
218
|
|
|
220
219
|
/**
|
|
221
|
-
* Structure of GraphQLClient.RequestEstimateGasInput
|
|
220
|
+
* Structure of GraphQLClient.RequestEstimateGasInput
|
|
222
221
|
*
|
|
223
222
|
* @memberof GraphQLClient
|
|
224
223
|
* @typedef {object} GraphQLClient.RequestEstimateGasInput
|
|
@@ -227,7 +226,7 @@
|
|
|
227
226
|
*/
|
|
228
227
|
|
|
229
228
|
/**
|
|
230
|
-
* Structure of GraphQLClient.RequestGetAccountStateInput
|
|
229
|
+
* Structure of GraphQLClient.RequestGetAccountStateInput
|
|
231
230
|
*
|
|
232
231
|
* @memberof GraphQLClient
|
|
233
232
|
* @typedef {object} GraphQLClient.RequestGetAccountStateInput
|
|
@@ -238,7 +237,7 @@
|
|
|
238
237
|
*/
|
|
239
238
|
|
|
240
239
|
/**
|
|
241
|
-
* Structure of GraphQLClient.RequestGetAccountTokensInput
|
|
240
|
+
* Structure of GraphQLClient.RequestGetAccountTokensInput
|
|
242
241
|
*
|
|
243
242
|
* @memberof GraphQLClient
|
|
244
243
|
* @typedef {object} GraphQLClient.RequestGetAccountTokensInput
|
|
@@ -247,7 +246,7 @@
|
|
|
247
246
|
*/
|
|
248
247
|
|
|
249
248
|
/**
|
|
250
|
-
* Structure of GraphQLClient.RequestGetBlockInput
|
|
249
|
+
* Structure of GraphQLClient.RequestGetBlockInput
|
|
251
250
|
*
|
|
252
251
|
* @memberof GraphQLClient
|
|
253
252
|
* @typedef {object} GraphQLClient.RequestGetBlockInput
|
|
@@ -255,7 +254,7 @@
|
|
|
255
254
|
*/
|
|
256
255
|
|
|
257
256
|
/**
|
|
258
|
-
* Structure of GraphQLClient.RequestGetBlocksInput
|
|
257
|
+
* Structure of GraphQLClient.RequestGetBlocksInput
|
|
259
258
|
*
|
|
260
259
|
* @memberof GraphQLClient
|
|
261
260
|
* @typedef {object} GraphQLClient.RequestGetBlocksInput
|
|
@@ -265,7 +264,7 @@
|
|
|
265
264
|
*/
|
|
266
265
|
|
|
267
266
|
/**
|
|
268
|
-
* Structure of GraphQLClient.RequestGetConfigInput
|
|
267
|
+
* Structure of GraphQLClient.RequestGetConfigInput
|
|
269
268
|
*
|
|
270
269
|
* @memberof GraphQLClient
|
|
271
270
|
* @typedef {object} GraphQLClient.RequestGetConfigInput
|
|
@@ -273,7 +272,7 @@
|
|
|
273
272
|
*/
|
|
274
273
|
|
|
275
274
|
/**
|
|
276
|
-
* Structure of GraphQLClient.RequestGetEvidenceStateInput
|
|
275
|
+
* Structure of GraphQLClient.RequestGetEvidenceStateInput
|
|
277
276
|
*
|
|
278
277
|
* @memberof GraphQLClient
|
|
279
278
|
* @typedef {object} GraphQLClient.RequestGetEvidenceStateInput
|
|
@@ -281,7 +280,7 @@
|
|
|
281
280
|
*/
|
|
282
281
|
|
|
283
282
|
/**
|
|
284
|
-
* Structure of GraphQLClient.RequestGetRollupBlockInput
|
|
283
|
+
* Structure of GraphQLClient.RequestGetRollupBlockInput
|
|
285
284
|
*
|
|
286
285
|
* @memberof GraphQLClient
|
|
287
286
|
* @typedef {object} GraphQLClient.RequestGetRollupBlockInput
|
|
@@ -291,7 +290,7 @@
|
|
|
291
290
|
*/
|
|
292
291
|
|
|
293
292
|
/**
|
|
294
|
-
* Structure of GraphQLClient.RequestGetStateInput
|
|
293
|
+
* Structure of GraphQLClient.RequestGetStateInput
|
|
295
294
|
*
|
|
296
295
|
* @memberof GraphQLClient
|
|
297
296
|
* @typedef {object} GraphQLClient.RequestGetStateInput
|
|
@@ -301,7 +300,7 @@
|
|
|
301
300
|
*/
|
|
302
301
|
|
|
303
302
|
/**
|
|
304
|
-
* Structure of GraphQLClient.RequestGetTokenDistributionInput
|
|
303
|
+
* Structure of GraphQLClient.RequestGetTokenDistributionInput
|
|
305
304
|
*
|
|
306
305
|
* @memberof GraphQLClient
|
|
307
306
|
* @typedef {object} GraphQLClient.RequestGetTokenDistributionInput
|
|
@@ -309,7 +308,7 @@
|
|
|
309
308
|
*/
|
|
310
309
|
|
|
311
310
|
/**
|
|
312
|
-
* Structure of GraphQLClient.RequestGetTxInput
|
|
311
|
+
* Structure of GraphQLClient.RequestGetTxInput
|
|
313
312
|
*
|
|
314
313
|
* @memberof GraphQLClient
|
|
315
314
|
* @typedef {object} GraphQLClient.RequestGetTxInput
|
|
@@ -317,7 +316,7 @@
|
|
|
317
316
|
*/
|
|
318
317
|
|
|
319
318
|
/**
|
|
320
|
-
* Structure of GraphQLClient.RequestListAssetTransactionsInput
|
|
319
|
+
* Structure of GraphQLClient.RequestListAssetTransactionsInput
|
|
321
320
|
*
|
|
322
321
|
* @memberof GraphQLClient
|
|
323
322
|
* @typedef {object} GraphQLClient.RequestListAssetTransactionsInput
|
|
@@ -326,7 +325,7 @@
|
|
|
326
325
|
*/
|
|
327
326
|
|
|
328
327
|
/**
|
|
329
|
-
* Structure of GraphQLClient.RequestListAssetsInput
|
|
328
|
+
* Structure of GraphQLClient.RequestListAssetsInput
|
|
330
329
|
*
|
|
331
330
|
* @memberof GraphQLClient
|
|
332
331
|
* @typedef {object} GraphQLClient.RequestListAssetsInput
|
|
@@ -337,7 +336,7 @@
|
|
|
337
336
|
*/
|
|
338
337
|
|
|
339
338
|
/**
|
|
340
|
-
* Structure of GraphQLClient.RequestListBlocksInput
|
|
339
|
+
* Structure of GraphQLClient.RequestListBlocksInput
|
|
341
340
|
*
|
|
342
341
|
* @memberof GraphQLClient
|
|
343
342
|
* @typedef {object} GraphQLClient.RequestListBlocksInput
|
|
@@ -350,7 +349,7 @@
|
|
|
350
349
|
*/
|
|
351
350
|
|
|
352
351
|
/**
|
|
353
|
-
* Structure of GraphQLClient.RequestListDelegationsInput
|
|
352
|
+
* Structure of GraphQLClient.RequestListDelegationsInput
|
|
354
353
|
*
|
|
355
354
|
* @memberof GraphQLClient
|
|
356
355
|
* @typedef {object} GraphQLClient.RequestListDelegationsInput
|
|
@@ -361,7 +360,7 @@
|
|
|
361
360
|
*/
|
|
362
361
|
|
|
363
362
|
/**
|
|
364
|
-
* Structure of GraphQLClient.RequestListFactoriesInput
|
|
363
|
+
* Structure of GraphQLClient.RequestListFactoriesInput
|
|
365
364
|
*
|
|
366
365
|
* @memberof GraphQLClient
|
|
367
366
|
* @typedef {object} GraphQLClient.RequestListFactoriesInput
|
|
@@ -372,7 +371,7 @@
|
|
|
372
371
|
*/
|
|
373
372
|
|
|
374
373
|
/**
|
|
375
|
-
* Structure of GraphQLClient.RequestListRollupBlocksInput
|
|
374
|
+
* Structure of GraphQLClient.RequestListRollupBlocksInput
|
|
376
375
|
*
|
|
377
376
|
* @memberof GraphQLClient
|
|
378
377
|
* @typedef {object} GraphQLClient.RequestListRollupBlocksInput
|
|
@@ -386,7 +385,7 @@
|
|
|
386
385
|
*/
|
|
387
386
|
|
|
388
387
|
/**
|
|
389
|
-
* Structure of GraphQLClient.RequestListRollupValidatorsInput
|
|
388
|
+
* Structure of GraphQLClient.RequestListRollupValidatorsInput
|
|
390
389
|
*
|
|
391
390
|
* @memberof GraphQLClient
|
|
392
391
|
* @typedef {object} GraphQLClient.RequestListRollupValidatorsInput
|
|
@@ -395,7 +394,7 @@
|
|
|
395
394
|
*/
|
|
396
395
|
|
|
397
396
|
/**
|
|
398
|
-
* Structure of GraphQLClient.RequestListRollupsInput
|
|
397
|
+
* Structure of GraphQLClient.RequestListRollupsInput
|
|
399
398
|
*
|
|
400
399
|
* @memberof GraphQLClient
|
|
401
400
|
* @typedef {object} GraphQLClient.RequestListRollupsInput
|
|
@@ -406,7 +405,7 @@
|
|
|
406
405
|
*/
|
|
407
406
|
|
|
408
407
|
/**
|
|
409
|
-
* Structure of GraphQLClient.RequestListStakesInput
|
|
408
|
+
* Structure of GraphQLClient.RequestListStakesInput
|
|
410
409
|
*
|
|
411
410
|
* @memberof GraphQLClient
|
|
412
411
|
* @typedef {object} GraphQLClient.RequestListStakesInput
|
|
@@ -417,7 +416,7 @@
|
|
|
417
416
|
*/
|
|
418
417
|
|
|
419
418
|
/**
|
|
420
|
-
* Structure of GraphQLClient.RequestListTokenFlowsInput
|
|
419
|
+
* Structure of GraphQLClient.RequestListTokenFlowsInput
|
|
421
420
|
*
|
|
422
421
|
* @memberof GraphQLClient
|
|
423
422
|
* @typedef {object} GraphQLClient.RequestListTokenFlowsInput
|
|
@@ -429,7 +428,7 @@
|
|
|
429
428
|
*/
|
|
430
429
|
|
|
431
430
|
/**
|
|
432
|
-
* Structure of GraphQLClient.RequestListTokensInput
|
|
431
|
+
* Structure of GraphQLClient.RequestListTokensInput
|
|
433
432
|
*
|
|
434
433
|
* @memberof GraphQLClient
|
|
435
434
|
* @typedef {object} GraphQLClient.RequestListTokensInput
|
|
@@ -439,7 +438,7 @@
|
|
|
439
438
|
*/
|
|
440
439
|
|
|
441
440
|
/**
|
|
442
|
-
* Structure of GraphQLClient.RequestListTopAccountsInput
|
|
441
|
+
* Structure of GraphQLClient.RequestListTopAccountsInput
|
|
443
442
|
*
|
|
444
443
|
* @memberof GraphQLClient
|
|
445
444
|
* @typedef {object} GraphQLClient.RequestListTopAccountsInput
|
|
@@ -449,7 +448,7 @@
|
|
|
449
448
|
*/
|
|
450
449
|
|
|
451
450
|
/**
|
|
452
|
-
* Structure of GraphQLClient.RequestListTransactionsInput
|
|
451
|
+
* Structure of GraphQLClient.RequestListTransactionsInput
|
|
453
452
|
*
|
|
454
453
|
* @memberof GraphQLClient
|
|
455
454
|
* @typedef {object} GraphQLClient.RequestListTransactionsInput
|
|
@@ -470,7 +469,7 @@
|
|
|
470
469
|
*/
|
|
471
470
|
|
|
472
471
|
/**
|
|
473
|
-
* Structure of GraphQLClient.RequestSearchInput
|
|
472
|
+
* Structure of GraphQLClient.RequestSearchInput
|
|
474
473
|
*
|
|
475
474
|
* @memberof GraphQLClient
|
|
476
475
|
* @typedef {object} GraphQLClient.RequestSearchInput
|
|
@@ -479,7 +478,7 @@
|
|
|
479
478
|
*/
|
|
480
479
|
|
|
481
480
|
/**
|
|
482
|
-
* Structure of GraphQLClient.RequestSendTxInput
|
|
481
|
+
* Structure of GraphQLClient.RequestSendTxInput
|
|
483
482
|
*
|
|
484
483
|
* @memberof GraphQLClient
|
|
485
484
|
* @typedef {object} GraphQLClient.RequestSendTxInput
|
|
@@ -491,7 +490,7 @@
|
|
|
491
490
|
*/
|
|
492
491
|
|
|
493
492
|
/**
|
|
494
|
-
* Structure of GraphQLClient.RequestVerifyAccountRiskInput
|
|
493
|
+
* Structure of GraphQLClient.RequestVerifyAccountRiskInput
|
|
495
494
|
*
|
|
496
495
|
* @memberof GraphQLClient
|
|
497
496
|
* @typedef {object} GraphQLClient.RequestVerifyAccountRiskInput
|
|
@@ -500,7 +499,7 @@
|
|
|
500
499
|
*/
|
|
501
500
|
|
|
502
501
|
/**
|
|
503
|
-
* Structure of GraphQLClient.RollupFilterInput
|
|
502
|
+
* Structure of GraphQLClient.RollupFilterInput
|
|
504
503
|
*
|
|
505
504
|
* @memberof GraphQLClient
|
|
506
505
|
* @typedef {object} GraphQLClient.RollupFilterInput
|
|
@@ -508,7 +507,7 @@
|
|
|
508
507
|
*/
|
|
509
508
|
|
|
510
509
|
/**
|
|
511
|
-
* Structure of GraphQLClient.StakeFilterInput
|
|
510
|
+
* Structure of GraphQLClient.StakeFilterInput
|
|
512
511
|
*
|
|
513
512
|
* @memberof GraphQLClient
|
|
514
513
|
* @typedef {object} GraphQLClient.StakeFilterInput
|
|
@@ -516,7 +515,7 @@
|
|
|
516
515
|
*/
|
|
517
516
|
|
|
518
517
|
/**
|
|
519
|
-
* Structure of GraphQLClient.TimeFilterInput
|
|
518
|
+
* Structure of GraphQLClient.TimeFilterInput
|
|
520
519
|
*
|
|
521
520
|
* @memberof GraphQLClient
|
|
522
521
|
* @typedef {object} GraphQLClient.TimeFilterInput
|
|
@@ -526,7 +525,7 @@
|
|
|
526
525
|
*/
|
|
527
526
|
|
|
528
527
|
/**
|
|
529
|
-
* Structure of GraphQLClient.TokenFactoryFilterInput
|
|
528
|
+
* Structure of GraphQLClient.TokenFactoryFilterInput
|
|
530
529
|
*
|
|
531
530
|
* @memberof GraphQLClient
|
|
532
531
|
* @typedef {object} GraphQLClient.TokenFactoryFilterInput
|
|
@@ -534,7 +533,7 @@
|
|
|
534
533
|
*/
|
|
535
534
|
|
|
536
535
|
/**
|
|
537
|
-
* Structure of GraphQLClient.TokenFilterInput
|
|
536
|
+
* Structure of GraphQLClient.TokenFilterInput
|
|
538
537
|
*
|
|
539
538
|
* @memberof GraphQLClient
|
|
540
539
|
* @typedef {object} GraphQLClient.TokenFilterInput
|
|
@@ -542,7 +541,7 @@
|
|
|
542
541
|
*/
|
|
543
542
|
|
|
544
543
|
/**
|
|
545
|
-
* Structure of GraphQLClient.TxFilterInput
|
|
544
|
+
* Structure of GraphQLClient.TxFilterInput
|
|
546
545
|
*
|
|
547
546
|
* @memberof GraphQLClient
|
|
548
547
|
* @typedef {object} GraphQLClient.TxFilterInput
|
|
@@ -550,7 +549,7 @@
|
|
|
550
549
|
*/
|
|
551
550
|
|
|
552
551
|
/**
|
|
553
|
-
* Structure of GraphQLClient.TypeFilterInput
|
|
552
|
+
* Structure of GraphQLClient.TypeFilterInput
|
|
554
553
|
*
|
|
555
554
|
* @memberof GraphQLClient
|
|
556
555
|
* @typedef {object} GraphQLClient.TypeFilterInput
|
|
@@ -558,7 +557,7 @@
|
|
|
558
557
|
*/
|
|
559
558
|
|
|
560
559
|
/**
|
|
561
|
-
* Structure of GraphQLClient.ValidatorFilterInput
|
|
560
|
+
* Structure of GraphQLClient.ValidatorFilterInput
|
|
562
561
|
*
|
|
563
562
|
* @memberof GraphQLClient
|
|
564
563
|
* @typedef {object} GraphQLClient.ValidatorFilterInput
|
|
@@ -566,7 +565,7 @@
|
|
|
566
565
|
*/
|
|
567
566
|
|
|
568
567
|
/**
|
|
569
|
-
* Structure of GraphQLClient.ValidityFilterInput
|
|
568
|
+
* Structure of GraphQLClient.ValidityFilterInput
|
|
570
569
|
*
|
|
571
570
|
* @memberof GraphQLClient
|
|
572
571
|
* @typedef {object} GraphQLClient.ValidityFilterInput
|
|
@@ -574,7 +573,7 @@
|
|
|
574
573
|
*/
|
|
575
574
|
|
|
576
575
|
/**
|
|
577
|
-
* Structure of GraphQLClient.WalletInfoInput
|
|
576
|
+
* Structure of GraphQLClient.WalletInfoInput
|
|
578
577
|
*
|
|
579
578
|
* @memberof GraphQLClient
|
|
580
579
|
* @typedef {object} GraphQLClient.WalletInfoInput
|
|
@@ -585,7 +584,7 @@
|
|
|
585
584
|
*/
|
|
586
585
|
|
|
587
586
|
/**
|
|
588
|
-
* Structure of GraphQLClient.WalletTypeInput
|
|
587
|
+
* Structure of GraphQLClient.WalletTypeInput
|
|
589
588
|
*
|
|
590
589
|
* @memberof GraphQLClient
|
|
591
590
|
* @typedef {object} GraphQLClient.WalletTypeInput
|
|
@@ -596,7 +595,7 @@
|
|
|
596
595
|
*/
|
|
597
596
|
|
|
598
597
|
/**
|
|
599
|
-
* Structure of GraphQLClient.AccountConfig
|
|
598
|
+
* Structure of GraphQLClient.AccountConfig
|
|
600
599
|
*
|
|
601
600
|
* @memberof GraphQLClient
|
|
602
601
|
* @typedef {object} GraphQLClient.AccountConfig
|
|
@@ -635,7 +634,7 @@
|
|
|
635
634
|
*/
|
|
636
635
|
|
|
637
636
|
/**
|
|
638
|
-
* Structure of GraphQLClient.AccountState
|
|
637
|
+
* Structure of GraphQLClient.AccountState
|
|
639
638
|
*
|
|
640
639
|
* @memberof GraphQLClient
|
|
641
640
|
* @typedef {object} GraphQLClient.AccountState
|
|
@@ -657,7 +656,7 @@
|
|
|
657
656
|
*/
|
|
658
657
|
|
|
659
658
|
/**
|
|
660
|
-
* Structure of GraphQLClient.AccountToken
|
|
659
|
+
* Structure of GraphQLClient.AccountToken
|
|
661
660
|
*
|
|
662
661
|
* @memberof GraphQLClient
|
|
663
662
|
* @typedef {object} GraphQLClient.AccountToken
|
|
@@ -668,7 +667,7 @@
|
|
|
668
667
|
*/
|
|
669
668
|
|
|
670
669
|
/**
|
|
671
|
-
* Structure of GraphQLClient.AcquireAssetV2Tx
|
|
670
|
+
* Structure of GraphQLClient.AcquireAssetV2Tx
|
|
672
671
|
*
|
|
673
672
|
* @memberof GraphQLClient
|
|
674
673
|
* @typedef {object} GraphQLClient.AcquireAssetV2Tx
|
|
@@ -681,7 +680,7 @@
|
|
|
681
680
|
*/
|
|
682
681
|
|
|
683
682
|
/**
|
|
684
|
-
* Structure of GraphQLClient.AcquireAssetV3Tx
|
|
683
|
+
* Structure of GraphQLClient.AcquireAssetV3Tx
|
|
685
684
|
*
|
|
686
685
|
* @memberof GraphQLClient
|
|
687
686
|
* @typedef {object} GraphQLClient.AcquireAssetV3Tx
|
|
@@ -695,7 +694,7 @@
|
|
|
695
694
|
*/
|
|
696
695
|
|
|
697
696
|
/**
|
|
698
|
-
* Structure of GraphQLClient.Any
|
|
697
|
+
* Structure of GraphQLClient.Any
|
|
699
698
|
*
|
|
700
699
|
* @memberof GraphQLClient
|
|
701
700
|
* @typedef {object} GraphQLClient.Any
|
|
@@ -704,7 +703,7 @@
|
|
|
704
703
|
*/
|
|
705
704
|
|
|
706
705
|
/**
|
|
707
|
-
* Structure of GraphQLClient.AssetFactoryHook
|
|
706
|
+
* Structure of GraphQLClient.AssetFactoryHook
|
|
708
707
|
*
|
|
709
708
|
* @memberof GraphQLClient
|
|
710
709
|
* @typedef {object} GraphQLClient.AssetFactoryHook
|
|
@@ -714,7 +713,7 @@
|
|
|
714
713
|
*/
|
|
715
714
|
|
|
716
715
|
/**
|
|
717
|
-
* Structure of GraphQLClient.AssetFactoryInput
|
|
716
|
+
* Structure of GraphQLClient.AssetFactoryInput
|
|
718
717
|
*
|
|
719
718
|
* @memberof GraphQLClient
|
|
720
719
|
* @typedef {object} GraphQLClient.AssetFactoryInput
|
|
@@ -725,7 +724,7 @@
|
|
|
725
724
|
*/
|
|
726
725
|
|
|
727
726
|
/**
|
|
728
|
-
* Structure of GraphQLClient.AssetFactoryState
|
|
727
|
+
* Structure of GraphQLClient.AssetFactoryState
|
|
729
728
|
*
|
|
730
729
|
* @memberof GraphQLClient
|
|
731
730
|
* @typedef {object} GraphQLClient.AssetFactoryState
|
|
@@ -749,7 +748,7 @@
|
|
|
749
748
|
*/
|
|
750
749
|
|
|
751
750
|
/**
|
|
752
|
-
* Structure of GraphQLClient.AssetLimit
|
|
751
|
+
* Structure of GraphQLClient.AssetLimit
|
|
753
752
|
*
|
|
754
753
|
* @memberof GraphQLClient
|
|
755
754
|
* @typedef {object} GraphQLClient.AssetLimit
|
|
@@ -763,7 +762,7 @@
|
|
|
763
762
|
*/
|
|
764
763
|
|
|
765
764
|
/**
|
|
766
|
-
* Structure of GraphQLClient.AssetState
|
|
765
|
+
* Structure of GraphQLClient.AssetState
|
|
767
766
|
*
|
|
768
767
|
* @memberof GraphQLClient
|
|
769
768
|
* @typedef {object} GraphQLClient.AssetState
|
|
@@ -784,7 +783,7 @@
|
|
|
784
783
|
*/
|
|
785
784
|
|
|
786
785
|
/**
|
|
787
|
-
* Structure of GraphQLClient.BlockID
|
|
786
|
+
* Structure of GraphQLClient.BlockID
|
|
788
787
|
*
|
|
789
788
|
* @memberof GraphQLClient
|
|
790
789
|
* @typedef {object} GraphQLClient.BlockID
|
|
@@ -793,7 +792,7 @@
|
|
|
793
792
|
*/
|
|
794
793
|
|
|
795
794
|
/**
|
|
796
|
-
* Structure of GraphQLClient.BlockInfo
|
|
795
|
+
* Structure of GraphQLClient.BlockInfo
|
|
797
796
|
*
|
|
798
797
|
* @memberof GraphQLClient
|
|
799
798
|
* @typedef {object} GraphQLClient.BlockInfo
|
|
@@ -819,7 +818,7 @@
|
|
|
819
818
|
*/
|
|
820
819
|
|
|
821
820
|
/**
|
|
822
|
-
* Structure of GraphQLClient.BlockInfoSimple
|
|
821
|
+
* Structure of GraphQLClient.BlockInfoSimple
|
|
823
822
|
*
|
|
824
823
|
* @memberof GraphQLClient
|
|
825
824
|
* @typedef {object} GraphQLClient.BlockInfoSimple
|
|
@@ -843,7 +842,7 @@
|
|
|
843
842
|
*/
|
|
844
843
|
|
|
845
844
|
/**
|
|
846
|
-
* Structure of GraphQLClient.ChainInfo
|
|
845
|
+
* Structure of GraphQLClient.ChainInfo
|
|
847
846
|
*
|
|
848
847
|
* @memberof GraphQLClient
|
|
849
848
|
* @typedef {object} GraphQLClient.ChainInfo
|
|
@@ -865,7 +864,7 @@
|
|
|
865
864
|
*/
|
|
866
865
|
|
|
867
866
|
/**
|
|
868
|
-
* Structure of GraphQLClient.ChainInfo_ForgeAppsVersionEntry
|
|
867
|
+
* Structure of GraphQLClient.ChainInfo_ForgeAppsVersionEntry
|
|
869
868
|
*
|
|
870
869
|
* @memberof GraphQLClient
|
|
871
870
|
* @typedef {object} GraphQLClient.ChainInfo_ForgeAppsVersionEntry
|
|
@@ -950,7 +949,7 @@
|
|
|
950
949
|
*/
|
|
951
950
|
|
|
952
951
|
/**
|
|
953
|
-
* Structure of GraphQLClient.ConsensusParams
|
|
952
|
+
* Structure of GraphQLClient.ConsensusParams
|
|
954
953
|
*
|
|
955
954
|
* @memberof GraphQLClient
|
|
956
955
|
* @typedef {object} GraphQLClient.ConsensusParams
|
|
@@ -985,7 +984,7 @@
|
|
|
985
984
|
*/
|
|
986
985
|
|
|
987
986
|
/**
|
|
988
|
-
* Structure of GraphQLClient.CreateAssetTx
|
|
987
|
+
* Structure of GraphQLClient.CreateAssetTx
|
|
989
988
|
*
|
|
990
989
|
* @memberof GraphQLClient
|
|
991
990
|
* @typedef {object} GraphQLClient.CreateAssetTx
|
|
@@ -1003,7 +1002,7 @@
|
|
|
1003
1002
|
*/
|
|
1004
1003
|
|
|
1005
1004
|
/**
|
|
1006
|
-
* Structure of GraphQLClient.CreateFactoryTx
|
|
1005
|
+
* Structure of GraphQLClient.CreateFactoryTx
|
|
1007
1006
|
*
|
|
1008
1007
|
* @memberof GraphQLClient
|
|
1009
1008
|
* @typedef {object} GraphQLClient.CreateFactoryTx
|
|
@@ -1021,7 +1020,7 @@
|
|
|
1021
1020
|
*/
|
|
1022
1021
|
|
|
1023
1022
|
/**
|
|
1024
|
-
* Structure of GraphQLClient.CreateRollupBlockTx
|
|
1023
|
+
* Structure of GraphQLClient.CreateRollupBlockTx
|
|
1025
1024
|
*
|
|
1026
1025
|
* @memberof GraphQLClient
|
|
1027
1026
|
* @typedef {object} GraphQLClient.CreateRollupBlockTx
|
|
@@ -1040,7 +1039,7 @@
|
|
|
1040
1039
|
*/
|
|
1041
1040
|
|
|
1042
1041
|
/**
|
|
1043
|
-
* Structure of GraphQLClient.CreateRollupTx
|
|
1042
|
+
* Structure of GraphQLClient.CreateRollupTx
|
|
1044
1043
|
*
|
|
1045
1044
|
* @memberof GraphQLClient
|
|
1046
1045
|
* @typedef {object} GraphQLClient.CreateRollupTx
|
|
@@ -1079,7 +1078,7 @@
|
|
|
1079
1078
|
*/
|
|
1080
1079
|
|
|
1081
1080
|
/**
|
|
1082
|
-
* Structure of GraphQLClient.CreateTokenTx
|
|
1081
|
+
* Structure of GraphQLClient.CreateTokenTx
|
|
1083
1082
|
*
|
|
1084
1083
|
* @memberof GraphQLClient
|
|
1085
1084
|
* @typedef {object} GraphQLClient.CreateTokenTx
|
|
@@ -1101,7 +1100,7 @@
|
|
|
1101
1100
|
*/
|
|
1102
1101
|
|
|
1103
1102
|
/**
|
|
1104
|
-
* Structure of GraphQLClient.CurveConfig
|
|
1103
|
+
* Structure of GraphQLClient.CurveConfig
|
|
1105
1104
|
*
|
|
1106
1105
|
* @memberof GraphQLClient
|
|
1107
1106
|
* @typedef {object} GraphQLClient.CurveConfig
|
|
@@ -1113,7 +1112,7 @@
|
|
|
1113
1112
|
*/
|
|
1114
1113
|
|
|
1115
1114
|
/**
|
|
1116
|
-
* Structure of GraphQLClient.DelegateConfig
|
|
1115
|
+
* Structure of GraphQLClient.DelegateConfig
|
|
1117
1116
|
*
|
|
1118
1117
|
* @memberof GraphQLClient
|
|
1119
1118
|
* @typedef {object} GraphQLClient.DelegateConfig
|
|
@@ -1122,7 +1121,7 @@
|
|
|
1122
1121
|
*/
|
|
1123
1122
|
|
|
1124
1123
|
/**
|
|
1125
|
-
* Structure of GraphQLClient.DelegateLimit
|
|
1124
|
+
* Structure of GraphQLClient.DelegateLimit
|
|
1126
1125
|
*
|
|
1127
1126
|
* @memberof GraphQLClient
|
|
1128
1127
|
* @typedef {object} GraphQLClient.DelegateLimit
|
|
@@ -1131,7 +1130,7 @@
|
|
|
1131
1130
|
*/
|
|
1132
1131
|
|
|
1133
1132
|
/**
|
|
1134
|
-
* Structure of GraphQLClient.DelegateOp
|
|
1133
|
+
* Structure of GraphQLClient.DelegateOp
|
|
1135
1134
|
*
|
|
1136
1135
|
* @memberof GraphQLClient
|
|
1137
1136
|
* @typedef {object} GraphQLClient.DelegateOp
|
|
@@ -1141,7 +1140,7 @@
|
|
|
1141
1140
|
*/
|
|
1142
1141
|
|
|
1143
1142
|
/**
|
|
1144
|
-
* Structure of GraphQLClient.DelegateOpState
|
|
1143
|
+
* Structure of GraphQLClient.DelegateOpState
|
|
1145
1144
|
*
|
|
1146
1145
|
* @memberof GraphQLClient
|
|
1147
1146
|
* @typedef {object} GraphQLClient.DelegateOpState
|
|
@@ -1154,7 +1153,7 @@
|
|
|
1154
1153
|
*/
|
|
1155
1154
|
|
|
1156
1155
|
/**
|
|
1157
|
-
* Structure of GraphQLClient.DelegateState
|
|
1156
|
+
* Structure of GraphQLClient.DelegateState
|
|
1158
1157
|
*
|
|
1159
1158
|
* @memberof GraphQLClient
|
|
1160
1159
|
* @typedef {object} GraphQLClient.DelegateState
|
|
@@ -1167,7 +1166,7 @@
|
|
|
1167
1166
|
*/
|
|
1168
1167
|
|
|
1169
1168
|
/**
|
|
1170
|
-
* Structure of GraphQLClient.DelegateState_OpsEntry
|
|
1169
|
+
* Structure of GraphQLClient.DelegateState_OpsEntry
|
|
1171
1170
|
*
|
|
1172
1171
|
* @memberof GraphQLClient
|
|
1173
1172
|
* @typedef {object} GraphQLClient.DelegateState_OpsEntry
|
|
@@ -1176,7 +1175,7 @@
|
|
|
1176
1175
|
*/
|
|
1177
1176
|
|
|
1178
1177
|
/**
|
|
1179
|
-
* Structure of GraphQLClient.DelegateTx
|
|
1178
|
+
* Structure of GraphQLClient.DelegateTx
|
|
1180
1179
|
*
|
|
1181
1180
|
* @memberof GraphQLClient
|
|
1182
1181
|
* @typedef {object} GraphQLClient.DelegateTx
|
|
@@ -1222,7 +1221,7 @@
|
|
|
1222
1221
|
*/
|
|
1223
1222
|
|
|
1224
1223
|
/**
|
|
1225
|
-
* Structure of GraphQLClient.Evidence
|
|
1224
|
+
* Structure of GraphQLClient.Evidence
|
|
1226
1225
|
*
|
|
1227
1226
|
* @memberof GraphQLClient
|
|
1228
1227
|
* @typedef {object} GraphQLClient.Evidence
|
|
@@ -1230,7 +1229,7 @@
|
|
|
1230
1229
|
*/
|
|
1231
1230
|
|
|
1232
1231
|
/**
|
|
1233
|
-
* Structure of GraphQLClient.EvidenceState
|
|
1232
|
+
* Structure of GraphQLClient.EvidenceState
|
|
1234
1233
|
*
|
|
1235
1234
|
* @memberof GraphQLClient
|
|
1236
1235
|
* @typedef {object} GraphQLClient.EvidenceState
|
|
@@ -1240,7 +1239,7 @@
|
|
|
1240
1239
|
*/
|
|
1241
1240
|
|
|
1242
1241
|
/**
|
|
1243
|
-
* Structure of GraphQLClient.ExchangeInfo
|
|
1242
|
+
* Structure of GraphQLClient.ExchangeInfo
|
|
1244
1243
|
*
|
|
1245
1244
|
* @memberof GraphQLClient
|
|
1246
1245
|
* @typedef {object} GraphQLClient.ExchangeInfo
|
|
@@ -1249,7 +1248,7 @@
|
|
|
1249
1248
|
*/
|
|
1250
1249
|
|
|
1251
1250
|
/**
|
|
1252
|
-
* Structure of GraphQLClient.ExchangeInfoV2
|
|
1251
|
+
* Structure of GraphQLClient.ExchangeInfoV2
|
|
1253
1252
|
*
|
|
1254
1253
|
* @memberof GraphQLClient
|
|
1255
1254
|
* @typedef {object} GraphQLClient.ExchangeInfoV2
|
|
@@ -1259,7 +1258,7 @@
|
|
|
1259
1258
|
*/
|
|
1260
1259
|
|
|
1261
1260
|
/**
|
|
1262
|
-
* Structure of GraphQLClient.ExchangeTx
|
|
1261
|
+
* Structure of GraphQLClient.ExchangeTx
|
|
1263
1262
|
*
|
|
1264
1263
|
* @memberof GraphQLClient
|
|
1265
1264
|
* @typedef {object} GraphQLClient.ExchangeTx
|
|
@@ -1271,7 +1270,7 @@
|
|
|
1271
1270
|
*/
|
|
1272
1271
|
|
|
1273
1272
|
/**
|
|
1274
|
-
* Structure of GraphQLClient.ExchangeV2Tx
|
|
1273
|
+
* Structure of GraphQLClient.ExchangeV2Tx
|
|
1275
1274
|
*
|
|
1276
1275
|
* @memberof GraphQLClient
|
|
1277
1276
|
* @typedef {object} GraphQLClient.ExchangeV2Tx
|
|
@@ -1283,7 +1282,7 @@
|
|
|
1283
1282
|
*/
|
|
1284
1283
|
|
|
1285
1284
|
/**
|
|
1286
|
-
* Structure of GraphQLClient.ForeignToken
|
|
1285
|
+
* Structure of GraphQLClient.ForeignToken
|
|
1287
1286
|
*
|
|
1288
1287
|
* @memberof GraphQLClient
|
|
1289
1288
|
* @typedef {object} GraphQLClient.ForeignToken
|
|
@@ -1295,7 +1294,7 @@
|
|
|
1295
1294
|
*/
|
|
1296
1295
|
|
|
1297
1296
|
/**
|
|
1298
|
-
* Structure of GraphQLClient.ForgeState
|
|
1297
|
+
* Structure of GraphQLClient.ForgeState
|
|
1299
1298
|
*
|
|
1300
1299
|
* @memberof GraphQLClient
|
|
1301
1300
|
* @typedef {object} GraphQLClient.ForgeState
|
|
@@ -1313,7 +1312,7 @@
|
|
|
1313
1312
|
*/
|
|
1314
1313
|
|
|
1315
1314
|
/**
|
|
1316
|
-
* Structure of GraphQLClient.ForgeState_TasksEntry
|
|
1315
|
+
* Structure of GraphQLClient.ForgeState_TasksEntry
|
|
1317
1316
|
*
|
|
1318
1317
|
* @memberof GraphQLClient
|
|
1319
1318
|
* @typedef {object} GraphQLClient.ForgeState_TasksEntry
|
|
@@ -1322,7 +1321,7 @@
|
|
|
1322
1321
|
*/
|
|
1323
1322
|
|
|
1324
1323
|
/**
|
|
1325
|
-
* Structure of GraphQLClient.ForgeStats
|
|
1324
|
+
* Structure of GraphQLClient.ForgeStats
|
|
1326
1325
|
*
|
|
1327
1326
|
* @memberof GraphQLClient
|
|
1328
1327
|
* @typedef {object} GraphQLClient.ForgeStats
|
|
@@ -1348,7 +1347,7 @@
|
|
|
1348
1347
|
*/
|
|
1349
1348
|
|
|
1350
1349
|
/**
|
|
1351
|
-
* Structure of GraphQLClient.ForgeToken
|
|
1350
|
+
* Structure of GraphQLClient.ForgeToken
|
|
1352
1351
|
*
|
|
1353
1352
|
* @memberof GraphQLClient
|
|
1354
1353
|
* @typedef {object} GraphQLClient.ForgeToken
|
|
@@ -1365,7 +1364,7 @@
|
|
|
1365
1364
|
*/
|
|
1366
1365
|
|
|
1367
1366
|
/**
|
|
1368
|
-
* Structure of GraphQLClient.GasEstimate
|
|
1367
|
+
* Structure of GraphQLClient.GasEstimate
|
|
1369
1368
|
*
|
|
1370
1369
|
* @memberof GraphQLClient
|
|
1371
1370
|
* @typedef {object} GraphQLClient.GasEstimate
|
|
@@ -1373,7 +1372,7 @@
|
|
|
1373
1372
|
*/
|
|
1374
1373
|
|
|
1375
1374
|
/**
|
|
1376
|
-
* Structure of GraphQLClient.GeoInfo
|
|
1375
|
+
* Structure of GraphQLClient.GeoInfo
|
|
1377
1376
|
*
|
|
1378
1377
|
* @memberof GraphQLClient
|
|
1379
1378
|
* @typedef {object} GraphQLClient.GeoInfo
|
|
@@ -1384,7 +1383,7 @@
|
|
|
1384
1383
|
*/
|
|
1385
1384
|
|
|
1386
1385
|
/**
|
|
1387
|
-
* Structure of GraphQLClient.IndexedAccountState
|
|
1386
|
+
* Structure of GraphQLClient.IndexedAccountState
|
|
1388
1387
|
*
|
|
1389
1388
|
* @memberof GraphQLClient
|
|
1390
1389
|
* @typedef {object} GraphQLClient.IndexedAccountState
|
|
@@ -1406,7 +1405,7 @@
|
|
|
1406
1405
|
*/
|
|
1407
1406
|
|
|
1408
1407
|
/**
|
|
1409
|
-
* Structure of GraphQLClient.IndexedAssetState
|
|
1408
|
+
* Structure of GraphQLClient.IndexedAssetState
|
|
1410
1409
|
*
|
|
1411
1410
|
* @memberof GraphQLClient
|
|
1412
1411
|
* @typedef {object} GraphQLClient.IndexedAssetState
|
|
@@ -1428,7 +1427,7 @@
|
|
|
1428
1427
|
*/
|
|
1429
1428
|
|
|
1430
1429
|
/**
|
|
1431
|
-
* Structure of GraphQLClient.IndexedBlock
|
|
1430
|
+
* Structure of GraphQLClient.IndexedBlock
|
|
1432
1431
|
*
|
|
1433
1432
|
* @memberof GraphQLClient
|
|
1434
1433
|
* @typedef {object} GraphQLClient.IndexedBlock
|
|
@@ -1440,7 +1439,7 @@
|
|
|
1440
1439
|
*/
|
|
1441
1440
|
|
|
1442
1441
|
/**
|
|
1443
|
-
* Structure of GraphQLClient.IndexedDelegationState
|
|
1442
|
+
* Structure of GraphQLClient.IndexedDelegationState
|
|
1444
1443
|
*
|
|
1445
1444
|
* @memberof GraphQLClient
|
|
1446
1445
|
* @typedef {object} GraphQLClient.IndexedDelegationState
|
|
@@ -1454,7 +1453,7 @@
|
|
|
1454
1453
|
*/
|
|
1455
1454
|
|
|
1456
1455
|
/**
|
|
1457
|
-
* Structure of GraphQLClient.IndexedDelegationState_OpsEntry
|
|
1456
|
+
* Structure of GraphQLClient.IndexedDelegationState_OpsEntry
|
|
1458
1457
|
*
|
|
1459
1458
|
* @memberof GraphQLClient
|
|
1460
1459
|
* @typedef {object} GraphQLClient.IndexedDelegationState_OpsEntry
|
|
@@ -1463,7 +1462,7 @@
|
|
|
1463
1462
|
*/
|
|
1464
1463
|
|
|
1465
1464
|
/**
|
|
1466
|
-
* Structure of GraphQLClient.IndexedFactoryInput
|
|
1465
|
+
* Structure of GraphQLClient.IndexedFactoryInput
|
|
1467
1466
|
*
|
|
1468
1467
|
* @memberof GraphQLClient
|
|
1469
1468
|
* @typedef {object} GraphQLClient.IndexedFactoryInput
|
|
@@ -1474,7 +1473,7 @@
|
|
|
1474
1473
|
*/
|
|
1475
1474
|
|
|
1476
1475
|
/**
|
|
1477
|
-
* Structure of GraphQLClient.IndexedFactoryState
|
|
1476
|
+
* Structure of GraphQLClient.IndexedFactoryState
|
|
1478
1477
|
*
|
|
1479
1478
|
* @memberof GraphQLClient
|
|
1480
1479
|
* @typedef {object} GraphQLClient.IndexedFactoryState
|
|
@@ -1499,7 +1498,7 @@
|
|
|
1499
1498
|
*/
|
|
1500
1499
|
|
|
1501
1500
|
/**
|
|
1502
|
-
* Structure of GraphQLClient.IndexedRollupBlock
|
|
1501
|
+
* Structure of GraphQLClient.IndexedRollupBlock
|
|
1503
1502
|
*
|
|
1504
1503
|
* @memberof GraphQLClient
|
|
1505
1504
|
* @typedef {object} GraphQLClient.IndexedRollupBlock
|
|
@@ -1523,7 +1522,7 @@
|
|
|
1523
1522
|
*/
|
|
1524
1523
|
|
|
1525
1524
|
/**
|
|
1526
|
-
* Structure of GraphQLClient.IndexedRollupState
|
|
1525
|
+
* Structure of GraphQLClient.IndexedRollupState
|
|
1527
1526
|
*
|
|
1528
1527
|
* @memberof GraphQLClient
|
|
1529
1528
|
* @typedef {object} GraphQLClient.IndexedRollupState
|
|
@@ -1573,7 +1572,7 @@
|
|
|
1573
1572
|
*/
|
|
1574
1573
|
|
|
1575
1574
|
/**
|
|
1576
|
-
* Structure of GraphQLClient.IndexedRollupValidator
|
|
1575
|
+
* Structure of GraphQLClient.IndexedRollupValidator
|
|
1577
1576
|
*
|
|
1578
1577
|
* @memberof GraphQLClient
|
|
1579
1578
|
* @typedef {object} GraphQLClient.IndexedRollupValidator
|
|
@@ -1597,7 +1596,7 @@
|
|
|
1597
1596
|
*/
|
|
1598
1597
|
|
|
1599
1598
|
/**
|
|
1600
|
-
* Structure of GraphQLClient.IndexedStakeState
|
|
1599
|
+
* Structure of GraphQLClient.IndexedStakeState
|
|
1601
1600
|
*
|
|
1602
1601
|
* @memberof GraphQLClient
|
|
1603
1602
|
* @typedef {object} GraphQLClient.IndexedStakeState
|
|
@@ -1619,7 +1618,7 @@
|
|
|
1619
1618
|
*/
|
|
1620
1619
|
|
|
1621
1620
|
/**
|
|
1622
|
-
* Structure of GraphQLClient.IndexedTokenFactoryState
|
|
1621
|
+
* Structure of GraphQLClient.IndexedTokenFactoryState
|
|
1623
1622
|
*
|
|
1624
1623
|
* @memberof GraphQLClient
|
|
1625
1624
|
* @typedef {object} GraphQLClient.IndexedTokenFactoryState
|
|
@@ -1640,7 +1639,7 @@
|
|
|
1640
1639
|
*/
|
|
1641
1640
|
|
|
1642
1641
|
/**
|
|
1643
|
-
* Structure of GraphQLClient.IndexedTokenFlow
|
|
1642
|
+
* Structure of GraphQLClient.IndexedTokenFlow
|
|
1644
1643
|
*
|
|
1645
1644
|
* @memberof GraphQLClient
|
|
1646
1645
|
* @typedef {object} GraphQLClient.IndexedTokenFlow
|
|
@@ -1651,7 +1650,7 @@
|
|
|
1651
1650
|
*/
|
|
1652
1651
|
|
|
1653
1652
|
/**
|
|
1654
|
-
* Structure of GraphQLClient.IndexedTokenInput
|
|
1653
|
+
* Structure of GraphQLClient.IndexedTokenInput
|
|
1655
1654
|
*
|
|
1656
1655
|
* @memberof GraphQLClient
|
|
1657
1656
|
* @typedef {object} GraphQLClient.IndexedTokenInput
|
|
@@ -1663,7 +1662,7 @@
|
|
|
1663
1662
|
*/
|
|
1664
1663
|
|
|
1665
1664
|
/**
|
|
1666
|
-
* Structure of GraphQLClient.IndexedTokenState
|
|
1665
|
+
* Structure of GraphQLClient.IndexedTokenState
|
|
1667
1666
|
*
|
|
1668
1667
|
* @memberof GraphQLClient
|
|
1669
1668
|
* @typedef {object} GraphQLClient.IndexedTokenState
|
|
@@ -1691,7 +1690,7 @@
|
|
|
1691
1690
|
*/
|
|
1692
1691
|
|
|
1693
1692
|
/**
|
|
1694
|
-
* Structure of GraphQLClient.IndexedTransaction
|
|
1693
|
+
* Structure of GraphQLClient.IndexedTransaction
|
|
1695
1694
|
*
|
|
1696
1695
|
* @memberof GraphQLClient
|
|
1697
1696
|
* @typedef {object} GraphQLClient.IndexedTransaction
|
|
@@ -1708,7 +1707,7 @@
|
|
|
1708
1707
|
*/
|
|
1709
1708
|
|
|
1710
1709
|
/**
|
|
1711
|
-
* Structure of GraphQLClient.JoinRollupTx
|
|
1710
|
+
* Structure of GraphQLClient.JoinRollupTx
|
|
1712
1711
|
*
|
|
1713
1712
|
* @memberof GraphQLClient
|
|
1714
1713
|
* @typedef {object} GraphQLClient.JoinRollupTx
|
|
@@ -1720,7 +1719,7 @@
|
|
|
1720
1719
|
*/
|
|
1721
1720
|
|
|
1722
1721
|
/**
|
|
1723
|
-
* Structure of GraphQLClient.KVPair
|
|
1722
|
+
* Structure of GraphQLClient.KVPair
|
|
1724
1723
|
*
|
|
1725
1724
|
* @memberof GraphQLClient
|
|
1726
1725
|
* @typedef {object} GraphQLClient.KVPair
|
|
@@ -1729,7 +1728,7 @@
|
|
|
1729
1728
|
*/
|
|
1730
1729
|
|
|
1731
1730
|
/**
|
|
1732
|
-
* Structure of GraphQLClient.LeaveRollupTx
|
|
1731
|
+
* Structure of GraphQLClient.LeaveRollupTx
|
|
1733
1732
|
*
|
|
1734
1733
|
* @memberof GraphQLClient
|
|
1735
1734
|
* @typedef {object} GraphQLClient.LeaveRollupTx
|
|
@@ -1766,7 +1765,7 @@
|
|
|
1766
1765
|
*/
|
|
1767
1766
|
|
|
1768
1767
|
/**
|
|
1769
|
-
* Structure of GraphQLClient.MintAssetTx
|
|
1768
|
+
* Structure of GraphQLClient.MintAssetTx
|
|
1770
1769
|
*
|
|
1771
1770
|
* @memberof GraphQLClient
|
|
1772
1771
|
* @typedef {object} GraphQLClient.MintAssetTx
|
|
@@ -1779,7 +1778,7 @@
|
|
|
1779
1778
|
*/
|
|
1780
1779
|
|
|
1781
1780
|
/**
|
|
1782
|
-
* Structure of GraphQLClient.Multisig
|
|
1781
|
+
* Structure of GraphQLClient.Multisig
|
|
1783
1782
|
*
|
|
1784
1783
|
* @memberof GraphQLClient
|
|
1785
1784
|
* @typedef {object} GraphQLClient.Multisig
|
|
@@ -1791,7 +1790,7 @@
|
|
|
1791
1790
|
*/
|
|
1792
1791
|
|
|
1793
1792
|
/**
|
|
1794
|
-
* Structure of GraphQLClient.NFTDisplay
|
|
1793
|
+
* Structure of GraphQLClient.NFTDisplay
|
|
1795
1794
|
*
|
|
1796
1795
|
* @memberof GraphQLClient
|
|
1797
1796
|
* @typedef {object} GraphQLClient.NFTDisplay
|
|
@@ -1800,7 +1799,7 @@
|
|
|
1800
1799
|
*/
|
|
1801
1800
|
|
|
1802
1801
|
/**
|
|
1803
|
-
* Structure of GraphQLClient.NFTEndpoint
|
|
1802
|
+
* Structure of GraphQLClient.NFTEndpoint
|
|
1804
1803
|
*
|
|
1805
1804
|
* @memberof GraphQLClient
|
|
1806
1805
|
* @typedef {object} GraphQLClient.NFTEndpoint
|
|
@@ -1809,7 +1808,7 @@
|
|
|
1809
1808
|
*/
|
|
1810
1809
|
|
|
1811
1810
|
/**
|
|
1812
|
-
* Structure of GraphQLClient.NFTIssuer
|
|
1811
|
+
* Structure of GraphQLClient.NFTIssuer
|
|
1813
1812
|
*
|
|
1814
1813
|
* @memberof GraphQLClient
|
|
1815
1814
|
* @typedef {object} GraphQLClient.NFTIssuer
|
|
@@ -1819,7 +1818,7 @@
|
|
|
1819
1818
|
*/
|
|
1820
1819
|
|
|
1821
1820
|
/**
|
|
1822
|
-
* Structure of GraphQLClient.NetInfo
|
|
1821
|
+
* Structure of GraphQLClient.NetInfo
|
|
1823
1822
|
*
|
|
1824
1823
|
* @memberof GraphQLClient
|
|
1825
1824
|
* @typedef {object} GraphQLClient.NetInfo
|
|
@@ -1830,7 +1829,7 @@
|
|
|
1830
1829
|
*/
|
|
1831
1830
|
|
|
1832
1831
|
/**
|
|
1833
|
-
* Structure of GraphQLClient.NodeInfo
|
|
1832
|
+
* Structure of GraphQLClient.NodeInfo
|
|
1834
1833
|
*
|
|
1835
1834
|
* @memberof GraphQLClient
|
|
1836
1835
|
* @typedef {object} GraphQLClient.NodeInfo
|
|
@@ -1855,7 +1854,7 @@
|
|
|
1855
1854
|
*/
|
|
1856
1855
|
|
|
1857
1856
|
/**
|
|
1858
|
-
* Structure of GraphQLClient.NodeInfo_ForgeAppsVersionEntry
|
|
1857
|
+
* Structure of GraphQLClient.NodeInfo_ForgeAppsVersionEntry
|
|
1859
1858
|
*
|
|
1860
1859
|
* @memberof GraphQLClient
|
|
1861
1860
|
* @typedef {object} GraphQLClient.NodeInfo_ForgeAppsVersionEntry
|
|
@@ -1864,7 +1863,7 @@
|
|
|
1864
1863
|
*/
|
|
1865
1864
|
|
|
1866
1865
|
/**
|
|
1867
|
-
* Structure of GraphQLClient.PageInfo
|
|
1866
|
+
* Structure of GraphQLClient.PageInfo
|
|
1868
1867
|
*
|
|
1869
1868
|
* @memberof GraphQLClient
|
|
1870
1869
|
* @typedef {object} GraphQLClient.PageInfo
|
|
@@ -1874,7 +1873,7 @@
|
|
|
1874
1873
|
*/
|
|
1875
1874
|
|
|
1876
1875
|
/**
|
|
1877
|
-
* Structure of GraphQLClient.PartSetHeader
|
|
1876
|
+
* Structure of GraphQLClient.PartSetHeader
|
|
1878
1877
|
*
|
|
1879
1878
|
* @memberof GraphQLClient
|
|
1880
1879
|
* @typedef {object} GraphQLClient.PartSetHeader
|
|
@@ -1903,7 +1902,7 @@
|
|
|
1903
1902
|
*/
|
|
1904
1903
|
|
|
1905
1904
|
/**
|
|
1906
|
-
* Structure of GraphQLClient.PeerInfo
|
|
1905
|
+
* Structure of GraphQLClient.PeerInfo
|
|
1907
1906
|
*
|
|
1908
1907
|
* @memberof GraphQLClient
|
|
1909
1908
|
* @typedef {object} GraphQLClient.PeerInfo
|
|
@@ -1916,7 +1915,7 @@
|
|
|
1916
1915
|
*/
|
|
1917
1916
|
|
|
1918
1917
|
/**
|
|
1919
|
-
* Structure of GraphQLClient.PubKey
|
|
1918
|
+
* Structure of GraphQLClient.PubKey
|
|
1920
1919
|
*
|
|
1921
1920
|
* @memberof GraphQLClient
|
|
1922
1921
|
* @typedef {object} GraphQLClient.PubKey
|
|
@@ -1925,7 +1924,7 @@
|
|
|
1925
1924
|
*/
|
|
1926
1925
|
|
|
1927
1926
|
/**
|
|
1928
|
-
* Structure of GraphQLClient.RateLimit
|
|
1927
|
+
* Structure of GraphQLClient.RateLimit
|
|
1929
1928
|
*
|
|
1930
1929
|
* @memberof GraphQLClient
|
|
1931
1930
|
* @typedef {object} GraphQLClient.RateLimit
|
|
@@ -1934,7 +1933,7 @@
|
|
|
1934
1933
|
*/
|
|
1935
1934
|
|
|
1936
1935
|
/**
|
|
1937
|
-
* Structure of GraphQLClient.ReceiptChange
|
|
1936
|
+
* Structure of GraphQLClient.ReceiptChange
|
|
1938
1937
|
*
|
|
1939
1938
|
* @memberof GraphQLClient
|
|
1940
1939
|
* @typedef {object} GraphQLClient.ReceiptChange
|
|
@@ -1963,7 +1962,7 @@
|
|
|
1963
1962
|
*/
|
|
1964
1963
|
|
|
1965
1964
|
/**
|
|
1966
|
-
* Structure of GraphQLClient.ResponseGetAccountState
|
|
1965
|
+
* Structure of GraphQLClient.ResponseGetAccountState
|
|
1967
1966
|
*
|
|
1968
1967
|
* @memberof GraphQLClient
|
|
1969
1968
|
* @typedef {object} GraphQLClient.ResponseGetAccountState
|
|
@@ -1972,7 +1971,7 @@
|
|
|
1972
1971
|
*/
|
|
1973
1972
|
|
|
1974
1973
|
/**
|
|
1975
|
-
* Structure of GraphQLClient.ResponseGetAccountTokens
|
|
1974
|
+
* Structure of GraphQLClient.ResponseGetAccountTokens
|
|
1976
1975
|
*
|
|
1977
1976
|
* @memberof GraphQLClient
|
|
1978
1977
|
* @typedef {object} GraphQLClient.ResponseGetAccountTokens
|
|
@@ -1981,7 +1980,7 @@
|
|
|
1981
1980
|
*/
|
|
1982
1981
|
|
|
1983
1982
|
/**
|
|
1984
|
-
* Structure of GraphQLClient.ResponseGetAssetState
|
|
1983
|
+
* Structure of GraphQLClient.ResponseGetAssetState
|
|
1985
1984
|
*
|
|
1986
1985
|
* @memberof GraphQLClient
|
|
1987
1986
|
* @typedef {object} GraphQLClient.ResponseGetAssetState
|
|
@@ -1990,7 +1989,7 @@
|
|
|
1990
1989
|
*/
|
|
1991
1990
|
|
|
1992
1991
|
/**
|
|
1993
|
-
* Structure of GraphQLClient.ResponseGetBlock
|
|
1992
|
+
* Structure of GraphQLClient.ResponseGetBlock
|
|
1994
1993
|
*
|
|
1995
1994
|
* @memberof GraphQLClient
|
|
1996
1995
|
* @typedef {object} GraphQLClient.ResponseGetBlock
|
|
@@ -1999,7 +1998,7 @@
|
|
|
1999
1998
|
*/
|
|
2000
1999
|
|
|
2001
2000
|
/**
|
|
2002
|
-
* Structure of GraphQLClient.ResponseGetBlocks
|
|
2001
|
+
* Structure of GraphQLClient.ResponseGetBlocks
|
|
2003
2002
|
*
|
|
2004
2003
|
* @memberof GraphQLClient
|
|
2005
2004
|
* @typedef {object} GraphQLClient.ResponseGetBlocks
|
|
@@ -2009,7 +2008,7 @@
|
|
|
2009
2008
|
*/
|
|
2010
2009
|
|
|
2011
2010
|
/**
|
|
2012
|
-
* Structure of GraphQLClient.ResponseGetChainInfo
|
|
2011
|
+
* Structure of GraphQLClient.ResponseGetChainInfo
|
|
2013
2012
|
*
|
|
2014
2013
|
* @memberof GraphQLClient
|
|
2015
2014
|
* @typedef {object} GraphQLClient.ResponseGetChainInfo
|
|
@@ -2035,7 +2034,7 @@
|
|
|
2035
2034
|
*/
|
|
2036
2035
|
|
|
2037
2036
|
/**
|
|
2038
|
-
* Structure of GraphQLClient.ResponseGetDelegateState
|
|
2037
|
+
* Structure of GraphQLClient.ResponseGetDelegateState
|
|
2039
2038
|
*
|
|
2040
2039
|
* @memberof GraphQLClient
|
|
2041
2040
|
* @typedef {object} GraphQLClient.ResponseGetDelegateState
|
|
@@ -2044,7 +2043,7 @@
|
|
|
2044
2043
|
*/
|
|
2045
2044
|
|
|
2046
2045
|
/**
|
|
2047
|
-
* Structure of GraphQLClient.ResponseGetEvidenceState
|
|
2046
|
+
* Structure of GraphQLClient.ResponseGetEvidenceState
|
|
2048
2047
|
*
|
|
2049
2048
|
* @memberof GraphQLClient
|
|
2050
2049
|
* @typedef {object} GraphQLClient.ResponseGetEvidenceState
|
|
@@ -2053,7 +2052,7 @@
|
|
|
2053
2052
|
*/
|
|
2054
2053
|
|
|
2055
2054
|
/**
|
|
2056
|
-
* Structure of GraphQLClient.ResponseGetFactoryState
|
|
2055
|
+
* Structure of GraphQLClient.ResponseGetFactoryState
|
|
2057
2056
|
*
|
|
2058
2057
|
* @memberof GraphQLClient
|
|
2059
2058
|
* @typedef {object} GraphQLClient.ResponseGetFactoryState
|
|
@@ -2062,7 +2061,7 @@
|
|
|
2062
2061
|
*/
|
|
2063
2062
|
|
|
2064
2063
|
/**
|
|
2065
|
-
* Structure of GraphQLClient.ResponseGetForgeState
|
|
2064
|
+
* Structure of GraphQLClient.ResponseGetForgeState
|
|
2066
2065
|
*
|
|
2067
2066
|
* @memberof GraphQLClient
|
|
2068
2067
|
* @typedef {object} GraphQLClient.ResponseGetForgeState
|
|
@@ -2071,7 +2070,7 @@
|
|
|
2071
2070
|
*/
|
|
2072
2071
|
|
|
2073
2072
|
/**
|
|
2074
|
-
* Structure of GraphQLClient.ResponseGetForgeStats
|
|
2073
|
+
* Structure of GraphQLClient.ResponseGetForgeStats
|
|
2075
2074
|
*
|
|
2076
2075
|
* @memberof GraphQLClient
|
|
2077
2076
|
* @typedef {object} GraphQLClient.ResponseGetForgeStats
|
|
@@ -2080,7 +2079,7 @@
|
|
|
2080
2079
|
*/
|
|
2081
2080
|
|
|
2082
2081
|
/**
|
|
2083
|
-
* Structure of GraphQLClient.ResponseGetNetInfo
|
|
2082
|
+
* Structure of GraphQLClient.ResponseGetNetInfo
|
|
2084
2083
|
*
|
|
2085
2084
|
* @memberof GraphQLClient
|
|
2086
2085
|
* @typedef {object} GraphQLClient.ResponseGetNetInfo
|
|
@@ -2089,7 +2088,7 @@
|
|
|
2089
2088
|
*/
|
|
2090
2089
|
|
|
2091
2090
|
/**
|
|
2092
|
-
* Structure of GraphQLClient.ResponseGetNodeInfo
|
|
2091
|
+
* Structure of GraphQLClient.ResponseGetNodeInfo
|
|
2093
2092
|
*
|
|
2094
2093
|
* @memberof GraphQLClient
|
|
2095
2094
|
* @typedef {object} GraphQLClient.ResponseGetNodeInfo
|
|
@@ -2098,7 +2097,7 @@
|
|
|
2098
2097
|
*/
|
|
2099
2098
|
|
|
2100
2099
|
/**
|
|
2101
|
-
* Structure of GraphQLClient.ResponseGetRollupBlock
|
|
2100
|
+
* Structure of GraphQLClient.ResponseGetRollupBlock
|
|
2102
2101
|
*
|
|
2103
2102
|
* @memberof GraphQLClient
|
|
2104
2103
|
* @typedef {object} GraphQLClient.ResponseGetRollupBlock
|
|
@@ -2107,7 +2106,7 @@
|
|
|
2107
2106
|
*/
|
|
2108
2107
|
|
|
2109
2108
|
/**
|
|
2110
|
-
* Structure of GraphQLClient.ResponseGetRollupState
|
|
2109
|
+
* Structure of GraphQLClient.ResponseGetRollupState
|
|
2111
2110
|
*
|
|
2112
2111
|
* @memberof GraphQLClient
|
|
2113
2112
|
* @typedef {object} GraphQLClient.ResponseGetRollupState
|
|
@@ -2116,7 +2115,7 @@
|
|
|
2116
2115
|
*/
|
|
2117
2116
|
|
|
2118
2117
|
/**
|
|
2119
|
-
* Structure of GraphQLClient.ResponseGetStakeState
|
|
2118
|
+
* Structure of GraphQLClient.ResponseGetStakeState
|
|
2120
2119
|
*
|
|
2121
2120
|
* @memberof GraphQLClient
|
|
2122
2121
|
* @typedef {object} GraphQLClient.ResponseGetStakeState
|
|
@@ -2152,7 +2151,7 @@
|
|
|
2152
2151
|
*/
|
|
2153
2152
|
|
|
2154
2153
|
/**
|
|
2155
|
-
* Structure of GraphQLClient.ResponseGetTokenFactoryState
|
|
2154
|
+
* Structure of GraphQLClient.ResponseGetTokenFactoryState
|
|
2156
2155
|
*
|
|
2157
2156
|
* @memberof GraphQLClient
|
|
2158
2157
|
* @typedef {object} GraphQLClient.ResponseGetTokenFactoryState
|
|
@@ -2161,7 +2160,7 @@
|
|
|
2161
2160
|
*/
|
|
2162
2161
|
|
|
2163
2162
|
/**
|
|
2164
|
-
* Structure of GraphQLClient.ResponseGetTokenState
|
|
2163
|
+
* Structure of GraphQLClient.ResponseGetTokenState
|
|
2165
2164
|
*
|
|
2166
2165
|
* @memberof GraphQLClient
|
|
2167
2166
|
* @typedef {object} GraphQLClient.ResponseGetTokenState
|
|
@@ -2170,7 +2169,7 @@
|
|
|
2170
2169
|
*/
|
|
2171
2170
|
|
|
2172
2171
|
/**
|
|
2173
|
-
* Structure of GraphQLClient.ResponseGetTx
|
|
2172
|
+
* Structure of GraphQLClient.ResponseGetTx
|
|
2174
2173
|
*
|
|
2175
2174
|
* @memberof GraphQLClient
|
|
2176
2175
|
* @typedef {object} GraphQLClient.ResponseGetTx
|
|
@@ -2179,7 +2178,7 @@
|
|
|
2179
2178
|
*/
|
|
2180
2179
|
|
|
2181
2180
|
/**
|
|
2182
|
-
* Structure of GraphQLClient.ResponseGetUnconfirmedTxs
|
|
2181
|
+
* Structure of GraphQLClient.ResponseGetUnconfirmedTxs
|
|
2183
2182
|
*
|
|
2184
2183
|
* @memberof GraphQLClient
|
|
2185
2184
|
* @typedef {object} GraphQLClient.ResponseGetUnconfirmedTxs
|
|
@@ -2189,7 +2188,7 @@
|
|
|
2189
2188
|
*/
|
|
2190
2189
|
|
|
2191
2190
|
/**
|
|
2192
|
-
* Structure of GraphQLClient.ResponseGetValidatorsInfo
|
|
2191
|
+
* Structure of GraphQLClient.ResponseGetValidatorsInfo
|
|
2193
2192
|
*
|
|
2194
2193
|
* @memberof GraphQLClient
|
|
2195
2194
|
* @typedef {object} GraphQLClient.ResponseGetValidatorsInfo
|
|
@@ -2198,7 +2197,7 @@
|
|
|
2198
2197
|
*/
|
|
2199
2198
|
|
|
2200
2199
|
/**
|
|
2201
|
-
* Structure of GraphQLClient.ResponseListAssetTransactions
|
|
2200
|
+
* Structure of GraphQLClient.ResponseListAssetTransactions
|
|
2202
2201
|
*
|
|
2203
2202
|
* @memberof GraphQLClient
|
|
2204
2203
|
* @typedef {object} GraphQLClient.ResponseListAssetTransactions
|
|
@@ -2208,7 +2207,7 @@
|
|
|
2208
2207
|
*/
|
|
2209
2208
|
|
|
2210
2209
|
/**
|
|
2211
|
-
* Structure of GraphQLClient.ResponseListAssets
|
|
2210
|
+
* Structure of GraphQLClient.ResponseListAssets
|
|
2212
2211
|
*
|
|
2213
2212
|
* @memberof GraphQLClient
|
|
2214
2213
|
* @typedef {object} GraphQLClient.ResponseListAssets
|
|
@@ -2218,7 +2217,7 @@
|
|
|
2218
2217
|
*/
|
|
2219
2218
|
|
|
2220
2219
|
/**
|
|
2221
|
-
* Structure of GraphQLClient.ResponseListBlocks
|
|
2220
|
+
* Structure of GraphQLClient.ResponseListBlocks
|
|
2222
2221
|
*
|
|
2223
2222
|
* @memberof GraphQLClient
|
|
2224
2223
|
* @typedef {object} GraphQLClient.ResponseListBlocks
|
|
@@ -2228,7 +2227,7 @@
|
|
|
2228
2227
|
*/
|
|
2229
2228
|
|
|
2230
2229
|
/**
|
|
2231
|
-
* Structure of GraphQLClient.ResponseListDelegations
|
|
2230
|
+
* Structure of GraphQLClient.ResponseListDelegations
|
|
2232
2231
|
*
|
|
2233
2232
|
* @memberof GraphQLClient
|
|
2234
2233
|
* @typedef {object} GraphQLClient.ResponseListDelegations
|
|
@@ -2238,7 +2237,7 @@
|
|
|
2238
2237
|
*/
|
|
2239
2238
|
|
|
2240
2239
|
/**
|
|
2241
|
-
* Structure of GraphQLClient.ResponseListFactories
|
|
2240
|
+
* Structure of GraphQLClient.ResponseListFactories
|
|
2242
2241
|
*
|
|
2243
2242
|
* @memberof GraphQLClient
|
|
2244
2243
|
* @typedef {object} GraphQLClient.ResponseListFactories
|
|
@@ -2248,7 +2247,7 @@
|
|
|
2248
2247
|
*/
|
|
2249
2248
|
|
|
2250
2249
|
/**
|
|
2251
|
-
* Structure of GraphQLClient.ResponseListRollupBlocks
|
|
2250
|
+
* Structure of GraphQLClient.ResponseListRollupBlocks
|
|
2252
2251
|
*
|
|
2253
2252
|
* @memberof GraphQLClient
|
|
2254
2253
|
* @typedef {object} GraphQLClient.ResponseListRollupBlocks
|
|
@@ -2258,7 +2257,7 @@
|
|
|
2258
2257
|
*/
|
|
2259
2258
|
|
|
2260
2259
|
/**
|
|
2261
|
-
* Structure of GraphQLClient.ResponseListRollupValidators
|
|
2260
|
+
* Structure of GraphQLClient.ResponseListRollupValidators
|
|
2262
2261
|
*
|
|
2263
2262
|
* @memberof GraphQLClient
|
|
2264
2263
|
* @typedef {object} GraphQLClient.ResponseListRollupValidators
|
|
@@ -2268,7 +2267,7 @@
|
|
|
2268
2267
|
*/
|
|
2269
2268
|
|
|
2270
2269
|
/**
|
|
2271
|
-
* Structure of GraphQLClient.ResponseListRollups
|
|
2270
|
+
* Structure of GraphQLClient.ResponseListRollups
|
|
2272
2271
|
*
|
|
2273
2272
|
* @memberof GraphQLClient
|
|
2274
2273
|
* @typedef {object} GraphQLClient.ResponseListRollups
|
|
@@ -2278,7 +2277,7 @@
|
|
|
2278
2277
|
*/
|
|
2279
2278
|
|
|
2280
2279
|
/**
|
|
2281
|
-
* Structure of GraphQLClient.ResponseListStakes
|
|
2280
|
+
* Structure of GraphQLClient.ResponseListStakes
|
|
2282
2281
|
*
|
|
2283
2282
|
* @memberof GraphQLClient
|
|
2284
2283
|
* @typedef {object} GraphQLClient.ResponseListStakes
|
|
@@ -2288,7 +2287,7 @@
|
|
|
2288
2287
|
*/
|
|
2289
2288
|
|
|
2290
2289
|
/**
|
|
2291
|
-
* Structure of GraphQLClient.ResponseListTokenFactories
|
|
2290
|
+
* Structure of GraphQLClient.ResponseListTokenFactories
|
|
2292
2291
|
*
|
|
2293
2292
|
* @memberof GraphQLClient
|
|
2294
2293
|
* @typedef {object} GraphQLClient.ResponseListTokenFactories
|
|
@@ -2298,7 +2297,7 @@
|
|
|
2298
2297
|
*/
|
|
2299
2298
|
|
|
2300
2299
|
/**
|
|
2301
|
-
* Structure of GraphQLClient.ResponseListTokenFlows
|
|
2300
|
+
* Structure of GraphQLClient.ResponseListTokenFlows
|
|
2302
2301
|
*
|
|
2303
2302
|
* @memberof GraphQLClient
|
|
2304
2303
|
* @typedef {object} GraphQLClient.ResponseListTokenFlows
|
|
@@ -2308,7 +2307,7 @@
|
|
|
2308
2307
|
*/
|
|
2309
2308
|
|
|
2310
2309
|
/**
|
|
2311
|
-
* Structure of GraphQLClient.ResponseListTokens
|
|
2310
|
+
* Structure of GraphQLClient.ResponseListTokens
|
|
2312
2311
|
*
|
|
2313
2312
|
* @memberof GraphQLClient
|
|
2314
2313
|
* @typedef {object} GraphQLClient.ResponseListTokens
|
|
@@ -2318,7 +2317,7 @@
|
|
|
2318
2317
|
*/
|
|
2319
2318
|
|
|
2320
2319
|
/**
|
|
2321
|
-
* Structure of GraphQLClient.ResponseListTopAccounts
|
|
2320
|
+
* Structure of GraphQLClient.ResponseListTopAccounts
|
|
2322
2321
|
*
|
|
2323
2322
|
* @memberof GraphQLClient
|
|
2324
2323
|
* @typedef {object} GraphQLClient.ResponseListTopAccounts
|
|
@@ -2328,7 +2327,7 @@
|
|
|
2328
2327
|
*/
|
|
2329
2328
|
|
|
2330
2329
|
/**
|
|
2331
|
-
* Structure of GraphQLClient.ResponseListTransactions
|
|
2330
|
+
* Structure of GraphQLClient.ResponseListTransactions
|
|
2332
2331
|
*
|
|
2333
2332
|
* @memberof GraphQLClient
|
|
2334
2333
|
* @typedef {object} GraphQLClient.ResponseListTransactions
|
|
@@ -2338,7 +2337,7 @@
|
|
|
2338
2337
|
*/
|
|
2339
2338
|
|
|
2340
2339
|
/**
|
|
2341
|
-
* Structure of GraphQLClient.ResponseSearch
|
|
2340
|
+
* Structure of GraphQLClient.ResponseSearch
|
|
2342
2341
|
*
|
|
2343
2342
|
* @memberof GraphQLClient
|
|
2344
2343
|
* @typedef {object} GraphQLClient.ResponseSearch
|
|
@@ -2413,7 +2412,7 @@
|
|
|
2413
2412
|
*/
|
|
2414
2413
|
|
|
2415
2414
|
/**
|
|
2416
|
-
* Structure of GraphQLClient.ReturnStakeTx
|
|
2415
|
+
* Structure of GraphQLClient.ReturnStakeTx
|
|
2417
2416
|
*
|
|
2418
2417
|
* @memberof GraphQLClient
|
|
2419
2418
|
* @typedef {object} GraphQLClient.ReturnStakeTx
|
|
@@ -2424,7 +2423,7 @@
|
|
|
2424
2423
|
*/
|
|
2425
2424
|
|
|
2426
2425
|
/**
|
|
2427
|
-
* Structure of GraphQLClient.RevokeDelegateTx
|
|
2426
|
+
* Structure of GraphQLClient.RevokeDelegateTx
|
|
2428
2427
|
*
|
|
2429
2428
|
* @memberof GraphQLClient
|
|
2430
2429
|
* @typedef {object} GraphQLClient.RevokeDelegateTx
|
|
@@ -2435,7 +2434,7 @@
|
|
|
2435
2434
|
*/
|
|
2436
2435
|
|
|
2437
2436
|
/**
|
|
2438
|
-
* Structure of GraphQLClient.RevokeStakeTx
|
|
2437
|
+
* Structure of GraphQLClient.RevokeStakeTx
|
|
2439
2438
|
*
|
|
2440
2439
|
* @memberof GraphQLClient
|
|
2441
2440
|
* @typedef {object} GraphQLClient.RevokeStakeTx
|
|
@@ -2445,7 +2444,7 @@
|
|
|
2445
2444
|
*/
|
|
2446
2445
|
|
|
2447
2446
|
/**
|
|
2448
|
-
* Structure of GraphQLClient.RollupBlock
|
|
2447
|
+
* Structure of GraphQLClient.RollupBlock
|
|
2449
2448
|
*
|
|
2450
2449
|
* @memberof GraphQLClient
|
|
2451
2450
|
* @typedef {object} GraphQLClient.RollupBlock
|
|
@@ -2468,7 +2467,7 @@
|
|
|
2468
2467
|
*/
|
|
2469
2468
|
|
|
2470
2469
|
/**
|
|
2471
|
-
* Structure of GraphQLClient.RollupState
|
|
2470
|
+
* Structure of GraphQLClient.RollupState
|
|
2472
2471
|
*
|
|
2473
2472
|
* @memberof GraphQLClient
|
|
2474
2473
|
* @typedef {object} GraphQLClient.RollupState
|
|
@@ -2517,7 +2516,7 @@
|
|
|
2517
2516
|
*/
|
|
2518
2517
|
|
|
2519
2518
|
/**
|
|
2520
|
-
* Structure of GraphQLClient.RollupValidator
|
|
2519
|
+
* Structure of GraphQLClient.RollupValidator
|
|
2521
2520
|
*
|
|
2522
2521
|
* @memberof GraphQLClient
|
|
2523
2522
|
* @typedef {object} GraphQLClient.RollupValidator
|
|
@@ -2527,7 +2526,7 @@
|
|
|
2527
2526
|
*/
|
|
2528
2527
|
|
|
2529
2528
|
/**
|
|
2530
|
-
* Structure of GraphQLClient.SearchResult
|
|
2529
|
+
* Structure of GraphQLClient.SearchResult
|
|
2531
2530
|
*
|
|
2532
2531
|
* @memberof GraphQLClient
|
|
2533
2532
|
* @typedef {object} GraphQLClient.SearchResult
|
|
@@ -2536,7 +2535,7 @@
|
|
|
2536
2535
|
*/
|
|
2537
2536
|
|
|
2538
2537
|
/**
|
|
2539
|
-
* Structure of GraphQLClient.SlashStakeTx
|
|
2538
|
+
* Structure of GraphQLClient.SlashStakeTx
|
|
2540
2539
|
*
|
|
2541
2540
|
* @memberof GraphQLClient
|
|
2542
2541
|
* @typedef {object} GraphQLClient.SlashStakeTx
|
|
@@ -2547,7 +2546,7 @@
|
|
|
2547
2546
|
*/
|
|
2548
2547
|
|
|
2549
2548
|
/**
|
|
2550
|
-
* Structure of GraphQLClient.StakeState
|
|
2549
|
+
* Structure of GraphQLClient.StakeState
|
|
2551
2550
|
*
|
|
2552
2551
|
* @memberof GraphQLClient
|
|
2553
2552
|
* @typedef {object} GraphQLClient.StakeState
|
|
@@ -2568,7 +2567,7 @@
|
|
|
2568
2567
|
*/
|
|
2569
2568
|
|
|
2570
2569
|
/**
|
|
2571
|
-
* Structure of GraphQLClient.StakeTx
|
|
2570
|
+
* Structure of GraphQLClient.StakeTx
|
|
2572
2571
|
*
|
|
2573
2572
|
* @memberof GraphQLClient
|
|
2574
2573
|
* @typedef {object} GraphQLClient.StakeTx
|
|
@@ -2584,7 +2583,7 @@
|
|
|
2584
2583
|
*/
|
|
2585
2584
|
|
|
2586
2585
|
/**
|
|
2587
|
-
* Structure of GraphQLClient.StateContext
|
|
2586
|
+
* Structure of GraphQLClient.StateContext
|
|
2588
2587
|
*
|
|
2589
2588
|
* @memberof GraphQLClient
|
|
2590
2589
|
* @typedef {object} GraphQLClient.StateContext
|
|
@@ -2595,7 +2594,7 @@
|
|
|
2595
2594
|
*/
|
|
2596
2595
|
|
|
2597
2596
|
/**
|
|
2598
|
-
* Structure of GraphQLClient.TokenDistribution
|
|
2597
|
+
* Structure of GraphQLClient.TokenDistribution
|
|
2599
2598
|
*
|
|
2600
2599
|
* @memberof GraphQLClient
|
|
2601
2600
|
* @typedef {object} GraphQLClient.TokenDistribution
|
|
@@ -2611,7 +2610,7 @@
|
|
|
2611
2610
|
*/
|
|
2612
2611
|
|
|
2613
2612
|
/**
|
|
2614
|
-
* Structure of GraphQLClient.TokenFactoryState
|
|
2613
|
+
* Structure of GraphQLClient.TokenFactoryState
|
|
2615
2614
|
*
|
|
2616
2615
|
* @memberof GraphQLClient
|
|
2617
2616
|
* @typedef {object} GraphQLClient.TokenFactoryState
|
|
@@ -2630,7 +2629,7 @@
|
|
|
2630
2629
|
*/
|
|
2631
2630
|
|
|
2632
2631
|
/**
|
|
2633
|
-
* Structure of GraphQLClient.TokenInfo
|
|
2632
|
+
* Structure of GraphQLClient.TokenInfo
|
|
2634
2633
|
*
|
|
2635
2634
|
* @memberof GraphQLClient
|
|
2636
2635
|
* @typedef {object} GraphQLClient.TokenInfo
|
|
@@ -2642,7 +2641,7 @@
|
|
|
2642
2641
|
*/
|
|
2643
2642
|
|
|
2644
2643
|
/**
|
|
2645
|
-
* Structure of GraphQLClient.TokenInput
|
|
2644
|
+
* Structure of GraphQLClient.TokenInput
|
|
2646
2645
|
*
|
|
2647
2646
|
* @memberof GraphQLClient
|
|
2648
2647
|
* @typedef {object} GraphQLClient.TokenInput
|
|
@@ -2651,7 +2650,7 @@
|
|
|
2651
2650
|
*/
|
|
2652
2651
|
|
|
2653
2652
|
/**
|
|
2654
|
-
* Structure of GraphQLClient.TokenLimit
|
|
2653
|
+
* Structure of GraphQLClient.TokenLimit
|
|
2655
2654
|
*
|
|
2656
2655
|
* @memberof GraphQLClient
|
|
2657
2656
|
* @typedef {object} GraphQLClient.TokenLimit
|
|
@@ -2670,7 +2669,7 @@
|
|
|
2670
2669
|
*/
|
|
2671
2670
|
|
|
2672
2671
|
/**
|
|
2673
|
-
* Structure of GraphQLClient.TokenState
|
|
2672
|
+
* Structure of GraphQLClient.TokenState
|
|
2674
2673
|
*
|
|
2675
2674
|
* @memberof GraphQLClient
|
|
2676
2675
|
* @typedef {object} GraphQLClient.TokenState
|
|
@@ -2697,7 +2696,7 @@
|
|
|
2697
2696
|
*/
|
|
2698
2697
|
|
|
2699
2698
|
/**
|
|
2700
|
-
* Structure of GraphQLClient.TokenSymbol
|
|
2699
|
+
* Structure of GraphQLClient.TokenSymbol
|
|
2701
2700
|
*
|
|
2702
2701
|
* @memberof GraphQLClient
|
|
2703
2702
|
* @typedef {object} GraphQLClient.TokenSymbol
|
|
@@ -2708,7 +2707,7 @@
|
|
|
2708
2707
|
*/
|
|
2709
2708
|
|
|
2710
2709
|
/**
|
|
2711
|
-
* Structure of GraphQLClient.Transaction
|
|
2710
|
+
* Structure of GraphQLClient.Transaction
|
|
2712
2711
|
*
|
|
2713
2712
|
* @memberof GraphQLClient
|
|
2714
2713
|
* @typedef {object} GraphQLClient.Transaction
|
|
@@ -2728,7 +2727,7 @@
|
|
|
2728
2727
|
*/
|
|
2729
2728
|
|
|
2730
2729
|
/**
|
|
2731
|
-
* Structure of GraphQLClient.TransactionConfig
|
|
2730
|
+
* Structure of GraphQLClient.TransactionConfig
|
|
2732
2731
|
*
|
|
2733
2732
|
* @memberof GraphQLClient
|
|
2734
2733
|
* @typedef {object} GraphQLClient.TransactionConfig
|
|
@@ -2742,7 +2741,7 @@
|
|
|
2742
2741
|
*/
|
|
2743
2742
|
|
|
2744
2743
|
/**
|
|
2745
|
-
* Structure of GraphQLClient.TransactionInfo
|
|
2744
|
+
* Structure of GraphQLClient.TransactionInfo
|
|
2746
2745
|
*
|
|
2747
2746
|
* @memberof GraphQLClient
|
|
2748
2747
|
* @typedef {object} GraphQLClient.TransactionInfo
|
|
@@ -2760,7 +2759,7 @@
|
|
|
2760
2759
|
*/
|
|
2761
2760
|
|
|
2762
2761
|
/**
|
|
2763
|
-
* Structure of GraphQLClient.TransactionInput
|
|
2762
|
+
* Structure of GraphQLClient.TransactionInput
|
|
2764
2763
|
*
|
|
2765
2764
|
* @memberof GraphQLClient
|
|
2766
2765
|
* @typedef {object} GraphQLClient.TransactionInput
|
|
@@ -2770,7 +2769,7 @@
|
|
|
2770
2769
|
*/
|
|
2771
2770
|
|
|
2772
2771
|
/**
|
|
2773
|
-
* Structure of GraphQLClient.TransactionReceipt
|
|
2772
|
+
* Structure of GraphQLClient.TransactionReceipt
|
|
2774
2773
|
*
|
|
2775
2774
|
* @memberof GraphQLClient
|
|
2776
2775
|
* @typedef {object} GraphQLClient.TransactionReceipt
|
|
@@ -2779,7 +2778,7 @@
|
|
|
2779
2778
|
*/
|
|
2780
2779
|
|
|
2781
2780
|
/**
|
|
2782
|
-
* Structure of GraphQLClient.TransferTx
|
|
2781
|
+
* Structure of GraphQLClient.TransferTx
|
|
2783
2782
|
*
|
|
2784
2783
|
* @memberof GraphQLClient
|
|
2785
2784
|
* @typedef {object} GraphQLClient.TransferTx
|
|
@@ -2790,7 +2789,7 @@
|
|
|
2790
2789
|
*/
|
|
2791
2790
|
|
|
2792
2791
|
/**
|
|
2793
|
-
* Structure of GraphQLClient.TransferV2Tx
|
|
2792
|
+
* Structure of GraphQLClient.TransferV2Tx
|
|
2794
2793
|
*
|
|
2795
2794
|
* @memberof GraphQLClient
|
|
2796
2795
|
* @typedef {object} GraphQLClient.TransferV2Tx
|
|
@@ -2802,7 +2801,7 @@
|
|
|
2802
2801
|
*/
|
|
2803
2802
|
|
|
2804
2803
|
/**
|
|
2805
|
-
* Structure of GraphQLClient.TransferV3Tx
|
|
2804
|
+
* Structure of GraphQLClient.TransferV3Tx
|
|
2806
2805
|
*
|
|
2807
2806
|
* @memberof GraphQLClient
|
|
2808
2807
|
* @typedef {object} GraphQLClient.TransferV3Tx
|
|
@@ -2812,7 +2811,7 @@
|
|
|
2812
2811
|
*/
|
|
2813
2812
|
|
|
2814
2813
|
/**
|
|
2815
|
-
* Structure of GraphQLClient.TxFeeConfig
|
|
2814
|
+
* Structure of GraphQLClient.TxFeeConfig
|
|
2816
2815
|
*
|
|
2817
2816
|
* @memberof GraphQLClient
|
|
2818
2817
|
* @typedef {object} GraphQLClient.TxFeeConfig
|
|
@@ -2821,7 +2820,7 @@
|
|
|
2821
2820
|
*/
|
|
2822
2821
|
|
|
2823
2822
|
/**
|
|
2824
|
-
* Structure of GraphQLClient.TxGasConfig
|
|
2823
|
+
* Structure of GraphQLClient.TxGasConfig
|
|
2825
2824
|
*
|
|
2826
2825
|
* @memberof GraphQLClient
|
|
2827
2826
|
* @typedef {object} GraphQLClient.TxGasConfig
|
|
@@ -2835,7 +2834,7 @@
|
|
|
2835
2834
|
*/
|
|
2836
2835
|
|
|
2837
2836
|
/**
|
|
2838
|
-
* Structure of GraphQLClient.TxStakeConfig
|
|
2837
|
+
* Structure of GraphQLClient.TxStakeConfig
|
|
2839
2838
|
*
|
|
2840
2839
|
* @memberof GraphQLClient
|
|
2841
2840
|
* @typedef {object} GraphQLClient.TxStakeConfig
|
|
@@ -2845,7 +2844,7 @@
|
|
|
2845
2844
|
*/
|
|
2846
2845
|
|
|
2847
2846
|
/**
|
|
2848
|
-
* Structure of GraphQLClient.UnconfirmedTxs
|
|
2847
|
+
* Structure of GraphQLClient.UnconfirmedTxs
|
|
2849
2848
|
*
|
|
2850
2849
|
* @memberof GraphQLClient
|
|
2851
2850
|
* @typedef {object} GraphQLClient.UnconfirmedTxs
|
|
@@ -2944,7 +2943,7 @@
|
|
|
2944
2943
|
*/
|
|
2945
2944
|
|
|
2946
2945
|
/**
|
|
2947
|
-
* Structure of GraphQLClient.UpgradeInfo
|
|
2946
|
+
* Structure of GraphQLClient.UpgradeInfo
|
|
2948
2947
|
*
|
|
2949
2948
|
* @memberof GraphQLClient
|
|
2950
2949
|
* @typedef {object} GraphQLClient.UpgradeInfo
|
|
@@ -2972,7 +2971,7 @@
|
|
|
2972
2971
|
*/
|
|
2973
2972
|
|
|
2974
2973
|
/**
|
|
2975
|
-
* Structure of GraphQLClient.UpgradeTask
|
|
2974
|
+
* Structure of GraphQLClient.UpgradeTask
|
|
2976
2975
|
*
|
|
2977
2976
|
* @memberof GraphQLClient
|
|
2978
2977
|
* @typedef {object} GraphQLClient.UpgradeTask
|
|
@@ -2982,7 +2981,7 @@
|
|
|
2982
2981
|
*/
|
|
2983
2982
|
|
|
2984
2983
|
/**
|
|
2985
|
-
* Structure of GraphQLClient.UpgradeTasks
|
|
2984
|
+
* Structure of GraphQLClient.UpgradeTasks
|
|
2986
2985
|
*
|
|
2987
2986
|
* @memberof GraphQLClient
|
|
2988
2987
|
* @typedef {object} GraphQLClient.UpgradeTasks
|
|
@@ -2990,7 +2989,7 @@
|
|
|
2990
2989
|
*/
|
|
2991
2990
|
|
|
2992
2991
|
/**
|
|
2993
|
-
* Structure of GraphQLClient.Validator
|
|
2992
|
+
* Structure of GraphQLClient.Validator
|
|
2994
2993
|
*
|
|
2995
2994
|
* @memberof GraphQLClient
|
|
2996
2995
|
* @typedef {object} GraphQLClient.Validator
|
|
@@ -2999,7 +2998,7 @@
|
|
|
2999
2998
|
*/
|
|
3000
2999
|
|
|
3001
3000
|
/**
|
|
3002
|
-
* Structure of GraphQLClient.ValidatorInfo
|
|
3001
|
+
* Structure of GraphQLClient.ValidatorInfo
|
|
3003
3002
|
*
|
|
3004
3003
|
* @memberof GraphQLClient
|
|
3005
3004
|
* @typedef {object} GraphQLClient.ValidatorInfo
|
|
@@ -3012,7 +3011,7 @@
|
|
|
3012
3011
|
*/
|
|
3013
3012
|
|
|
3014
3013
|
/**
|
|
3015
|
-
* Structure of GraphQLClient.ValidatorsInfo
|
|
3014
|
+
* Structure of GraphQLClient.ValidatorsInfo
|
|
3016
3015
|
*
|
|
3017
3016
|
* @memberof GraphQLClient
|
|
3018
3017
|
* @typedef {object} GraphQLClient.ValidatorsInfo
|
|
@@ -3021,7 +3020,7 @@
|
|
|
3021
3020
|
*/
|
|
3022
3021
|
|
|
3023
3022
|
/**
|
|
3024
|
-
* Structure of GraphQLClient.VariableInput
|
|
3023
|
+
* Structure of GraphQLClient.VariableInput
|
|
3025
3024
|
*
|
|
3026
3025
|
* @memberof GraphQLClient
|
|
3027
3026
|
* @typedef {object} GraphQLClient.VariableInput
|
|
@@ -3032,7 +3031,7 @@
|
|
|
3032
3031
|
*/
|
|
3033
3032
|
|
|
3034
3033
|
/**
|
|
3035
|
-
* Structure of GraphQLClient.VaultConfig
|
|
3034
|
+
* Structure of GraphQLClient.VaultConfig
|
|
3036
3035
|
*
|
|
3037
3036
|
* @memberof GraphQLClient
|
|
3038
3037
|
* @typedef {object} GraphQLClient.VaultConfig
|
|
@@ -3042,7 +3041,7 @@
|
|
|
3042
3041
|
*/
|
|
3043
3042
|
|
|
3044
3043
|
/**
|
|
3045
|
-
* Structure of GraphQLClient.VerifyAccountRiskResult
|
|
3044
|
+
* Structure of GraphQLClient.VerifyAccountRiskResult
|
|
3046
3045
|
*
|
|
3047
3046
|
* @memberof GraphQLClient
|
|
3048
3047
|
* @typedef {object} GraphQLClient.VerifyAccountRiskResult
|
|
@@ -3052,7 +3051,7 @@
|
|
|
3052
3051
|
*/
|
|
3053
3052
|
|
|
3054
3053
|
/**
|
|
3055
|
-
* Structure of GraphQLClient.VerifyAccountRiskResult_BalanceRisky
|
|
3054
|
+
* Structure of GraphQLClient.VerifyAccountRiskResult_BalanceRisky
|
|
3056
3055
|
*
|
|
3057
3056
|
* @memberof GraphQLClient
|
|
3058
3057
|
* @typedef {object} GraphQLClient.VerifyAccountRiskResult_BalanceRisky
|
|
@@ -3065,7 +3064,7 @@
|
|
|
3065
3064
|
*/
|
|
3066
3065
|
|
|
3067
3066
|
/**
|
|
3068
|
-
* Structure of GraphQLClient.Version
|
|
3067
|
+
* Structure of GraphQLClient.Version
|
|
3069
3068
|
*
|
|
3070
3069
|
* @memberof GraphQLClient
|
|
3071
3070
|
* @typedef {object} GraphQLClient.Version
|
|
@@ -3074,7 +3073,7 @@
|
|
|
3074
3073
|
*/
|
|
3075
3074
|
|
|
3076
3075
|
/**
|
|
3077
|
-
* Structure of GraphQLClient.WalletType
|
|
3076
|
+
* Structure of GraphQLClient.WalletType
|
|
3078
3077
|
*
|
|
3079
3078
|
* @memberof GraphQLClient
|
|
3080
3079
|
* @typedef {object} GraphQLClient.WalletType
|