@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', '../chunks/tslib.es6-D29rxPkW', '../chunks/tx-type-
|
|
1
|
+
define(['exports', '../chunks/tslib.es6-D29rxPkW', '../chunks/tx-type-DYAaL3xz', '../chunks/base-B_kRRfsf', '../chunks/account-BSrvZ7S8', '../chunks/wasm-CkFW222S', '../chunks/lclib-Bv86gksL'], (function (exports, tslib_es6, txType, base, account, wasm, lclib) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* 메인 서명을 master 키로 생성하는 TX 타입 집합 (signByMasterKey WASM 호출).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var tslib_es6 = require('../chunks/tslib.es6-Cfi3-HmA.cjs');
|
|
4
|
-
var txType = require('../chunks/tx-type-
|
|
4
|
+
var txType = require('../chunks/tx-type-khL8tWtn.cjs');
|
|
5
5
|
var base = require('../chunks/base-Cy5SSYLF.cjs');
|
|
6
6
|
var account = require('../chunks/account-BAsiKnSL.cjs');
|
|
7
7
|
var wasm = require('../chunks/wasm-BYOKRR31.cjs');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as __awaiter } from '../chunks/tslib.es6-WQS2tr1v.js';
|
|
2
|
-
import { T as TxType } from '../chunks/tx-type-
|
|
2
|
+
import { T as TxType } from '../chunks/tx-type-BUN9nEQ6.js';
|
|
3
3
|
import { B as BaseError } from '../chunks/base-BQXfRsuw.js';
|
|
4
4
|
import { a as SignKeyBindUnsupportedError, S as SignFailedError, D as DegenerateKeyError } from '../chunks/account-FZT9LH_s.js';
|
|
5
5
|
import { O as signKeyBind, N as signByMasterKey, M as sign, z as deriveKeysFromMnemonicAndPath, y as deriveKeysFromMnemonic } from '../chunks/wasm-CLXJDrJA.js';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsVmeLog } from '../../../types/rpc/params-vme-log.cjs';
|
|
2
|
+
import { RpcGetVmeLogResult } from '../../../types/rpc/rpc-get-vme-log-result.cjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.cjs';
|
|
4
|
+
export declare function getVmeLog(client: Client, param: ParamsVmeLog): Promise<RpcGetVmeLogResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsVmeLog } from '../../../types/rpc/params-vme-log.mjs';
|
|
2
|
+
import { RpcGetVmeLogResult } from '../../../types/rpc/rpc-get-vme-log-result.mjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.mjs';
|
|
4
|
+
export declare function getVmeLog(client: Client, param: ParamsVmeLog): Promise<RpcGetVmeLogResult>;
|
|
@@ -8,7 +8,6 @@ export * from './echo.cjs';
|
|
|
8
8
|
export * from './gameChainCmd.cjs';
|
|
9
9
|
export * from './getAccountsBalances.cjs';
|
|
10
10
|
export * from './getAccountsHeights.cjs';
|
|
11
|
-
export * from './getContractLog.cjs';
|
|
12
11
|
export * from './getGuestsInfo.cjs';
|
|
13
12
|
export * from './getHomeShard.cjs';
|
|
14
13
|
export * from './getImportAccount.cjs';
|
|
@@ -17,6 +16,7 @@ export * from './getKeys.cjs';
|
|
|
17
16
|
export * from './getNodeBlocks.cjs';
|
|
18
17
|
export * from './getPeerPool.cjs';
|
|
19
18
|
export * from './getPeersInfo.cjs';
|
|
19
|
+
export * from './getVmeLog.cjs';
|
|
20
20
|
export * from './importAccount.cjs';
|
|
21
21
|
export * from './initReliableNodes.cjs';
|
|
22
22
|
export * from './noArgsRets.cjs';
|
|
@@ -26,4 +26,4 @@ export * from './requestVme.cjs';
|
|
|
26
26
|
export * from './sendRawTransaction.cjs';
|
|
27
27
|
export * from './setImportAccountTx.cjs';
|
|
28
28
|
export * from './setReliableNode.cjs';
|
|
29
|
-
export * from './
|
|
29
|
+
export * from './viewVme.cjs';
|
|
@@ -8,7 +8,6 @@ export * from './echo.mjs';
|
|
|
8
8
|
export * from './gameChainCmd.mjs';
|
|
9
9
|
export * from './getAccountsBalances.mjs';
|
|
10
10
|
export * from './getAccountsHeights.mjs';
|
|
11
|
-
export * from './getContractLog.mjs';
|
|
12
11
|
export * from './getGuestsInfo.mjs';
|
|
13
12
|
export * from './getHomeShard.mjs';
|
|
14
13
|
export * from './getImportAccount.mjs';
|
|
@@ -17,6 +16,7 @@ export * from './getKeys.mjs';
|
|
|
17
16
|
export * from './getNodeBlocks.mjs';
|
|
18
17
|
export * from './getPeerPool.mjs';
|
|
19
18
|
export * from './getPeersInfo.mjs';
|
|
19
|
+
export * from './getVmeLog.mjs';
|
|
20
20
|
export * from './importAccount.mjs';
|
|
21
21
|
export * from './initReliableNodes.mjs';
|
|
22
22
|
export * from './noArgsRets.mjs';
|
|
@@ -26,4 +26,4 @@ export * from './requestVme.mjs';
|
|
|
26
26
|
export * from './sendRawTransaction.mjs';
|
|
27
27
|
export * from './setImportAccountTx.mjs';
|
|
28
28
|
export * from './setReliableNode.mjs';
|
|
29
|
-
export * from './
|
|
29
|
+
export * from './viewVme.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCallVme } from '../../../types/rpc/params-call-vme.cjs';
|
|
2
|
+
import { RpcViewVmeResult } from '../../../types/rpc/rpc-view-vme-result.cjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.cjs';
|
|
4
|
+
export declare function viewVme(client: Client, param: ParamsCallVme): Promise<RpcViewVmeResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCallVme } from '../../../types/rpc/params-call-vme.mjs';
|
|
2
|
+
import { RpcViewVmeResult } from '../../../types/rpc/rpc-view-vme-result.mjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.mjs';
|
|
4
|
+
export declare function viewVme(client: Client, param: ParamsCallVme): Promise<RpcViewVmeResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ParamsCallVme } from '../../../types/rpc/params-call-vme.cjs';
|
|
2
2
|
import { RpcCreateTxResult } from '../../../types/rpc/rpc-create-tx-result.cjs';
|
|
3
3
|
import type { WalletClient } from '../../../../clients/types.cjs';
|
|
4
|
-
export declare function callContract(client: WalletClient, param:
|
|
4
|
+
export declare function callContract(client: WalletClient, param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ParamsCallVme } from '../../../types/rpc/params-call-vme.mjs';
|
|
2
2
|
import { RpcCreateTxResult } from '../../../types/rpc/rpc-create-tx-result.mjs';
|
|
3
3
|
import type { WalletClient } from '../../../../clients/types.mjs';
|
|
4
|
-
export declare function callContract(client: WalletClient, param:
|
|
4
|
+
export declare function callContract(client: WalletClient, param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCallVme } from '../../../types/rpc/params-call-vme.cjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../../types/rpc/rpc-create-tx-result.cjs';
|
|
3
|
+
import type { WalletClient } from '../../../../clients/types.cjs';
|
|
4
|
+
export declare function callVme(client: WalletClient, param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCallVme } from '../../../types/rpc/params-call-vme.mjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../../types/rpc/rpc-create-tx-result.mjs';
|
|
3
|
+
import type { WalletClient } from '../../../../clients/types.mjs';
|
|
4
|
+
export declare function callVme(client: WalletClient, param: ParamsCallVme): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateSpentByForward } from '../../types/rpc/params-calculate-spent-by-forward.cjs';
|
|
2
|
+
import { RpcCalculateSpentByForwardResult } from '../../types/rpc/rpc-calculate-spent-by-forward-result.cjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function calculateSpentByForward(client: Client, param: ParamsCalculateSpentByForward): Promise<RpcCalculateSpentByForwardResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateSpentByForward } from '../../types/rpc/params-calculate-spent-by-forward.mjs';
|
|
2
|
+
import { RpcCalculateSpentByForwardResult } from '../../types/rpc/rpc-calculate-spent-by-forward-result.mjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function calculateSpentByForward(client: Client, param: ParamsCalculateSpentByForward): Promise<RpcCalculateSpentByForwardResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateSpentByForwardList } from '../../types/rpc/params-calculate-spent-by-forward-list.cjs';
|
|
2
|
+
import { RpcCalculateSpentByForwardListResult } from '../../types/rpc/rpc-calculate-spent-by-forward-list-result.cjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function calculateSpentByForwardList(client: Client, param: ParamsCalculateSpentByForwardList): Promise<RpcCalculateSpentByForwardListResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateSpentByForwardList } from '../../types/rpc/params-calculate-spent-by-forward-list.mjs';
|
|
2
|
+
import { RpcCalculateSpentByForwardListResult } from '../../types/rpc/rpc-calculate-spent-by-forward-list-result.mjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function calculateSpentByForwardList(client: Client, param: ParamsCalculateSpentByForwardList): Promise<RpcCalculateSpentByForwardListResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ParamsRound } from '../../types/rpc/params-round.cjs';
|
|
2
|
-
import { RoundStateDetail } from '../../types/
|
|
2
|
+
import { RoundStateDetail } from '../../types/rpc/round-state-detail.cjs';
|
|
3
3
|
import type { Client } from '../../../clients/types.cjs';
|
|
4
4
|
export declare function getRoundState(client: Client, param: ParamsRound): Promise<RoundStateDetail>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ParamsRound } from '../../types/rpc/params-round.mjs';
|
|
2
|
-
import { RoundStateDetail } from '../../types/
|
|
2
|
+
import { RoundStateDetail } from '../../types/rpc/round-state-detail.mjs';
|
|
3
3
|
import type { Client } from '../../../clients/types.mjs';
|
|
4
4
|
export declare function getRoundState(client: Client, param: ParamsRound): Promise<RoundStateDetail>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './accountHeightsToDownload.cjs';
|
|
2
2
|
export * from './accountHeightsToUpload.cjs';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './calculateSpentByForward.cjs';
|
|
4
|
+
export * from './calculateSpentByForwardList.cjs';
|
|
4
5
|
export * from './clientMessage.cjs';
|
|
5
6
|
export * from './downloadAccountTxs.cjs';
|
|
6
7
|
export * from './echo.cjs';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './accountHeightsToDownload.mjs';
|
|
2
2
|
export * from './accountHeightsToUpload.mjs';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './calculateSpentByForward.mjs';
|
|
4
|
+
export * from './calculateSpentByForwardList.mjs';
|
|
4
5
|
export * from './clientMessage.mjs';
|
|
5
6
|
export * from './downloadAccountTxs.mjs';
|
|
6
7
|
export * from './echo.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsForwardAssetObject } from '../../types/rpc/params-forward-asset-object.cjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.cjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function forwardAssetObject(client: WalletClient, params: ParamsForwardAssetObject): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsForwardAssetObject } from '../../types/rpc/params-forward-asset-object.mjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.mjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function forwardAssetObject(client: WalletClient, params: ParamsForwardAssetObject): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsForwardCoin } from '../../types/rpc/params-forward-coin.cjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.cjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function forwardCoin(client: WalletClient, param: ParamsForwardCoin): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsForwardCoin } from '../../types/rpc/params-forward-coin.mjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.mjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function forwardCoin(client: WalletClient, param: ParamsForwardCoin): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsForwardToken } from '../../types/rpc/params-forward-token.cjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.cjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function forwardToken(client: WalletClient, params: ParamsForwardToken): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsForwardToken } from '../../types/rpc/params-forward-token.mjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.mjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function forwardToken(client: WalletClient, params: ParamsForwardToken): Promise<RpcCreateTxResult>;
|
|
@@ -7,14 +7,18 @@ export * from './closeAccount.cjs';
|
|
|
7
7
|
export * from './createAssetObject.cjs';
|
|
8
8
|
export * from './createToken.cjs';
|
|
9
9
|
export * from './createVme.cjs';
|
|
10
|
+
export * from './forwardAssetObject.cjs';
|
|
11
|
+
export * from './forwardCoin.cjs';
|
|
12
|
+
export * from './forwardToken.cjs';
|
|
10
13
|
export * from './freezeAccount.cjs';
|
|
11
14
|
export * from './lockStake.cjs';
|
|
12
15
|
export * from './openAccount.cjs';
|
|
13
16
|
export * from './postData.cjs';
|
|
14
17
|
export * from './provideScript.cjs';
|
|
15
18
|
export * from './requestDataTrade.cjs';
|
|
19
|
+
export * from './transfer.cjs';
|
|
20
|
+
export * from './transferAllRes.cjs';
|
|
16
21
|
export * from './transferAssetObject.cjs';
|
|
17
22
|
export * from './transferCoin.cjs';
|
|
18
|
-
export * from './transferCoinExpress.cjs';
|
|
19
23
|
export * from './transferToken.cjs';
|
|
20
24
|
export * from './unlockStake.cjs';
|
|
@@ -7,14 +7,18 @@ export * from './closeAccount.mjs';
|
|
|
7
7
|
export * from './createAssetObject.mjs';
|
|
8
8
|
export * from './createToken.mjs';
|
|
9
9
|
export * from './createVme.mjs';
|
|
10
|
+
export * from './forwardAssetObject.mjs';
|
|
11
|
+
export * from './forwardCoin.mjs';
|
|
12
|
+
export * from './forwardToken.mjs';
|
|
10
13
|
export * from './freezeAccount.mjs';
|
|
11
14
|
export * from './lockStake.mjs';
|
|
12
15
|
export * from './openAccount.mjs';
|
|
13
16
|
export * from './postData.mjs';
|
|
14
17
|
export * from './provideScript.mjs';
|
|
15
18
|
export * from './requestDataTrade.mjs';
|
|
19
|
+
export * from './transfer.mjs';
|
|
20
|
+
export * from './transferAllRes.mjs';
|
|
16
21
|
export * from './transferAssetObject.mjs';
|
|
17
22
|
export * from './transferCoin.mjs';
|
|
18
|
-
export * from './transferCoinExpress.mjs';
|
|
19
23
|
export * from './transferToken.mjs';
|
|
20
24
|
export * from './unlockStake.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsTransfer } from '../../types/rpc/params-transfer.cjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.cjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function transfer(client: WalletClient, params: ParamsTransfer): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsTransfer } from '../../types/rpc/params-transfer.mjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.mjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function transfer(client: WalletClient, params: ParamsTransfer): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsTransferAllRes } from '../../types/rpc/params-transfer-all-res.cjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.cjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function transferAllRes(client: WalletClient, params: ParamsTransferAllRes): Promise<RpcCreateTxResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsTransferAllRes } from '../../types/rpc/params-transfer-all-res.mjs';
|
|
2
|
+
import { RpcCreateTxResult } from '../../types/rpc/rpc-create-tx-result.mjs';
|
|
3
|
+
import type { WalletClient } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function transferAllRes(client: WalletClient, params: ParamsTransferAllRes): Promise<RpcCreateTxResult>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { ParamsAccount } from './types/rpc/params-account.cjs';
|
|
2
2
|
import type { ParamsAccounts } from './types/rpc/params-accounts.cjs';
|
|
3
|
-
import type {
|
|
4
|
-
import type { ParamsContractLog } from './types/rpc/params-contract-log.cjs';
|
|
3
|
+
import type { ParamsCallVme } from './types/rpc/params-call-vme.cjs';
|
|
5
4
|
import type { ParamsCreateNode } from './types/rpc/params-create-node.cjs';
|
|
6
5
|
import type { ParamsGameChainCmd } from './types/rpc/params-game-chain-cmd.cjs';
|
|
7
6
|
import type { ParamsGetHomeShard } from './types/rpc/params-get-home-shard.cjs';
|
|
@@ -13,6 +12,7 @@ import type { ParamsRequestVme } from './types/rpc/params-request-vme.cjs';
|
|
|
13
12
|
import type { ParamsSendRawTransaction } from './types/rpc/params-send-raw-transaction.cjs';
|
|
14
13
|
import type { ParamsSetImportAccountTx } from './types/rpc/params-set-import-account-tx.cjs';
|
|
15
14
|
import type { ParamsSetReliableNode } from './types/rpc/params-set-reliable-node.cjs';
|
|
15
|
+
import type { ParamsVmeLog } from './types/rpc/params-vme-log.cjs';
|
|
16
16
|
import type { Client } from '../clients/types.cjs';
|
|
17
17
|
export declare const debugPublicActions: (client: Client) => {
|
|
18
18
|
allHeights: () => Promise<import("../index.cjs").RpcAccountHeight[]>;
|
|
@@ -25,7 +25,6 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
25
25
|
gameChainCmd: (param: ParamsGameChainCmd) => Promise<import("../index.cjs").RpcGameChainCmdResult>;
|
|
26
26
|
getAccountsBalances: (param: ParamsAccounts) => Promise<import("../index.cjs").RpcGetAccountsBalancesResult>;
|
|
27
27
|
getAccountsHeights: (param: ParamsAccounts) => Promise<import("../index.cjs").RpcGetAccountsHeightsResult>;
|
|
28
|
-
getContractLog: (param: ParamsContractLog) => Promise<import("../index.cjs").RpcGetContractLogResult>;
|
|
29
28
|
getGuestsInfo: () => Promise<import("../index.cjs").RpcGetGuestsInfoResult>;
|
|
30
29
|
getHomeShard: (param: ParamsGetHomeShard) => Promise<import("../index.cjs").RpcGetHomeShardResult>;
|
|
31
30
|
getImportAccount: (params: ParamsGetImportAccount) => Promise<import("../index.cjs").RpcGetImportAccountResult>;
|
|
@@ -34,6 +33,7 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
34
33
|
getNodeBlocks: () => Promise<import("../index.cjs").RpcGetNodeBlocksResult>;
|
|
35
34
|
getPeerPool: () => Promise<string[]>;
|
|
36
35
|
getPeersInfo: () => Promise<import("../index.cjs").GetPeersInfo>;
|
|
36
|
+
getVmeLog: (param: ParamsVmeLog) => Promise<import("../index.cjs").RpcGetVmeLogResult>;
|
|
37
37
|
importAccount: (params: ParamsImportAccount) => Promise<import("../index.cjs").RpcImportAccountResult>;
|
|
38
38
|
initReliableNodes: (param: ParamsInitReliableNodes) => Promise<import("../index.cjs").RpcBoolResult>;
|
|
39
39
|
noArgsRets: () => Promise<any>;
|
|
@@ -43,5 +43,5 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
43
43
|
sendRawTransaction: (params: ParamsSendRawTransaction) => Promise<import("../index.cjs").RpcSendRawTransactionResult>;
|
|
44
44
|
setImportAccountTx: (params: ParamsSetImportAccountTx) => Promise<import("../index.cjs").RpcSetImportAccountTxResult>;
|
|
45
45
|
setReliableNode: (param: ParamsSetReliableNode) => Promise<import("../index.cjs").RpcBoolResult>;
|
|
46
|
-
|
|
46
|
+
viewVme: (param: ParamsCallVme) => Promise<import("../index.cjs").RpcViewVmeResult>;
|
|
47
47
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { ParamsAccount } from './types/rpc/params-account.mjs';
|
|
2
2
|
import type { ParamsAccounts } from './types/rpc/params-accounts.mjs';
|
|
3
|
-
import type {
|
|
4
|
-
import type { ParamsContractLog } from './types/rpc/params-contract-log.mjs';
|
|
3
|
+
import type { ParamsCallVme } from './types/rpc/params-call-vme.mjs';
|
|
5
4
|
import type { ParamsCreateNode } from './types/rpc/params-create-node.mjs';
|
|
6
5
|
import type { ParamsGameChainCmd } from './types/rpc/params-game-chain-cmd.mjs';
|
|
7
6
|
import type { ParamsGetHomeShard } from './types/rpc/params-get-home-shard.mjs';
|
|
@@ -13,6 +12,7 @@ import type { ParamsRequestVme } from './types/rpc/params-request-vme.mjs';
|
|
|
13
12
|
import type { ParamsSendRawTransaction } from './types/rpc/params-send-raw-transaction.mjs';
|
|
14
13
|
import type { ParamsSetImportAccountTx } from './types/rpc/params-set-import-account-tx.mjs';
|
|
15
14
|
import type { ParamsSetReliableNode } from './types/rpc/params-set-reliable-node.mjs';
|
|
15
|
+
import type { ParamsVmeLog } from './types/rpc/params-vme-log.mjs';
|
|
16
16
|
import type { Client } from '../clients/types.mjs';
|
|
17
17
|
export declare const debugPublicActions: (client: Client) => {
|
|
18
18
|
allHeights: () => Promise<import("../index.mjs").RpcAccountHeight[]>;
|
|
@@ -25,7 +25,6 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
25
25
|
gameChainCmd: (param: ParamsGameChainCmd) => Promise<import("../index.mjs").RpcGameChainCmdResult>;
|
|
26
26
|
getAccountsBalances: (param: ParamsAccounts) => Promise<import("../index.mjs").RpcGetAccountsBalancesResult>;
|
|
27
27
|
getAccountsHeights: (param: ParamsAccounts) => Promise<import("../index.mjs").RpcGetAccountsHeightsResult>;
|
|
28
|
-
getContractLog: (param: ParamsContractLog) => Promise<import("../index.mjs").RpcGetContractLogResult>;
|
|
29
28
|
getGuestsInfo: () => Promise<import("../index.mjs").RpcGetGuestsInfoResult>;
|
|
30
29
|
getHomeShard: (param: ParamsGetHomeShard) => Promise<import("../index.mjs").RpcGetHomeShardResult>;
|
|
31
30
|
getImportAccount: (params: ParamsGetImportAccount) => Promise<import("../index.mjs").RpcGetImportAccountResult>;
|
|
@@ -34,6 +33,7 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
34
33
|
getNodeBlocks: () => Promise<import("../index.mjs").RpcGetNodeBlocksResult>;
|
|
35
34
|
getPeerPool: () => Promise<string[]>;
|
|
36
35
|
getPeersInfo: () => Promise<import("../index.mjs").GetPeersInfo>;
|
|
36
|
+
getVmeLog: (param: ParamsVmeLog) => Promise<import("../index.mjs").RpcGetVmeLogResult>;
|
|
37
37
|
importAccount: (params: ParamsImportAccount) => Promise<import("../index.mjs").RpcImportAccountResult>;
|
|
38
38
|
initReliableNodes: (param: ParamsInitReliableNodes) => Promise<import("../index.mjs").RpcBoolResult>;
|
|
39
39
|
noArgsRets: () => Promise<any>;
|
|
@@ -43,5 +43,5 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
43
43
|
sendRawTransaction: (params: ParamsSendRawTransaction) => Promise<import("../index.mjs").RpcSendRawTransactionResult>;
|
|
44
44
|
setImportAccountTx: (params: ParamsSetImportAccountTx) => Promise<import("../index.mjs").RpcSetImportAccountTxResult>;
|
|
45
45
|
setReliableNode: (param: ParamsSetReliableNode) => Promise<import("../index.mjs").RpcBoolResult>;
|
|
46
|
-
|
|
46
|
+
viewVme: (param: ParamsCallVme) => Promise<import("../index.mjs").RpcViewVmeResult>;
|
|
47
47
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ParamsCallVme } from './types/rpc/params-call-vme.cjs';
|
|
2
2
|
import type { ParamsCreateContract } from './types/rpc/params-create-contract.cjs';
|
|
3
3
|
import type { ParamsCreateSynthAccount } from './types/rpc/params-create-synth-account.cjs';
|
|
4
4
|
import type { ParamsPostDataToSynthAccount } from './types/rpc/params-post-data-to-synth-account.cjs';
|
|
5
5
|
import type { WalletClient } from '../clients/types.cjs';
|
|
6
6
|
export declare const debugWalletActions: (client: WalletClient) => {
|
|
7
|
-
callContract: (param:
|
|
7
|
+
callContract: (param: ParamsCallVme) => Promise<import("../index.cjs").RpcCreateTxResult>;
|
|
8
|
+
callVme: (param: ParamsCallVme) => Promise<import("../index.cjs").RpcCreateTxResult>;
|
|
8
9
|
createContract: (param: ParamsCreateContract) => Promise<import("../index.cjs").RpcCreateTxResult>;
|
|
9
10
|
createSynthAccount: (param: ParamsCreateSynthAccount) => Promise<import("../index.cjs").RpcCreateTxResult>;
|
|
10
11
|
postDataToSynthAccount: (param: ParamsPostDataToSynthAccount) => Promise<import("../index.cjs").RpcCreateTxResult>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ParamsCallVme } from './types/rpc/params-call-vme.mjs';
|
|
2
2
|
import type { ParamsCreateContract } from './types/rpc/params-create-contract.mjs';
|
|
3
3
|
import type { ParamsCreateSynthAccount } from './types/rpc/params-create-synth-account.mjs';
|
|
4
4
|
import type { ParamsPostDataToSynthAccount } from './types/rpc/params-post-data-to-synth-account.mjs';
|
|
5
5
|
import type { WalletClient } from '../clients/types.mjs';
|
|
6
6
|
export declare const debugWalletActions: (client: WalletClient) => {
|
|
7
|
-
callContract: (param:
|
|
7
|
+
callContract: (param: ParamsCallVme) => Promise<import("../index.mjs").RpcCreateTxResult>;
|
|
8
|
+
callVme: (param: ParamsCallVme) => Promise<import("../index.mjs").RpcCreateTxResult>;
|
|
8
9
|
createContract: (param: ParamsCreateContract) => Promise<import("../index.mjs").RpcCreateTxResult>;
|
|
9
10
|
createSynthAccount: (param: ParamsCreateSynthAccount) => Promise<import("../index.mjs").RpcCreateTxResult>;
|
|
10
11
|
postDataToSynthAccount: (param: ParamsPostDataToSynthAccount) => Promise<import("../index.mjs").RpcCreateTxResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-
|
|
1
|
+
define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-D3FUuxE6', '../chunks/lclib-Bv86gksL', '../chunks/tslib.es6-D29rxPkW', '../chunks/rpc-C4n7t9y0', '../chunks/base-B_kRRfsf', '../chunks/account-BSrvZ7S8'], (function (exports, wasm, debugWalletActions, lclib, tslib_es6, rpc, base, account) { 'use strict';
|
|
2
2
|
|
|
3
3
|
// Automatically generated file. DO NOT EDIT.
|
|
4
4
|
|
|
@@ -8,6 +8,7 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BfX1
|
|
|
8
8
|
balanceGrantList: debugWalletActions.balanceGrantList,
|
|
9
9
|
balanceList: debugWalletActions.balanceList,
|
|
10
10
|
callContract: debugWalletActions.callContract,
|
|
11
|
+
callVme: debugWalletActions.callVme,
|
|
11
12
|
createAccount: debugWalletActions.createAccount,
|
|
12
13
|
createContract: debugWalletActions.createContract,
|
|
13
14
|
createNode: debugWalletActions.createNode,
|
|
@@ -17,7 +18,6 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BfX1
|
|
|
17
18
|
gameChainCmd: debugWalletActions.gameChainCmd,
|
|
18
19
|
getAccountsBalances: debugWalletActions.getAccountsBalances,
|
|
19
20
|
getAccountsHeights: debugWalletActions.getAccountsHeights,
|
|
20
|
-
getContractLog: debugWalletActions.getContractLog,
|
|
21
21
|
getGuestsInfo: debugWalletActions.getGuestsInfo,
|
|
22
22
|
getHomeShard: debugWalletActions.getHomeShard,
|
|
23
23
|
getImportAccount: debugWalletActions.getImportAccount,
|
|
@@ -26,6 +26,7 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BfX1
|
|
|
26
26
|
getNodeBlocks: debugWalletActions.getNodeBlocks,
|
|
27
27
|
getPeerPool: debugWalletActions.getPeerPool,
|
|
28
28
|
getPeersInfo: debugWalletActions.getPeersInfo,
|
|
29
|
+
getVmeLog: debugWalletActions.getVmeLog,
|
|
29
30
|
importAccount: debugWalletActions.importAccount,
|
|
30
31
|
initReliableNodes: debugWalletActions.initReliableNodes,
|
|
31
32
|
noArgsRets: debugWalletActions.noArgsRets,
|
|
@@ -36,7 +37,7 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BfX1
|
|
|
36
37
|
sendRawTransaction: debugWalletActions.sendRawTransaction,
|
|
37
38
|
setImportAccountTx: debugWalletActions.setImportAccountTx,
|
|
38
39
|
setReliableNode: debugWalletActions.setReliableNode,
|
|
39
|
-
|
|
40
|
+
viewVme: debugWalletActions.viewVme
|
|
40
41
|
});
|
|
41
42
|
|
|
42
43
|
exports.calculateTxLinkHash = wasm.calculateTxLinkHash;
|
|
@@ -90,7 +91,8 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BfX1
|
|
|
90
91
|
exports.accountHeightsToUpload = debugWalletActions.accountHeightsToUpload;
|
|
91
92
|
exports.becomeGuest = debugWalletActions.becomeGuest;
|
|
92
93
|
exports.becomeHost = debugWalletActions.becomeHost;
|
|
93
|
-
exports.
|
|
94
|
+
exports.calculateSpentByForward = debugWalletActions.calculateSpentByForward;
|
|
95
|
+
exports.calculateSpentByForwardList = debugWalletActions.calculateSpentByForwardList;
|
|
94
96
|
exports.changeKey = debugWalletActions.changeKey;
|
|
95
97
|
exports.changeVkey = debugWalletActions.changeVkey;
|
|
96
98
|
exports.clientMessage = debugWalletActions.clientMessage;
|
|
@@ -103,6 +105,9 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BfX1
|
|
|
103
105
|
exports.downloadAccountTxs = debugWalletActions.downloadAccountTxs;
|
|
104
106
|
exports.echo = debugWalletActions.echo$1;
|
|
105
107
|
exports.findDuplicateSubscriber = debugWalletActions.findDuplicateSubscriber;
|
|
108
|
+
exports.forwardAssetObject = debugWalletActions.forwardAssetObject;
|
|
109
|
+
exports.forwardCoin = debugWalletActions.forwardCoin;
|
|
110
|
+
exports.forwardToken = debugWalletActions.forwardToken;
|
|
106
111
|
exports.freezeAccount = debugWalletActions.freezeAccount;
|
|
107
112
|
exports.generateLatestStoredDataProof = debugWalletActions.generateLatestStoredDataProof;
|
|
108
113
|
exports.getAccountAssetList = debugWalletActions.getAccountAssetList;
|
|
@@ -136,9 +141,10 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BfX1
|
|
|
136
141
|
exports.requestDataTrade = debugWalletActions.requestDataTrade;
|
|
137
142
|
exports.setHost = debugWalletActions.setHost;
|
|
138
143
|
exports.subscribeAddress = debugWalletActions.subscribeAddress;
|
|
144
|
+
exports.transfer = debugWalletActions.transfer;
|
|
145
|
+
exports.transferAllRes = debugWalletActions.transferAllRes;
|
|
139
146
|
exports.transferAssetObject = debugWalletActions.transferAssetObject;
|
|
140
147
|
exports.transferCoin = debugWalletActions.transferCoin;
|
|
141
|
-
exports.transferCoinExpress = debugWalletActions.transferCoinExpress;
|
|
142
148
|
exports.transferToken = debugWalletActions.transferToken;
|
|
143
149
|
exports.unlockStake = debugWalletActions.unlockStake;
|
|
144
150
|
exports.uploadAccountTxs = debugWalletActions.uploadAccountTxs;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var wasm = require('../chunks/wasm-BYOKRR31.cjs');
|
|
4
|
-
var debugWalletActions = require('../chunks/debugWalletActions-
|
|
4
|
+
var debugWalletActions = require('../chunks/debugWalletActions-DTcup4BP.cjs');
|
|
5
5
|
require('../chunks/lclib-rGyKpClJ.cjs');
|
|
6
6
|
require('../chunks/tslib.es6-Cfi3-HmA.cjs');
|
|
7
7
|
require('../chunks/rpc-DwWIkUva.cjs');
|
|
@@ -16,6 +16,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
16
16
|
balanceGrantList: debugWalletActions.balanceGrantList,
|
|
17
17
|
balanceList: debugWalletActions.balanceList,
|
|
18
18
|
callContract: debugWalletActions.callContract,
|
|
19
|
+
callVme: debugWalletActions.callVme,
|
|
19
20
|
createAccount: debugWalletActions.createAccount,
|
|
20
21
|
createContract: debugWalletActions.createContract,
|
|
21
22
|
createNode: debugWalletActions.createNode,
|
|
@@ -25,7 +26,6 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
25
26
|
gameChainCmd: debugWalletActions.gameChainCmd,
|
|
26
27
|
getAccountsBalances: debugWalletActions.getAccountsBalances,
|
|
27
28
|
getAccountsHeights: debugWalletActions.getAccountsHeights,
|
|
28
|
-
getContractLog: debugWalletActions.getContractLog,
|
|
29
29
|
getGuestsInfo: debugWalletActions.getGuestsInfo,
|
|
30
30
|
getHomeShard: debugWalletActions.getHomeShard,
|
|
31
31
|
getImportAccount: debugWalletActions.getImportAccount,
|
|
@@ -34,6 +34,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
34
34
|
getNodeBlocks: debugWalletActions.getNodeBlocks,
|
|
35
35
|
getPeerPool: debugWalletActions.getPeerPool,
|
|
36
36
|
getPeersInfo: debugWalletActions.getPeersInfo,
|
|
37
|
+
getVmeLog: debugWalletActions.getVmeLog,
|
|
37
38
|
importAccount: debugWalletActions.importAccount,
|
|
38
39
|
initReliableNodes: debugWalletActions.initReliableNodes,
|
|
39
40
|
noArgsRets: debugWalletActions.noArgsRets,
|
|
@@ -44,7 +45,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
44
45
|
sendRawTransaction: debugWalletActions.sendRawTransaction,
|
|
45
46
|
setImportAccountTx: debugWalletActions.setImportAccountTx,
|
|
46
47
|
setReliableNode: debugWalletActions.setReliableNode,
|
|
47
|
-
|
|
48
|
+
viewVme: debugWalletActions.viewVme
|
|
48
49
|
});
|
|
49
50
|
|
|
50
51
|
exports.calculateTxLinkHash = wasm.calculateTxLinkHash;
|
|
@@ -98,7 +99,8 @@ exports.accountHeightsToDownload = debugWalletActions.accountHeightsToDownload;
|
|
|
98
99
|
exports.accountHeightsToUpload = debugWalletActions.accountHeightsToUpload;
|
|
99
100
|
exports.becomeGuest = debugWalletActions.becomeGuest;
|
|
100
101
|
exports.becomeHost = debugWalletActions.becomeHost;
|
|
101
|
-
exports.
|
|
102
|
+
exports.calculateSpentByForward = debugWalletActions.calculateSpentByForward;
|
|
103
|
+
exports.calculateSpentByForwardList = debugWalletActions.calculateSpentByForwardList;
|
|
102
104
|
exports.changeKey = debugWalletActions.changeKey;
|
|
103
105
|
exports.changeVkey = debugWalletActions.changeVkey;
|
|
104
106
|
exports.clientMessage = debugWalletActions.clientMessage;
|
|
@@ -111,6 +113,9 @@ exports.debugWalletActions = debugWalletActions.debugWalletActions;
|
|
|
111
113
|
exports.downloadAccountTxs = debugWalletActions.downloadAccountTxs;
|
|
112
114
|
exports.echo = debugWalletActions.echo$1;
|
|
113
115
|
exports.findDuplicateSubscriber = debugWalletActions.findDuplicateSubscriber;
|
|
116
|
+
exports.forwardAssetObject = debugWalletActions.forwardAssetObject;
|
|
117
|
+
exports.forwardCoin = debugWalletActions.forwardCoin;
|
|
118
|
+
exports.forwardToken = debugWalletActions.forwardToken;
|
|
114
119
|
exports.freezeAccount = debugWalletActions.freezeAccount;
|
|
115
120
|
exports.generateLatestStoredDataProof = debugWalletActions.generateLatestStoredDataProof;
|
|
116
121
|
exports.getAccountAssetList = debugWalletActions.getAccountAssetList;
|
|
@@ -144,9 +149,10 @@ exports.readTxListWitness = debugWalletActions.readTxListWitness;
|
|
|
144
149
|
exports.requestDataTrade = debugWalletActions.requestDataTrade;
|
|
145
150
|
exports.setHost = debugWalletActions.setHost;
|
|
146
151
|
exports.subscribeAddress = debugWalletActions.subscribeAddress;
|
|
152
|
+
exports.transfer = debugWalletActions.transfer;
|
|
153
|
+
exports.transferAllRes = debugWalletActions.transferAllRes;
|
|
147
154
|
exports.transferAssetObject = debugWalletActions.transferAssetObject;
|
|
148
155
|
exports.transferCoin = debugWalletActions.transferCoin;
|
|
149
|
-
exports.transferCoinExpress = debugWalletActions.transferCoinExpress;
|
|
150
156
|
exports.transferToken = debugWalletActions.transferToken;
|
|
151
157
|
exports.unlockStake = debugWalletActions.unlockStake;
|
|
152
158
|
exports.uploadAccountTxs = debugWalletActions.uploadAccountTxs;
|