@locuschain/lib 0.2.6 → 0.2.8
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 +2 -2
- package/dist/accounts/index.esm.js +2 -2
- package/dist/autogen/actions/debug/public/buildDirectCall.d.cts +4 -0
- package/dist/autogen/actions/debug/public/buildDirectCall.d.mts +4 -0
- package/dist/autogen/actions/debug/public/index.d.cts +3 -1
- package/dist/autogen/actions/debug/public/index.d.mts +3 -1
- package/dist/autogen/actions/debug/public/removeHomeTxs.d.cts +4 -0
- package/dist/autogen/actions/debug/public/removeHomeTxs.d.mts +4 -0
- package/dist/autogen/actions/debug/public/submitDirectCall.d.cts +4 -0
- package/dist/autogen/actions/debug/public/submitDirectCall.d.mts +4 -0
- package/dist/autogen/actions/public/calculateAvailableByForward.d.cts +4 -0
- package/dist/autogen/actions/public/calculateAvailableByForward.d.mts +4 -0
- package/dist/autogen/actions/public/calculateAvailableByForwardList.d.cts +4 -0
- package/dist/autogen/actions/public/calculateAvailableByForwardList.d.mts +4 -0
- package/dist/autogen/actions/public/getHomeTxDir.d.cts +3 -0
- package/dist/autogen/actions/public/getHomeTxDir.d.mts +3 -0
- package/dist/autogen/actions/public/getHomeTxFlushSeq.d.cts +3 -0
- package/dist/autogen/actions/public/getHomeTxFlushSeq.d.mts +3 -0
- package/dist/autogen/actions/public/getLaunchCommand.d.cts +3 -0
- package/dist/autogen/actions/public/getLaunchCommand.d.mts +3 -0
- package/dist/autogen/actions/public/index.d.cts +7 -2
- package/dist/autogen/actions/public/index.d.mts +7 -2
- package/dist/autogen/actions/public/shutdown.d.cts +3 -0
- package/dist/autogen/actions/public/shutdown.d.mts +3 -0
- package/dist/autogen/actions/public/waitHomeTxChange.d.cts +4 -0
- package/dist/autogen/actions/public/waitHomeTxChange.d.mts +4 -0
- package/dist/autogen/debugPublicActions.d.cts +6 -2
- package/dist/autogen/debugPublicActions.d.mts +6 -2
- package/dist/autogen/index.amd.js +14 -4
- package/dist/autogen/index.cjs.cjs +15 -5
- package/dist/autogen/index.esm.js +6 -4
- package/dist/autogen/publicActions.d.cts +10 -4
- package/dist/autogen/publicActions.d.mts +10 -4
- package/dist/autogen/rpc-api-spec.d.cts +25 -8
- package/dist/autogen/rpc-api-spec.d.mts +25 -8
- package/dist/autogen/types/common/{forward-spent-item.d.cts → forward-available-item.d.cts} +1 -1
- package/dist/autogen/types/common/{forward-spent-item.d.mts → forward-available-item.d.mts} +1 -1
- package/dist/autogen/types/common/index.d.cts +1 -1
- package/dist/autogen/types/common/index.d.mts +1 -1
- package/dist/autogen/types/consts/tx-type.d.cts +1 -1
- package/dist/autogen/types/consts/tx-type.d.mts +1 -1
- package/dist/autogen/types/consts/tx-types.d.cts +1 -1
- package/dist/autogen/types/consts/tx-types.d.mts +1 -1
- package/dist/autogen/types/rpc/index.d.cts +15 -5
- package/dist/autogen/types/rpc/index.d.mts +15 -5
- package/dist/autogen/types/rpc/params-build-direct-call.d.cts +8 -0
- package/dist/autogen/types/rpc/params-build-direct-call.d.mts +8 -0
- package/dist/autogen/types/rpc/params-calculate-available-by-forward-list.d.cts +3 -0
- package/dist/autogen/types/rpc/params-calculate-available-by-forward-list.d.mts +3 -0
- package/dist/autogen/types/rpc/{params-calculate-spent-by-forward.d.cts → params-calculate-available-by-forward.d.cts} +1 -1
- package/dist/autogen/types/rpc/{params-calculate-spent-by-forward.d.mts → params-calculate-available-by-forward.d.mts} +1 -1
- package/dist/autogen/types/rpc/{params-remove-hold-txs.d.cts → params-remove-home-txs.d.cts} +1 -1
- package/dist/autogen/types/rpc/{params-remove-hold-txs.d.mts → params-remove-home-txs.d.mts} +1 -1
- package/dist/autogen/types/rpc/params-submit-direct-call.d.cts +4 -0
- package/dist/autogen/types/rpc/params-submit-direct-call.d.mts +4 -0
- package/dist/autogen/types/rpc/params-wait-home-tx-change.d.cts +4 -0
- package/dist/autogen/types/rpc/params-wait-home-tx-change.d.mts +4 -0
- package/dist/autogen/types/rpc/rpc-build-direct-call-result.d.cts +5 -0
- package/dist/autogen/types/rpc/rpc-build-direct-call-result.d.mts +5 -0
- package/dist/autogen/types/rpc/rpc-calculate-available-by-forward-list-result.d.cts +4 -0
- package/dist/autogen/types/rpc/rpc-calculate-available-by-forward-list-result.d.mts +4 -0
- package/dist/autogen/types/rpc/{rpc-calculate-spent-by-forward-result.d.cts → rpc-calculate-available-by-forward-result.d.cts} +1 -1
- package/dist/autogen/types/rpc/{rpc-calculate-spent-by-forward-result.d.mts → rpc-calculate-available-by-forward-result.d.mts} +1 -1
- package/dist/autogen/types/rpc/rpc-direct-call-result.d.cts +4 -0
- package/dist/autogen/types/rpc/rpc-direct-call-result.d.mts +4 -0
- package/dist/autogen/types/rpc/rpc-get-home-tx-dir-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-get-home-tx-dir-result.d.mts +3 -0
- package/dist/autogen/types/rpc/rpc-get-home-tx-flush-seq-result.d.cts +4 -0
- package/dist/autogen/types/rpc/rpc-get-home-tx-flush-seq-result.d.mts +4 -0
- package/dist/autogen/types/rpc/rpc-get-launch-command-result.d.cts +4 -0
- package/dist/autogen/types/rpc/rpc-get-launch-command-result.d.mts +4 -0
- package/dist/autogen/types/rpc/rpc-shutdown-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-shutdown-result.d.mts +3 -0
- package/dist/autogen/types/rpc/rpc-wait-home-tx-change-result.d.cts +5 -0
- package/dist/autogen/types/rpc/rpc-wait-home-tx-change-result.d.mts +5 -0
- package/dist/autogen/wasm/lclib.wasm +0 -0
- package/dist/autogen/wasm.d.cts +3 -0
- package/dist/autogen/wasm.d.mts +3 -0
- package/dist/chunks/{debugWalletActions-CjqVQSZX.cjs → debugWalletActions-BWSVjiFW.cjs} +75 -12
- package/dist/chunks/{debugWalletActions-BWgEnPR5.js → debugWalletActions-DoZUAnEj.js} +75 -12
- package/dist/chunks/{debugWalletActions-Dh5poX8K.js → debugWalletActions-LMoV1T5I.js} +66 -10
- package/dist/chunks/{keystore-B86UzV8A.js → keystore-BPU22XT-.js} +1 -1
- package/dist/chunks/{keystore-BUskzeOs.cjs → keystore-DS8JZhXs.cjs} +1 -1
- package/dist/chunks/{keystore-y1JlFTKh.js → keystore-JnuLzkLn.js} +1 -1
- package/dist/chunks/{tx-type-khL8tWtn.cjs → tx-type-CKrHKEwY.cjs} +1 -1
- package/dist/chunks/{tx-type-BUN9nEQ6.js → tx-type-CXyml-9n.js} +1 -1
- package/dist/chunks/{tx-type-DYAaL3xz.js → tx-type-Dyjdmlv8.js} +1 -1
- package/dist/chunks/{wasm-CLXJDrJA.js → wasm-CU215LGW.js} +10 -1
- package/dist/chunks/{wasm-BYOKRR31.cjs → wasm-dbtq7eri.cjs} +12 -0
- package/dist/chunks/{wasm-CkFW222S.js → wasm-gROtmFm6.js} +12 -0
- package/dist/clients/createLocusPublicClient.d.cts +10 -3
- package/dist/clients/createLocusPublicClient.d.mts +10 -3
- 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 +2 -2
- package/dist/constant/index.cjs.cjs +2 -2
- package/dist/constant/index.d.cts +2 -2
- package/dist/constant/index.d.mts +2 -2
- package/dist/constant/index.esm.js +2 -2
- package/dist/contracts/index.amd.js +1 -1
- package/dist/contracts/index.cjs.cjs +1 -1
- package/dist/contracts/index.esm.js +1 -1
- package/dist/index.amd.js +1 -1
- package/dist/index.cjs.cjs +4 -4
- package/dist/index.esm.js +4 -4
- package/dist/utils/index.amd.js +4 -1
- package/dist/utils/index.cjs.cjs +5 -2
- package/dist/utils/index.esm.js +3 -3
- package/package.json +1 -1
- package/dist/autogen/actions/debug/public/removeHoldTxs.d.cts +0 -4
- package/dist/autogen/actions/debug/public/removeHoldTxs.d.mts +0 -4
- package/dist/autogen/actions/public/calculateSpentByForward.d.cts +0 -4
- package/dist/autogen/actions/public/calculateSpentByForward.d.mts +0 -4
- package/dist/autogen/actions/public/calculateSpentByForwardList.d.cts +0 -4
- package/dist/autogen/actions/public/calculateSpentByForwardList.d.mts +0 -4
- package/dist/autogen/types/rpc/params-calculate-spent-by-forward-list.d.cts +0 -3
- package/dist/autogen/types/rpc/params-calculate-spent-by-forward-list.d.mts +0 -3
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-list-result.d.cts +0 -4
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-list-result.d.mts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', '../chunks/tslib.es6-D29rxPkW', '../chunks/tx-type-
|
|
1
|
+
define(['exports', '../chunks/tslib.es6-D29rxPkW', '../chunks/tx-type-Dyjdmlv8', '../chunks/base-B_kRRfsf', '../chunks/account-BSrvZ7S8', '../chunks/wasm-gROtmFm6', '../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,10 +1,10 @@
|
|
|
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-CKrHKEwY.cjs');
|
|
5
5
|
var base = require('../chunks/base-Cy5SSYLF.cjs');
|
|
6
6
|
var account = require('../chunks/account-BAsiKnSL.cjs');
|
|
7
|
-
var wasm = require('../chunks/wasm-
|
|
7
|
+
var wasm = require('../chunks/wasm-dbtq7eri.cjs');
|
|
8
8
|
require('../chunks/lclib-rGyKpClJ.cjs');
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
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-CXyml-9n.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
|
-
import {
|
|
5
|
+
import { R as signKeyBind, Q as signByMasterKey, P as sign, A as deriveKeysFromMnemonicAndPath, z as deriveKeysFromMnemonic } from '../chunks/wasm-CU215LGW.js';
|
|
6
6
|
import '../chunks/lclib-j2x9RvDY.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsBuildDirectCall } from '../../../types/rpc/params-build-direct-call.cjs';
|
|
2
|
+
import { RpcBuildDirectCallResult } from '../../../types/rpc/rpc-build-direct-call-result.cjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.cjs';
|
|
4
|
+
export declare function buildDirectCall(client: Client, param: ParamsBuildDirectCall): Promise<RpcBuildDirectCallResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsBuildDirectCall } from '../../../types/rpc/params-build-direct-call.mjs';
|
|
2
|
+
import { RpcBuildDirectCallResult } from '../../../types/rpc/rpc-build-direct-call-result.mjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.mjs';
|
|
4
|
+
export declare function buildDirectCall(client: Client, param: ParamsBuildDirectCall): Promise<RpcBuildDirectCallResult>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './allHeights.cjs';
|
|
2
2
|
export * from './balanceGrantList.cjs';
|
|
3
3
|
export * from './balanceList.cjs';
|
|
4
|
+
export * from './buildDirectCall.cjs';
|
|
4
5
|
export * from './createAccount.cjs';
|
|
5
6
|
export * from './createNode.cjs';
|
|
6
7
|
export * from './dumpAllAccounts.cjs';
|
|
@@ -21,9 +22,10 @@ export * from './importAccount.cjs';
|
|
|
21
22
|
export * from './initReliableNodes.cjs';
|
|
22
23
|
export * from './noArgsRets.cjs';
|
|
23
24
|
export * from './nodeCmd.cjs';
|
|
24
|
-
export * from './
|
|
25
|
+
export * from './removeHomeTxs.cjs';
|
|
25
26
|
export * from './requestVme.cjs';
|
|
26
27
|
export * from './sendRawTransaction.cjs';
|
|
27
28
|
export * from './setImportAccountTx.cjs';
|
|
28
29
|
export * from './setReliableNode.cjs';
|
|
30
|
+
export * from './submitDirectCall.cjs';
|
|
29
31
|
export * from './viewVme.cjs';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './allHeights.mjs';
|
|
2
2
|
export * from './balanceGrantList.mjs';
|
|
3
3
|
export * from './balanceList.mjs';
|
|
4
|
+
export * from './buildDirectCall.mjs';
|
|
4
5
|
export * from './createAccount.mjs';
|
|
5
6
|
export * from './createNode.mjs';
|
|
6
7
|
export * from './dumpAllAccounts.mjs';
|
|
@@ -21,9 +22,10 @@ export * from './importAccount.mjs';
|
|
|
21
22
|
export * from './initReliableNodes.mjs';
|
|
22
23
|
export * from './noArgsRets.mjs';
|
|
23
24
|
export * from './nodeCmd.mjs';
|
|
24
|
-
export * from './
|
|
25
|
+
export * from './removeHomeTxs.mjs';
|
|
25
26
|
export * from './requestVme.mjs';
|
|
26
27
|
export * from './sendRawTransaction.mjs';
|
|
27
28
|
export * from './setImportAccountTx.mjs';
|
|
28
29
|
export * from './setReliableNode.mjs';
|
|
30
|
+
export * from './submitDirectCall.mjs';
|
|
29
31
|
export * from './viewVme.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsRemoveHomeTxs } from '../../../types/rpc/params-remove-home-txs.cjs';
|
|
2
|
+
import { RetTypeBase } from '../../../types/common/ret-type-base.cjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.cjs';
|
|
4
|
+
export declare function removeHomeTxs(client: Client, param: ParamsRemoveHomeTxs): Promise<RetTypeBase>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsRemoveHomeTxs } from '../../../types/rpc/params-remove-home-txs.mjs';
|
|
2
|
+
import { RetTypeBase } from '../../../types/common/ret-type-base.mjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.mjs';
|
|
4
|
+
export declare function removeHomeTxs(client: Client, param: ParamsRemoveHomeTxs): Promise<RetTypeBase>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsSubmitDirectCall } from '../../../types/rpc/params-submit-direct-call.cjs';
|
|
2
|
+
import { RpcDirectCallResult } from '../../../types/rpc/rpc-direct-call-result.cjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.cjs';
|
|
4
|
+
export declare function submitDirectCall(client: Client, param: ParamsSubmitDirectCall): Promise<RpcDirectCallResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsSubmitDirectCall } from '../../../types/rpc/params-submit-direct-call.mjs';
|
|
2
|
+
import { RpcDirectCallResult } from '../../../types/rpc/rpc-direct-call-result.mjs';
|
|
3
|
+
import type { Client } from '../../../../clients/types.mjs';
|
|
4
|
+
export declare function submitDirectCall(client: Client, param: ParamsSubmitDirectCall): Promise<RpcDirectCallResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateAvailableByForward } from '../../types/rpc/params-calculate-available-by-forward.cjs';
|
|
2
|
+
import { RpcCalculateAvailableByForwardResult } from '../../types/rpc/rpc-calculate-available-by-forward-result.cjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function calculateAvailableByForward(client: Client, param: ParamsCalculateAvailableByForward): Promise<RpcCalculateAvailableByForwardResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateAvailableByForward } from '../../types/rpc/params-calculate-available-by-forward.mjs';
|
|
2
|
+
import { RpcCalculateAvailableByForwardResult } from '../../types/rpc/rpc-calculate-available-by-forward-result.mjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function calculateAvailableByForward(client: Client, param: ParamsCalculateAvailableByForward): Promise<RpcCalculateAvailableByForwardResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateAvailableByForwardList } from '../../types/rpc/params-calculate-available-by-forward-list.cjs';
|
|
2
|
+
import { RpcCalculateAvailableByForwardListResult } from '../../types/rpc/rpc-calculate-available-by-forward-list-result.cjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function calculateAvailableByForwardList(client: Client, param: ParamsCalculateAvailableByForwardList): Promise<RpcCalculateAvailableByForwardListResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsCalculateAvailableByForwardList } from '../../types/rpc/params-calculate-available-by-forward-list.mjs';
|
|
2
|
+
import { RpcCalculateAvailableByForwardListResult } from '../../types/rpc/rpc-calculate-available-by-forward-list-result.mjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function calculateAvailableByForwardList(client: Client, param: ParamsCalculateAvailableByForwardList): Promise<RpcCalculateAvailableByForwardListResult>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './accountHeightsToDownload.cjs';
|
|
2
2
|
export * from './accountHeightsToUpload.cjs';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
3
|
+
export * from './calculateAvailableByForward.cjs';
|
|
4
|
+
export * from './calculateAvailableByForwardList.cjs';
|
|
5
5
|
export * from './clientMessage.cjs';
|
|
6
6
|
export * from './downloadAccountTxs.cjs';
|
|
7
7
|
export * from './echo.cjs';
|
|
@@ -14,8 +14,11 @@ export * from './getAccountHistory.cjs';
|
|
|
14
14
|
export * from './getAccountTokenList.cjs';
|
|
15
15
|
export * from './getConciseNodeStatus.cjs';
|
|
16
16
|
export * from './getGenesisAccount.cjs';
|
|
17
|
+
export * from './getHomeTxDir.cjs';
|
|
18
|
+
export * from './getHomeTxFlushSeq.cjs';
|
|
17
19
|
export * from './getIdentityProof.cjs';
|
|
18
20
|
export * from './getInactiveTxList.cjs';
|
|
21
|
+
export * from './getLaunchCommand.cjs';
|
|
19
22
|
export * from './getMontInfoList.cjs';
|
|
20
23
|
export * from './getNodeStatus.cjs';
|
|
21
24
|
export * from './getNodeVersion.cjs';
|
|
@@ -32,6 +35,7 @@ export * from './makeTxProof.cjs';
|
|
|
32
35
|
export * from './queryAddress.cjs';
|
|
33
36
|
export * from './readTxListWitness.cjs';
|
|
34
37
|
export * from './setHost.cjs';
|
|
38
|
+
export * from './shutdown.cjs';
|
|
35
39
|
export * from './subscribeAddress.cjs';
|
|
36
40
|
export * from './upliftProofW.cjs';
|
|
37
41
|
export * from './uploadAccountTxs.cjs';
|
|
@@ -40,3 +44,4 @@ export * from './verifyIdentityProof.cjs';
|
|
|
40
44
|
export * from './verifyLatestStoredDataProof.cjs';
|
|
41
45
|
export * from './verifyProofW.cjs';
|
|
42
46
|
export * from './verifyTxListWitness.cjs';
|
|
47
|
+
export * from './waitHomeTxChange.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './accountHeightsToDownload.mjs';
|
|
2
2
|
export * from './accountHeightsToUpload.mjs';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
3
|
+
export * from './calculateAvailableByForward.mjs';
|
|
4
|
+
export * from './calculateAvailableByForwardList.mjs';
|
|
5
5
|
export * from './clientMessage.mjs';
|
|
6
6
|
export * from './downloadAccountTxs.mjs';
|
|
7
7
|
export * from './echo.mjs';
|
|
@@ -14,8 +14,11 @@ export * from './getAccountHistory.mjs';
|
|
|
14
14
|
export * from './getAccountTokenList.mjs';
|
|
15
15
|
export * from './getConciseNodeStatus.mjs';
|
|
16
16
|
export * from './getGenesisAccount.mjs';
|
|
17
|
+
export * from './getHomeTxDir.mjs';
|
|
18
|
+
export * from './getHomeTxFlushSeq.mjs';
|
|
17
19
|
export * from './getIdentityProof.mjs';
|
|
18
20
|
export * from './getInactiveTxList.mjs';
|
|
21
|
+
export * from './getLaunchCommand.mjs';
|
|
19
22
|
export * from './getMontInfoList.mjs';
|
|
20
23
|
export * from './getNodeStatus.mjs';
|
|
21
24
|
export * from './getNodeVersion.mjs';
|
|
@@ -32,6 +35,7 @@ export * from './makeTxProof.mjs';
|
|
|
32
35
|
export * from './queryAddress.mjs';
|
|
33
36
|
export * from './readTxListWitness.mjs';
|
|
34
37
|
export * from './setHost.mjs';
|
|
38
|
+
export * from './shutdown.mjs';
|
|
35
39
|
export * from './subscribeAddress.mjs';
|
|
36
40
|
export * from './upliftProofW.mjs';
|
|
37
41
|
export * from './uploadAccountTxs.mjs';
|
|
@@ -40,3 +44,4 @@ export * from './verifyIdentityProof.mjs';
|
|
|
40
44
|
export * from './verifyLatestStoredDataProof.mjs';
|
|
41
45
|
export * from './verifyProofW.mjs';
|
|
42
46
|
export * from './verifyTxListWitness.mjs';
|
|
47
|
+
export * from './waitHomeTxChange.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsWaitHomeTxChange } from '../../types/rpc/params-wait-home-tx-change.cjs';
|
|
2
|
+
import { RpcWaitHomeTxChangeResult } from '../../types/rpc/rpc-wait-home-tx-change-result.cjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function waitHomeTxChange(client: Client, params: ParamsWaitHomeTxChange): Promise<RpcWaitHomeTxChangeResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsWaitHomeTxChange } from '../../types/rpc/params-wait-home-tx-change.mjs';
|
|
2
|
+
import { RpcWaitHomeTxChangeResult } from '../../types/rpc/rpc-wait-home-tx-change-result.mjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function waitHomeTxChange(client: Client, params: ParamsWaitHomeTxChange): Promise<RpcWaitHomeTxChangeResult>;
|
|
@@ -1,5 +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 { ParamsBuildDirectCall } from './types/rpc/params-build-direct-call.cjs';
|
|
3
4
|
import type { ParamsCallVme } from './types/rpc/params-call-vme.cjs';
|
|
4
5
|
import type { ParamsCreateNode } from './types/rpc/params-create-node.cjs';
|
|
5
6
|
import type { ParamsGameChainCmd } from './types/rpc/params-game-chain-cmd.cjs';
|
|
@@ -7,17 +8,19 @@ import type { ParamsGetHomeShard } from './types/rpc/params-get-home-shard.cjs';
|
|
|
7
8
|
import type { ParamsGetImportAccount } from './types/rpc/params-get-import-account.cjs';
|
|
8
9
|
import type { ParamsImportAccount } from './types/rpc/params-import-account.cjs';
|
|
9
10
|
import type { ParamsInitReliableNodes } from './types/rpc/params-init-reliable-nodes.cjs';
|
|
10
|
-
import type {
|
|
11
|
+
import type { ParamsRemoveHomeTxs } from './types/rpc/params-remove-home-txs.cjs';
|
|
11
12
|
import type { ParamsRequestVme } from './types/rpc/params-request-vme.cjs';
|
|
12
13
|
import type { ParamsSendRawTransaction } from './types/rpc/params-send-raw-transaction.cjs';
|
|
13
14
|
import type { ParamsSetImportAccountTx } from './types/rpc/params-set-import-account-tx.cjs';
|
|
14
15
|
import type { ParamsSetReliableNode } from './types/rpc/params-set-reliable-node.cjs';
|
|
16
|
+
import type { ParamsSubmitDirectCall } from './types/rpc/params-submit-direct-call.cjs';
|
|
15
17
|
import type { ParamsVmeLog } from './types/rpc/params-vme-log.cjs';
|
|
16
18
|
import type { Client } from '../clients/types.cjs';
|
|
17
19
|
export declare const debugPublicActions: (client: Client) => {
|
|
18
20
|
allHeights: () => Promise<import("../index.cjs").RpcAccountHeight[]>;
|
|
19
21
|
balanceGrantList: () => Promise<string[]>;
|
|
20
22
|
balanceList: () => Promise<string[]>;
|
|
23
|
+
buildDirectCall: (param: ParamsBuildDirectCall) => Promise<import("../index.cjs").RpcBuildDirectCallResult>;
|
|
21
24
|
createAccount: () => Promise<import("../index.cjs").RpcCreateAccountResult>;
|
|
22
25
|
createNode: (param: ParamsCreateNode) => Promise<import("../index.cjs").RpcCreateNodeResult>;
|
|
23
26
|
dumpAllAccounts: () => Promise<import("../index.cjs").ResultDumpAccounts>;
|
|
@@ -38,10 +41,11 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
38
41
|
initReliableNodes: (param: ParamsInitReliableNodes) => Promise<import("../index.cjs").RpcBoolResult>;
|
|
39
42
|
noArgsRets: () => Promise<any>;
|
|
40
43
|
nodeCmd: (cmd: string) => Promise<import("../index.cjs").RpcNodeCmdResult>;
|
|
41
|
-
|
|
44
|
+
removeHomeTxs: (param: ParamsRemoveHomeTxs) => Promise<import("../index.cjs").RetTypeBase>;
|
|
42
45
|
requestVme: (params: ParamsRequestVme) => Promise<import("../index.cjs").RpcRequestVmeResult>;
|
|
43
46
|
sendRawTransaction: (params: ParamsSendRawTransaction) => Promise<import("../index.cjs").RpcSendRawTransactionResult>;
|
|
44
47
|
setImportAccountTx: (params: ParamsSetImportAccountTx) => Promise<import("../index.cjs").RpcSetImportAccountTxResult>;
|
|
45
48
|
setReliableNode: (param: ParamsSetReliableNode) => Promise<import("../index.cjs").RpcBoolResult>;
|
|
49
|
+
submitDirectCall: (param: ParamsSubmitDirectCall) => Promise<import("../index.cjs").RpcDirectCallResult>;
|
|
46
50
|
viewVme: (param: ParamsCallVme) => Promise<import("../index.cjs").RpcViewVmeResult>;
|
|
47
51
|
};
|
|
@@ -1,5 +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 { ParamsBuildDirectCall } from './types/rpc/params-build-direct-call.mjs';
|
|
3
4
|
import type { ParamsCallVme } from './types/rpc/params-call-vme.mjs';
|
|
4
5
|
import type { ParamsCreateNode } from './types/rpc/params-create-node.mjs';
|
|
5
6
|
import type { ParamsGameChainCmd } from './types/rpc/params-game-chain-cmd.mjs';
|
|
@@ -7,17 +8,19 @@ import type { ParamsGetHomeShard } from './types/rpc/params-get-home-shard.mjs';
|
|
|
7
8
|
import type { ParamsGetImportAccount } from './types/rpc/params-get-import-account.mjs';
|
|
8
9
|
import type { ParamsImportAccount } from './types/rpc/params-import-account.mjs';
|
|
9
10
|
import type { ParamsInitReliableNodes } from './types/rpc/params-init-reliable-nodes.mjs';
|
|
10
|
-
import type {
|
|
11
|
+
import type { ParamsRemoveHomeTxs } from './types/rpc/params-remove-home-txs.mjs';
|
|
11
12
|
import type { ParamsRequestVme } from './types/rpc/params-request-vme.mjs';
|
|
12
13
|
import type { ParamsSendRawTransaction } from './types/rpc/params-send-raw-transaction.mjs';
|
|
13
14
|
import type { ParamsSetImportAccountTx } from './types/rpc/params-set-import-account-tx.mjs';
|
|
14
15
|
import type { ParamsSetReliableNode } from './types/rpc/params-set-reliable-node.mjs';
|
|
16
|
+
import type { ParamsSubmitDirectCall } from './types/rpc/params-submit-direct-call.mjs';
|
|
15
17
|
import type { ParamsVmeLog } from './types/rpc/params-vme-log.mjs';
|
|
16
18
|
import type { Client } from '../clients/types.mjs';
|
|
17
19
|
export declare const debugPublicActions: (client: Client) => {
|
|
18
20
|
allHeights: () => Promise<import("../index.mjs").RpcAccountHeight[]>;
|
|
19
21
|
balanceGrantList: () => Promise<string[]>;
|
|
20
22
|
balanceList: () => Promise<string[]>;
|
|
23
|
+
buildDirectCall: (param: ParamsBuildDirectCall) => Promise<import("../index.mjs").RpcBuildDirectCallResult>;
|
|
21
24
|
createAccount: () => Promise<import("../index.mjs").RpcCreateAccountResult>;
|
|
22
25
|
createNode: (param: ParamsCreateNode) => Promise<import("../index.mjs").RpcCreateNodeResult>;
|
|
23
26
|
dumpAllAccounts: () => Promise<import("../index.mjs").ResultDumpAccounts>;
|
|
@@ -38,10 +41,11 @@ export declare const debugPublicActions: (client: Client) => {
|
|
|
38
41
|
initReliableNodes: (param: ParamsInitReliableNodes) => Promise<import("../index.mjs").RpcBoolResult>;
|
|
39
42
|
noArgsRets: () => Promise<any>;
|
|
40
43
|
nodeCmd: (cmd: string) => Promise<import("../index.mjs").RpcNodeCmdResult>;
|
|
41
|
-
|
|
44
|
+
removeHomeTxs: (param: ParamsRemoveHomeTxs) => Promise<import("../index.mjs").RetTypeBase>;
|
|
42
45
|
requestVme: (params: ParamsRequestVme) => Promise<import("../index.mjs").RpcRequestVmeResult>;
|
|
43
46
|
sendRawTransaction: (params: ParamsSendRawTransaction) => Promise<import("../index.mjs").RpcSendRawTransactionResult>;
|
|
44
47
|
setImportAccountTx: (params: ParamsSetImportAccountTx) => Promise<import("../index.mjs").RpcSetImportAccountTxResult>;
|
|
45
48
|
setReliableNode: (param: ParamsSetReliableNode) => Promise<import("../index.mjs").RpcBoolResult>;
|
|
49
|
+
submitDirectCall: (param: ParamsSubmitDirectCall) => Promise<import("../index.mjs").RpcDirectCallResult>;
|
|
46
50
|
viewVme: (param: ParamsCallVme) => Promise<import("../index.mjs").RpcViewVmeResult>;
|
|
47
51
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', '../chunks/wasm-
|
|
1
|
+
define(['exports', '../chunks/wasm-gROtmFm6', '../chunks/debugWalletActions-DoZUAnEj', '../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
|
|
|
@@ -7,6 +7,7 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BWgE
|
|
|
7
7
|
allHeights: debugWalletActions.allHeights,
|
|
8
8
|
balanceGrantList: debugWalletActions.balanceGrantList,
|
|
9
9
|
balanceList: debugWalletActions.balanceList,
|
|
10
|
+
buildDirectCall: debugWalletActions.buildDirectCall,
|
|
10
11
|
callContract: debugWalletActions.callContract,
|
|
11
12
|
callVme: debugWalletActions.callVme,
|
|
12
13
|
createAccount: debugWalletActions.createAccount,
|
|
@@ -32,11 +33,12 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BWgE
|
|
|
32
33
|
noArgsRets: debugWalletActions.noArgsRets,
|
|
33
34
|
nodeCmd: debugWalletActions.nodeCmd,
|
|
34
35
|
postDataToSynthAccount: debugWalletActions.postDataToSynthAccount,
|
|
35
|
-
|
|
36
|
+
removeHomeTxs: debugWalletActions.removeHomeTxs,
|
|
36
37
|
requestVme: debugWalletActions.requestVme,
|
|
37
38
|
sendRawTransaction: debugWalletActions.sendRawTransaction,
|
|
38
39
|
setImportAccountTx: debugWalletActions.setImportAccountTx,
|
|
39
40
|
setReliableNode: debugWalletActions.setReliableNode,
|
|
41
|
+
submitDirectCall: debugWalletActions.submitDirectCall,
|
|
40
42
|
viewVme: debugWalletActions.viewVme
|
|
41
43
|
});
|
|
42
44
|
|
|
@@ -61,10 +63,13 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BWgE
|
|
|
61
63
|
exports.createMasterKeystore = wasm.createMasterKeystore;
|
|
62
64
|
exports.createNormalKey = wasm.createNormalKey;
|
|
63
65
|
exports.createNormalKeystore = wasm.createNormalKeystore;
|
|
66
|
+
exports.decodeSubId = wasm.decodeSubId;
|
|
64
67
|
exports.decodeTxs = wasm.decodeTxs;
|
|
65
68
|
exports.deriveKeysFromMnemonic = wasm.deriveKeysFromMnemonic;
|
|
66
69
|
exports.deriveKeysFromMnemonicAndPath = wasm.deriveKeysFromMnemonicAndPath;
|
|
67
70
|
exports.disCompileCoreScript = wasm.disCompileCoreScript;
|
|
71
|
+
exports.encodeFuncData = wasm.encodeFuncData;
|
|
72
|
+
exports.encodeSubId = wasm.encodeSubId;
|
|
68
73
|
exports.encodeTxCurrency = wasm.encodeTxCurrency;
|
|
69
74
|
exports.encodeTxNumber = wasm.encodeTxNumber;
|
|
70
75
|
exports.generateMnemonic = wasm.generateMnemonic;
|
|
@@ -91,8 +96,8 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BWgE
|
|
|
91
96
|
exports.accountHeightsToUpload = debugWalletActions.accountHeightsToUpload;
|
|
92
97
|
exports.becomeGuest = debugWalletActions.becomeGuest;
|
|
93
98
|
exports.becomeHost = debugWalletActions.becomeHost;
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
99
|
+
exports.calculateAvailableByForward = debugWalletActions.calculateAvailableByForward;
|
|
100
|
+
exports.calculateAvailableByForwardList = debugWalletActions.calculateAvailableByForwardList;
|
|
96
101
|
exports.changeKey = debugWalletActions.changeKey;
|
|
97
102
|
exports.changeVkey = debugWalletActions.changeVkey;
|
|
98
103
|
exports.clientMessage = debugWalletActions.clientMessage;
|
|
@@ -117,8 +122,11 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BWgE
|
|
|
117
122
|
exports.getAccountTokenList = debugWalletActions.getAccountTokenList;
|
|
118
123
|
exports.getConciseNodeStatus = debugWalletActions.getConciseNodeStatus;
|
|
119
124
|
exports.getGenesisAccount = debugWalletActions.getGenesisAccount;
|
|
125
|
+
exports.getHomeTxDir = debugWalletActions.getHomeTxDir;
|
|
126
|
+
exports.getHomeTxFlushSeq = debugWalletActions.getHomeTxFlushSeq;
|
|
120
127
|
exports.getIdentityProof = debugWalletActions.getIdentityProof;
|
|
121
128
|
exports.getInactiveTxList = debugWalletActions.getInactiveTxList;
|
|
129
|
+
exports.getLaunchCommand = debugWalletActions.getLaunchCommand;
|
|
122
130
|
exports.getMontInfoList = debugWalletActions.getMontInfoList;
|
|
123
131
|
exports.getNodeStatus = debugWalletActions.getNodeStatus;
|
|
124
132
|
exports.getNodeVersion = debugWalletActions.getNodeVersion;
|
|
@@ -141,6 +149,7 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BWgE
|
|
|
141
149
|
exports.readTxListWitness = debugWalletActions.readTxListWitness;
|
|
142
150
|
exports.requestDataTrade = debugWalletActions.requestDataTrade;
|
|
143
151
|
exports.setHost = debugWalletActions.setHost;
|
|
152
|
+
exports.shutdown = debugWalletActions.shutdown;
|
|
144
153
|
exports.subscribeAddress = debugWalletActions.subscribeAddress;
|
|
145
154
|
exports.transfer = debugWalletActions.transfer;
|
|
146
155
|
exports.transferAllRes = debugWalletActions.transferAllRes;
|
|
@@ -155,6 +164,7 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-BWgE
|
|
|
155
164
|
exports.verifyLatestStoredDataProof = debugWalletActions.verifyLatestStoredDataProof;
|
|
156
165
|
exports.verifyProofW = debugWalletActions.verifyProofW;
|
|
157
166
|
exports.verifyTxListWitness = debugWalletActions.verifyTxListWitness;
|
|
167
|
+
exports.waitHomeTxChange = debugWalletActions.waitHomeTxChange;
|
|
158
168
|
exports.walletActions = debugWalletActions.walletActions;
|
|
159
169
|
exports.debug = index;
|
|
160
170
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var wasm = require('../chunks/wasm-
|
|
4
|
-
var debugWalletActions = require('../chunks/debugWalletActions-
|
|
3
|
+
var wasm = require('../chunks/wasm-dbtq7eri.cjs');
|
|
4
|
+
var debugWalletActions = require('../chunks/debugWalletActions-BWSVjiFW.cjs');
|
|
5
5
|
require('../chunks/lclib-rGyKpClJ.cjs');
|
|
6
6
|
require('../chunks/tslib.es6-Cfi3-HmA.cjs');
|
|
7
7
|
require('../chunks/rpc-DwWIkUva.cjs');
|
|
@@ -15,6 +15,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
15
15
|
allHeights: debugWalletActions.allHeights,
|
|
16
16
|
balanceGrantList: debugWalletActions.balanceGrantList,
|
|
17
17
|
balanceList: debugWalletActions.balanceList,
|
|
18
|
+
buildDirectCall: debugWalletActions.buildDirectCall,
|
|
18
19
|
callContract: debugWalletActions.callContract,
|
|
19
20
|
callVme: debugWalletActions.callVme,
|
|
20
21
|
createAccount: debugWalletActions.createAccount,
|
|
@@ -40,11 +41,12 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
40
41
|
noArgsRets: debugWalletActions.noArgsRets,
|
|
41
42
|
nodeCmd: debugWalletActions.nodeCmd,
|
|
42
43
|
postDataToSynthAccount: debugWalletActions.postDataToSynthAccount,
|
|
43
|
-
|
|
44
|
+
removeHomeTxs: debugWalletActions.removeHomeTxs,
|
|
44
45
|
requestVme: debugWalletActions.requestVme,
|
|
45
46
|
sendRawTransaction: debugWalletActions.sendRawTransaction,
|
|
46
47
|
setImportAccountTx: debugWalletActions.setImportAccountTx,
|
|
47
48
|
setReliableNode: debugWalletActions.setReliableNode,
|
|
49
|
+
submitDirectCall: debugWalletActions.submitDirectCall,
|
|
48
50
|
viewVme: debugWalletActions.viewVme
|
|
49
51
|
});
|
|
50
52
|
|
|
@@ -69,10 +71,13 @@ exports.createAccountAndKeystore = wasm.createAccountAndKeystore;
|
|
|
69
71
|
exports.createMasterKeystore = wasm.createMasterKeystore;
|
|
70
72
|
exports.createNormalKey = wasm.createNormalKey;
|
|
71
73
|
exports.createNormalKeystore = wasm.createNormalKeystore;
|
|
74
|
+
exports.decodeSubId = wasm.decodeSubId;
|
|
72
75
|
exports.decodeTxs = wasm.decodeTxs;
|
|
73
76
|
exports.deriveKeysFromMnemonic = wasm.deriveKeysFromMnemonic;
|
|
74
77
|
exports.deriveKeysFromMnemonicAndPath = wasm.deriveKeysFromMnemonicAndPath;
|
|
75
78
|
exports.disCompileCoreScript = wasm.disCompileCoreScript;
|
|
79
|
+
exports.encodeFuncData = wasm.encodeFuncData;
|
|
80
|
+
exports.encodeSubId = wasm.encodeSubId;
|
|
76
81
|
exports.encodeTxCurrency = wasm.encodeTxCurrency;
|
|
77
82
|
exports.encodeTxNumber = wasm.encodeTxNumber;
|
|
78
83
|
exports.generateMnemonic = wasm.generateMnemonic;
|
|
@@ -99,8 +104,8 @@ exports.accountHeightsToDownload = debugWalletActions.accountHeightsToDownload;
|
|
|
99
104
|
exports.accountHeightsToUpload = debugWalletActions.accountHeightsToUpload;
|
|
100
105
|
exports.becomeGuest = debugWalletActions.becomeGuest;
|
|
101
106
|
exports.becomeHost = debugWalletActions.becomeHost;
|
|
102
|
-
exports.
|
|
103
|
-
exports.
|
|
107
|
+
exports.calculateAvailableByForward = debugWalletActions.calculateAvailableByForward;
|
|
108
|
+
exports.calculateAvailableByForwardList = debugWalletActions.calculateAvailableByForwardList;
|
|
104
109
|
exports.changeKey = debugWalletActions.changeKey;
|
|
105
110
|
exports.changeVkey = debugWalletActions.changeVkey;
|
|
106
111
|
exports.clientMessage = debugWalletActions.clientMessage;
|
|
@@ -125,8 +130,11 @@ exports.getAccountHistory = debugWalletActions.getAccountHistory;
|
|
|
125
130
|
exports.getAccountTokenList = debugWalletActions.getAccountTokenList;
|
|
126
131
|
exports.getConciseNodeStatus = debugWalletActions.getConciseNodeStatus;
|
|
127
132
|
exports.getGenesisAccount = debugWalletActions.getGenesisAccount;
|
|
133
|
+
exports.getHomeTxDir = debugWalletActions.getHomeTxDir;
|
|
134
|
+
exports.getHomeTxFlushSeq = debugWalletActions.getHomeTxFlushSeq;
|
|
128
135
|
exports.getIdentityProof = debugWalletActions.getIdentityProof;
|
|
129
136
|
exports.getInactiveTxList = debugWalletActions.getInactiveTxList;
|
|
137
|
+
exports.getLaunchCommand = debugWalletActions.getLaunchCommand;
|
|
130
138
|
exports.getMontInfoList = debugWalletActions.getMontInfoList;
|
|
131
139
|
exports.getNodeStatus = debugWalletActions.getNodeStatus;
|
|
132
140
|
exports.getNodeVersion = debugWalletActions.getNodeVersion;
|
|
@@ -149,6 +157,7 @@ exports.queryAddress = debugWalletActions.queryAddress;
|
|
|
149
157
|
exports.readTxListWitness = debugWalletActions.readTxListWitness;
|
|
150
158
|
exports.requestDataTrade = debugWalletActions.requestDataTrade;
|
|
151
159
|
exports.setHost = debugWalletActions.setHost;
|
|
160
|
+
exports.shutdown = debugWalletActions.shutdown;
|
|
152
161
|
exports.subscribeAddress = debugWalletActions.subscribeAddress;
|
|
153
162
|
exports.transfer = debugWalletActions.transfer;
|
|
154
163
|
exports.transferAllRes = debugWalletActions.transferAllRes;
|
|
@@ -163,5 +172,6 @@ exports.verifyIdentityProof = debugWalletActions.verifyIdentityProof;
|
|
|
163
172
|
exports.verifyLatestStoredDataProof = debugWalletActions.verifyLatestStoredDataProof;
|
|
164
173
|
exports.verifyProofW = debugWalletActions.verifyProofW;
|
|
165
174
|
exports.verifyTxListWitness = debugWalletActions.verifyTxListWitness;
|
|
175
|
+
exports.waitHomeTxChange = debugWalletActions.waitHomeTxChange;
|
|
166
176
|
exports.walletActions = debugWalletActions.walletActions;
|
|
167
177
|
exports.debug = index;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b as calculateTxLinkHash, d as compileCoreScript, e as convertAddressToData, f as convertAddressToHex, g as convertBase32ToData, h as convertBase32ToHex, i as convertCurrency, j as convertDataTo, k as convertDataToAddress, m as convertDataToBase32, n as convertDataToHex, o as convertDataToString, p as convertHexToAddress, q as convertHexToBase32, r as convertHexToData, s as convertStringToData, t as convertToData, c as createAccountAndKeystore, u as createMasterKeystore, v as createNormalKey, w as createNormalKeystore, x as
|
|
2
|
-
import { a as allHeights, b as balanceGrantList, c as balanceList, d as
|
|
3
|
-
export {
|
|
1
|
+
export { b as calculateTxLinkHash, d as compileCoreScript, e as convertAddressToData, f as convertAddressToHex, g as convertBase32ToData, h as convertBase32ToHex, i as convertCurrency, j as convertDataTo, k as convertDataToAddress, m as convertDataToBase32, n as convertDataToHex, o as convertDataToString, p as convertHexToAddress, q as convertHexToBase32, r as convertHexToData, s as convertStringToData, t as convertToData, c as createAccountAndKeystore, u as createMasterKeystore, v as createNormalKey, w as createNormalKeystore, x as decodeSubId, y as decodeTxs, z as deriveKeysFromMnemonic, A as deriveKeysFromMnemonicAndPath, B as disCompileCoreScript, C as encodeFuncData, D as encodeSubId, E as encodeTxCurrency, F as encodeTxNumber, G as generateMnemonic, H as generateMnemonicBySeed, I as getDefFromCoreScript, J as getHomeShard, K as getLibraryVersions, L as gzipAndEncode, M as hash, N as isGrantConsumingTx, l as loadMasterKeystore, a as loadNormalKeystore, O as makeCurrency, P as sign, Q as signByMasterKey, R as signKeyBind, S as testCoreScript, T as verify, U as verifyByMasterKey, V as verifyMerkleProof, W as verifyTx } from '../chunks/wasm-CU215LGW.js';
|
|
2
|
+
import { a as allHeights, b as balanceGrantList, c as balanceList, d as buildDirectCall, e as callContract, f as callVme, g as createAccount, h as createContract, i as createNode, j as createSynthAccount, k as dumpAllAccounts, l as echo, m as gameChainCmd, n as getAccountsBalances, o as getAccountsHeights, p as getGuestsInfo, q as getHomeShard, r as getImportAccount, s as getImportAccountLog, t as getKeys, u as getNodeBlocks, v as getPeerPool, w as getPeersInfo, x as getVmeLog, y as importAccount, z as initReliableNodes, A as noArgsRets, B as nodeCmd, C as postDataToSynthAccount, D as removeHomeTxs, E as requestVme, F as sendRawTransaction, G as setImportAccountTx, H as setReliableNode, I as submitDirectCall, J as viewVme } from '../chunks/debugWalletActions-LMoV1T5I.js';
|
|
3
|
+
export { K as acceptScript, L as accountHeightsToDownload, M as accountHeightsToUpload, N as becomeGuest, O as becomeHost, P as calculateAvailableByForward, Q as calculateAvailableByForwardList, R as changeKey, S as changeVkey, T as clientMessage, U as closeAccount, V as createAssetObject, W as createToken, X as createVme, Y as debugPublicActions, Z as debugWalletActions, _ as downloadAccountTxs, $ as echo, a0 as findDuplicateSubscriber, a1 as forwardAssetObject, a2 as forwardCoin, a3 as forwardToken, a4 as freezeAccount, a5 as generateLatestStoredDataProof, a6 as getAccountAssetList, a7 as getAccountAssetObject, a8 as getAccountDetail, a9 as getAccountHistory, aa as getAccountTokenList, ab as getConciseNodeStatus, ac as getGenesisAccount, ad as getHomeTxDir, ae as getHomeTxFlushSeq, af as getIdentityProof, ag as getInactiveTxList, ah as getLaunchCommand, ai as getMontInfoList, aj as getNodeStatus, ak as getNodeVersion, al as getOwnerBalance, am as getRoundState, an as getRoundStatesList, ao as getShardOfAccount, ap as getSyncState, aq as getTx, ar as getWorldRoundState, as as getWorldRoundStatesList, at as hasSystemToken, au as lockStake, av as makeTxProof, aw as openAccount, ax as postData, ay as provideScript, az as publicActions, aA as queryAddress, aB as readTxListWitness, aC as requestDataTrade, aD as setHost, aE as shutdown, aF as subscribeAddress, aG as transfer, aH as transferAllRes, aI as transferAssetObject, aJ as transferCoin, aK as transferToken, aL as unlockStake, aM as upliftProofW, aN as uploadAccountTxs, aO as verifyAndSignChallenge, aP as verifyIdentityProof, aQ as verifyLatestStoredDataProof, aR as verifyProofW, aS as verifyTxListWitness, aT as waitHomeTxChange, aU as walletActions } from '../chunks/debugWalletActions-LMoV1T5I.js';
|
|
4
4
|
import '../chunks/lclib-j2x9RvDY.js';
|
|
5
5
|
import '../chunks/tslib.es6-WQS2tr1v.js';
|
|
6
6
|
import '../chunks/rpc-BlPk44QH.js';
|
|
@@ -14,6 +14,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
14
14
|
allHeights: allHeights,
|
|
15
15
|
balanceGrantList: balanceGrantList,
|
|
16
16
|
balanceList: balanceList,
|
|
17
|
+
buildDirectCall: buildDirectCall,
|
|
17
18
|
callContract: callContract,
|
|
18
19
|
callVme: callVme,
|
|
19
20
|
createAccount: createAccount,
|
|
@@ -39,11 +40,12 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
39
40
|
noArgsRets: noArgsRets,
|
|
40
41
|
nodeCmd: nodeCmd,
|
|
41
42
|
postDataToSynthAccount: postDataToSynthAccount,
|
|
42
|
-
|
|
43
|
+
removeHomeTxs: removeHomeTxs,
|
|
43
44
|
requestVme: requestVme,
|
|
44
45
|
sendRawTransaction: sendRawTransaction,
|
|
45
46
|
setImportAccountTx: setImportAccountTx,
|
|
46
47
|
setReliableNode: setReliableNode,
|
|
48
|
+
submitDirectCall: submitDirectCall,
|
|
47
49
|
viewVme: viewVme
|
|
48
50
|
});
|
|
49
51
|
|