@ocap/client 1.14.2 → 1.14.6
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/dist/base.js +1 -1
- package/dist/browser.d.ts +30 -195
- package/dist/bundle.js +3 -3
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +395 -1866
- package/dist/schema/graphql.txt +2 -2
- package/dist/types.js +43 -492
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +35 -507
- package/docs/README.md +103 -668
- package/lib/base.js +1 -1
- package/lib/node.d.ts +30 -195
- package/lib/schema/graphql.json +395 -1866
- package/lib/schema/graphql.txt +2 -2
- package/lib/types.js +43 -492
- package/lib/types.js.map +1 -1
- package/package.json +11 -11
package/docs/README.md
CHANGED
|
@@ -113,7 +113,6 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
113
113
|
* [getDelegateState(params)](#GraphQLClient+getDelegateState) ⇒ [`Promise.<ResponseGetDelegateState>`](#GraphQLClient.ResponseGetDelegateState)
|
|
114
114
|
* [getTokenState(params)](#GraphQLClient+getTokenState) ⇒ [`Promise.<ResponseGetTokenState>`](#GraphQLClient.ResponseGetTokenState)
|
|
115
115
|
* [getEvidenceState(params)](#GraphQLClient+getEvidenceState) ⇒ [`Promise.<ResponseGetEvidenceState>`](#GraphQLClient.ResponseGetEvidenceState)
|
|
116
|
-
* [getSwapState(params)](#GraphQLClient+getSwapState) ⇒ [`Promise.<ResponseGetSwapState>`](#GraphQLClient.ResponseGetSwapState)
|
|
117
116
|
* [getForgeState(params)](#GraphQLClient+getForgeState) ⇒ [`Promise.<ResponseGetForgeState>`](#GraphQLClient.ResponseGetForgeState)
|
|
118
117
|
* [getTx(params)](#GraphQLClient+getTx) ⇒ [`Promise.<ResponseGetTx>`](#GraphQLClient.ResponseGetTx)
|
|
119
118
|
* [getBlock(params)](#GraphQLClient+getBlock) ⇒ [`Promise.<ResponseGetBlock>`](#GraphQLClient.ResponseGetBlock)
|
|
@@ -121,18 +120,12 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
121
120
|
* [getUnconfirmedTxs(params)](#GraphQLClient+getUnconfirmedTxs) ⇒ [`Promise.<ResponseGetUnconfirmedTxs>`](#GraphQLClient.ResponseGetUnconfirmedTxs)
|
|
122
121
|
* [getChainInfo()](#GraphQLClient+getChainInfo) ⇒ [`Promise.<ResponseGetChainInfo>`](#GraphQLClient.ResponseGetChainInfo)
|
|
123
122
|
* [getConfig(params)](#GraphQLClient+getConfig) ⇒ [`Promise.<ResponseGetConfig>`](#GraphQLClient.ResponseGetConfig)
|
|
124
|
-
* [getHealthStatus()](#GraphQLClient+getHealthStatus) ⇒ [`Promise.<ResponseGetHealthStatus>`](#GraphQLClient.ResponseGetHealthStatus)
|
|
125
123
|
* [getNetInfo()](#GraphQLClient+getNetInfo) ⇒ [`Promise.<ResponseGetNetInfo>`](#GraphQLClient.ResponseGetNetInfo)
|
|
126
124
|
* [getNodeInfo()](#GraphQLClient+getNodeInfo) ⇒ [`Promise.<ResponseGetNodeInfo>`](#GraphQLClient.ResponseGetNodeInfo)
|
|
127
125
|
* [getValidatorsInfo()](#GraphQLClient+getValidatorsInfo) ⇒ [`Promise.<ResponseGetValidatorsInfo>`](#GraphQLClient.ResponseGetValidatorsInfo)
|
|
128
|
-
* [getForgeStats()](#GraphQLClient+getForgeStats) ⇒ [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats)
|
|
129
|
-
* [getForgeStatsByDay(params)](#GraphQLClient+getForgeStatsByDay) ⇒ [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats)
|
|
130
|
-
* [getForgeStatsByHour(params)](#GraphQLClient+getForgeStatsByHour) ⇒ [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats)
|
|
131
|
-
* [getSwapStatistics(params)](#GraphQLClient+getSwapStatistics) ⇒ [`Promise.<ResponseGetSwapStatistics>`](#GraphQLClient.ResponseGetSwapStatistics)
|
|
132
126
|
* [listAssetTransactions(params)](#GraphQLClient+listAssetTransactions) ⇒ [`Promise.<ResponseListAssetTransactions>`](#GraphQLClient.ResponseListAssetTransactions)
|
|
133
127
|
* [listAssets(params)](#GraphQLClient+listAssets) ⇒ [`Promise.<ResponseListAssets>`](#GraphQLClient.ResponseListAssets)
|
|
134
128
|
* [listBlocks(params)](#GraphQLClient+listBlocks) ⇒ [`Promise.<ResponseListBlocks>`](#GraphQLClient.ResponseListBlocks)
|
|
135
|
-
* [listSwap(params)](#GraphQLClient+listSwap) ⇒ [`Promise.<ResponseListSwap>`](#GraphQLClient.ResponseListSwap)
|
|
136
129
|
* [listTopAccounts(params)](#GraphQLClient+listTopAccounts) ⇒ [`Promise.<ResponseListTopAccounts>`](#GraphQLClient.ResponseListTopAccounts)
|
|
137
130
|
* [listTransactions(params)](#GraphQLClient+listTransactions) ⇒ [`Promise.<ResponseListTransactions>`](#GraphQLClient.ResponseListTransactions)
|
|
138
131
|
* [listTokens(params)](#GraphQLClient+listTokens) ⇒ [`Promise.<ResponseListTokens>`](#GraphQLClient.ResponseListTokens)
|
|
@@ -154,8 +147,6 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
154
147
|
* [AccountFilterInput](#GraphQLClient.AccountFilterInput) : `object`
|
|
155
148
|
* [AddressFilterInput](#GraphQLClient.AddressFilterInput) : `object`
|
|
156
149
|
* [AssetFilterInput](#GraphQLClient.AssetFilterInput) : `object`
|
|
157
|
-
* [ByDayInput](#GraphQLClient.ByDayInput) : `object`
|
|
158
|
-
* [ByHourInput](#GraphQLClient.ByHourInput) : `object`
|
|
159
150
|
* [FactoryFilterInput](#GraphQLClient.FactoryFilterInput) : `object`
|
|
160
151
|
* [PageInput](#GraphQLClient.PageInput) : `object`
|
|
161
152
|
* [PageOrderInput](#GraphQLClient.PageOrderInput) : `object`
|
|
@@ -167,7 +158,6 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
167
158
|
* [RequestGetEvidenceStateInput](#GraphQLClient.RequestGetEvidenceStateInput) : `object`
|
|
168
159
|
* [RequestGetRollupBlockInput](#GraphQLClient.RequestGetRollupBlockInput) : `object`
|
|
169
160
|
* [RequestGetStateInput](#GraphQLClient.RequestGetStateInput) : `object`
|
|
170
|
-
* [RequestGetSwapStatisticsInput](#GraphQLClient.RequestGetSwapStatisticsInput) : `object`
|
|
171
161
|
* [RequestGetTxInput](#GraphQLClient.RequestGetTxInput) : `object`
|
|
172
162
|
* [RequestListAssetTransactionsInput](#GraphQLClient.RequestListAssetTransactionsInput) : `object`
|
|
173
163
|
* [RequestListAssetsInput](#GraphQLClient.RequestListAssetsInput) : `object`
|
|
@@ -177,7 +167,6 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
177
167
|
* [RequestListRollupValidatorsInput](#GraphQLClient.RequestListRollupValidatorsInput) : `object`
|
|
178
168
|
* [RequestListRollupsInput](#GraphQLClient.RequestListRollupsInput) : `object`
|
|
179
169
|
* [RequestListStakesInput](#GraphQLClient.RequestListStakesInput) : `object`
|
|
180
|
-
* [RequestListSwapInput](#GraphQLClient.RequestListSwapInput) : `object`
|
|
181
170
|
* [RequestListTokensInput](#GraphQLClient.RequestListTokensInput) : `object`
|
|
182
171
|
* [RequestListTopAccountsInput](#GraphQLClient.RequestListTopAccountsInput) : `object`
|
|
183
172
|
* [RequestListTransactionsInput](#GraphQLClient.RequestListTransactionsInput) : `object`
|
|
@@ -192,7 +181,6 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
192
181
|
* [ValidityFilterInput](#GraphQLClient.ValidityFilterInput) : `object`
|
|
193
182
|
* [WalletInfoInput](#GraphQLClient.WalletInfoInput) : `object`
|
|
194
183
|
* [WalletTypeInput](#GraphQLClient.WalletTypeInput) : `object`
|
|
195
|
-
* [AbciServerStatus](#GraphQLClient.AbciServerStatus) : `object`
|
|
196
184
|
* [AccountConfig](#GraphQLClient.AccountConfig) : `object`
|
|
197
185
|
* [AccountMigrateTx](#GraphQLClient.AccountMigrateTx) : `object`
|
|
198
186
|
* [AccountState](#GraphQLClient.AccountState) : `object`
|
|
@@ -200,22 +188,18 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
200
188
|
* [AcquireAssetV2Tx](#GraphQLClient.AcquireAssetV2Tx) : `object`
|
|
201
189
|
* [AcquireAssetV3Tx](#GraphQLClient.AcquireAssetV3Tx) : `object`
|
|
202
190
|
* [Any](#GraphQLClient.Any) : `object`
|
|
203
|
-
* [AssetDisplay](#GraphQLClient.AssetDisplay) : `object`
|
|
204
191
|
* [AssetFactoryHook](#GraphQLClient.AssetFactoryHook) : `object`
|
|
205
192
|
* [AssetFactoryInput](#GraphQLClient.AssetFactoryInput) : `object`
|
|
206
193
|
* [AssetFactoryState](#GraphQLClient.AssetFactoryState) : `object`
|
|
207
|
-
* [AssetIssuer](#GraphQLClient.AssetIssuer) : `object`
|
|
208
194
|
* [AssetState](#GraphQLClient.AssetState) : `object`
|
|
209
195
|
* [BlockID](#GraphQLClient.BlockID) : `object`
|
|
210
196
|
* [BlockInfo](#GraphQLClient.BlockInfo) : `object`
|
|
211
197
|
* [BlockInfoSimple](#GraphQLClient.BlockInfoSimple) : `object`
|
|
212
198
|
* [ChainInfo](#GraphQLClient.ChainInfo) : `object`
|
|
213
199
|
* [ChainInfo_ForgeAppsVersionEntry](#GraphQLClient.ChainInfo_ForgeAppsVersionEntry) : `object`
|
|
214
|
-
* [CircularQueue](#GraphQLClient.CircularQueue) : `object`
|
|
215
200
|
* [ClaimBlockRewardTx](#GraphQLClient.ClaimBlockRewardTx) : `object`
|
|
216
201
|
* [ClaimStakeTx](#GraphQLClient.ClaimStakeTx) : `object`
|
|
217
202
|
* [ConsensusParams](#GraphQLClient.ConsensusParams) : `object`
|
|
218
|
-
* [ConsensusStatus](#GraphQLClient.ConsensusStatus) : `object`
|
|
219
203
|
* [CreateAssetTx](#GraphQLClient.CreateAssetTx) : `object`
|
|
220
204
|
* [CreateFactoryTx](#GraphQLClient.CreateFactoryTx) : `object`
|
|
221
205
|
* [CreateRollupBlockTx](#GraphQLClient.CreateRollupBlockTx) : `object`
|
|
@@ -229,7 +213,6 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
229
213
|
* [DelegateState_OpsEntry](#GraphQLClient.DelegateState_OpsEntry) : `object`
|
|
230
214
|
* [DelegateTx](#GraphQLClient.DelegateTx) : `object`
|
|
231
215
|
* [DepositTokenV2Tx](#GraphQLClient.DepositTokenV2Tx) : `object`
|
|
232
|
-
* [DiskSpaceStatus](#GraphQLClient.DiskSpaceStatus) : `object`
|
|
233
216
|
* [Evidence](#GraphQLClient.Evidence) : `object`
|
|
234
217
|
* [EvidenceState](#GraphQLClient.EvidenceState) : `object`
|
|
235
218
|
* [ExchangeInfo](#GraphQLClient.ExchangeInfo) : `object`
|
|
@@ -239,11 +222,8 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
239
222
|
* [ForeignToken](#GraphQLClient.ForeignToken) : `object`
|
|
240
223
|
* [ForgeState](#GraphQLClient.ForgeState) : `object`
|
|
241
224
|
* [ForgeState_TasksEntry](#GraphQLClient.ForgeState_TasksEntry) : `object`
|
|
242
|
-
* [ForgeStats](#GraphQLClient.ForgeStats) : `object`
|
|
243
|
-
* [ForgeStatus](#GraphQLClient.ForgeStatus) : `object`
|
|
244
225
|
* [ForgeToken](#GraphQLClient.ForgeToken) : `object`
|
|
245
226
|
* [GeoInfo](#GraphQLClient.GeoInfo) : `object`
|
|
246
|
-
* [HealthStatus](#GraphQLClient.HealthStatus) : `object`
|
|
247
227
|
* [IndexedAccountState](#GraphQLClient.IndexedAccountState) : `object`
|
|
248
228
|
* [IndexedAssetState](#GraphQLClient.IndexedAssetState) : `object`
|
|
249
229
|
* [IndexedBlock](#GraphQLClient.IndexedBlock) : `object`
|
|
@@ -263,8 +243,10 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
263
243
|
* [MigrateRollupTokenTx](#GraphQLClient.MigrateRollupTokenTx) : `object`
|
|
264
244
|
* [MintAssetTx](#GraphQLClient.MintAssetTx) : `object`
|
|
265
245
|
* [Multisig](#GraphQLClient.Multisig) : `object`
|
|
246
|
+
* [NFTDisplay](#GraphQLClient.NFTDisplay) : `object`
|
|
247
|
+
* [NFTEndpoint](#GraphQLClient.NFTEndpoint) : `object`
|
|
248
|
+
* [NFTIssuer](#GraphQLClient.NFTIssuer) : `object`
|
|
266
249
|
* [NetInfo](#GraphQLClient.NetInfo) : `object`
|
|
267
|
-
* [NetworkStatus](#GraphQLClient.NetworkStatus) : `object`
|
|
268
250
|
* [NodeInfo](#GraphQLClient.NodeInfo) : `object`
|
|
269
251
|
* [NodeInfo_ForgeAppsVersionEntry](#GraphQLClient.NodeInfo_ForgeAppsVersionEntry) : `object`
|
|
270
252
|
* [PageInfo](#GraphQLClient.PageInfo) : `object`
|
|
@@ -284,15 +266,11 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
284
266
|
* [ResponseGetEvidenceState](#GraphQLClient.ResponseGetEvidenceState) : `object`
|
|
285
267
|
* [ResponseGetFactoryState](#GraphQLClient.ResponseGetFactoryState) : `object`
|
|
286
268
|
* [ResponseGetForgeState](#GraphQLClient.ResponseGetForgeState) : `object`
|
|
287
|
-
* [ResponseGetForgeStats](#GraphQLClient.ResponseGetForgeStats) : `object`
|
|
288
|
-
* [ResponseGetHealthStatus](#GraphQLClient.ResponseGetHealthStatus) : `object`
|
|
289
269
|
* [ResponseGetNetInfo](#GraphQLClient.ResponseGetNetInfo) : `object`
|
|
290
270
|
* [ResponseGetNodeInfo](#GraphQLClient.ResponseGetNodeInfo) : `object`
|
|
291
271
|
* [ResponseGetRollupBlock](#GraphQLClient.ResponseGetRollupBlock) : `object`
|
|
292
272
|
* [ResponseGetRollupState](#GraphQLClient.ResponseGetRollupState) : `object`
|
|
293
273
|
* [ResponseGetStakeState](#GraphQLClient.ResponseGetStakeState) : `object`
|
|
294
|
-
* [ResponseGetSwapState](#GraphQLClient.ResponseGetSwapState) : `object`
|
|
295
|
-
* [ResponseGetSwapStatistics](#GraphQLClient.ResponseGetSwapStatistics) : `object`
|
|
296
274
|
* [ResponseGetTokenState](#GraphQLClient.ResponseGetTokenState) : `object`
|
|
297
275
|
* [ResponseGetTx](#GraphQLClient.ResponseGetTx) : `object`
|
|
298
276
|
* [ResponseGetUnconfirmedTxs](#GraphQLClient.ResponseGetUnconfirmedTxs) : `object`
|
|
@@ -305,7 +283,6 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
305
283
|
* [ResponseListRollupValidators](#GraphQLClient.ResponseListRollupValidators) : `object`
|
|
306
284
|
* [ResponseListRollups](#GraphQLClient.ResponseListRollups) : `object`
|
|
307
285
|
* [ResponseListStakes](#GraphQLClient.ResponseListStakes) : `object`
|
|
308
|
-
* [ResponseListSwap](#GraphQLClient.ResponseListSwap) : `object`
|
|
309
286
|
* [ResponseListTokens](#GraphQLClient.ResponseListTokens) : `object`
|
|
310
287
|
* [ResponseListTopAccounts](#GraphQLClient.ResponseListTopAccounts) : `object`
|
|
311
288
|
* [ResponseListTransactions](#GraphQLClient.ResponseListTransactions) : `object`
|
|
@@ -318,13 +295,9 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
318
295
|
* [RollupState](#GraphQLClient.RollupState) : `object`
|
|
319
296
|
* [RollupValidator](#GraphQLClient.RollupValidator) : `object`
|
|
320
297
|
* [SearchResult](#GraphQLClient.SearchResult) : `object`
|
|
321
|
-
* [StakeContext](#GraphQLClient.StakeContext) : `object`
|
|
322
298
|
* [StakeState](#GraphQLClient.StakeState) : `object`
|
|
323
299
|
* [StakeTx](#GraphQLClient.StakeTx) : `object`
|
|
324
300
|
* [StateContext](#GraphQLClient.StateContext) : `object`
|
|
325
|
-
* [StorageStatus](#GraphQLClient.StorageStatus) : `object`
|
|
326
|
-
* [SwapState](#GraphQLClient.SwapState) : `object`
|
|
327
|
-
* [SwapStatistics](#GraphQLClient.SwapStatistics) : `object`
|
|
328
301
|
* [TokenInfo](#GraphQLClient.TokenInfo) : `object`
|
|
329
302
|
* [TokenInput](#GraphQLClient.TokenInput) : `object`
|
|
330
303
|
* [TokenState](#GraphQLClient.TokenState) : `object`
|
|
@@ -358,20 +331,15 @@ Please note that, due to internal implementation of google-protobuf, all `repeat
|
|
|
358
331
|
* [GetDelegateStateParams](#GraphQLClient.GetDelegateStateParams) : `object`
|
|
359
332
|
* [GetTokenStateParams](#GraphQLClient.GetTokenStateParams) : `object`
|
|
360
333
|
* [GetEvidenceStateParams](#GraphQLClient.GetEvidenceStateParams) : `object`
|
|
361
|
-
* [GetSwapStateParams](#GraphQLClient.GetSwapStateParams) : `object`
|
|
362
334
|
* [GetForgeStateParams](#GraphQLClient.GetForgeStateParams) : `object`
|
|
363
335
|
* [GetTxParams](#GraphQLClient.GetTxParams) : `object`
|
|
364
336
|
* [GetBlockParams](#GraphQLClient.GetBlockParams) : `object`
|
|
365
337
|
* [GetBlocksParams](#GraphQLClient.GetBlocksParams) : `object`
|
|
366
338
|
* [GetUnconfirmedTxsParams](#GraphQLClient.GetUnconfirmedTxsParams) : `object`
|
|
367
339
|
* [GetConfigParams](#GraphQLClient.GetConfigParams) : `object`
|
|
368
|
-
* [GetForgeStatsByDayParams](#GraphQLClient.GetForgeStatsByDayParams) : `object`
|
|
369
|
-
* [GetForgeStatsByHourParams](#GraphQLClient.GetForgeStatsByHourParams) : `object`
|
|
370
|
-
* [GetSwapStatisticsParams](#GraphQLClient.GetSwapStatisticsParams) : `object`
|
|
371
340
|
* [ListAssetTransactionsParams](#GraphQLClient.ListAssetTransactionsParams) : `object`
|
|
372
341
|
* [ListAssetsParams](#GraphQLClient.ListAssetsParams) : `object`
|
|
373
342
|
* [ListBlocksParams](#GraphQLClient.ListBlocksParams) : `object`
|
|
374
|
-
* [ListSwapParams](#GraphQLClient.ListSwapParams) : `object`
|
|
375
343
|
* [ListTopAccountsParams](#GraphQLClient.ListTopAccountsParams) : `object`
|
|
376
344
|
* [ListTransactionsParams](#GraphQLClient.ListTransactionsParams) : `object`
|
|
377
345
|
* [ListTokensParams](#GraphQLClient.ListTokensParams) : `object`
|
|
@@ -736,7 +704,6 @@ const methods = client.getQueries();
|
|
|
736
704
|
// getDelegateState,
|
|
737
705
|
// getTokenState,
|
|
738
706
|
// getEvidenceState,
|
|
739
|
-
// getSwapState,
|
|
740
707
|
// getForgeState,
|
|
741
708
|
// getTx,
|
|
742
709
|
// getBlock,
|
|
@@ -744,18 +711,12 @@ const methods = client.getQueries();
|
|
|
744
711
|
// getUnconfirmedTxs,
|
|
745
712
|
// getChainInfo,
|
|
746
713
|
// getConfig,
|
|
747
|
-
// getHealthStatus,
|
|
748
714
|
// getNetInfo,
|
|
749
715
|
// getNodeInfo,
|
|
750
716
|
// getValidatorsInfo,
|
|
751
|
-
// getForgeStats,
|
|
752
|
-
// getForgeStatsByDay,
|
|
753
|
-
// getForgeStatsByHour,
|
|
754
|
-
// getSwapStatistics,
|
|
755
717
|
// listAssetTransactions,
|
|
756
718
|
// listAssets,
|
|
757
719
|
// listBlocks,
|
|
758
|
-
// listSwap,
|
|
759
720
|
// listTopAccounts,
|
|
760
721
|
// listTransactions,
|
|
761
722
|
// listTokens,
|
|
@@ -1613,17 +1574,6 @@ getEvidenceState
|
|
|
1613
1574
|
| ------ | ----------------------------------------------------------------- |
|
|
1614
1575
|
| params | [`GetEvidenceStateParams`](#GraphQLClient.GetEvidenceStateParams) |
|
|
1615
1576
|
|
|
1616
|
-
### graphQLClient.getSwapState(params) ⇒ [`Promise.<ResponseGetSwapState>`](#GraphQLClient.ResponseGetSwapState)
|
|
1617
|
-
|
|
1618
|
-
getSwapState
|
|
1619
|
-
|
|
1620
|
-
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1621
|
-
**Returns**: [`Promise.<ResponseGetSwapState>`](#GraphQLClient.ResponseGetSwapState) - Checkout [ResponseGetSwapState](#GraphQLClient.ResponseGetSwapState) for resolved data format
|
|
1622
|
-
|
|
1623
|
-
| Param | Type |
|
|
1624
|
-
| ------ | --------------------------------------------------------- |
|
|
1625
|
-
| params | [`GetSwapStateParams`](#GraphQLClient.GetSwapStateParams) |
|
|
1626
|
-
|
|
1627
1577
|
### graphQLClient.getForgeState(params) ⇒ [`Promise.<ResponseGetForgeState>`](#GraphQLClient.ResponseGetForgeState)
|
|
1628
1578
|
|
|
1629
1579
|
getForgeState
|
|
@@ -1697,13 +1647,6 @@ getConfig
|
|
|
1697
1647
|
| ------ | --------------------------------------------------- |
|
|
1698
1648
|
| params | [`GetConfigParams`](#GraphQLClient.GetConfigParams) |
|
|
1699
1649
|
|
|
1700
|
-
### graphQLClient.getHealthStatus() ⇒ [`Promise.<ResponseGetHealthStatus>`](#GraphQLClient.ResponseGetHealthStatus)
|
|
1701
|
-
|
|
1702
|
-
getHealthStatus
|
|
1703
|
-
|
|
1704
|
-
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1705
|
-
**Returns**: [`Promise.<ResponseGetHealthStatus>`](#GraphQLClient.ResponseGetHealthStatus) - Checkout [ResponseGetHealthStatus](#GraphQLClient.ResponseGetHealthStatus) for resolved data format
|
|
1706
|
-
|
|
1707
1650
|
### graphQLClient.getNetInfo() ⇒ [`Promise.<ResponseGetNetInfo>`](#GraphQLClient.ResponseGetNetInfo)
|
|
1708
1651
|
|
|
1709
1652
|
getNetInfo
|
|
@@ -1725,46 +1668,6 @@ getValidatorsInfo
|
|
|
1725
1668
|
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1726
1669
|
**Returns**: [`Promise.<ResponseGetValidatorsInfo>`](#GraphQLClient.ResponseGetValidatorsInfo) - Checkout [ResponseGetValidatorsInfo](#GraphQLClient.ResponseGetValidatorsInfo) for resolved data format
|
|
1727
1670
|
|
|
1728
|
-
### graphQLClient.getForgeStats() ⇒ [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats)
|
|
1729
|
-
|
|
1730
|
-
getForgeStats
|
|
1731
|
-
|
|
1732
|
-
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1733
|
-
**Returns**: [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats) - Checkout [ResponseGetForgeStats](#GraphQLClient.ResponseGetForgeStats) for resolved data format
|
|
1734
|
-
|
|
1735
|
-
### graphQLClient.getForgeStatsByDay(params) ⇒ [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats)
|
|
1736
|
-
|
|
1737
|
-
getForgeStatsByDay
|
|
1738
|
-
|
|
1739
|
-
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1740
|
-
**Returns**: [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats) - Checkout [ResponseGetForgeStats](#GraphQLClient.ResponseGetForgeStats) for resolved data format
|
|
1741
|
-
|
|
1742
|
-
| Param | Type |
|
|
1743
|
-
| ------ | --------------------------------------------------------------------- |
|
|
1744
|
-
| params | [`GetForgeStatsByDayParams`](#GraphQLClient.GetForgeStatsByDayParams) |
|
|
1745
|
-
|
|
1746
|
-
### graphQLClient.getForgeStatsByHour(params) ⇒ [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats)
|
|
1747
|
-
|
|
1748
|
-
getForgeStatsByHour
|
|
1749
|
-
|
|
1750
|
-
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1751
|
-
**Returns**: [`Promise.<ResponseGetForgeStats>`](#GraphQLClient.ResponseGetForgeStats) - Checkout [ResponseGetForgeStats](#GraphQLClient.ResponseGetForgeStats) for resolved data format
|
|
1752
|
-
|
|
1753
|
-
| Param | Type |
|
|
1754
|
-
| ------ | ----------------------------------------------------------------------- |
|
|
1755
|
-
| params | [`GetForgeStatsByHourParams`](#GraphQLClient.GetForgeStatsByHourParams) |
|
|
1756
|
-
|
|
1757
|
-
### graphQLClient.getSwapStatistics(params) ⇒ [`Promise.<ResponseGetSwapStatistics>`](#GraphQLClient.ResponseGetSwapStatistics)
|
|
1758
|
-
|
|
1759
|
-
getSwapStatistics
|
|
1760
|
-
|
|
1761
|
-
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1762
|
-
**Returns**: [`Promise.<ResponseGetSwapStatistics>`](#GraphQLClient.ResponseGetSwapStatistics) - Checkout [ResponseGetSwapStatistics](#GraphQLClient.ResponseGetSwapStatistics) for resolved data format
|
|
1763
|
-
|
|
1764
|
-
| Param | Type |
|
|
1765
|
-
| ------ | ------------------------------------------------------------------- |
|
|
1766
|
-
| params | [`GetSwapStatisticsParams`](#GraphQLClient.GetSwapStatisticsParams) |
|
|
1767
|
-
|
|
1768
1671
|
### graphQLClient.listAssetTransactions(params) ⇒ [`Promise.<ResponseListAssetTransactions>`](#GraphQLClient.ResponseListAssetTransactions)
|
|
1769
1672
|
|
|
1770
1673
|
listAssetTransactions
|
|
@@ -1798,17 +1701,6 @@ listBlocks
|
|
|
1798
1701
|
| ------ | ----------------------------------------------------- |
|
|
1799
1702
|
| params | [`ListBlocksParams`](#GraphQLClient.ListBlocksParams) |
|
|
1800
1703
|
|
|
1801
|
-
### graphQLClient.listSwap(params) ⇒ [`Promise.<ResponseListSwap>`](#GraphQLClient.ResponseListSwap)
|
|
1802
|
-
|
|
1803
|
-
listSwap
|
|
1804
|
-
|
|
1805
|
-
**Kind**: instance method of [`GraphQLClient`](#GraphQLClient)
|
|
1806
|
-
**Returns**: [`Promise.<ResponseListSwap>`](#GraphQLClient.ResponseListSwap) - Checkout [ResponseListSwap](#GraphQLClient.ResponseListSwap) for resolved data format
|
|
1807
|
-
|
|
1808
|
-
| Param | Type |
|
|
1809
|
-
| ------ | ------------------------------------------------- |
|
|
1810
|
-
| params | [`ListSwapParams`](#GraphQLClient.ListSwapParams) |
|
|
1811
|
-
|
|
1812
1704
|
### graphQLClient.listTopAccounts(params) ⇒ [`Promise.<ResponseListTopAccounts>`](#GraphQLClient.ResponseListTopAccounts)
|
|
1813
1705
|
|
|
1814
1706
|
listTopAccounts
|
|
@@ -2037,29 +1929,6 @@ Structure of GraphQLClient.AssetFilterInput
|
|
|
2037
1929
|
| ------ | ---------------- |
|
|
2038
1930
|
| assets | `Array.<string>` |
|
|
2039
1931
|
|
|
2040
|
-
### GraphQLClient.ByDayInput : `object`
|
|
2041
|
-
|
|
2042
|
-
Structure of GraphQLClient.ByDayInput
|
|
2043
|
-
|
|
2044
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2045
|
-
**Properties**
|
|
2046
|
-
|
|
2047
|
-
| Name | Type |
|
|
2048
|
-
| --------- | -------- |
|
|
2049
|
-
| startDate | `string` |
|
|
2050
|
-
| endDate | `string` |
|
|
2051
|
-
|
|
2052
|
-
### GraphQLClient.ByHourInput : `object`
|
|
2053
|
-
|
|
2054
|
-
Structure of GraphQLClient.ByHourInput
|
|
2055
|
-
|
|
2056
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2057
|
-
**Properties**
|
|
2058
|
-
|
|
2059
|
-
| Name | Type |
|
|
2060
|
-
| ---- | -------- |
|
|
2061
|
-
| date | `string` |
|
|
2062
|
-
|
|
2063
1932
|
### GraphQLClient.FactoryFilterInput : `object`
|
|
2064
1933
|
|
|
2065
1934
|
Structure of GraphQLClient.FactoryFilterInput
|
|
@@ -2192,17 +2061,6 @@ Structure of GraphQLClient.RequestGetStateInput
|
|
|
2192
2061
|
| keys | `Array.<string>` |
|
|
2193
2062
|
| height | `number` |
|
|
2194
2063
|
|
|
2195
|
-
### GraphQLClient.RequestGetSwapStatisticsInput : `object`
|
|
2196
|
-
|
|
2197
|
-
Structure of GraphQLClient.RequestGetSwapStatisticsInput
|
|
2198
|
-
|
|
2199
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2200
|
-
**Properties**
|
|
2201
|
-
|
|
2202
|
-
| Name | Type |
|
|
2203
|
-
| ------- | -------- |
|
|
2204
|
-
| address | `string` |
|
|
2205
|
-
|
|
2206
2064
|
### GraphQLClient.RequestGetTxInput : `object`
|
|
2207
2065
|
|
|
2208
2066
|
Structure of GraphQLClient.RequestGetTxInput
|
|
@@ -2325,20 +2183,6 @@ Structure of GraphQLClient.RequestListStakesInput
|
|
|
2325
2183
|
| ...timeFilter | [`TimeFilterInput`](#GraphQLClient.TimeFilterInput) |
|
|
2326
2184
|
| ...assetFilter | [`AssetFilterInput`](#GraphQLClient.AssetFilterInput) |
|
|
2327
2185
|
|
|
2328
|
-
### GraphQLClient.RequestListSwapInput : `object`
|
|
2329
|
-
|
|
2330
|
-
Structure of GraphQLClient.RequestListSwapInput
|
|
2331
|
-
|
|
2332
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2333
|
-
**Properties**
|
|
2334
|
-
|
|
2335
|
-
| Name | Type |
|
|
2336
|
-
| --------- | --------------------------------------- |
|
|
2337
|
-
| ...paging | [`PageInput`](#GraphQLClient.PageInput) |
|
|
2338
|
-
| sender | `string` |
|
|
2339
|
-
| receiver | `string` |
|
|
2340
|
-
| available | `boolean` |
|
|
2341
|
-
|
|
2342
2186
|
### GraphQLClient.RequestListTokensInput : `object`
|
|
2343
2187
|
|
|
2344
2188
|
Structure of GraphQLClient.RequestListTokensInput
|
|
@@ -2517,18 +2361,6 @@ Structure of GraphQLClient.WalletTypeInput
|
|
|
2517
2361
|
| ...address | `GraphQLClient.EncodingType` |
|
|
2518
2362
|
| ...role | `GraphQLClient.RoleType` |
|
|
2519
2363
|
|
|
2520
|
-
### GraphQLClient.AbciServerStatus : `object`
|
|
2521
|
-
|
|
2522
|
-
Structure of GraphQLClient.AbciServerStatus
|
|
2523
|
-
|
|
2524
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2525
|
-
**Properties**
|
|
2526
|
-
|
|
2527
|
-
| Name | Type |
|
|
2528
|
-
| ------------- | -------- |
|
|
2529
|
-
| abciConsensus | `string` |
|
|
2530
|
-
| abciInfo | `string` |
|
|
2531
|
-
|
|
2532
2364
|
### GraphQLClient.AccountConfig : `object`
|
|
2533
2365
|
|
|
2534
2366
|
Structure of GraphQLClient.AccountConfig
|
|
@@ -2582,27 +2414,23 @@ Structure of GraphQLClient.AccountState
|
|
|
2582
2414
|
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2583
2415
|
**Properties**
|
|
2584
2416
|
|
|
2585
|
-
| Name
|
|
2586
|
-
|
|
|
2587
|
-
| balance
|
|
2588
|
-
| nonce
|
|
2589
|
-
| numTxs
|
|
2590
|
-
| address
|
|
2591
|
-
| pk
|
|
2592
|
-
| ...type
|
|
2593
|
-
| moniker
|
|
2594
|
-
| ...context
|
|
2595
|
-
| issuer
|
|
2596
|
-
| gasBalance
|
|
2597
|
-
| migratedTo
|
|
2598
|
-
| migratedFrom
|
|
2599
|
-
| numAssets
|
|
2600
|
-
|
|
|
2601
|
-
| ...
|
|
2602
|
-
| depositReceived | `string` |
|
|
2603
|
-
| ...withdrawItems | [`CircularQueue`](#GraphQLClient.CircularQueue) |
|
|
2604
|
-
| tokens | `Array.<...GraphQLClient.IndexedTokenInput>` |
|
|
2605
|
-
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
2417
|
+
| Name | Type |
|
|
2418
|
+
| ------------ | --------------------------------------------- |
|
|
2419
|
+
| balance | `string` |
|
|
2420
|
+
| nonce | `string` |
|
|
2421
|
+
| numTxs | `string` |
|
|
2422
|
+
| address | `string` |
|
|
2423
|
+
| pk | `string` |
|
|
2424
|
+
| ...type | [`WalletType`](#GraphQLClient.WalletType) |
|
|
2425
|
+
| moniker | `string` |
|
|
2426
|
+
| ...context | [`StateContext`](#GraphQLClient.StateContext) |
|
|
2427
|
+
| issuer | `string` |
|
|
2428
|
+
| gasBalance | `string` |
|
|
2429
|
+
| migratedTo | `Array.<string>` |
|
|
2430
|
+
| migratedFrom | `Array.<string>` |
|
|
2431
|
+
| numAssets | `string` |
|
|
2432
|
+
| tokens | `Array.<...GraphQLClient.IndexedTokenInput>` |
|
|
2433
|
+
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
2606
2434
|
|
|
2607
2435
|
### GraphQLClient.AccountToken : `object`
|
|
2608
2436
|
|
|
@@ -2625,14 +2453,14 @@ Structure of GraphQLClient.AcquireAssetV2Tx
|
|
|
2625
2453
|
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2626
2454
|
**Properties**
|
|
2627
2455
|
|
|
2628
|
-
| Name | Type
|
|
2629
|
-
| --------- |
|
|
2630
|
-
| factory | `string`
|
|
2631
|
-
| address | `string`
|
|
2632
|
-
| assets | `Array.<string>`
|
|
2633
|
-
| variables | `Array.<...GraphQLClient.VariableInput>`
|
|
2634
|
-
| ...issuer | [`
|
|
2635
|
-
| ...data | [`Any`](#GraphQLClient.Any)
|
|
2456
|
+
| Name | Type |
|
|
2457
|
+
| --------- | ---------------------------------------- |
|
|
2458
|
+
| factory | `string` |
|
|
2459
|
+
| address | `string` |
|
|
2460
|
+
| assets | `Array.<string>` |
|
|
2461
|
+
| variables | `Array.<...GraphQLClient.VariableInput>` |
|
|
2462
|
+
| ...issuer | [`NFTIssuer`](#GraphQLClient.NFTIssuer) |
|
|
2463
|
+
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
2636
2464
|
|
|
2637
2465
|
### GraphQLClient.AcquireAssetV3Tx : `object`
|
|
2638
2466
|
|
|
@@ -2648,7 +2476,7 @@ Structure of GraphQLClient.AcquireAssetV3Tx
|
|
|
2648
2476
|
| inputs | `Array.<...GraphQLClient.TransactionInput>` |
|
|
2649
2477
|
| owner | `string` |
|
|
2650
2478
|
| variables | `Array.<...GraphQLClient.VariableInput>` |
|
|
2651
|
-
| ...issuer | [`
|
|
2479
|
+
| ...issuer | [`NFTIssuer`](#GraphQLClient.NFTIssuer) |
|
|
2652
2480
|
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
2653
2481
|
|
|
2654
2482
|
### GraphQLClient.Any : `object`
|
|
@@ -2663,18 +2491,6 @@ Structure of GraphQLClient.Any
|
|
|
2663
2491
|
| typeUrl | `string` |
|
|
2664
2492
|
| value | `string` |
|
|
2665
2493
|
|
|
2666
|
-
### GraphQLClient.AssetDisplay : `object`
|
|
2667
|
-
|
|
2668
|
-
Structure of GraphQLClient.AssetDisplay
|
|
2669
|
-
|
|
2670
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2671
|
-
**Properties**
|
|
2672
|
-
|
|
2673
|
-
| Name | Type |
|
|
2674
|
-
| ------- | -------- |
|
|
2675
|
-
| type | `string` |
|
|
2676
|
-
| content | `string` |
|
|
2677
|
-
|
|
2678
2494
|
### GraphQLClient.AssetFactoryHook : `object`
|
|
2679
2495
|
|
|
2680
2496
|
Structure of GraphQLClient.AssetFactoryHook
|
|
@@ -2726,22 +2542,9 @@ Structure of GraphQLClient.AssetFactoryState
|
|
|
2726
2542
|
| balance | `string` |
|
|
2727
2543
|
| tokens | `Array.<...GraphQLClient.IndexedTokenInput>` |
|
|
2728
2544
|
| numMinted | `number` |
|
|
2729
|
-
| ...display | [`
|
|
2545
|
+
| ...display | [`NFTDisplay`](#GraphQLClient.NFTDisplay) |
|
|
2730
2546
|
| lastSettlement | `string` |
|
|
2731
2547
|
|
|
2732
|
-
### GraphQLClient.AssetIssuer : `object`
|
|
2733
|
-
|
|
2734
|
-
Structure of GraphQLClient.AssetIssuer
|
|
2735
|
-
|
|
2736
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2737
|
-
**Properties**
|
|
2738
|
-
|
|
2739
|
-
| Name | Type |
|
|
2740
|
-
| ---- | -------- |
|
|
2741
|
-
| id | `string` |
|
|
2742
|
-
| pk | `string` |
|
|
2743
|
-
| name | `string` |
|
|
2744
|
-
|
|
2745
2548
|
### GraphQLClient.AssetState : `object`
|
|
2746
2549
|
|
|
2747
2550
|
Structure of GraphQLClient.AssetState
|
|
@@ -2760,7 +2563,9 @@ Structure of GraphQLClient.AssetState
|
|
|
2760
2563
|
| consumedTime | `string` |
|
|
2761
2564
|
| issuer | `string` |
|
|
2762
2565
|
| parent | `string` |
|
|
2763
|
-
| ...
|
|
2566
|
+
| ...endpoint | [`NFTEndpoint`](#GraphQLClient.NFTEndpoint) |
|
|
2567
|
+
| ...display | [`NFTDisplay`](#GraphQLClient.NFTDisplay) |
|
|
2568
|
+
| tags | `Array.<string>` |
|
|
2764
2569
|
| ...context | [`StateContext`](#GraphQLClient.StateContext) |
|
|
2765
2570
|
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
2766
2571
|
|
|
@@ -2869,21 +2674,6 @@ Structure of GraphQLClient.ChainInfo_ForgeAppsVersionEntry
|
|
|
2869
2674
|
| key | `string` |
|
|
2870
2675
|
| value | `string` |
|
|
2871
2676
|
|
|
2872
|
-
### GraphQLClient.CircularQueue : `object`
|
|
2873
|
-
|
|
2874
|
-
Structure of GraphQLClient.CircularQueue
|
|
2875
|
-
|
|
2876
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2877
|
-
**Properties**
|
|
2878
|
-
|
|
2879
|
-
| Name | Type |
|
|
2880
|
-
| -------- | ---------------- |
|
|
2881
|
-
| items | `Array.<string>` |
|
|
2882
|
-
| typeUrl | `string` |
|
|
2883
|
-
| maxItems | `number` |
|
|
2884
|
-
| circular | `boolean` |
|
|
2885
|
-
| fifo | `boolean` |
|
|
2886
|
-
|
|
2887
2677
|
### GraphQLClient.ClaimBlockRewardTx : `object`
|
|
2888
2678
|
|
|
2889
2679
|
Structure of GraphQLClient.ClaimBlockRewardTx
|
|
@@ -2964,54 +2754,26 @@ Structure of GraphQLClient.ConsensusParams
|
|
|
2964
2754
|
| validatorChanged | `boolean` |
|
|
2965
2755
|
| paramChanged | `boolean` |
|
|
2966
2756
|
|
|
2967
|
-
### GraphQLClient.ConsensusStatus : `object`
|
|
2968
|
-
|
|
2969
|
-
Structure of GraphQLClient.ConsensusStatus
|
|
2970
|
-
|
|
2971
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
2972
|
-
**Properties**
|
|
2973
|
-
|
|
2974
|
-
| Name | Type |
|
|
2975
|
-
| ----------- | --------- |
|
|
2976
|
-
| health | `boolean` |
|
|
2977
|
-
| synced | `boolean` |
|
|
2978
|
-
| blockHeight | `string` |
|
|
2979
|
-
|
|
2980
2757
|
### GraphQLClient.CreateAssetTx : `object`
|
|
2981
2758
|
|
|
2982
|
-
Structure of GraphQLClient.CreateAssetTx
|
|
2983
|
-
|
|
2984
|
-
Checkout the following snippet for the format of CreateAssetTx:
|
|
2985
|
-
|
|
2986
|
-
```json
|
|
2987
|
-
{
|
|
2988
|
-
"moniker": "abc",
|
|
2989
|
-
"data": {
|
|
2990
|
-
"typeUrl": "abc",
|
|
2991
|
-
"value": "abc"
|
|
2992
|
-
},
|
|
2993
|
-
"readonly": true,
|
|
2994
|
-
"transferrable": true,
|
|
2995
|
-
"ttl": 123,
|
|
2996
|
-
"parent": "abc",
|
|
2997
|
-
"address": "abc",
|
|
2998
|
-
"issuer": "abc"
|
|
2999
|
-
}
|
|
3000
|
-
```
|
|
2759
|
+
Structure of GraphQLClient.CreateAssetTx
|
|
3001
2760
|
|
|
3002
2761
|
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3003
2762
|
**Properties**
|
|
3004
2763
|
|
|
3005
|
-
| Name | Type
|
|
3006
|
-
| ------------- |
|
|
3007
|
-
| moniker | `string`
|
|
3008
|
-
| ...data | [`Any`](#GraphQLClient.Any)
|
|
3009
|
-
| readonly | `boolean`
|
|
3010
|
-
| transferrable | `boolean`
|
|
3011
|
-
| ttl | `number`
|
|
3012
|
-
| parent | `string`
|
|
3013
|
-
| address | `string`
|
|
3014
|
-
| issuer | `string`
|
|
2764
|
+
| Name | Type |
|
|
2765
|
+
| ------------- | ------------------------------------------- |
|
|
2766
|
+
| moniker | `string` |
|
|
2767
|
+
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
2768
|
+
| readonly | `boolean` |
|
|
2769
|
+
| transferrable | `boolean` |
|
|
2770
|
+
| ttl | `number` |
|
|
2771
|
+
| parent | `string` |
|
|
2772
|
+
| address | `string` |
|
|
2773
|
+
| issuer | `string` |
|
|
2774
|
+
| ...endpoint | [`NFTEndpoint`](#GraphQLClient.NFTEndpoint) |
|
|
2775
|
+
| ...display | [`NFTDisplay`](#GraphQLClient.NFTDisplay) |
|
|
2776
|
+
| tags | `Array.<string>` |
|
|
3015
2777
|
|
|
3016
2778
|
### GraphQLClient.CreateFactoryTx : `object`
|
|
3017
2779
|
|
|
@@ -3031,7 +2793,7 @@ Structure of GraphQLClient.CreateFactoryTx
|
|
|
3031
2793
|
| ...output | [`CreateAssetTx`](#GraphQLClient.CreateAssetTx) |
|
|
3032
2794
|
| hooks | `Array.<...GraphQLClient.AssetFactoryHook>` |
|
|
3033
2795
|
| address | `string` |
|
|
3034
|
-
| ...display | [`
|
|
2796
|
+
| ...display | [`NFTDisplay`](#GraphQLClient.NFTDisplay) |
|
|
3035
2797
|
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
3036
2798
|
|
|
3037
2799
|
### GraphQLClient.CreateRollupBlockTx : `object`
|
|
@@ -3288,18 +3050,6 @@ Checkout the following snippet for the format of DepositTokenV2Tx:
|
|
|
3288
3050
|
| actualFee | `string` |
|
|
3289
3051
|
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
3290
3052
|
|
|
3291
|
-
### GraphQLClient.DiskSpaceStatus : `object`
|
|
3292
|
-
|
|
3293
|
-
Structure of GraphQLClient.DiskSpaceStatus
|
|
3294
|
-
|
|
3295
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3296
|
-
**Properties**
|
|
3297
|
-
|
|
3298
|
-
| Name | Type |
|
|
3299
|
-
| ---------- | -------- |
|
|
3300
|
-
| forgeUsage | `string` |
|
|
3301
|
-
| total | `string` |
|
|
3302
|
-
|
|
3303
3053
|
### GraphQLClient.Evidence : `object`
|
|
3304
3054
|
|
|
3305
3055
|
Structure of GraphQLClient.Evidence
|
|
@@ -3425,49 +3175,6 @@ Structure of GraphQLClient.ForgeState_TasksEntry
|
|
|
3425
3175
|
| key | `number` |
|
|
3426
3176
|
| ...value | [`UpgradeTasks`](#GraphQLClient.UpgradeTasks) |
|
|
3427
3177
|
|
|
3428
|
-
### GraphQLClient.ForgeStats : `object`
|
|
3429
|
-
|
|
3430
|
-
Structure of GraphQLClient.ForgeStats
|
|
3431
|
-
|
|
3432
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3433
|
-
**Properties**
|
|
3434
|
-
|
|
3435
|
-
| Name | Type |
|
|
3436
|
-
| ---------------------- | ---------------- |
|
|
3437
|
-
| numBlocks | `Array.<string>` |
|
|
3438
|
-
| numTxs | `Array.<string>` |
|
|
3439
|
-
| numStakes | `Array.<string>` |
|
|
3440
|
-
| numValidators | `Array.<number>` |
|
|
3441
|
-
| numAccountMigrateTxs | `Array.<string>` |
|
|
3442
|
-
| numCreateAssetTxs | `Array.<string>` |
|
|
3443
|
-
| numConsensusUpgradeTxs | `Array.<number>` |
|
|
3444
|
-
| numDeclareTxs | `Array.<string>` |
|
|
3445
|
-
| numDeclareFileTxs | `Array.<string>` |
|
|
3446
|
-
| numExchangeTxs | `Array.<string>` |
|
|
3447
|
-
| numStakeTxs | `Array.<string>` |
|
|
3448
|
-
| numSysUpgradeTxs | `Array.<number>` |
|
|
3449
|
-
| numTransferTxs | `Array.<string>` |
|
|
3450
|
-
| numUpdateAssetTxs | `Array.<string>` |
|
|
3451
|
-
| numConsumeAssetTxs | `Array.<string>` |
|
|
3452
|
-
| tps | `Array.<number>` |
|
|
3453
|
-
| maxTps | `number` |
|
|
3454
|
-
| avgTps | `number` |
|
|
3455
|
-
| avgBlockTime | `number` |
|
|
3456
|
-
|
|
3457
|
-
### GraphQLClient.ForgeStatus : `object`
|
|
3458
|
-
|
|
3459
|
-
Structure of GraphQLClient.ForgeStatus
|
|
3460
|
-
|
|
3461
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3462
|
-
**Properties**
|
|
3463
|
-
|
|
3464
|
-
| Name | Type |
|
|
3465
|
-
| ------------- | ----------------------------------------------------- |
|
|
3466
|
-
| health | `boolean` |
|
|
3467
|
-
| abiServer | `string` |
|
|
3468
|
-
| forgeWeb | `string` |
|
|
3469
|
-
| ...abciServer | [`AbciServerStatus`](#GraphQLClient.AbciServerStatus) |
|
|
3470
|
-
|
|
3471
3178
|
### GraphQLClient.ForgeToken : `object`
|
|
3472
3179
|
|
|
3473
3180
|
Structure of GraphQLClient.ForgeToken
|
|
@@ -3502,20 +3209,6 @@ Structure of GraphQLClient.GeoInfo
|
|
|
3502
3209
|
| latitude | `number` |
|
|
3503
3210
|
| longitude | `number` |
|
|
3504
3211
|
|
|
3505
|
-
### GraphQLClient.HealthStatus : `object`
|
|
3506
|
-
|
|
3507
|
-
Structure of GraphQLClient.HealthStatus
|
|
3508
|
-
|
|
3509
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3510
|
-
**Properties**
|
|
3511
|
-
|
|
3512
|
-
| Name | Type |
|
|
3513
|
-
| ------------ | --------------------------------------------------- |
|
|
3514
|
-
| ...consensus | [`ConsensusStatus`](#GraphQLClient.ConsensusStatus) |
|
|
3515
|
-
| ...network | [`NetworkStatus`](#GraphQLClient.NetworkStatus) |
|
|
3516
|
-
| ...storage | [`StorageStatus`](#GraphQLClient.StorageStatus) |
|
|
3517
|
-
| ...forge | [`ForgeStatus`](#GraphQLClient.ForgeStatus) |
|
|
3518
|
-
|
|
3519
3212
|
### GraphQLClient.IndexedAccountState : `object`
|
|
3520
3213
|
|
|
3521
3214
|
Structure of GraphQLClient.IndexedAccountState
|
|
@@ -3548,20 +3241,23 @@ Structure of GraphQLClient.IndexedAssetState
|
|
|
3548
3241
|
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3549
3242
|
**Properties**
|
|
3550
3243
|
|
|
3551
|
-
| Name | Type
|
|
3552
|
-
| --------------- |
|
|
3553
|
-
| address | `string`
|
|
3554
|
-
| owner | `string`
|
|
3555
|
-
| genesisTime | `string`
|
|
3556
|
-
| renaissanceTime | `string`
|
|
3557
|
-
| moniker | `string`
|
|
3558
|
-
| readonly | `boolean`
|
|
3559
|
-
| consumedTime | `string`
|
|
3560
|
-
| issuer | `string`
|
|
3561
|
-
| parent | `string`
|
|
3562
|
-
| transferrable | `boolean`
|
|
3563
|
-
| ttl | `string`
|
|
3564
|
-
| ...
|
|
3244
|
+
| Name | Type |
|
|
3245
|
+
| --------------- | ------------------------------------------- |
|
|
3246
|
+
| address | `string` |
|
|
3247
|
+
| owner | `string` |
|
|
3248
|
+
| genesisTime | `string` |
|
|
3249
|
+
| renaissanceTime | `string` |
|
|
3250
|
+
| moniker | `string` |
|
|
3251
|
+
| readonly | `boolean` |
|
|
3252
|
+
| consumedTime | `string` |
|
|
3253
|
+
| issuer | `string` |
|
|
3254
|
+
| parent | `string` |
|
|
3255
|
+
| transferrable | `boolean` |
|
|
3256
|
+
| ttl | `string` |
|
|
3257
|
+
| ...display | [`NFTDisplay`](#GraphQLClient.NFTDisplay) |
|
|
3258
|
+
| ...endpoint | [`NFTEndpoint`](#GraphQLClient.NFTEndpoint) |
|
|
3259
|
+
| tags | `Array.<string>` |
|
|
3260
|
+
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
3565
3261
|
|
|
3566
3262
|
### GraphQLClient.IndexedBlock : `object`
|
|
3567
3263
|
|
|
@@ -3618,7 +3314,7 @@ Structure of GraphQLClient.IndexedFactoryState
|
|
|
3618
3314
|
| lastSettlement | `string` |
|
|
3619
3315
|
| genesisTime | `string` |
|
|
3620
3316
|
| renaissanceTime | `string` |
|
|
3621
|
-
| ...display | [`
|
|
3317
|
+
| ...display | [`NFTDisplay`](#GraphQLClient.NFTDisplay) |
|
|
3622
3318
|
|
|
3623
3319
|
### GraphQLClient.IndexedRollupBlock : `object`
|
|
3624
3320
|
|
|
@@ -3935,6 +3631,43 @@ Structure of GraphQLClient.Multisig
|
|
|
3935
3631
|
| delegator | `string` |
|
|
3936
3632
|
| ...data | [`Any`](#GraphQLClient.Any) |
|
|
3937
3633
|
|
|
3634
|
+
### GraphQLClient.NFTDisplay : `object`
|
|
3635
|
+
|
|
3636
|
+
Structure of GraphQLClient.NFTDisplay
|
|
3637
|
+
|
|
3638
|
+
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3639
|
+
**Properties**
|
|
3640
|
+
|
|
3641
|
+
| Name | Type |
|
|
3642
|
+
| ------- | -------- |
|
|
3643
|
+
| type | `string` |
|
|
3644
|
+
| content | `string` |
|
|
3645
|
+
|
|
3646
|
+
### GraphQLClient.NFTEndpoint : `object`
|
|
3647
|
+
|
|
3648
|
+
Structure of GraphQLClient.NFTEndpoint
|
|
3649
|
+
|
|
3650
|
+
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3651
|
+
**Properties**
|
|
3652
|
+
|
|
3653
|
+
| Name | Type |
|
|
3654
|
+
| ----- | -------- |
|
|
3655
|
+
| id | `string` |
|
|
3656
|
+
| scope | `string` |
|
|
3657
|
+
|
|
3658
|
+
### GraphQLClient.NFTIssuer : `object`
|
|
3659
|
+
|
|
3660
|
+
Structure of GraphQLClient.NFTIssuer
|
|
3661
|
+
|
|
3662
|
+
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3663
|
+
**Properties**
|
|
3664
|
+
|
|
3665
|
+
| Name | Type |
|
|
3666
|
+
| ---- | -------- |
|
|
3667
|
+
| id | `string` |
|
|
3668
|
+
| pk | `string` |
|
|
3669
|
+
| name | `string` |
|
|
3670
|
+
|
|
3938
3671
|
### GraphQLClient.NetInfo : `object`
|
|
3939
3672
|
|
|
3940
3673
|
Structure of GraphQLClient.NetInfo
|
|
@@ -3949,18 +3682,6 @@ Structure of GraphQLClient.NetInfo
|
|
|
3949
3682
|
| nPeers | `number` |
|
|
3950
3683
|
| peers | `Array.<...GraphQLClient.PeerInfo>` |
|
|
3951
3684
|
|
|
3952
|
-
### GraphQLClient.NetworkStatus : `object`
|
|
3953
|
-
|
|
3954
|
-
Structure of GraphQLClient.NetworkStatus
|
|
3955
|
-
|
|
3956
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
3957
|
-
**Properties**
|
|
3958
|
-
|
|
3959
|
-
| Name | Type |
|
|
3960
|
-
| -------- | --------- |
|
|
3961
|
-
| health | `boolean` |
|
|
3962
|
-
| numPeers | `number` |
|
|
3963
|
-
|
|
3964
3685
|
### GraphQLClient.NodeInfo : `object`
|
|
3965
3686
|
|
|
3966
3687
|
Structure of GraphQLClient.NodeInfo
|
|
@@ -4233,67 +3954,6 @@ Structure of GraphQLClient.ResponseGetForgeState
|
|
|
4233
3954
|
| code | `string` |
|
|
4234
3955
|
| ...state | [`ForgeState`](#GraphQLClient.ForgeState) |
|
|
4235
3956
|
|
|
4236
|
-
### GraphQLClient.ResponseGetForgeStats : `object`
|
|
4237
|
-
|
|
4238
|
-
Structure of GraphQLClient.ResponseGetForgeStats
|
|
4239
|
-
|
|
4240
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4241
|
-
**Properties**
|
|
4242
|
-
|
|
4243
|
-
| Name | Type |
|
|
4244
|
-
| ------------- | ----------------------------------------- |
|
|
4245
|
-
| code | `string` |
|
|
4246
|
-
| ...forgeStats | [`ForgeStats`](#GraphQLClient.ForgeStats) |
|
|
4247
|
-
|
|
4248
|
-
### GraphQLClient.ResponseGetHealthStatus : `object`
|
|
4249
|
-
|
|
4250
|
-
Structure of GraphQLClient.ResponseGetHealthStatus
|
|
4251
|
-
|
|
4252
|
-
Checkout the following snippet for the format of ResponseGetHealthStatus:
|
|
4253
|
-
|
|
4254
|
-
```json
|
|
4255
|
-
{
|
|
4256
|
-
"code": "abc",
|
|
4257
|
-
"healthStatus": {
|
|
4258
|
-
"consensus": {
|
|
4259
|
-
"health": true,
|
|
4260
|
-
"synced": true,
|
|
4261
|
-
"blockHeight": "abc"
|
|
4262
|
-
},
|
|
4263
|
-
"network": {
|
|
4264
|
-
"health": true,
|
|
4265
|
-
"numPeers": 123
|
|
4266
|
-
},
|
|
4267
|
-
"storage": {
|
|
4268
|
-
"health": true,
|
|
4269
|
-
"indexerServer": "abc",
|
|
4270
|
-
"stateDb": "abc",
|
|
4271
|
-
"diskSpace": {
|
|
4272
|
-
"forgeUsage": "abc",
|
|
4273
|
-
"total": "abc"
|
|
4274
|
-
}
|
|
4275
|
-
},
|
|
4276
|
-
"forge": {
|
|
4277
|
-
"health": true,
|
|
4278
|
-
"abiServer": "abc",
|
|
4279
|
-
"forgeWeb": "abc",
|
|
4280
|
-
"abciServer": {
|
|
4281
|
-
"abciConsensus": "abc",
|
|
4282
|
-
"abciInfo": "abc"
|
|
4283
|
-
}
|
|
4284
|
-
}
|
|
4285
|
-
}
|
|
4286
|
-
}
|
|
4287
|
-
```
|
|
4288
|
-
|
|
4289
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4290
|
-
**Properties**
|
|
4291
|
-
|
|
4292
|
-
| Name | Type |
|
|
4293
|
-
| --------------- | --------------------------------------------- |
|
|
4294
|
-
| code | `string` |
|
|
4295
|
-
| ...healthStatus | [`HealthStatus`](#GraphQLClient.HealthStatus) |
|
|
4296
|
-
|
|
4297
3957
|
### GraphQLClient.ResponseGetNetInfo : `object`
|
|
4298
3958
|
|
|
4299
3959
|
Structure of GraphQLClient.ResponseGetNetInfo
|
|
@@ -4354,45 +4014,6 @@ Structure of GraphQLClient.ResponseGetStakeState
|
|
|
4354
4014
|
| code | `string` |
|
|
4355
4015
|
| ...state | [`StakeState`](#GraphQLClient.StakeState) |
|
|
4356
4016
|
|
|
4357
|
-
### GraphQLClient.ResponseGetSwapState : `object`
|
|
4358
|
-
|
|
4359
|
-
Structure of GraphQLClient.ResponseGetSwapState
|
|
4360
|
-
|
|
4361
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4362
|
-
**Properties**
|
|
4363
|
-
|
|
4364
|
-
| Name | Type |
|
|
4365
|
-
| -------- | --------------------------------------- |
|
|
4366
|
-
| code | `string` |
|
|
4367
|
-
| ...state | [`SwapState`](#GraphQLClient.SwapState) |
|
|
4368
|
-
|
|
4369
|
-
### GraphQLClient.ResponseGetSwapStatistics : `object`
|
|
4370
|
-
|
|
4371
|
-
Structure of GraphQLClient.ResponseGetSwapStatistics
|
|
4372
|
-
|
|
4373
|
-
Checkout the following snippet for the format of ResponseGetSwapStatistics:
|
|
4374
|
-
|
|
4375
|
-
```json
|
|
4376
|
-
{
|
|
4377
|
-
"code": "abc",
|
|
4378
|
-
"statistics": {
|
|
4379
|
-
"address": "abc",
|
|
4380
|
-
"lockedValueOut": "abc",
|
|
4381
|
-
"lockedValueIn": "abc",
|
|
4382
|
-
"lockedAssetsOut": 123,
|
|
4383
|
-
"lockedAssetsIn": 123
|
|
4384
|
-
}
|
|
4385
|
-
}
|
|
4386
|
-
```
|
|
4387
|
-
|
|
4388
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4389
|
-
**Properties**
|
|
4390
|
-
|
|
4391
|
-
| Name | Type |
|
|
4392
|
-
| ------------- | ------------------------------------------------- |
|
|
4393
|
-
| code | `string` |
|
|
4394
|
-
| ...statistics | [`SwapStatistics`](#GraphQLClient.SwapStatistics) |
|
|
4395
|
-
|
|
4396
4017
|
### GraphQLClient.ResponseGetTokenState : `object`
|
|
4397
4018
|
|
|
4398
4019
|
Structure of GraphQLClient.ResponseGetTokenState
|
|
@@ -4546,19 +4167,6 @@ Structure of GraphQLClient.ResponseListStakes
|
|
|
4546
4167
|
| ...page | [`PageInfo`](#GraphQLClient.PageInfo) |
|
|
4547
4168
|
| stakes | `Array.<...GraphQLClient.IndexedStakeState>` |
|
|
4548
4169
|
|
|
4549
|
-
### GraphQLClient.ResponseListSwap : `object`
|
|
4550
|
-
|
|
4551
|
-
Structure of GraphQLClient.ResponseListSwap
|
|
4552
|
-
|
|
4553
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4554
|
-
**Properties**
|
|
4555
|
-
|
|
4556
|
-
| Name | Type |
|
|
4557
|
-
| ------- | ------------------------------------- |
|
|
4558
|
-
| code | `string` |
|
|
4559
|
-
| ...page | [`PageInfo`](#GraphQLClient.PageInfo) |
|
|
4560
|
-
| swap | `Array.<...GraphQLClient.SwapState>` |
|
|
4561
|
-
|
|
4562
4170
|
### GraphQLClient.ResponseListTokens : `object`
|
|
4563
4171
|
|
|
4564
4172
|
Structure of GraphQLClient.ResponseListTokens
|
|
@@ -4782,21 +4390,6 @@ Structure of GraphQLClient.SearchResult
|
|
|
4782
4390
|
| type | `string` |
|
|
4783
4391
|
| id | `string` |
|
|
4784
4392
|
|
|
4785
|
-
### GraphQLClient.StakeContext : `object`
|
|
4786
|
-
|
|
4787
|
-
Structure of GraphQLClient.StakeContext
|
|
4788
|
-
|
|
4789
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4790
|
-
**Properties**
|
|
4791
|
-
|
|
4792
|
-
| Name | Type |
|
|
4793
|
-
| ----------------------- | ----------------------------------------------- |
|
|
4794
|
-
| totalStakes | `string` |
|
|
4795
|
-
| totalUnstakes | `string` |
|
|
4796
|
-
| totalReceivedStakes | `string` |
|
|
4797
|
-
| ...recentStakes | [`CircularQueue`](#GraphQLClient.CircularQueue) |
|
|
4798
|
-
| ...recentReceivedStakes | [`CircularQueue`](#GraphQLClient.CircularQueue) |
|
|
4799
|
-
|
|
4800
4393
|
### GraphQLClient.StakeState : `object`
|
|
4801
4394
|
|
|
4802
4395
|
Structure of GraphQLClient.StakeState
|
|
@@ -4850,55 +4443,6 @@ Structure of GraphQLClient.StateContext
|
|
|
4850
4443
|
| genesisTime | `string` |
|
|
4851
4444
|
| renaissanceTime | `string` |
|
|
4852
4445
|
|
|
4853
|
-
### GraphQLClient.StorageStatus : `object`
|
|
4854
|
-
|
|
4855
|
-
Structure of GraphQLClient.StorageStatus
|
|
4856
|
-
|
|
4857
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4858
|
-
**Properties**
|
|
4859
|
-
|
|
4860
|
-
| Name | Type |
|
|
4861
|
-
| ------------- | --------------------------------------------------- |
|
|
4862
|
-
| health | `boolean` |
|
|
4863
|
-
| indexerServer | `string` |
|
|
4864
|
-
| stateDb | `string` |
|
|
4865
|
-
| ...diskSpace | [`DiskSpaceStatus`](#GraphQLClient.DiskSpaceStatus) |
|
|
4866
|
-
|
|
4867
|
-
### GraphQLClient.SwapState : `object`
|
|
4868
|
-
|
|
4869
|
-
Structure of GraphQLClient.SwapState
|
|
4870
|
-
|
|
4871
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4872
|
-
**Properties**
|
|
4873
|
-
|
|
4874
|
-
| Name | Type |
|
|
4875
|
-
| ---------- | --------------------------------------------- |
|
|
4876
|
-
| hash | `string` |
|
|
4877
|
-
| address | `string` |
|
|
4878
|
-
| hashkey | `string` |
|
|
4879
|
-
| sender | `string` |
|
|
4880
|
-
| receiver | `string` |
|
|
4881
|
-
| value | `string` |
|
|
4882
|
-
| assets | `Array.<string>` |
|
|
4883
|
-
| locktime | `number` |
|
|
4884
|
-
| hashlock | `string` |
|
|
4885
|
-
| ...context | [`StateContext`](#GraphQLClient.StateContext) |
|
|
4886
|
-
|
|
4887
|
-
### GraphQLClient.SwapStatistics : `object`
|
|
4888
|
-
|
|
4889
|
-
Structure of GraphQLClient.SwapStatistics
|
|
4890
|
-
|
|
4891
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
4892
|
-
**Properties**
|
|
4893
|
-
|
|
4894
|
-
| Name | Type |
|
|
4895
|
-
| --------------- | -------- |
|
|
4896
|
-
| address | `string` |
|
|
4897
|
-
| lockedValueOut | `string` |
|
|
4898
|
-
| lockedValueIn | `string` |
|
|
4899
|
-
| lockedAssetsOut | `number` |
|
|
4900
|
-
| lockedAssetsIn | `number` |
|
|
4901
|
-
|
|
4902
4446
|
### GraphQLClient.TokenInfo : `object`
|
|
4903
4447
|
|
|
4904
4448
|
Structure of GraphQLClient.TokenInfo
|
|
@@ -5514,31 +5058,6 @@ Checkout the following snippet for the format of GetEvidenceStateParams:
|
|
|
5514
5058
|
| ---- | -------- |
|
|
5515
5059
|
| hash | `string` |
|
|
5516
5060
|
|
|
5517
|
-
### GraphQLClient.GetSwapStateParams : `object`
|
|
5518
|
-
|
|
5519
|
-
Structure of GraphQLClient.GetSwapStateParams
|
|
5520
|
-
|
|
5521
|
-
Checkout the following snippet for the format of GetSwapStateParams:
|
|
5522
|
-
|
|
5523
|
-
```json
|
|
5524
|
-
{
|
|
5525
|
-
"address": "abc",
|
|
5526
|
-
"height": "abc",
|
|
5527
|
-
"keys": [
|
|
5528
|
-
"abc"
|
|
5529
|
-
]
|
|
5530
|
-
}
|
|
5531
|
-
```
|
|
5532
|
-
|
|
5533
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
5534
|
-
**Properties**
|
|
5535
|
-
|
|
5536
|
-
| Name | Type |
|
|
5537
|
-
| ------- | ---------------- |
|
|
5538
|
-
| address | `string` |
|
|
5539
|
-
| height | `string` |
|
|
5540
|
-
| keys | `Array.<string>` |
|
|
5541
|
-
|
|
5542
5061
|
### GraphQLClient.GetForgeStateParams : `object`
|
|
5543
5062
|
|
|
5544
5063
|
Structure of GraphQLClient.GetForgeStateParams
|
|
@@ -5657,65 +5176,6 @@ Checkout the following snippet for the format of GetConfigParams:
|
|
|
5657
5176
|
| ------ | --------- |
|
|
5658
5177
|
| parsed | `boolean` |
|
|
5659
5178
|
|
|
5660
|
-
### GraphQLClient.GetForgeStatsByDayParams : `object`
|
|
5661
|
-
|
|
5662
|
-
Structure of GraphQLClient.GetForgeStatsByDayParams
|
|
5663
|
-
|
|
5664
|
-
Checkout the following snippet for the format of GetForgeStatsByDayParams:
|
|
5665
|
-
|
|
5666
|
-
```json
|
|
5667
|
-
{
|
|
5668
|
-
"endDate": "abc",
|
|
5669
|
-
"startDate": "abc"
|
|
5670
|
-
}
|
|
5671
|
-
```
|
|
5672
|
-
|
|
5673
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
5674
|
-
**Properties**
|
|
5675
|
-
|
|
5676
|
-
| Name | Type |
|
|
5677
|
-
| --------- | -------- |
|
|
5678
|
-
| endDate | `string` |
|
|
5679
|
-
| startDate | `string` |
|
|
5680
|
-
|
|
5681
|
-
### GraphQLClient.GetForgeStatsByHourParams : `object`
|
|
5682
|
-
|
|
5683
|
-
Structure of GraphQLClient.GetForgeStatsByHourParams
|
|
5684
|
-
|
|
5685
|
-
Checkout the following snippet for the format of GetForgeStatsByHourParams:
|
|
5686
|
-
|
|
5687
|
-
```json
|
|
5688
|
-
{
|
|
5689
|
-
"date": "abc"
|
|
5690
|
-
}
|
|
5691
|
-
```
|
|
5692
|
-
|
|
5693
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
5694
|
-
**Properties**
|
|
5695
|
-
|
|
5696
|
-
| Name | Type |
|
|
5697
|
-
| ---- | -------- |
|
|
5698
|
-
| date | `string` |
|
|
5699
|
-
|
|
5700
|
-
### GraphQLClient.GetSwapStatisticsParams : `object`
|
|
5701
|
-
|
|
5702
|
-
Structure of GraphQLClient.GetSwapStatisticsParams
|
|
5703
|
-
|
|
5704
|
-
Checkout the following snippet for the format of GetSwapStatisticsParams:
|
|
5705
|
-
|
|
5706
|
-
```json
|
|
5707
|
-
{
|
|
5708
|
-
"address": "abc"
|
|
5709
|
-
}
|
|
5710
|
-
```
|
|
5711
|
-
|
|
5712
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
5713
|
-
**Properties**
|
|
5714
|
-
|
|
5715
|
-
| Name | Type |
|
|
5716
|
-
| ------- | -------- |
|
|
5717
|
-
| address | `string` |
|
|
5718
|
-
|
|
5719
5179
|
### GraphQLClient.ListAssetTransactionsParams : `object`
|
|
5720
5180
|
|
|
5721
5181
|
Structure of GraphQLClient.ListAssetTransactionsParams
|
|
@@ -5783,31 +5243,6 @@ Checkout the following snippet for the format of ListBlocksParams:
|
|
|
5783
5243
|
| proposer | `string` |
|
|
5784
5244
|
| ...timeFilter | [`TimeFilterInput`](#GraphQLClient.TimeFilterInput) |
|
|
5785
5245
|
|
|
5786
|
-
### GraphQLClient.ListSwapParams : `object`
|
|
5787
|
-
|
|
5788
|
-
Structure of GraphQLClient.ListSwapParams
|
|
5789
|
-
|
|
5790
|
-
Checkout the following snippet for the format of ListSwapParams:
|
|
5791
|
-
|
|
5792
|
-
```json
|
|
5793
|
-
{
|
|
5794
|
-
"available": true,
|
|
5795
|
-
"paging": "abc",
|
|
5796
|
-
"receiver": "abc",
|
|
5797
|
-
"sender": "abc"
|
|
5798
|
-
}
|
|
5799
|
-
```
|
|
5800
|
-
|
|
5801
|
-
**Kind**: static typedef of [`GraphQLClient`](#GraphQLClient)
|
|
5802
|
-
**Properties**
|
|
5803
|
-
|
|
5804
|
-
| Name | Type |
|
|
5805
|
-
| --------- | --------- |
|
|
5806
|
-
| available | `boolean` |
|
|
5807
|
-
| paging | `string` |
|
|
5808
|
-
| receiver | `string` |
|
|
5809
|
-
| sender | `string` |
|
|
5810
|
-
|
|
5811
5246
|
### GraphQLClient.ListTopAccountsParams : `object`
|
|
5812
5247
|
|
|
5813
5248
|
Structure of GraphQLClient.ListTopAccountsParams
|