@locuschain/lib 0.2.4 → 0.2.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/accounts/index.amd.js +1 -1
- package/dist/accounts/index.cjs.cjs +1 -1
- package/dist/accounts/index.esm.js +1 -1
- package/dist/autogen/actions/debug/wallet/callContract.d.cts +4 -0
- package/dist/autogen/actions/debug/wallet/callContract.d.mts +4 -0
- package/dist/autogen/actions/debug/wallet/createContract.d.cts +4 -0
- package/dist/autogen/actions/debug/wallet/createContract.d.mts +4 -0
- package/dist/autogen/actions/debug/wallet/index.d.cts +2 -0
- package/dist/autogen/actions/debug/wallet/index.d.mts +2 -0
- package/dist/autogen/actions/public/calculateSpentByForward.d.cts +4 -0
- package/dist/autogen/actions/public/calculateSpentByForward.d.mts +4 -0
- package/dist/autogen/actions/public/calculateSpentByForwardList.d.cts +4 -0
- package/dist/autogen/actions/public/calculateSpentByForwardList.d.mts +4 -0
- package/dist/autogen/actions/public/getNodeVersion.d.cts +3 -0
- package/dist/autogen/actions/public/getNodeVersion.d.mts +3 -0
- package/dist/autogen/actions/public/index.d.cts +5 -1
- package/dist/autogen/actions/public/index.d.mts +5 -1
- package/dist/autogen/actions/public/upliftProofW.d.cts +4 -0
- package/dist/autogen/actions/public/upliftProofW.d.mts +4 -0
- package/dist/autogen/actions/public/verifyProofW.d.cts +3 -0
- package/dist/autogen/actions/public/verifyProofW.d.mts +3 -0
- package/dist/autogen/actions/wallet/forwardAssetObject.d.cts +4 -0
- package/dist/autogen/actions/wallet/forwardAssetObject.d.mts +4 -0
- package/dist/autogen/actions/wallet/forwardToken.d.cts +4 -0
- package/dist/autogen/actions/wallet/forwardToken.d.mts +4 -0
- package/dist/autogen/actions/wallet/index.d.cts +4 -0
- package/dist/autogen/actions/wallet/index.d.mts +4 -0
- package/dist/autogen/actions/wallet/transfer.d.cts +4 -0
- package/dist/autogen/actions/wallet/transfer.d.mts +4 -0
- package/dist/autogen/actions/wallet/transferAllRes.d.cts +4 -0
- package/dist/autogen/actions/wallet/transferAllRes.d.mts +4 -0
- package/dist/autogen/debugWalletActions.d.cts +3 -0
- package/dist/autogen/debugWalletActions.d.mts +3 -0
- package/dist/autogen/index.amd.js +12 -2
- package/dist/autogen/index.cjs.cjs +12 -2
- package/dist/autogen/index.esm.js +4 -2
- package/dist/autogen/locus-tx.d.cts +2 -2
- package/dist/autogen/locus-tx.d.mts +2 -2
- package/dist/autogen/publicActions.d.cts +9 -2
- package/dist/autogen/publicActions.d.mts +9 -2
- package/dist/autogen/rpc-api-spec.d.cts +24 -3
- package/dist/autogen/rpc-api-spec.d.mts +24 -3
- package/dist/autogen/types/common/contract-exec-status.d.cts +2 -1
- package/dist/autogen/types/common/contract-exec-status.d.mts +2 -1
- package/dist/autogen/types/common/forward-spent-item.d.cts +9 -0
- package/dist/autogen/types/common/forward-spent-item.d.mts +9 -0
- package/dist/autogen/types/common/index.d.cts +3 -0
- package/dist/autogen/types/common/index.d.mts +3 -0
- package/dist/autogen/types/common/params-transfer-asset.d.cts +4 -0
- package/dist/autogen/types/common/params-transfer-asset.d.mts +4 -0
- package/dist/autogen/types/common/res-changed-entry.d.cts +3 -2
- package/dist/autogen/types/common/res-changed-entry.d.mts +3 -2
- package/dist/autogen/types/common/res-state-value.d.cts +5 -0
- package/dist/autogen/types/common/res-state-value.d.mts +5 -0
- package/dist/autogen/types/consts/tx-type.d.cts +3 -1
- package/dist/autogen/types/consts/tx-type.d.mts +3 -1
- package/dist/autogen/types/consts/tx-types.d.cts +15 -1
- package/dist/autogen/types/consts/tx-types.d.mts +15 -1
- package/dist/autogen/types/rpc/index.d.cts +13 -2
- package/dist/autogen/types/rpc/index.d.mts +13 -2
- package/dist/autogen/types/rpc/params-calculate-spent-by-forward-list.d.cts +3 -0
- package/dist/autogen/types/rpc/params-calculate-spent-by-forward-list.d.mts +3 -0
- package/dist/autogen/types/rpc/{params-calculate-spent-by-forward-coin.d.cts → params-calculate-spent-by-forward.d.cts} +1 -1
- package/dist/autogen/types/rpc/{params-calculate-spent-by-forward-coin.d.mts → params-calculate-spent-by-forward.d.mts} +1 -1
- package/dist/autogen/types/rpc/params-create-contract.d.cts +15 -0
- package/dist/autogen/types/rpc/params-create-contract.d.mts +15 -0
- package/dist/autogen/types/rpc/params-forward-asset-object.d.cts +7 -0
- package/dist/autogen/types/rpc/params-forward-asset-object.d.mts +7 -0
- package/dist/autogen/types/rpc/params-forward-token.d.cts +7 -0
- package/dist/autogen/types/rpc/params-forward-token.d.mts +7 -0
- package/dist/autogen/types/rpc/params-transfer-all-res.d.cts +14 -0
- package/dist/autogen/types/rpc/params-transfer-all-res.d.mts +14 -0
- package/dist/autogen/types/rpc/params-transfer-tokens.d.cts +0 -4
- package/dist/autogen/types/rpc/params-transfer-tokens.d.mts +0 -4
- package/dist/autogen/types/rpc/params-transfer.d.cts +10 -0
- package/dist/autogen/types/rpc/params-transfer.d.mts +10 -0
- package/dist/autogen/types/rpc/params-uplift-proof-w.d.cts +6 -0
- package/dist/autogen/types/rpc/params-uplift-proof-w.d.mts +6 -0
- package/dist/autogen/types/rpc/params-verify-proof-w.d.cts +6 -0
- package/dist/autogen/types/rpc/params-verify-proof-w.d.mts +6 -0
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-list-result.d.cts +4 -0
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-list-result.d.mts +4 -0
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-result.d.cts +7 -0
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-result.d.mts +7 -0
- package/dist/autogen/types/rpc/rpc-get-node-status-result.d.cts +1 -0
- package/dist/autogen/types/rpc/rpc-get-node-status-result.d.mts +1 -0
- package/dist/autogen/types/rpc/rpc-get-node-version-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-get-node-version-result.d.mts +3 -0
- package/dist/autogen/types/rpc/rpc-proof-wresult.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-proof-wresult.d.mts +3 -0
- package/dist/autogen/types/tx/index.d.cts +1 -0
- package/dist/autogen/types/tx/index.d.mts +1 -0
- package/dist/autogen/types/tx/tx-activate-vme-result.d.cts +1 -0
- package/dist/autogen/types/tx/tx-activate-vme-result.d.mts +1 -0
- package/dist/autogen/types/tx/tx-activate-vme-transfer.d.cts +1 -0
- package/dist/autogen/types/tx/tx-activate-vme-transfer.d.mts +1 -0
- package/dist/autogen/types/tx/tx-transfer-all-res.d.cts +15 -0
- package/dist/autogen/types/tx/tx-transfer-all-res.d.mts +15 -0
- package/dist/autogen/walletActions.d.cts +8 -0
- package/dist/autogen/walletActions.d.mts +8 -0
- package/dist/autogen/wasm/lclib.wasm +0 -0
- package/dist/chunks/{debugWalletActions-Bd8C-fZB.js → debugWalletActions-BWgEnPR5.js} +106 -4
- package/dist/chunks/{debugWalletActions-DIQY8cBm.cjs → debugWalletActions-CjqVQSZX.cjs} +106 -4
- package/dist/chunks/{debugWalletActions-qkesE_0m.js → debugWalletActions-Dh5poX8K.js} +96 -4
- package/dist/chunks/{tx-type-D_IH9tdK.js → tx-type-BUN9nEQ6.js} +3 -1
- package/dist/chunks/{tx-type-CnfCIc5p.js → tx-type-DYAaL3xz.js} +3 -1
- package/dist/chunks/{tx-type-CjORX0H2.cjs → tx-type-khL8tWtn.cjs} +3 -1
- package/dist/clients/createLocusPublicClient.d.cts +5 -1
- package/dist/clients/createLocusPublicClient.d.mts +5 -1
- package/dist/clients/createLocusWalletClient.d.cts +6 -0
- package/dist/clients/createLocusWalletClient.d.mts +6 -0
- package/dist/clients/index.amd.js +1 -1
- package/dist/clients/index.cjs.cjs +1 -1
- package/dist/clients/index.esm.js +1 -1
- package/dist/constant/index.amd.js +18 -4
- package/dist/constant/index.cjs.cjs +18 -4
- package/dist/constant/index.d.cts +18 -2
- package/dist/constant/index.d.mts +18 -2
- package/dist/constant/index.esm.js +18 -4
- package/dist/index.amd.js +1 -1
- package/dist/index.cjs.cjs +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
- package/dist/autogen/actions/public/calculateSpentByForwardCoin.d.cts +0 -4
- package/dist/autogen/actions/public/calculateSpentByForwardCoin.d.mts +0 -4
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-coin-result.d.cts +0 -3
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-coin-result.d.mts +0 -3
|
@@ -16,19 +16,23 @@ import { ParamsAccount } from './types/rpc/params-account.cjs';
|
|
|
16
16
|
import { ParamsAccounts } from './types/rpc/params-accounts.cjs';
|
|
17
17
|
import { ParamsBecomeGuest } from './types/rpc/params-become-guest.cjs';
|
|
18
18
|
import { ParamsBecomeHost } from './types/rpc/params-become-host.cjs';
|
|
19
|
-
import {
|
|
19
|
+
import { ParamsCalculateSpentByForwardList } from './types/rpc/params-calculate-spent-by-forward-list.cjs';
|
|
20
|
+
import { ParamsCalculateSpentByForward } from './types/rpc/params-calculate-spent-by-forward.cjs';
|
|
20
21
|
import { ParamsCallVme } from './types/rpc/params-call-vme.cjs';
|
|
21
22
|
import { ParamsChangeKey } from './types/rpc/params-change-key.cjs';
|
|
22
23
|
import { ParamsChangeVKey } from './types/rpc/params-change-vkey.cjs';
|
|
23
24
|
import { ParamsCloseAccount } from './types/rpc/params-close-account.cjs';
|
|
24
25
|
import { ParamsCreateAssetObject } from './types/rpc/params-create-asset-object.cjs';
|
|
26
|
+
import { ParamsCreateContract } from './types/rpc/params-create-contract.cjs';
|
|
25
27
|
import { ParamsCreateNode } from './types/rpc/params-create-node.cjs';
|
|
26
28
|
import { ParamsCreateSynthAccount } from './types/rpc/params-create-synth-account.cjs';
|
|
27
29
|
import { ParamsCreateToken } from './types/rpc/params-create-token.cjs';
|
|
28
30
|
import { ParamsCreateVme } from './types/rpc/params-create-vme.cjs';
|
|
29
31
|
import { ParamsDownloadAccountTxs } from './types/rpc/params-download-account-txs.cjs';
|
|
30
32
|
import { ParamsFindDuplicateSubscriber } from './types/rpc/params-find-duplicate-subscriber.cjs';
|
|
33
|
+
import { ParamsForwardAssetObject } from './types/rpc/params-forward-asset-object.cjs';
|
|
31
34
|
import { ParamsForwardCoin } from './types/rpc/params-forward-coin.cjs';
|
|
35
|
+
import { ParamsForwardToken } from './types/rpc/params-forward-token.cjs';
|
|
32
36
|
import { ParamsFreezeAccount } from './types/rpc/params-freeze-account.cjs';
|
|
33
37
|
import { ParamsGameChainCmd } from './types/rpc/params-game-chain-cmd.cjs';
|
|
34
38
|
import { ParamsGenerateLatestStoredDataProof } from './types/rpc/params-generate-latest-stored-data-proof.cjs';
|
|
@@ -57,20 +61,25 @@ import { ParamsSetHost } from './types/rpc/params-set-host.cjs';
|
|
|
57
61
|
import { ParamsSetImportAccountTx } from './types/rpc/params-set-import-account-tx.cjs';
|
|
58
62
|
import { ParamsSetReliableNode } from './types/rpc/params-set-reliable-node.cjs';
|
|
59
63
|
import { ParamsSubscribeAddress } from './types/rpc/params-subscribe-address.cjs';
|
|
64
|
+
import { ParamsTransferAllRes } from './types/rpc/params-transfer-all-res.cjs';
|
|
60
65
|
import { ParamsTransferAssetObject } from './types/rpc/params-transfer-asset-object.cjs';
|
|
61
66
|
import { ParamsTransferCoin } from './types/rpc/params-transfer-coin.cjs';
|
|
62
67
|
import { ParamsTransferTokens } from './types/rpc/params-transfer-tokens.cjs';
|
|
68
|
+
import { ParamsTransfer } from './types/rpc/params-transfer.cjs';
|
|
63
69
|
import { ParamsTxListWitness } from './types/rpc/params-tx-list-witness.cjs';
|
|
64
70
|
import { ParamsTxList } from './types/rpc/params-tx-list.cjs';
|
|
65
71
|
import { ParamsUnlockStake } from './types/rpc/params-unlock-stake.cjs';
|
|
72
|
+
import { ParamsUpliftProofW } from './types/rpc/params-uplift-proof-w.cjs';
|
|
66
73
|
import { ParamsUploadAccountTxs } from './types/rpc/params-upload-account-txs.cjs';
|
|
67
74
|
import { ParamsVerifyAndSignChallenge } from './types/rpc/params-verify-and-sign-challenge.cjs';
|
|
68
75
|
import { ParamsVerifyIdentityProof } from './types/rpc/params-verify-identity-proof.cjs';
|
|
76
|
+
import { ParamsVerifyProofW } from './types/rpc/params-verify-proof-w.cjs';
|
|
69
77
|
import { ParamsVmeLog } from './types/rpc/params-vme-log.cjs';
|
|
70
78
|
import { ResultDumpAccounts } from './types/rpc/result-dump-accounts.cjs';
|
|
71
79
|
import { RoundStateDetail } from './types/rpc/round-state-detail.cjs';
|
|
72
80
|
import { RpcBoolResult } from './types/rpc/rpc-bool-result.cjs';
|
|
73
|
-
import {
|
|
81
|
+
import { RpcCalculateSpentByForwardListResult } from './types/rpc/rpc-calculate-spent-by-forward-list-result.cjs';
|
|
82
|
+
import { RpcCalculateSpentByForwardResult } from './types/rpc/rpc-calculate-spent-by-forward-result.cjs';
|
|
74
83
|
import { RpcCreateAccountResult } from './types/rpc/rpc-create-account-result.cjs';
|
|
75
84
|
import { RpcCreateNodeResult } from './types/rpc/rpc-create-node-result.cjs';
|
|
76
85
|
import { RpcCreateTxResult } from './types/rpc/rpc-create-tx-result.cjs';
|
|
@@ -95,6 +104,7 @@ import { RpcGetKeysResult } from './types/rpc/rpc-get-keys-result.cjs';
|
|
|
95
104
|
import { RpcGetMontInfoListResult } from './types/rpc/rpc-get-mont-info-list-result.cjs';
|
|
96
105
|
import { RpcGetNodeBlocksResult } from './types/rpc/rpc-get-node-blocks-result.cjs';
|
|
97
106
|
import { RpcGetNodeStatusResult } from './types/rpc/rpc-get-node-status-result.cjs';
|
|
107
|
+
import { RpcGetNodeVersionResult } from './types/rpc/rpc-get-node-version-result.cjs';
|
|
98
108
|
import { RpcGetShardOfAccountResult } from './types/rpc/rpc-get-shard-of-account-result.cjs';
|
|
99
109
|
import { RpcGetSyncStateResult } from './types/rpc/rpc-get-sync-state-result.cjs';
|
|
100
110
|
import { RpcGetTxResult } from './types/rpc/rpc-get-tx-result.cjs';
|
|
@@ -104,6 +114,7 @@ import { RpcGetWorldRoundStatesListResult } from './types/rpc/rpc-get-world-roun
|
|
|
104
114
|
import { RpcHasSystemTokenResult } from './types/rpc/rpc-has-system-token-result.cjs';
|
|
105
115
|
import { RpcImportAccountResult } from './types/rpc/rpc-import-account-result.cjs';
|
|
106
116
|
import { RpcNodeCmdResult } from './types/rpc/rpc-node-cmd-result.cjs';
|
|
117
|
+
import { RpcProofWResult } from './types/rpc/rpc-proof-wresult.cjs';
|
|
107
118
|
import { RpcQueryAddressResult } from './types/rpc/rpc-query-address-result.cjs';
|
|
108
119
|
import { RpcReadTxListWitnessResult } from './types/rpc/rpc-read-tx-list-witness-result.cjs';
|
|
109
120
|
import { RpcRequestVmeResult } from './types/rpc/rpc-request-vme-result.cjs';
|
|
@@ -118,8 +129,10 @@ export interface RpcApiSpec {
|
|
|
118
129
|
debug_allHeights(): Promise<RpcAccountHeight[]>;
|
|
119
130
|
debug_balanceGrantList(): Promise<string[]>;
|
|
120
131
|
debug_balanceList(): Promise<string[]>;
|
|
132
|
+
debug_callContract(param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
121
133
|
debug_callVme(param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
122
134
|
debug_createAccount(): Promise<RpcCreateAccountResult>;
|
|
135
|
+
debug_createContract(param: ParamsCreateContract): Promise<RpcCreateTxResult>;
|
|
123
136
|
debug_createNode(param: ParamsCreateNode): Promise<RpcCreateNodeResult>;
|
|
124
137
|
debug_createSynthAccount(param: ParamsCreateSynthAccount): Promise<RpcCreateTxResult>;
|
|
125
138
|
debug_dumpAllAccounts(): Promise<ResultDumpAccounts>;
|
|
@@ -152,7 +165,8 @@ export interface RpcApiSpec {
|
|
|
152
165
|
locus_accountHeightsToUpload(param: ParamsAccountHeights): Promise<UploadHeightsResult>;
|
|
153
166
|
locus_becomeGuest(param: ParamsBecomeGuest): Promise<RpcCreateTxResult>;
|
|
154
167
|
locus_becomeHost(param: ParamsBecomeHost): Promise<RpcCreateTxResult>;
|
|
155
|
-
|
|
168
|
+
locus_calculateSpentByForward(param: ParamsCalculateSpentByForward): Promise<RpcCalculateSpentByForwardResult>;
|
|
169
|
+
locus_calculateSpentByForwardList(param: ParamsCalculateSpentByForwardList): Promise<RpcCalculateSpentByForwardListResult>;
|
|
156
170
|
locus_changeKey(params: ParamsChangeKey): Promise<RpcCreateTxResult>;
|
|
157
171
|
locus_changeVkey(params: ParamsChangeVKey): Promise<RpcCreateTxResult>;
|
|
158
172
|
locus_clientMessage(param: ParamStr): Promise<any>;
|
|
@@ -163,7 +177,9 @@ export interface RpcApiSpec {
|
|
|
163
177
|
locus_downloadAccountTxs(param: ParamsDownloadAccountTxs): Promise<OutputDownloadAccountTxs>;
|
|
164
178
|
locus_echo(str: string): Promise<string>;
|
|
165
179
|
locus_findDuplicateSubscriber(params: ParamsFindDuplicateSubscriber): Promise<RpcFindDuplicateSubscriberResult>;
|
|
180
|
+
locus_forwardAssetObject(params: ParamsForwardAssetObject): Promise<RpcCreateTxResult>;
|
|
166
181
|
locus_forwardCoin(param: ParamsForwardCoin): Promise<RpcCreateTxResult>;
|
|
182
|
+
locus_forwardToken(params: ParamsForwardToken): Promise<RpcCreateTxResult>;
|
|
167
183
|
locus_freezeAccount(params: ParamsFreezeAccount): Promise<RpcCreateTxResult>;
|
|
168
184
|
locus_generateLatestStoredDataProof(params: ParamsGenerateLatestStoredDataProof): Promise<RpcGenerateLatestStoredDataProofResult>;
|
|
169
185
|
locus_getAccountAssetList(params: ParamsGetAssetList): Promise<RpcGetAccountAssetListResult>;
|
|
@@ -177,6 +193,7 @@ export interface RpcApiSpec {
|
|
|
177
193
|
locus_getInactiveTxList(param: ParamsAccount): Promise<RpcGetInactiveTxListResult>;
|
|
178
194
|
locus_getMontInfoList(param: ParamsAccount): Promise<RpcGetMontInfoListResult>;
|
|
179
195
|
locus_getNodeStatus(): Promise<RpcGetNodeStatusResult>;
|
|
196
|
+
locus_getNodeVersion(): Promise<RpcGetNodeVersionResult>;
|
|
180
197
|
locus_getOwnerBalance(): Promise<RpcAccountsBalancesResult[]>;
|
|
181
198
|
locus_getRoundState(param: ParamsRound): Promise<RoundStateDetail>;
|
|
182
199
|
locus_getRoundStatesList(param: ParamsRS): Promise<RoundStateAbstract[]>;
|
|
@@ -196,13 +213,17 @@ export interface RpcApiSpec {
|
|
|
196
213
|
locus_requestDataTrade(params: ParamsRequestDataTrade): Promise<RpcDataTradeResult>;
|
|
197
214
|
locus_setHost(param: ParamsSetHost): Promise<boolean>;
|
|
198
215
|
locus_subscribeAddress(params: ParamsSubscribeAddress): Promise<RpcSubscribeAddressResult>;
|
|
216
|
+
locus_transfer(params: ParamsTransfer): Promise<RpcCreateTxResult>;
|
|
217
|
+
locus_transferAllRes(params: ParamsTransferAllRes): Promise<RpcCreateTxResult>;
|
|
199
218
|
locus_transferAssetObject(params: ParamsTransferAssetObject): Promise<RpcCreateTxResult>;
|
|
200
219
|
locus_transferCoin(param: ParamsTransferCoin): Promise<RpcCreateTxResult>;
|
|
201
220
|
locus_transferToken(params: ParamsTransferTokens): Promise<RpcCreateTxResult>;
|
|
202
221
|
locus_unlockStake(params: ParamsUnlockStake): Promise<RpcCreateTxResult>;
|
|
222
|
+
locus_upliftProofW(params: ParamsUpliftProofW): Promise<RpcProofWResult>;
|
|
203
223
|
locus_uploadAccountTxs(param: ParamsUploadAccountTxs): Promise<number[]>;
|
|
204
224
|
locus_verifyAndSignChallenge(param: ParamsVerifyAndSignChallenge): Promise<RpcVerifyAndSignChallengeResult>;
|
|
205
225
|
locus_verifyIdentityProof(param: ParamsVerifyIdentityProof): Promise<RpcVerifyIdentityProofResult>;
|
|
206
226
|
locus_verifyLatestStoredDataProof(params: ParamsLatestStoredDataProof): Promise<boolean>;
|
|
227
|
+
locus_verifyProofW(params: ParamsVerifyProofW): Promise<boolean>;
|
|
207
228
|
locus_verifyTxListWitness(params: ParamsTxListWitness): Promise<boolean>;
|
|
208
229
|
}
|
|
@@ -16,19 +16,23 @@ import { ParamsAccount } from './types/rpc/params-account.mjs';
|
|
|
16
16
|
import { ParamsAccounts } from './types/rpc/params-accounts.mjs';
|
|
17
17
|
import { ParamsBecomeGuest } from './types/rpc/params-become-guest.mjs';
|
|
18
18
|
import { ParamsBecomeHost } from './types/rpc/params-become-host.mjs';
|
|
19
|
-
import {
|
|
19
|
+
import { ParamsCalculateSpentByForwardList } from './types/rpc/params-calculate-spent-by-forward-list.mjs';
|
|
20
|
+
import { ParamsCalculateSpentByForward } from './types/rpc/params-calculate-spent-by-forward.mjs';
|
|
20
21
|
import { ParamsCallVme } from './types/rpc/params-call-vme.mjs';
|
|
21
22
|
import { ParamsChangeKey } from './types/rpc/params-change-key.mjs';
|
|
22
23
|
import { ParamsChangeVKey } from './types/rpc/params-change-vkey.mjs';
|
|
23
24
|
import { ParamsCloseAccount } from './types/rpc/params-close-account.mjs';
|
|
24
25
|
import { ParamsCreateAssetObject } from './types/rpc/params-create-asset-object.mjs';
|
|
26
|
+
import { ParamsCreateContract } from './types/rpc/params-create-contract.mjs';
|
|
25
27
|
import { ParamsCreateNode } from './types/rpc/params-create-node.mjs';
|
|
26
28
|
import { ParamsCreateSynthAccount } from './types/rpc/params-create-synth-account.mjs';
|
|
27
29
|
import { ParamsCreateToken } from './types/rpc/params-create-token.mjs';
|
|
28
30
|
import { ParamsCreateVme } from './types/rpc/params-create-vme.mjs';
|
|
29
31
|
import { ParamsDownloadAccountTxs } from './types/rpc/params-download-account-txs.mjs';
|
|
30
32
|
import { ParamsFindDuplicateSubscriber } from './types/rpc/params-find-duplicate-subscriber.mjs';
|
|
33
|
+
import { ParamsForwardAssetObject } from './types/rpc/params-forward-asset-object.mjs';
|
|
31
34
|
import { ParamsForwardCoin } from './types/rpc/params-forward-coin.mjs';
|
|
35
|
+
import { ParamsForwardToken } from './types/rpc/params-forward-token.mjs';
|
|
32
36
|
import { ParamsFreezeAccount } from './types/rpc/params-freeze-account.mjs';
|
|
33
37
|
import { ParamsGameChainCmd } from './types/rpc/params-game-chain-cmd.mjs';
|
|
34
38
|
import { ParamsGenerateLatestStoredDataProof } from './types/rpc/params-generate-latest-stored-data-proof.mjs';
|
|
@@ -57,20 +61,25 @@ import { ParamsSetHost } from './types/rpc/params-set-host.mjs';
|
|
|
57
61
|
import { ParamsSetImportAccountTx } from './types/rpc/params-set-import-account-tx.mjs';
|
|
58
62
|
import { ParamsSetReliableNode } from './types/rpc/params-set-reliable-node.mjs';
|
|
59
63
|
import { ParamsSubscribeAddress } from './types/rpc/params-subscribe-address.mjs';
|
|
64
|
+
import { ParamsTransferAllRes } from './types/rpc/params-transfer-all-res.mjs';
|
|
60
65
|
import { ParamsTransferAssetObject } from './types/rpc/params-transfer-asset-object.mjs';
|
|
61
66
|
import { ParamsTransferCoin } from './types/rpc/params-transfer-coin.mjs';
|
|
62
67
|
import { ParamsTransferTokens } from './types/rpc/params-transfer-tokens.mjs';
|
|
68
|
+
import { ParamsTransfer } from './types/rpc/params-transfer.mjs';
|
|
63
69
|
import { ParamsTxListWitness } from './types/rpc/params-tx-list-witness.mjs';
|
|
64
70
|
import { ParamsTxList } from './types/rpc/params-tx-list.mjs';
|
|
65
71
|
import { ParamsUnlockStake } from './types/rpc/params-unlock-stake.mjs';
|
|
72
|
+
import { ParamsUpliftProofW } from './types/rpc/params-uplift-proof-w.mjs';
|
|
66
73
|
import { ParamsUploadAccountTxs } from './types/rpc/params-upload-account-txs.mjs';
|
|
67
74
|
import { ParamsVerifyAndSignChallenge } from './types/rpc/params-verify-and-sign-challenge.mjs';
|
|
68
75
|
import { ParamsVerifyIdentityProof } from './types/rpc/params-verify-identity-proof.mjs';
|
|
76
|
+
import { ParamsVerifyProofW } from './types/rpc/params-verify-proof-w.mjs';
|
|
69
77
|
import { ParamsVmeLog } from './types/rpc/params-vme-log.mjs';
|
|
70
78
|
import { ResultDumpAccounts } from './types/rpc/result-dump-accounts.mjs';
|
|
71
79
|
import { RoundStateDetail } from './types/rpc/round-state-detail.mjs';
|
|
72
80
|
import { RpcBoolResult } from './types/rpc/rpc-bool-result.mjs';
|
|
73
|
-
import {
|
|
81
|
+
import { RpcCalculateSpentByForwardListResult } from './types/rpc/rpc-calculate-spent-by-forward-list-result.mjs';
|
|
82
|
+
import { RpcCalculateSpentByForwardResult } from './types/rpc/rpc-calculate-spent-by-forward-result.mjs';
|
|
74
83
|
import { RpcCreateAccountResult } from './types/rpc/rpc-create-account-result.mjs';
|
|
75
84
|
import { RpcCreateNodeResult } from './types/rpc/rpc-create-node-result.mjs';
|
|
76
85
|
import { RpcCreateTxResult } from './types/rpc/rpc-create-tx-result.mjs';
|
|
@@ -95,6 +104,7 @@ import { RpcGetKeysResult } from './types/rpc/rpc-get-keys-result.mjs';
|
|
|
95
104
|
import { RpcGetMontInfoListResult } from './types/rpc/rpc-get-mont-info-list-result.mjs';
|
|
96
105
|
import { RpcGetNodeBlocksResult } from './types/rpc/rpc-get-node-blocks-result.mjs';
|
|
97
106
|
import { RpcGetNodeStatusResult } from './types/rpc/rpc-get-node-status-result.mjs';
|
|
107
|
+
import { RpcGetNodeVersionResult } from './types/rpc/rpc-get-node-version-result.mjs';
|
|
98
108
|
import { RpcGetShardOfAccountResult } from './types/rpc/rpc-get-shard-of-account-result.mjs';
|
|
99
109
|
import { RpcGetSyncStateResult } from './types/rpc/rpc-get-sync-state-result.mjs';
|
|
100
110
|
import { RpcGetTxResult } from './types/rpc/rpc-get-tx-result.mjs';
|
|
@@ -104,6 +114,7 @@ import { RpcGetWorldRoundStatesListResult } from './types/rpc/rpc-get-world-roun
|
|
|
104
114
|
import { RpcHasSystemTokenResult } from './types/rpc/rpc-has-system-token-result.mjs';
|
|
105
115
|
import { RpcImportAccountResult } from './types/rpc/rpc-import-account-result.mjs';
|
|
106
116
|
import { RpcNodeCmdResult } from './types/rpc/rpc-node-cmd-result.mjs';
|
|
117
|
+
import { RpcProofWResult } from './types/rpc/rpc-proof-wresult.mjs';
|
|
107
118
|
import { RpcQueryAddressResult } from './types/rpc/rpc-query-address-result.mjs';
|
|
108
119
|
import { RpcReadTxListWitnessResult } from './types/rpc/rpc-read-tx-list-witness-result.mjs';
|
|
109
120
|
import { RpcRequestVmeResult } from './types/rpc/rpc-request-vme-result.mjs';
|
|
@@ -118,8 +129,10 @@ export interface RpcApiSpec {
|
|
|
118
129
|
debug_allHeights(): Promise<RpcAccountHeight[]>;
|
|
119
130
|
debug_balanceGrantList(): Promise<string[]>;
|
|
120
131
|
debug_balanceList(): Promise<string[]>;
|
|
132
|
+
debug_callContract(param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
121
133
|
debug_callVme(param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
122
134
|
debug_createAccount(): Promise<RpcCreateAccountResult>;
|
|
135
|
+
debug_createContract(param: ParamsCreateContract): Promise<RpcCreateTxResult>;
|
|
123
136
|
debug_createNode(param: ParamsCreateNode): Promise<RpcCreateNodeResult>;
|
|
124
137
|
debug_createSynthAccount(param: ParamsCreateSynthAccount): Promise<RpcCreateTxResult>;
|
|
125
138
|
debug_dumpAllAccounts(): Promise<ResultDumpAccounts>;
|
|
@@ -152,7 +165,8 @@ export interface RpcApiSpec {
|
|
|
152
165
|
locus_accountHeightsToUpload(param: ParamsAccountHeights): Promise<UploadHeightsResult>;
|
|
153
166
|
locus_becomeGuest(param: ParamsBecomeGuest): Promise<RpcCreateTxResult>;
|
|
154
167
|
locus_becomeHost(param: ParamsBecomeHost): Promise<RpcCreateTxResult>;
|
|
155
|
-
|
|
168
|
+
locus_calculateSpentByForward(param: ParamsCalculateSpentByForward): Promise<RpcCalculateSpentByForwardResult>;
|
|
169
|
+
locus_calculateSpentByForwardList(param: ParamsCalculateSpentByForwardList): Promise<RpcCalculateSpentByForwardListResult>;
|
|
156
170
|
locus_changeKey(params: ParamsChangeKey): Promise<RpcCreateTxResult>;
|
|
157
171
|
locus_changeVkey(params: ParamsChangeVKey): Promise<RpcCreateTxResult>;
|
|
158
172
|
locus_clientMessage(param: ParamStr): Promise<any>;
|
|
@@ -163,7 +177,9 @@ export interface RpcApiSpec {
|
|
|
163
177
|
locus_downloadAccountTxs(param: ParamsDownloadAccountTxs): Promise<OutputDownloadAccountTxs>;
|
|
164
178
|
locus_echo(str: string): Promise<string>;
|
|
165
179
|
locus_findDuplicateSubscriber(params: ParamsFindDuplicateSubscriber): Promise<RpcFindDuplicateSubscriberResult>;
|
|
180
|
+
locus_forwardAssetObject(params: ParamsForwardAssetObject): Promise<RpcCreateTxResult>;
|
|
166
181
|
locus_forwardCoin(param: ParamsForwardCoin): Promise<RpcCreateTxResult>;
|
|
182
|
+
locus_forwardToken(params: ParamsForwardToken): Promise<RpcCreateTxResult>;
|
|
167
183
|
locus_freezeAccount(params: ParamsFreezeAccount): Promise<RpcCreateTxResult>;
|
|
168
184
|
locus_generateLatestStoredDataProof(params: ParamsGenerateLatestStoredDataProof): Promise<RpcGenerateLatestStoredDataProofResult>;
|
|
169
185
|
locus_getAccountAssetList(params: ParamsGetAssetList): Promise<RpcGetAccountAssetListResult>;
|
|
@@ -177,6 +193,7 @@ export interface RpcApiSpec {
|
|
|
177
193
|
locus_getInactiveTxList(param: ParamsAccount): Promise<RpcGetInactiveTxListResult>;
|
|
178
194
|
locus_getMontInfoList(param: ParamsAccount): Promise<RpcGetMontInfoListResult>;
|
|
179
195
|
locus_getNodeStatus(): Promise<RpcGetNodeStatusResult>;
|
|
196
|
+
locus_getNodeVersion(): Promise<RpcGetNodeVersionResult>;
|
|
180
197
|
locus_getOwnerBalance(): Promise<RpcAccountsBalancesResult[]>;
|
|
181
198
|
locus_getRoundState(param: ParamsRound): Promise<RoundStateDetail>;
|
|
182
199
|
locus_getRoundStatesList(param: ParamsRS): Promise<RoundStateAbstract[]>;
|
|
@@ -196,13 +213,17 @@ export interface RpcApiSpec {
|
|
|
196
213
|
locus_requestDataTrade(params: ParamsRequestDataTrade): Promise<RpcDataTradeResult>;
|
|
197
214
|
locus_setHost(param: ParamsSetHost): Promise<boolean>;
|
|
198
215
|
locus_subscribeAddress(params: ParamsSubscribeAddress): Promise<RpcSubscribeAddressResult>;
|
|
216
|
+
locus_transfer(params: ParamsTransfer): Promise<RpcCreateTxResult>;
|
|
217
|
+
locus_transferAllRes(params: ParamsTransferAllRes): Promise<RpcCreateTxResult>;
|
|
199
218
|
locus_transferAssetObject(params: ParamsTransferAssetObject): Promise<RpcCreateTxResult>;
|
|
200
219
|
locus_transferCoin(param: ParamsTransferCoin): Promise<RpcCreateTxResult>;
|
|
201
220
|
locus_transferToken(params: ParamsTransferTokens): Promise<RpcCreateTxResult>;
|
|
202
221
|
locus_unlockStake(params: ParamsUnlockStake): Promise<RpcCreateTxResult>;
|
|
222
|
+
locus_upliftProofW(params: ParamsUpliftProofW): Promise<RpcProofWResult>;
|
|
203
223
|
locus_uploadAccountTxs(param: ParamsUploadAccountTxs): Promise<number[]>;
|
|
204
224
|
locus_verifyAndSignChallenge(param: ParamsVerifyAndSignChallenge): Promise<RpcVerifyAndSignChallengeResult>;
|
|
205
225
|
locus_verifyIdentityProof(param: ParamsVerifyIdentityProof): Promise<RpcVerifyIdentityProofResult>;
|
|
206
226
|
locus_verifyLatestStoredDataProof(params: ParamsLatestStoredDataProof): Promise<boolean>;
|
|
227
|
+
locus_verifyProofW(params: ParamsVerifyProofW): Promise<boolean>;
|
|
207
228
|
locus_verifyTxListWitness(params: ParamsTxListWitness): Promise<boolean>;
|
|
208
229
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ParamsTokenValuePair } from './params-token-value-pair.cjs';
|
|
2
|
+
import { ParamsTransferAsset } from './params-transfer-asset.cjs';
|
|
3
|
+
export type ForwardSpentItem = {
|
|
4
|
+
sender: string;
|
|
5
|
+
tx: any;
|
|
6
|
+
amount: string;
|
|
7
|
+
tokenAmounts: ParamsTokenValuePair[];
|
|
8
|
+
assets: ParamsTransferAsset[];
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ParamsTokenValuePair } from './params-token-value-pair.mjs';
|
|
2
|
+
import { ParamsTransferAsset } from './params-transfer-asset.mjs';
|
|
3
|
+
export type ForwardSpentItem = {
|
|
4
|
+
sender: string;
|
|
5
|
+
tx: any;
|
|
6
|
+
amount: string;
|
|
7
|
+
tokenAmounts: ParamsTokenValuePair[];
|
|
8
|
+
assets: ParamsTransferAsset[];
|
|
9
|
+
};
|
|
@@ -8,6 +8,7 @@ export * from './caller-key-proof.cjs';
|
|
|
8
8
|
export * from './contract-exec-status.cjs';
|
|
9
9
|
export * from './contract-transfer-info.cjs';
|
|
10
10
|
export * from './direct-call-request.cjs';
|
|
11
|
+
export * from './forward-spent-item.cjs';
|
|
11
12
|
export * from './get-peers-info.cjs';
|
|
12
13
|
export * from './index-value-pair.cjs';
|
|
13
14
|
export * from './input-params-data-transfer.cjs';
|
|
@@ -20,10 +21,12 @@ export * from './output-download-account-txs.cjs';
|
|
|
20
21
|
export * from './param-str.cjs';
|
|
21
22
|
export * from './param-tx-data.cjs';
|
|
22
23
|
export * from './params-token-value-pair.cjs';
|
|
24
|
+
export * from './params-transfer-asset.cjs';
|
|
23
25
|
export * from './public-height-chunk.cjs';
|
|
24
26
|
export * from './ref-tx-info.cjs';
|
|
25
27
|
export * from './ref-vtx.cjs';
|
|
26
28
|
export * from './res-changed-entry.cjs';
|
|
29
|
+
export * from './res-state-value.cjs';
|
|
27
30
|
export * from './ret-type-base.cjs';
|
|
28
31
|
export * from './round-state-abstract.cjs';
|
|
29
32
|
export * from './rpc-account-height.cjs';
|
|
@@ -8,6 +8,7 @@ export * from './caller-key-proof.mjs';
|
|
|
8
8
|
export * from './contract-exec-status.mjs';
|
|
9
9
|
export * from './contract-transfer-info.mjs';
|
|
10
10
|
export * from './direct-call-request.mjs';
|
|
11
|
+
export * from './forward-spent-item.mjs';
|
|
11
12
|
export * from './get-peers-info.mjs';
|
|
12
13
|
export * from './index-value-pair.mjs';
|
|
13
14
|
export * from './input-params-data-transfer.mjs';
|
|
@@ -20,10 +21,12 @@ export * from './output-download-account-txs.mjs';
|
|
|
20
21
|
export * from './param-str.mjs';
|
|
21
22
|
export * from './param-tx-data.mjs';
|
|
22
23
|
export * from './params-token-value-pair.mjs';
|
|
24
|
+
export * from './params-transfer-asset.mjs';
|
|
23
25
|
export * from './public-height-chunk.mjs';
|
|
24
26
|
export * from './ref-tx-info.mjs';
|
|
25
27
|
export * from './ref-vtx.mjs';
|
|
26
28
|
export * from './res-changed-entry.mjs';
|
|
29
|
+
export * from './res-state-value.mjs';
|
|
27
30
|
export * from './ret-type-base.mjs';
|
|
28
31
|
export * from './round-state-abstract.mjs';
|
|
29
32
|
export * from './rpc-account-height.mjs';
|
|
@@ -28,6 +28,8 @@ export declare const TxType: Readonly<{
|
|
|
28
28
|
readonly FORWARD_ASSETOBJECT: "TX_FORWARD_ASSETOBJECT";
|
|
29
29
|
readonly ACTIVATE_ASSETOBJECT: "TX_ACTIVATE_ASSETOBJECT";
|
|
30
30
|
readonly BURN_ASSETOBJECT: "TX_BURN_ASSETOBJECT";
|
|
31
|
+
readonly TRANSFER_ALL_RES: "TX_TRANSFER_ALL_RES";
|
|
32
|
+
readonly TRANSFER_ALL_RES_FEE: "TX_TRANSFER_ALL_RES_FEE";
|
|
31
33
|
readonly REVOKE: "TX_REVOKE";
|
|
32
34
|
readonly CLOSE_ACCOUNT: "TX_CLOSE_ACCOUNT";
|
|
33
35
|
readonly ACTIVATE_ALL_RES: "TX_ACTIVATE_ALL_RES";
|
|
@@ -43,7 +45,7 @@ export declare const TxType: Readonly<{
|
|
|
43
45
|
readonly LOCK_STAKE_FOR_VME: "TX_LOCK_STAKE_FOR_VME";
|
|
44
46
|
readonly ACTIVATE_LOCK_STAKE_FOR_VME: "TX_ACTIVATE_LOCK_STAKE_FOR_VME";
|
|
45
47
|
readonly UNLOCK_STAKE: "TX_UNLOCK_STAKE";
|
|
46
|
-
readonly
|
|
48
|
+
readonly CREATE_VME_FEE: "TX_CREATE_VME_FEE";
|
|
47
49
|
readonly ACTIVATE_OPEN_VME: "TX_ACTIVATE_OPEN_VME";
|
|
48
50
|
readonly VME_BLOCK: "TX_VME_BLOCK";
|
|
49
51
|
readonly CALL_VME: "TX_CALL_VME";
|
|
@@ -28,6 +28,8 @@ export declare const TxType: Readonly<{
|
|
|
28
28
|
readonly FORWARD_ASSETOBJECT: "TX_FORWARD_ASSETOBJECT";
|
|
29
29
|
readonly ACTIVATE_ASSETOBJECT: "TX_ACTIVATE_ASSETOBJECT";
|
|
30
30
|
readonly BURN_ASSETOBJECT: "TX_BURN_ASSETOBJECT";
|
|
31
|
+
readonly TRANSFER_ALL_RES: "TX_TRANSFER_ALL_RES";
|
|
32
|
+
readonly TRANSFER_ALL_RES_FEE: "TX_TRANSFER_ALL_RES_FEE";
|
|
31
33
|
readonly REVOKE: "TX_REVOKE";
|
|
32
34
|
readonly CLOSE_ACCOUNT: "TX_CLOSE_ACCOUNT";
|
|
33
35
|
readonly ACTIVATE_ALL_RES: "TX_ACTIVATE_ALL_RES";
|
|
@@ -43,7 +45,7 @@ export declare const TxType: Readonly<{
|
|
|
43
45
|
readonly LOCK_STAKE_FOR_VME: "TX_LOCK_STAKE_FOR_VME";
|
|
44
46
|
readonly ACTIVATE_LOCK_STAKE_FOR_VME: "TX_ACTIVATE_LOCK_STAKE_FOR_VME";
|
|
45
47
|
readonly UNLOCK_STAKE: "TX_UNLOCK_STAKE";
|
|
46
|
-
readonly
|
|
48
|
+
readonly CREATE_VME_FEE: "TX_CREATE_VME_FEE";
|
|
47
49
|
readonly ACTIVATE_OPEN_VME: "TX_ACTIVATE_OPEN_VME";
|
|
48
50
|
readonly VME_BLOCK: "TX_VME_BLOCK";
|
|
49
51
|
readonly CALL_VME: "TX_CALL_VME";
|
|
@@ -216,7 +216,7 @@ export declare const TxTypes: {
|
|
|
216
216
|
useGrant: boolean;
|
|
217
217
|
useFee: boolean;
|
|
218
218
|
};
|
|
219
|
-
|
|
219
|
+
TX_CREATE_VME_FEE: {
|
|
220
220
|
fee: string;
|
|
221
221
|
grant: number;
|
|
222
222
|
sizeBased: boolean;
|
|
@@ -342,6 +342,20 @@ export declare const TxTypes: {
|
|
|
342
342
|
useGrant: boolean;
|
|
343
343
|
useFee: boolean;
|
|
344
344
|
};
|
|
345
|
+
TX_TRANSFER_ALL_RES: {
|
|
346
|
+
fee: string;
|
|
347
|
+
grant: number;
|
|
348
|
+
sizeBased: boolean;
|
|
349
|
+
useGrant: boolean;
|
|
350
|
+
useFee: boolean;
|
|
351
|
+
};
|
|
352
|
+
TX_TRANSFER_ALL_RES_FEE: {
|
|
353
|
+
fee: string;
|
|
354
|
+
grant: number;
|
|
355
|
+
sizeBased: boolean;
|
|
356
|
+
useGrant: boolean;
|
|
357
|
+
useFee: boolean;
|
|
358
|
+
};
|
|
345
359
|
TX_TRANSFER_ASSETOBJECT: {
|
|
346
360
|
fee: string;
|
|
347
361
|
grant: number;
|
|
@@ -216,7 +216,7 @@ export declare const TxTypes: {
|
|
|
216
216
|
useGrant: boolean;
|
|
217
217
|
useFee: boolean;
|
|
218
218
|
};
|
|
219
|
-
|
|
219
|
+
TX_CREATE_VME_FEE: {
|
|
220
220
|
fee: string;
|
|
221
221
|
grant: number;
|
|
222
222
|
sizeBased: boolean;
|
|
@@ -342,6 +342,20 @@ export declare const TxTypes: {
|
|
|
342
342
|
useGrant: boolean;
|
|
343
343
|
useFee: boolean;
|
|
344
344
|
};
|
|
345
|
+
TX_TRANSFER_ALL_RES: {
|
|
346
|
+
fee: string;
|
|
347
|
+
grant: number;
|
|
348
|
+
sizeBased: boolean;
|
|
349
|
+
useGrant: boolean;
|
|
350
|
+
useFee: boolean;
|
|
351
|
+
};
|
|
352
|
+
TX_TRANSFER_ALL_RES_FEE: {
|
|
353
|
+
fee: string;
|
|
354
|
+
grant: number;
|
|
355
|
+
sizeBased: boolean;
|
|
356
|
+
useGrant: boolean;
|
|
357
|
+
useFee: boolean;
|
|
358
|
+
};
|
|
345
359
|
TX_TRANSFER_ASSETOBJECT: {
|
|
346
360
|
fee: string;
|
|
347
361
|
grant: number;
|
|
@@ -7,19 +7,23 @@ export * from './params-account-history.cjs';
|
|
|
7
7
|
export * from './params-accounts.cjs';
|
|
8
8
|
export * from './params-become-guest.cjs';
|
|
9
9
|
export * from './params-become-host.cjs';
|
|
10
|
-
export * from './params-calculate-spent-by-forward
|
|
10
|
+
export * from './params-calculate-spent-by-forward.cjs';
|
|
11
|
+
export * from './params-calculate-spent-by-forward-list.cjs';
|
|
11
12
|
export * from './params-call-vme.cjs';
|
|
12
13
|
export * from './params-change-key.cjs';
|
|
13
14
|
export * from './params-change-vkey.cjs';
|
|
14
15
|
export * from './params-close-account.cjs';
|
|
15
16
|
export * from './params-create-asset-object.cjs';
|
|
17
|
+
export * from './params-create-contract.cjs';
|
|
16
18
|
export * from './params-create-node.cjs';
|
|
17
19
|
export * from './params-create-synth-account.cjs';
|
|
18
20
|
export * from './params-create-token.cjs';
|
|
19
21
|
export * from './params-create-vme.cjs';
|
|
20
22
|
export * from './params-download-account-txs.cjs';
|
|
21
23
|
export * from './params-find-duplicate-subscriber.cjs';
|
|
24
|
+
export * from './params-forward-asset-object.cjs';
|
|
22
25
|
export * from './params-forward-coin.cjs';
|
|
26
|
+
export * from './params-forward-token.cjs';
|
|
23
27
|
export * from './params-freeze-account.cjs';
|
|
24
28
|
export * from './params-game-chain-cmd.cjs';
|
|
25
29
|
export * from './params-generate-latest-stored-data-proof.cjs';
|
|
@@ -48,20 +52,25 @@ export * from './params-set-host.cjs';
|
|
|
48
52
|
export * from './params-set-import-account-tx.cjs';
|
|
49
53
|
export * from './params-set-reliable-node.cjs';
|
|
50
54
|
export * from './params-subscribe-address.cjs';
|
|
55
|
+
export * from './params-transfer.cjs';
|
|
56
|
+
export * from './params-transfer-all-res.cjs';
|
|
51
57
|
export * from './params-transfer-asset-object.cjs';
|
|
52
58
|
export * from './params-transfer-coin.cjs';
|
|
53
59
|
export * from './params-transfer-tokens.cjs';
|
|
54
60
|
export * from './params-tx-list.cjs';
|
|
55
61
|
export * from './params-tx-list-witness.cjs';
|
|
56
62
|
export * from './params-unlock-stake.cjs';
|
|
63
|
+
export * from './params-uplift-proof-w.cjs';
|
|
57
64
|
export * from './params-upload-account-txs.cjs';
|
|
58
65
|
export * from './params-verify-and-sign-challenge.cjs';
|
|
59
66
|
export * from './params-verify-identity-proof.cjs';
|
|
67
|
+
export * from './params-verify-proof-w.cjs';
|
|
60
68
|
export * from './params-vme-log.cjs';
|
|
61
69
|
export * from './result-dump-accounts.cjs';
|
|
62
70
|
export * from './round-state-detail.cjs';
|
|
63
71
|
export * from './rpc-bool-result.cjs';
|
|
64
|
-
export * from './rpc-calculate-spent-by-forward-
|
|
72
|
+
export * from './rpc-calculate-spent-by-forward-list-result.cjs';
|
|
73
|
+
export * from './rpc-calculate-spent-by-forward-result.cjs';
|
|
65
74
|
export * from './rpc-create-account-result.cjs';
|
|
66
75
|
export * from './rpc-create-node-result.cjs';
|
|
67
76
|
export * from './rpc-create-tx-result.cjs';
|
|
@@ -86,6 +95,7 @@ export * from './rpc-get-keys-result.cjs';
|
|
|
86
95
|
export * from './rpc-get-mont-info-list-result.cjs';
|
|
87
96
|
export * from './rpc-get-node-blocks-result.cjs';
|
|
88
97
|
export * from './rpc-get-node-status-result.cjs';
|
|
98
|
+
export * from './rpc-get-node-version-result.cjs';
|
|
89
99
|
export * from './rpc-get-shard-of-account-result.cjs';
|
|
90
100
|
export * from './rpc-get-sync-state-result.cjs';
|
|
91
101
|
export * from './rpc-get-tx-result.cjs';
|
|
@@ -95,6 +105,7 @@ export * from './rpc-get-world-round-states-list-result.cjs';
|
|
|
95
105
|
export * from './rpc-has-system-token-result.cjs';
|
|
96
106
|
export * from './rpc-import-account-result.cjs';
|
|
97
107
|
export * from './rpc-node-cmd-result.cjs';
|
|
108
|
+
export * from './rpc-proof-wresult.cjs';
|
|
98
109
|
export * from './rpc-query-address-result.cjs';
|
|
99
110
|
export * from './rpc-read-tx-list-witness-result.cjs';
|
|
100
111
|
export * from './rpc-request-vme-result.cjs';
|
|
@@ -7,19 +7,23 @@ export * from './params-account-history.mjs';
|
|
|
7
7
|
export * from './params-accounts.mjs';
|
|
8
8
|
export * from './params-become-guest.mjs';
|
|
9
9
|
export * from './params-become-host.mjs';
|
|
10
|
-
export * from './params-calculate-spent-by-forward
|
|
10
|
+
export * from './params-calculate-spent-by-forward.mjs';
|
|
11
|
+
export * from './params-calculate-spent-by-forward-list.mjs';
|
|
11
12
|
export * from './params-call-vme.mjs';
|
|
12
13
|
export * from './params-change-key.mjs';
|
|
13
14
|
export * from './params-change-vkey.mjs';
|
|
14
15
|
export * from './params-close-account.mjs';
|
|
15
16
|
export * from './params-create-asset-object.mjs';
|
|
17
|
+
export * from './params-create-contract.mjs';
|
|
16
18
|
export * from './params-create-node.mjs';
|
|
17
19
|
export * from './params-create-synth-account.mjs';
|
|
18
20
|
export * from './params-create-token.mjs';
|
|
19
21
|
export * from './params-create-vme.mjs';
|
|
20
22
|
export * from './params-download-account-txs.mjs';
|
|
21
23
|
export * from './params-find-duplicate-subscriber.mjs';
|
|
24
|
+
export * from './params-forward-asset-object.mjs';
|
|
22
25
|
export * from './params-forward-coin.mjs';
|
|
26
|
+
export * from './params-forward-token.mjs';
|
|
23
27
|
export * from './params-freeze-account.mjs';
|
|
24
28
|
export * from './params-game-chain-cmd.mjs';
|
|
25
29
|
export * from './params-generate-latest-stored-data-proof.mjs';
|
|
@@ -48,20 +52,25 @@ export * from './params-set-host.mjs';
|
|
|
48
52
|
export * from './params-set-import-account-tx.mjs';
|
|
49
53
|
export * from './params-set-reliable-node.mjs';
|
|
50
54
|
export * from './params-subscribe-address.mjs';
|
|
55
|
+
export * from './params-transfer.mjs';
|
|
56
|
+
export * from './params-transfer-all-res.mjs';
|
|
51
57
|
export * from './params-transfer-asset-object.mjs';
|
|
52
58
|
export * from './params-transfer-coin.mjs';
|
|
53
59
|
export * from './params-transfer-tokens.mjs';
|
|
54
60
|
export * from './params-tx-list.mjs';
|
|
55
61
|
export * from './params-tx-list-witness.mjs';
|
|
56
62
|
export * from './params-unlock-stake.mjs';
|
|
63
|
+
export * from './params-uplift-proof-w.mjs';
|
|
57
64
|
export * from './params-upload-account-txs.mjs';
|
|
58
65
|
export * from './params-verify-and-sign-challenge.mjs';
|
|
59
66
|
export * from './params-verify-identity-proof.mjs';
|
|
67
|
+
export * from './params-verify-proof-w.mjs';
|
|
60
68
|
export * from './params-vme-log.mjs';
|
|
61
69
|
export * from './result-dump-accounts.mjs';
|
|
62
70
|
export * from './round-state-detail.mjs';
|
|
63
71
|
export * from './rpc-bool-result.mjs';
|
|
64
|
-
export * from './rpc-calculate-spent-by-forward-
|
|
72
|
+
export * from './rpc-calculate-spent-by-forward-list-result.mjs';
|
|
73
|
+
export * from './rpc-calculate-spent-by-forward-result.mjs';
|
|
65
74
|
export * from './rpc-create-account-result.mjs';
|
|
66
75
|
export * from './rpc-create-node-result.mjs';
|
|
67
76
|
export * from './rpc-create-tx-result.mjs';
|
|
@@ -86,6 +95,7 @@ export * from './rpc-get-keys-result.mjs';
|
|
|
86
95
|
export * from './rpc-get-mont-info-list-result.mjs';
|
|
87
96
|
export * from './rpc-get-node-blocks-result.mjs';
|
|
88
97
|
export * from './rpc-get-node-status-result.mjs';
|
|
98
|
+
export * from './rpc-get-node-version-result.mjs';
|
|
89
99
|
export * from './rpc-get-shard-of-account-result.mjs';
|
|
90
100
|
export * from './rpc-get-sync-state-result.mjs';
|
|
91
101
|
export * from './rpc-get-tx-result.mjs';
|
|
@@ -95,6 +105,7 @@ export * from './rpc-get-world-round-states-list-result.mjs';
|
|
|
95
105
|
export * from './rpc-has-system-token-result.mjs';
|
|
96
106
|
export * from './rpc-import-account-result.mjs';
|
|
97
107
|
export * from './rpc-node-cmd-result.mjs';
|
|
108
|
+
export * from './rpc-proof-wresult.mjs';
|
|
98
109
|
export * from './rpc-query-address-result.mjs';
|
|
99
110
|
export * from './rpc-read-tx-list-witness-result.mjs';
|
|
100
111
|
export * from './rpc-request-vme-result.mjs';
|