@locuschain/lib 0.2.3 → 0.2.5
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/public/getVmeLog.d.cts +4 -0
- package/dist/autogen/actions/debug/public/getVmeLog.d.mts +4 -0
- package/dist/autogen/actions/debug/public/index.d.cts +2 -2
- package/dist/autogen/actions/debug/public/index.d.mts +2 -2
- package/dist/autogen/actions/debug/public/viewVme.d.cts +4 -0
- package/dist/autogen/actions/debug/public/viewVme.d.mts +4 -0
- package/dist/autogen/actions/debug/wallet/callContract.d.cts +2 -2
- package/dist/autogen/actions/debug/wallet/callContract.d.mts +2 -2
- package/dist/autogen/actions/debug/wallet/callVme.d.cts +4 -0
- package/dist/autogen/actions/debug/wallet/callVme.d.mts +4 -0
- package/dist/autogen/actions/debug/wallet/index.d.cts +1 -0
- package/dist/autogen/actions/debug/wallet/index.d.mts +1 -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/getRoundState.d.cts +1 -1
- package/dist/autogen/actions/public/getRoundState.d.mts +1 -1
- package/dist/autogen/actions/public/index.d.cts +2 -1
- package/dist/autogen/actions/public/index.d.mts +2 -1
- 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/forwardCoin.d.cts +4 -0
- package/dist/autogen/actions/wallet/forwardCoin.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 +5 -1
- package/dist/autogen/actions/wallet/index.d.mts +5 -1
- 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/debugPublicActions.d.cts +4 -4
- package/dist/autogen/debugPublicActions.d.mts +4 -4
- package/dist/autogen/debugWalletActions.d.cts +3 -2
- package/dist/autogen/debugWalletActions.d.mts +3 -2
- package/dist/autogen/index.amd.js +11 -5
- package/dist/autogen/index.cjs.cjs +11 -5
- package/dist/autogen/index.esm.js +5 -4
- package/dist/autogen/locus-tx.d.cts +2 -2
- package/dist/autogen/locus-tx.d.mts +2 -2
- package/dist/autogen/publicActions.d.cts +4 -2
- package/dist/autogen/publicActions.d.mts +4 -2
- package/dist/autogen/rpc-api-spec.d.cts +25 -13
- package/dist/autogen/rpc-api-spec.d.mts +25 -13
- package/dist/autogen/types/common/asset-object-meta.d.cts +2 -0
- package/dist/autogen/types/common/asset-object-meta.d.mts +2 -0
- package/dist/autogen/types/common/asset-object-transfer.d.cts +0 -2
- package/dist/autogen/types/common/asset-object-transfer.d.mts +0 -2
- package/dist/autogen/types/common/asset-object.d.cts +2 -1
- package/dist/autogen/types/common/asset-object.d.mts +2 -1
- package/dist/autogen/types/common/caller-key-proof.d.cts +8 -0
- package/dist/autogen/types/common/caller-key-proof.d.mts +8 -0
- 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/direct-call-request.d.cts +11 -0
- package/dist/autogen/types/common/direct-call-request.d.mts +11 -0
- 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 +9 -2
- package/dist/autogen/types/common/index.d.mts +9 -2
- package/dist/autogen/types/common/merkle-proof-multi-meta.d.cts +2 -0
- package/dist/autogen/types/common/merkle-proof-multi-meta.d.mts +2 -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/ref-vtx.d.cts +0 -1
- package/dist/autogen/types/common/ref-vtx.d.mts +0 -1
- package/dist/autogen/types/common/res-changed-entry.d.cts +6 -0
- package/dist/autogen/types/common/res-changed-entry.d.mts +6 -0
- 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/common/transfer-info.d.cts +0 -1
- package/dist/autogen/types/common/transfer-info.d.mts +0 -1
- package/dist/autogen/types/common/tx-base.d.cts +1 -1
- package/dist/autogen/types/common/tx-base.d.mts +1 -1
- package/dist/autogen/types/common/tx-restore-res-hash-proof.d.cts +9 -0
- package/dist/autogen/types/common/tx-restore-res-hash-proof.d.mts +9 -0
- package/dist/autogen/types/common/vm-engine-block.d.cts +6 -0
- package/dist/autogen/types/common/vm-engine-block.d.mts +6 -0
- package/dist/autogen/types/common/vm-tx-state.d.cts +5 -7
- package/dist/autogen/types/common/vm-tx-state.d.mts +5 -7
- package/dist/autogen/types/consts/address-class.d.cts +6 -7
- package/dist/autogen/types/consts/address-class.d.mts +6 -7
- package/dist/autogen/types/consts/tx-type.d.cts +16 -14
- package/dist/autogen/types/consts/tx-type.d.mts +16 -14
- package/dist/autogen/types/consts/tx-types.d.cts +59 -45
- package/dist/autogen/types/consts/tx-types.d.mts +59 -45
- package/dist/autogen/types/rpc/index.d.cts +14 -7
- package/dist/autogen/types/rpc/index.d.mts +14 -7
- 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-express.d.cts → params-calculate-spent-by-forward.d.cts} +1 -1
- package/dist/autogen/types/rpc/{params-calculate-spent-by-express.d.mts → params-calculate-spent-by-forward.d.mts} +1 -1
- package/dist/autogen/types/rpc/{params-call-contract.d.cts → params-call-vme.d.cts} +4 -4
- package/dist/autogen/types/rpc/{params-call-contract.d.mts → params-call-vme.d.mts} +4 -4
- package/dist/autogen/types/rpc/params-create-contract.d.cts +1 -0
- package/dist/autogen/types/rpc/params-create-contract.d.mts +1 -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-transfer-coin-express.d.cts → params-forward-coin.d.cts} +1 -1
- package/dist/autogen/types/rpc/{params-transfer-coin-express.d.mts → params-forward-coin.d.mts} +1 -1
- 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-generate-latest-stored-data-proof.d.cts +2 -1
- package/dist/autogen/types/rpc/params-generate-latest-stored-data-proof.d.mts +2 -1
- package/dist/autogen/types/rpc/params-request-vme.d.cts +1 -0
- package/dist/autogen/types/rpc/params-request-vme.d.mts +1 -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-contract-log.d.cts → params-vme-log.d.cts} +3 -2
- package/dist/autogen/types/rpc/{params-contract-log.d.mts → params-vme-log.d.mts} +3 -2
- package/dist/autogen/types/{common → rpc}/round-state-detail.d.cts +1 -1
- package/dist/autogen/types/{common → rpc}/round-state-detail.d.mts +1 -1
- 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-vme-log-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-get-vme-log-result.d.mts +3 -0
- package/dist/autogen/types/rpc/rpc-view-vme-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-view-vme-result.d.mts +3 -0
- package/dist/autogen/types/tx/index.d.cts +16 -14
- package/dist/autogen/types/tx/index.d.mts +16 -14
- package/dist/autogen/types/tx/{tx-activate-all-assets.d.cts → tx-activate-all-res.d.cts} +4 -3
- package/dist/autogen/types/tx/{tx-activate-all-assets.d.mts → tx-activate-all-res.d.mts} +4 -3
- package/dist/autogen/types/tx/tx-activate-asset-object.d.cts +4 -2
- package/dist/autogen/types/tx/tx-activate-asset-object.d.mts +4 -2
- package/dist/autogen/types/tx/{tx-activate-open-vm-engine.d.cts → tx-activate-open-vme.d.cts} +1 -1
- package/dist/autogen/types/tx/{tx-activate-open-vm-engine.d.mts → tx-activate-open-vme.d.mts} +1 -1
- package/dist/autogen/types/tx/{tx-activate-contract-result.d.cts → tx-activate-vme-result.d.cts} +7 -4
- package/dist/autogen/types/tx/{tx-activate-contract-result.d.mts → tx-activate-vme-result.d.mts} +7 -4
- package/dist/autogen/types/tx/{tx-activate-contract-reward.d.cts → tx-activate-vme-reward.d.cts} +1 -1
- package/dist/autogen/types/tx/{tx-activate-contract-reward.d.mts → tx-activate-vme-reward.d.mts} +1 -1
- package/dist/autogen/types/tx/{tx-activate-contract-transfer.d.cts → tx-activate-vme-transfer.d.cts} +7 -4
- package/dist/autogen/types/tx/{tx-activate-contract-transfer.d.mts → tx-activate-vme-transfer.d.mts} +7 -4
- package/dist/autogen/types/tx/tx-burn-asset-object.d.cts +4 -2
- package/dist/autogen/types/tx/tx-burn-asset-object.d.mts +4 -2
- package/dist/autogen/types/tx/tx-call-vme.d.cts +18 -0
- package/dist/autogen/types/tx/tx-call-vme.d.mts +18 -0
- package/dist/autogen/types/tx/tx-close-account.d.cts +2 -2
- package/dist/autogen/types/tx/tx-close-account.d.mts +2 -2
- package/dist/autogen/types/tx/{tx-create-vm-engine.d.cts → tx-create-vme.d.cts} +1 -1
- package/dist/autogen/types/tx/{tx-create-vm-engine.d.mts → tx-create-vme.d.mts} +1 -1
- package/dist/autogen/types/tx/tx-forward-asset-object.d.cts +10 -0
- package/dist/autogen/types/tx/tx-forward-asset-object.d.mts +10 -0
- package/dist/autogen/types/tx/{tx-transfer-coin-express.d.cts → tx-forward-coin.d.cts} +2 -1
- package/dist/autogen/types/tx/{tx-transfer-coin-express.d.mts → tx-forward-coin.d.mts} +2 -1
- package/dist/autogen/types/tx/tx-forward-token.d.cts +10 -0
- package/dist/autogen/types/tx/tx-forward-token.d.mts +10 -0
- package/dist/autogen/types/tx/tx-lead-direct-vtx.d.cts +11 -0
- package/dist/autogen/types/tx/tx-lead-direct-vtx.d.mts +11 -0
- package/dist/autogen/types/tx/tx-lead-vtx.d.cts +1 -1
- package/dist/autogen/types/tx/tx-lead-vtx.d.mts +1 -1
- package/dist/autogen/types/tx/{tx-call-contract.d.cts → tx-restore-res-hash.d.cts} +4 -8
- package/dist/autogen/types/tx/{tx-call-contract.d.mts → tx-restore-res-hash.d.mts} +4 -8
- package/dist/autogen/types/tx/tx-revoke.d.cts +4 -2
- package/dist/autogen/types/tx/tx-revoke.d.mts +4 -2
- package/dist/autogen/types/tx/{tx-create-contract.d.cts → tx-transfer-all-res.d.cts} +5 -7
- package/dist/autogen/types/tx/{tx-create-contract.d.mts → tx-transfer-all-res.d.mts} +5 -7
- package/dist/autogen/types/tx/tx-transfer-asset-object.d.cts +4 -2
- package/dist/autogen/types/tx/tx-transfer-asset-object.d.mts +4 -2
- package/dist/autogen/types/tx/{tx-contract-blank-reward.d.cts → tx-vme-blank-reward.d.cts} +1 -1
- package/dist/autogen/types/tx/{tx-contract-blank-reward.d.mts → tx-vme-blank-reward.d.mts} +1 -1
- package/dist/autogen/types/tx/{tx-vm-engine-block.d.cts → tx-vme-block.d.cts} +2 -1
- package/dist/autogen/types/tx/{tx-vm-engine-block.d.mts → tx-vme-block.d.mts} +2 -1
- package/dist/autogen/types/tx/{tx-contract-transfer-reward.d.cts → tx-vme-transfer-reward.d.cts} +1 -1
- package/dist/autogen/types/tx/{tx-contract-transfer-reward.d.mts → tx-vme-transfer-reward.d.mts} +1 -1
- package/dist/autogen/walletActions.d.cts +10 -2
- package/dist/autogen/walletActions.d.mts +10 -2
- package/dist/autogen/wasm/lclib.wasm +0 -0
- package/dist/chunks/{address-class-CHAZYhdZ.js → address-class-3IzotplG.js} +6 -7
- package/dist/chunks/{address-class-Cjy48Uqk.cjs → address-class-B8b7mx1K.cjs} +6 -7
- package/dist/chunks/{address-class-Dp7aNQb2.js → address-class-CDo766LJ.js} +6 -7
- package/dist/chunks/{debugWalletActions-B96f4kZc.js → debugWalletActions-A_93DKNp.js} +80 -22
- package/dist/chunks/{debugWalletActions-BfX1doiz.js → debugWalletActions-D3FUuxE6.js} +89 -25
- package/dist/chunks/{debugWalletActions-iCZ1H6xc.cjs → debugWalletActions-DTcup4BP.cjs} +89 -25
- package/dist/chunks/{tx-type-BPkhMGad.js → tx-type-BUN9nEQ6.js} +16 -14
- package/dist/chunks/{tx-type-CS4wIUJ8.js → tx-type-DYAaL3xz.js} +16 -14
- package/dist/chunks/{tx-type-DI_nKG8B.cjs → tx-type-khL8tWtn.cjs} +16 -14
- package/dist/clients/createLocusPublicClient.d.cts +4 -3
- package/dist/clients/createLocusPublicClient.d.mts +4 -3
- package/dist/clients/createLocusWalletClient.d.cts +7 -2
- package/dist/clients/createLocusWalletClient.d.mts +7 -2
- 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 +80 -66
- package/dist/constant/index.cjs.cjs +81 -67
- package/dist/constant/index.d.cts +81 -66
- package/dist/constant/index.d.mts +81 -66
- package/dist/constant/index.esm.js +81 -67
- package/dist/index.amd.js +1 -1
- package/dist/index.cjs.cjs +3 -3
- package/dist/index.esm.js +3 -3
- package/dist/utils/index.amd.js +3 -6
- package/dist/utils/index.cjs.cjs +3 -6
- package/dist/utils/index.d.cts +3 -4
- package/dist/utils/index.d.mts +3 -4
- package/dist/utils/index.esm.js +4 -6
- package/package.json +1 -1
- package/dist/autogen/actions/debug/public/getContractLog.d.cts +0 -4
- package/dist/autogen/actions/debug/public/getContractLog.d.mts +0 -4
- package/dist/autogen/actions/debug/public/viewContract.d.cts +0 -4
- package/dist/autogen/actions/debug/public/viewContract.d.mts +0 -4
- package/dist/autogen/actions/public/calculateSpentByExpress.d.cts +0 -4
- package/dist/autogen/actions/public/calculateSpentByExpress.d.mts +0 -4
- package/dist/autogen/actions/wallet/transferCoinExpress.d.cts +0 -4
- package/dist/autogen/actions/wallet/transferCoinExpress.d.mts +0 -4
- package/dist/autogen/types/common/asset-proof-objects.d.cts +0 -5
- package/dist/autogen/types/common/asset-proof-objects.d.mts +0 -5
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-express-result.d.cts +0 -3
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-express-result.d.mts +0 -3
- package/dist/autogen/types/rpc/rpc-get-contract-log-result.d.cts +0 -3
- package/dist/autogen/types/rpc/rpc-get-contract-log-result.d.mts +0 -3
- package/dist/autogen/types/rpc/rpc-view-contract-result.d.cts +0 -3
- package/dist/autogen/types/rpc/rpc-view-contract-result.d.mts +0 -3
- package/dist/autogen/types/tx/tx-activate-call-contract.d.cts +0 -15
- package/dist/autogen/types/tx/tx-activate-call-contract.d.mts +0 -15
- package/dist/autogen/types/tx/tx-activate-open-contract.d.cts +0 -15
- package/dist/autogen/types/tx/tx-activate-open-contract.d.mts +0 -15
|
@@ -7,12 +7,12 @@ 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-
|
|
11
|
-
export * from './params-
|
|
10
|
+
export * from './params-calculate-spent-by-forward.mjs';
|
|
11
|
+
export * from './params-calculate-spent-by-forward-list.mjs';
|
|
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
|
-
export * from './params-contract-log.mjs';
|
|
16
16
|
export * from './params-create-asset-object.mjs';
|
|
17
17
|
export * from './params-create-contract.mjs';
|
|
18
18
|
export * from './params-create-node.mjs';
|
|
@@ -21,6 +21,9 @@ export * from './params-create-token.mjs';
|
|
|
21
21
|
export * from './params-create-vme.mjs';
|
|
22
22
|
export * from './params-download-account-txs.mjs';
|
|
23
23
|
export * from './params-find-duplicate-subscriber.mjs';
|
|
24
|
+
export * from './params-forward-asset-object.mjs';
|
|
25
|
+
export * from './params-forward-coin.mjs';
|
|
26
|
+
export * from './params-forward-token.mjs';
|
|
24
27
|
export * from './params-freeze-account.mjs';
|
|
25
28
|
export * from './params-game-chain-cmd.mjs';
|
|
26
29
|
export * from './params-generate-latest-stored-data-proof.mjs';
|
|
@@ -49,9 +52,10 @@ export * from './params-set-host.mjs';
|
|
|
49
52
|
export * from './params-set-import-account-tx.mjs';
|
|
50
53
|
export * from './params-set-reliable-node.mjs';
|
|
51
54
|
export * from './params-subscribe-address.mjs';
|
|
55
|
+
export * from './params-transfer.mjs';
|
|
56
|
+
export * from './params-transfer-all-res.mjs';
|
|
52
57
|
export * from './params-transfer-asset-object.mjs';
|
|
53
58
|
export * from './params-transfer-coin.mjs';
|
|
54
|
-
export * from './params-transfer-coin-express.mjs';
|
|
55
59
|
export * from './params-transfer-tokens.mjs';
|
|
56
60
|
export * from './params-tx-list.mjs';
|
|
57
61
|
export * from './params-tx-list-witness.mjs';
|
|
@@ -59,9 +63,12 @@ export * from './params-unlock-stake.mjs';
|
|
|
59
63
|
export * from './params-upload-account-txs.mjs';
|
|
60
64
|
export * from './params-verify-and-sign-challenge.mjs';
|
|
61
65
|
export * from './params-verify-identity-proof.mjs';
|
|
66
|
+
export * from './params-vme-log.mjs';
|
|
62
67
|
export * from './result-dump-accounts.mjs';
|
|
68
|
+
export * from './round-state-detail.mjs';
|
|
63
69
|
export * from './rpc-bool-result.mjs';
|
|
64
|
-
export * from './rpc-calculate-spent-by-
|
|
70
|
+
export * from './rpc-calculate-spent-by-forward-list-result.mjs';
|
|
71
|
+
export * from './rpc-calculate-spent-by-forward-result.mjs';
|
|
65
72
|
export * from './rpc-create-account-result.mjs';
|
|
66
73
|
export * from './rpc-create-node-result.mjs';
|
|
67
74
|
export * from './rpc-create-tx-result.mjs';
|
|
@@ -76,7 +83,6 @@ export * from './rpc-get-account-token-list-result.mjs';
|
|
|
76
83
|
export * from './rpc-get-accounts-balances-result.mjs';
|
|
77
84
|
export * from './rpc-get-accounts-heights-result.mjs';
|
|
78
85
|
export * from './rpc-get-concise-node-status-result.mjs';
|
|
79
|
-
export * from './rpc-get-contract-log-result.mjs';
|
|
80
86
|
export * from './rpc-get-genesis-account-result.mjs';
|
|
81
87
|
export * from './rpc-get-guests-info-result.mjs';
|
|
82
88
|
export * from './rpc-get-home-shard-result.mjs';
|
|
@@ -90,6 +96,7 @@ export * from './rpc-get-node-status-result.mjs';
|
|
|
90
96
|
export * from './rpc-get-shard-of-account-result.mjs';
|
|
91
97
|
export * from './rpc-get-sync-state-result.mjs';
|
|
92
98
|
export * from './rpc-get-tx-result.mjs';
|
|
99
|
+
export * from './rpc-get-vme-log-result.mjs';
|
|
93
100
|
export * from './rpc-get-world-round-state-result.mjs';
|
|
94
101
|
export * from './rpc-get-world-round-states-list-result.mjs';
|
|
95
102
|
export * from './rpc-has-system-token-result.mjs';
|
|
@@ -103,5 +110,5 @@ export * from './rpc-set-import-account-tx-result.mjs';
|
|
|
103
110
|
export * from './rpc-subscribe-address-result.mjs';
|
|
104
111
|
export * from './rpc-verify-and-sign-challenge-result.mjs';
|
|
105
112
|
export * from './rpc-verify-identity-proof-result.mjs';
|
|
106
|
-
export * from './rpc-view-
|
|
113
|
+
export * from './rpc-view-vme-result.mjs';
|
|
107
114
|
export * from './upload-heights-result.mjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ParamsTokenValuePair } from '../common/params-token-value-pair.cjs';
|
|
2
|
-
export type
|
|
2
|
+
export type ParamsCallVme = {
|
|
3
3
|
callerAccount: string;
|
|
4
|
-
|
|
4
|
+
vmeId: string;
|
|
5
|
+
subId: string;
|
|
5
6
|
fuelLimit: string;
|
|
6
7
|
amount: string;
|
|
7
8
|
tokenAmounts: ParamsTokenValuePair[];
|
|
8
|
-
|
|
9
|
-
argData: string;
|
|
9
|
+
callData: string;
|
|
10
10
|
sign: string;
|
|
11
11
|
signedHeight: number;
|
|
12
12
|
feeType: number;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ParamsTokenValuePair } from '../common/params-token-value-pair.mjs';
|
|
2
|
-
export type
|
|
2
|
+
export type ParamsCallVme = {
|
|
3
3
|
callerAccount: string;
|
|
4
|
-
|
|
4
|
+
vmeId: string;
|
|
5
|
+
subId: string;
|
|
5
6
|
fuelLimit: string;
|
|
6
7
|
amount: string;
|
|
7
8
|
tokenAmounts: ParamsTokenValuePair[];
|
|
8
|
-
|
|
9
|
-
argData: string;
|
|
9
|
+
callData: string;
|
|
10
10
|
sign: string;
|
|
11
11
|
signedHeight: number;
|
|
12
12
|
feeType: number;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ParamsTokenValuePair } from '../common/params-token-value-pair.cjs';
|
|
2
|
+
export type ParamsTransferAllRes = {
|
|
3
|
+
from: string;
|
|
4
|
+
to: string;
|
|
5
|
+
amount: string;
|
|
6
|
+
tokenAmounts: ParamsTokenValuePair[];
|
|
7
|
+
assets: {
|
|
8
|
+
assetId: string;
|
|
9
|
+
amount: string;
|
|
10
|
+
}[];
|
|
11
|
+
sign: string;
|
|
12
|
+
signedHeight: number;
|
|
13
|
+
feeType: number;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ParamsTokenValuePair } from '../common/params-token-value-pair.mjs';
|
|
2
|
+
export type ParamsTransferAllRes = {
|
|
3
|
+
from: string;
|
|
4
|
+
to: string;
|
|
5
|
+
amount: string;
|
|
6
|
+
tokenAmounts: ParamsTokenValuePair[];
|
|
7
|
+
assets: {
|
|
8
|
+
assetId: string;
|
|
9
|
+
amount: string;
|
|
10
|
+
}[];
|
|
11
|
+
sign: string;
|
|
12
|
+
signedHeight: number;
|
|
13
|
+
feeType: number;
|
|
14
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ParamsTokenValuePair } from '../common/params-token-value-pair.cjs';
|
|
2
|
+
import { ParamsTransferAsset } from '../common/params-transfer-asset.cjs';
|
|
3
|
+
export type RpcCalculateSpentByForwardResult = {
|
|
4
|
+
amount: string;
|
|
5
|
+
tokenAmounts: ParamsTokenValuePair[];
|
|
6
|
+
assets: ParamsTransferAsset[];
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ParamsTokenValuePair } from '../common/params-token-value-pair.mjs';
|
|
2
|
+
import { ParamsTransferAsset } from '../common/params-transfer-asset.mjs';
|
|
3
|
+
export type RpcCalculateSpentByForwardResult = {
|
|
4
|
+
amount: string;
|
|
5
|
+
tokenAmounts: ParamsTokenValuePair[];
|
|
6
|
+
assets: ParamsTransferAsset[];
|
|
7
|
+
};
|
|
@@ -1,50 +1,52 @@
|
|
|
1
1
|
export * from './tx-accept-script.cjs';
|
|
2
2
|
export * from './tx-accept-script-after-time-lock.cjs';
|
|
3
|
-
export * from './tx-activate-all-
|
|
3
|
+
export * from './tx-activate-all-res.cjs';
|
|
4
4
|
export * from './tx-activate-asset-object.cjs';
|
|
5
|
-
export * from './tx-activate-call-contract.cjs';
|
|
6
5
|
export * from './tx-activate-coin.cjs';
|
|
7
|
-
export * from './tx-activate-contract-result.cjs';
|
|
8
|
-
export * from './tx-activate-contract-reward.cjs';
|
|
9
|
-
export * from './tx-activate-contract-transfer.cjs';
|
|
10
6
|
export * from './tx-activate-data-synth-account.cjs';
|
|
11
7
|
export * from './tx-activate-foundation-reserve.cjs';
|
|
12
8
|
export * from './tx-activate-incentive.cjs';
|
|
13
9
|
export * from './tx-activate-lock-stake-for-vme.cjs';
|
|
14
|
-
export * from './tx-activate-open-contract.cjs';
|
|
15
10
|
export * from './tx-activate-open-synth-account.cjs';
|
|
16
|
-
export * from './tx-activate-open-
|
|
11
|
+
export * from './tx-activate-open-vme.cjs';
|
|
17
12
|
export * from './tx-activate-token.cjs';
|
|
13
|
+
export * from './tx-activate-vme-result.cjs';
|
|
14
|
+
export * from './tx-activate-vme-reward.cjs';
|
|
15
|
+
export * from './tx-activate-vme-transfer.cjs';
|
|
18
16
|
export * from './tx-become-guest.cjs';
|
|
19
17
|
export * from './tx-become-host.cjs';
|
|
20
18
|
export * from './tx-burn-asset-object.cjs';
|
|
21
19
|
export * from './tx-burn-token.cjs';
|
|
22
|
-
export * from './tx-call-
|
|
20
|
+
export * from './tx-call-vme.cjs';
|
|
23
21
|
export * from './tx-change-foundation-account.cjs';
|
|
24
22
|
export * from './tx-change-keypair.cjs';
|
|
25
23
|
export * from './tx-change-vkey.cjs';
|
|
26
24
|
export * from './tx-close-account.cjs';
|
|
27
|
-
export * from './tx-contract-blank-reward.cjs';
|
|
28
|
-
export * from './tx-contract-transfer-reward.cjs';
|
|
29
25
|
export * from './tx-create-asset-object.cjs';
|
|
30
|
-
export * from './tx-create-contract.cjs';
|
|
31
26
|
export * from './tx-create-synth-account.cjs';
|
|
32
27
|
export * from './tx-create-token.cjs';
|
|
33
|
-
export * from './tx-create-
|
|
28
|
+
export * from './tx-create-vme.cjs';
|
|
34
29
|
export * from './tx-dummy.cjs';
|
|
35
30
|
export * from './tx-finalize.cjs';
|
|
31
|
+
export * from './tx-forward-asset-object.cjs';
|
|
32
|
+
export * from './tx-forward-coin.cjs';
|
|
33
|
+
export * from './tx-forward-token.cjs';
|
|
36
34
|
export * from './tx-freeze-account.cjs';
|
|
37
35
|
export * from './tx-genesis-account.cjs';
|
|
36
|
+
export * from './tx-lead-direct-vtx.cjs';
|
|
38
37
|
export * from './tx-lead-vtx.cjs';
|
|
39
38
|
export * from './tx-lock-stake-for-vme.cjs';
|
|
40
39
|
export * from './tx-open-account.cjs';
|
|
41
40
|
export * from './tx-post-data.cjs';
|
|
42
41
|
export * from './tx-post-data-synth-account.cjs';
|
|
43
42
|
export * from './tx-provide-script.cjs';
|
|
43
|
+
export * from './tx-restore-res-hash.cjs';
|
|
44
44
|
export * from './tx-revoke.cjs';
|
|
45
|
+
export * from './tx-transfer-all-res.cjs';
|
|
45
46
|
export * from './tx-transfer-asset-object.cjs';
|
|
46
47
|
export * from './tx-transfer-coin.cjs';
|
|
47
|
-
export * from './tx-transfer-coin-express.cjs';
|
|
48
48
|
export * from './tx-transfer-token.cjs';
|
|
49
49
|
export * from './tx-unlock-stake.cjs';
|
|
50
|
-
export * from './tx-
|
|
50
|
+
export * from './tx-vme-blank-reward.cjs';
|
|
51
|
+
export * from './tx-vme-block.cjs';
|
|
52
|
+
export * from './tx-vme-transfer-reward.cjs';
|
|
@@ -1,50 +1,52 @@
|
|
|
1
1
|
export * from './tx-accept-script.mjs';
|
|
2
2
|
export * from './tx-accept-script-after-time-lock.mjs';
|
|
3
|
-
export * from './tx-activate-all-
|
|
3
|
+
export * from './tx-activate-all-res.mjs';
|
|
4
4
|
export * from './tx-activate-asset-object.mjs';
|
|
5
|
-
export * from './tx-activate-call-contract.mjs';
|
|
6
5
|
export * from './tx-activate-coin.mjs';
|
|
7
|
-
export * from './tx-activate-contract-result.mjs';
|
|
8
|
-
export * from './tx-activate-contract-reward.mjs';
|
|
9
|
-
export * from './tx-activate-contract-transfer.mjs';
|
|
10
6
|
export * from './tx-activate-data-synth-account.mjs';
|
|
11
7
|
export * from './tx-activate-foundation-reserve.mjs';
|
|
12
8
|
export * from './tx-activate-incentive.mjs';
|
|
13
9
|
export * from './tx-activate-lock-stake-for-vme.mjs';
|
|
14
|
-
export * from './tx-activate-open-contract.mjs';
|
|
15
10
|
export * from './tx-activate-open-synth-account.mjs';
|
|
16
|
-
export * from './tx-activate-open-
|
|
11
|
+
export * from './tx-activate-open-vme.mjs';
|
|
17
12
|
export * from './tx-activate-token.mjs';
|
|
13
|
+
export * from './tx-activate-vme-result.mjs';
|
|
14
|
+
export * from './tx-activate-vme-reward.mjs';
|
|
15
|
+
export * from './tx-activate-vme-transfer.mjs';
|
|
18
16
|
export * from './tx-become-guest.mjs';
|
|
19
17
|
export * from './tx-become-host.mjs';
|
|
20
18
|
export * from './tx-burn-asset-object.mjs';
|
|
21
19
|
export * from './tx-burn-token.mjs';
|
|
22
|
-
export * from './tx-call-
|
|
20
|
+
export * from './tx-call-vme.mjs';
|
|
23
21
|
export * from './tx-change-foundation-account.mjs';
|
|
24
22
|
export * from './tx-change-keypair.mjs';
|
|
25
23
|
export * from './tx-change-vkey.mjs';
|
|
26
24
|
export * from './tx-close-account.mjs';
|
|
27
|
-
export * from './tx-contract-blank-reward.mjs';
|
|
28
|
-
export * from './tx-contract-transfer-reward.mjs';
|
|
29
25
|
export * from './tx-create-asset-object.mjs';
|
|
30
|
-
export * from './tx-create-contract.mjs';
|
|
31
26
|
export * from './tx-create-synth-account.mjs';
|
|
32
27
|
export * from './tx-create-token.mjs';
|
|
33
|
-
export * from './tx-create-
|
|
28
|
+
export * from './tx-create-vme.mjs';
|
|
34
29
|
export * from './tx-dummy.mjs';
|
|
35
30
|
export * from './tx-finalize.mjs';
|
|
31
|
+
export * from './tx-forward-asset-object.mjs';
|
|
32
|
+
export * from './tx-forward-coin.mjs';
|
|
33
|
+
export * from './tx-forward-token.mjs';
|
|
36
34
|
export * from './tx-freeze-account.mjs';
|
|
37
35
|
export * from './tx-genesis-account.mjs';
|
|
36
|
+
export * from './tx-lead-direct-vtx.mjs';
|
|
38
37
|
export * from './tx-lead-vtx.mjs';
|
|
39
38
|
export * from './tx-lock-stake-for-vme.mjs';
|
|
40
39
|
export * from './tx-open-account.mjs';
|
|
41
40
|
export * from './tx-post-data.mjs';
|
|
42
41
|
export * from './tx-post-data-synth-account.mjs';
|
|
43
42
|
export * from './tx-provide-script.mjs';
|
|
43
|
+
export * from './tx-restore-res-hash.mjs';
|
|
44
44
|
export * from './tx-revoke.mjs';
|
|
45
|
+
export * from './tx-transfer-all-res.mjs';
|
|
45
46
|
export * from './tx-transfer-asset-object.mjs';
|
|
46
47
|
export * from './tx-transfer-coin.mjs';
|
|
47
|
-
export * from './tx-transfer-coin-express.mjs';
|
|
48
48
|
export * from './tx-transfer-token.mjs';
|
|
49
49
|
export * from './tx-unlock-stake.mjs';
|
|
50
|
-
export * from './tx-
|
|
50
|
+
export * from './tx-vme-blank-reward.mjs';
|
|
51
|
+
export * from './tx-vme-block.mjs';
|
|
52
|
+
export * from './tx-vme-transfer-reward.mjs';
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AssetObject } from '../common/asset-object.cjs';
|
|
2
2
|
import { RefTxInfo } from '../common/ref-tx-info.cjs';
|
|
3
3
|
import { TokenValueAB } from '../common/token-value-ab.cjs';
|
|
4
4
|
import { TxBase } from '../common/tx-base.cjs';
|
|
5
5
|
import { TxVSignature } from '../common/tx-vsignature.cjs';
|
|
6
|
-
export type
|
|
6
|
+
export type TxActivateAllRes = TxBase & TxVSignature & {
|
|
7
7
|
refLink: RefTxInfo;
|
|
8
8
|
amount: string;
|
|
9
9
|
balance: string;
|
|
10
10
|
tokens: TokenValueAB[];
|
|
11
11
|
tokenProof: string;
|
|
12
12
|
tokenHash: string;
|
|
13
|
+
assets: AssetObject[];
|
|
14
|
+
assetProof: string;
|
|
13
15
|
assetHash: string;
|
|
14
|
-
assetProofObjects: AssetProofObjects;
|
|
15
16
|
};
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AssetObject } from '../common/asset-object.mjs';
|
|
2
2
|
import { RefTxInfo } from '../common/ref-tx-info.mjs';
|
|
3
3
|
import { TokenValueAB } from '../common/token-value-ab.mjs';
|
|
4
4
|
import { TxBase } from '../common/tx-base.mjs';
|
|
5
5
|
import { TxVSignature } from '../common/tx-vsignature.mjs';
|
|
6
|
-
export type
|
|
6
|
+
export type TxActivateAllRes = TxBase & TxVSignature & {
|
|
7
7
|
refLink: RefTxInfo;
|
|
8
8
|
amount: string;
|
|
9
9
|
balance: string;
|
|
10
10
|
tokens: TokenValueAB[];
|
|
11
11
|
tokenProof: string;
|
|
12
12
|
tokenHash: string;
|
|
13
|
+
assets: AssetObject[];
|
|
14
|
+
assetProof: string;
|
|
13
15
|
assetHash: string;
|
|
14
|
-
assetProofObjects: AssetProofObjects;
|
|
15
16
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AssetTransferInfo } from '../common/asset-transfer-info.cjs';
|
|
2
2
|
import { RefTxInfo } from '../common/ref-tx-info.cjs';
|
|
3
3
|
import { TxBase } from '../common/tx-base.cjs';
|
|
4
4
|
import { TxVSignature } from '../common/tx-vsignature.cjs';
|
|
5
5
|
export type TxActivateAssetObject = TxBase & TxVSignature & {
|
|
6
6
|
refLink: RefTxInfo;
|
|
7
7
|
balance: string;
|
|
8
|
-
|
|
8
|
+
assets: AssetTransferInfo[];
|
|
9
|
+
assetProof: string;
|
|
10
|
+
assetHash: string;
|
|
9
11
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AssetTransferInfo } from '../common/asset-transfer-info.mjs';
|
|
2
2
|
import { RefTxInfo } from '../common/ref-tx-info.mjs';
|
|
3
3
|
import { TxBase } from '../common/tx-base.mjs';
|
|
4
4
|
import { TxVSignature } from '../common/tx-vsignature.mjs';
|
|
5
5
|
export type TxActivateAssetObject = TxBase & TxVSignature & {
|
|
6
6
|
refLink: RefTxInfo;
|
|
7
7
|
balance: string;
|
|
8
|
-
|
|
8
|
+
assets: AssetTransferInfo[];
|
|
9
|
+
assetProof: string;
|
|
10
|
+
assetHash: string;
|
|
9
11
|
};
|
package/dist/autogen/types/tx/{tx-activate-open-vm-engine.d.cts → tx-activate-open-vme.d.cts}
RENAMED
|
@@ -2,7 +2,7 @@ import { RefTxInfo } from '../common/ref-tx-info.cjs';
|
|
|
2
2
|
import { TxBase } from '../common/tx-base.cjs';
|
|
3
3
|
import { TxNoSignature } from '../common/tx-no-signature.cjs';
|
|
4
4
|
import { VmeLockStake } from '../common/vme-lock-stake.cjs';
|
|
5
|
-
export type
|
|
5
|
+
export type TxActivateOpenVme = TxBase & TxNoSignature & {
|
|
6
6
|
refLink: RefTxInfo;
|
|
7
7
|
sysType: string;
|
|
8
8
|
sysId: string;
|
package/dist/autogen/types/tx/{tx-activate-open-vm-engine.d.mts → tx-activate-open-vme.d.mts}
RENAMED
|
@@ -2,7 +2,7 @@ import { RefTxInfo } from '../common/ref-tx-info.mjs';
|
|
|
2
2
|
import { TxBase } from '../common/tx-base.mjs';
|
|
3
3
|
import { TxNoSignature } from '../common/tx-no-signature.mjs';
|
|
4
4
|
import { VmeLockStake } from '../common/vme-lock-stake.mjs';
|
|
5
|
-
export type
|
|
5
|
+
export type TxActivateOpenVme = TxBase & TxNoSignature & {
|
|
6
6
|
refLink: RefTxInfo;
|
|
7
7
|
sysType: string;
|
|
8
8
|
sysId: string;
|