@locuschain/lib 0.2.5 → 0.2.7
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/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/getHoldTxDir.d.cts +3 -0
- package/dist/autogen/actions/public/getHoldTxDir.d.mts +3 -0
- package/dist/autogen/actions/public/getHoldTxFlushSeq.d.cts +3 -0
- package/dist/autogen/actions/public/getHoldTxFlushSeq.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/getNodeVersion.d.cts +3 -0
- package/dist/autogen/actions/public/getNodeVersion.d.mts +3 -0
- package/dist/autogen/actions/public/index.d.cts +9 -2
- package/dist/autogen/actions/public/index.d.mts +9 -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/upliftProofW.d.cts +4 -0
- package/dist/autogen/actions/public/upliftProofW.d.mts +4 -0
- package/dist/autogen/actions/public/verifyProofW.d.cts +3 -0
- package/dist/autogen/actions/public/verifyProofW.d.mts +3 -0
- package/dist/autogen/index.amd.js +13 -3
- package/dist/autogen/index.cjs.cjs +14 -4
- package/dist/autogen/index.esm.js +3 -3
- package/dist/autogen/publicActions.d.cts +13 -4
- package/dist/autogen/publicActions.d.mts +13 -4
- package/dist/autogen/rpc-api-spec.d.cts +21 -6
- package/dist/autogen/rpc-api-spec.d.mts +21 -6
- 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/rpc/index.d.cts +12 -4
- package/dist/autogen/types/rpc/index.d.mts +12 -4
- 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-uplift-proof-w.d.cts +6 -0
- package/dist/autogen/types/rpc/params-uplift-proof-w.d.mts +6 -0
- package/dist/autogen/types/rpc/params-verify-proof-w.d.cts +6 -0
- package/dist/autogen/types/rpc/params-verify-proof-w.d.mts +6 -0
- package/dist/autogen/types/rpc/rpc-calculate-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-get-hold-tx-dir-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-get-hold-tx-dir-result.d.mts +3 -0
- package/dist/autogen/types/rpc/rpc-get-hold-tx-flush-seq-result.d.cts +4 -0
- package/dist/autogen/types/rpc/rpc-get-hold-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-get-node-status-result.d.cts +1 -0
- package/dist/autogen/types/rpc/rpc-get-node-status-result.d.mts +1 -0
- package/dist/autogen/types/rpc/rpc-get-node-version-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-get-node-version-result.d.mts +3 -0
- package/dist/autogen/types/rpc/rpc-proof-wresult.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-proof-wresult.d.mts +3 -0
- package/dist/autogen/types/rpc/rpc-shutdown-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-shutdown-result.d.mts +3 -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-D3FUuxE6.js → debugWalletActions-BYqoNvYZ.js} +71 -8
- package/dist/chunks/{debugWalletActions-A_93DKNp.js → debugWalletActions-DNB4coHM.js} +63 -7
- package/dist/chunks/{debugWalletActions-DTcup4BP.cjs → debugWalletActions-WhGBP-BW.cjs} +71 -8
- 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/{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 +9 -2
- package/dist/clients/createLocusPublicClient.d.mts +9 -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/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 +3 -3
- package/dist/index.esm.js +3 -3
- 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/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-DYAaL3xz', '../chunks/base-B_kRRfsf', '../chunks/account-BSrvZ7S8', '../chunks/wasm-
|
|
1
|
+
define(['exports', '../chunks/tslib.es6-D29rxPkW', '../chunks/tx-type-DYAaL3xz', '../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 호출).
|
|
@@ -4,7 +4,7 @@ var tslib_es6 = require('../chunks/tslib.es6-Cfi3-HmA.cjs');
|
|
|
4
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
|
-
var wasm = require('../chunks/wasm-
|
|
7
|
+
var wasm = require('../chunks/wasm-dbtq7eri.cjs');
|
|
8
8
|
require('../chunks/lclib-rGyKpClJ.cjs');
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -2,7 +2,7 @@ import { _ as __awaiter } from '../chunks/tslib.es6-WQS2tr1v.js';
|
|
|
2
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
|
-
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 { 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,10 +14,14 @@ 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 './getHoldTxDir.cjs';
|
|
18
|
+
export * from './getHoldTxFlushSeq.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';
|
|
24
|
+
export * from './getNodeVersion.cjs';
|
|
21
25
|
export * from './getOwnerBalance.cjs';
|
|
22
26
|
export * from './getRoundState.cjs';
|
|
23
27
|
export * from './getRoundStatesList.cjs';
|
|
@@ -31,9 +35,12 @@ export * from './makeTxProof.cjs';
|
|
|
31
35
|
export * from './queryAddress.cjs';
|
|
32
36
|
export * from './readTxListWitness.cjs';
|
|
33
37
|
export * from './setHost.cjs';
|
|
38
|
+
export * from './shutdown.cjs';
|
|
34
39
|
export * from './subscribeAddress.cjs';
|
|
40
|
+
export * from './upliftProofW.cjs';
|
|
35
41
|
export * from './uploadAccountTxs.cjs';
|
|
36
42
|
export * from './verifyAndSignChallenge.cjs';
|
|
37
43
|
export * from './verifyIdentityProof.cjs';
|
|
38
44
|
export * from './verifyLatestStoredDataProof.cjs';
|
|
45
|
+
export * from './verifyProofW.cjs';
|
|
39
46
|
export * from './verifyTxListWitness.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,10 +14,14 @@ 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 './getHoldTxDir.mjs';
|
|
18
|
+
export * from './getHoldTxFlushSeq.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';
|
|
24
|
+
export * from './getNodeVersion.mjs';
|
|
21
25
|
export * from './getOwnerBalance.mjs';
|
|
22
26
|
export * from './getRoundState.mjs';
|
|
23
27
|
export * from './getRoundStatesList.mjs';
|
|
@@ -31,9 +35,12 @@ export * from './makeTxProof.mjs';
|
|
|
31
35
|
export * from './queryAddress.mjs';
|
|
32
36
|
export * from './readTxListWitness.mjs';
|
|
33
37
|
export * from './setHost.mjs';
|
|
38
|
+
export * from './shutdown.mjs';
|
|
34
39
|
export * from './subscribeAddress.mjs';
|
|
40
|
+
export * from './upliftProofW.mjs';
|
|
35
41
|
export * from './uploadAccountTxs.mjs';
|
|
36
42
|
export * from './verifyAndSignChallenge.mjs';
|
|
37
43
|
export * from './verifyIdentityProof.mjs';
|
|
38
44
|
export * from './verifyLatestStoredDataProof.mjs';
|
|
45
|
+
export * from './verifyProofW.mjs';
|
|
39
46
|
export * from './verifyTxListWitness.mjs';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsUpliftProofW } from '../../types/rpc/params-uplift-proof-w.cjs';
|
|
2
|
+
import { RpcProofWResult } from '../../types/rpc/rpc-proof-wresult.cjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.cjs';
|
|
4
|
+
export declare function upliftProofW(client: Client, params: ParamsUpliftProofW): Promise<RpcProofWResult>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ParamsUpliftProofW } from '../../types/rpc/params-uplift-proof-w.mjs';
|
|
2
|
+
import { RpcProofWResult } from '../../types/rpc/rpc-proof-wresult.mjs';
|
|
3
|
+
import type { Client } from '../../../clients/types.mjs';
|
|
4
|
+
export declare function upliftProofW(client: Client, params: ParamsUpliftProofW): Promise<RpcProofWResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', '../chunks/wasm-
|
|
1
|
+
define(['exports', '../chunks/wasm-gROtmFm6', '../chunks/debugWalletActions-BYqoNvYZ', '../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
|
|
|
@@ -61,10 +61,13 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-D3FU
|
|
|
61
61
|
exports.createMasterKeystore = wasm.createMasterKeystore;
|
|
62
62
|
exports.createNormalKey = wasm.createNormalKey;
|
|
63
63
|
exports.createNormalKeystore = wasm.createNormalKeystore;
|
|
64
|
+
exports.decodeSubId = wasm.decodeSubId;
|
|
64
65
|
exports.decodeTxs = wasm.decodeTxs;
|
|
65
66
|
exports.deriveKeysFromMnemonic = wasm.deriveKeysFromMnemonic;
|
|
66
67
|
exports.deriveKeysFromMnemonicAndPath = wasm.deriveKeysFromMnemonicAndPath;
|
|
67
68
|
exports.disCompileCoreScript = wasm.disCompileCoreScript;
|
|
69
|
+
exports.encodeFuncData = wasm.encodeFuncData;
|
|
70
|
+
exports.encodeSubId = wasm.encodeSubId;
|
|
68
71
|
exports.encodeTxCurrency = wasm.encodeTxCurrency;
|
|
69
72
|
exports.encodeTxNumber = wasm.encodeTxNumber;
|
|
70
73
|
exports.generateMnemonic = wasm.generateMnemonic;
|
|
@@ -91,8 +94,8 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-D3FU
|
|
|
91
94
|
exports.accountHeightsToUpload = debugWalletActions.accountHeightsToUpload;
|
|
92
95
|
exports.becomeGuest = debugWalletActions.becomeGuest;
|
|
93
96
|
exports.becomeHost = debugWalletActions.becomeHost;
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
97
|
+
exports.calculateAvailableByForward = debugWalletActions.calculateAvailableByForward;
|
|
98
|
+
exports.calculateAvailableByForwardList = debugWalletActions.calculateAvailableByForwardList;
|
|
96
99
|
exports.changeKey = debugWalletActions.changeKey;
|
|
97
100
|
exports.changeVkey = debugWalletActions.changeVkey;
|
|
98
101
|
exports.clientMessage = debugWalletActions.clientMessage;
|
|
@@ -117,10 +120,14 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-D3FU
|
|
|
117
120
|
exports.getAccountTokenList = debugWalletActions.getAccountTokenList;
|
|
118
121
|
exports.getConciseNodeStatus = debugWalletActions.getConciseNodeStatus;
|
|
119
122
|
exports.getGenesisAccount = debugWalletActions.getGenesisAccount;
|
|
123
|
+
exports.getHoldTxDir = debugWalletActions.getHoldTxDir;
|
|
124
|
+
exports.getHoldTxFlushSeq = debugWalletActions.getHoldTxFlushSeq;
|
|
120
125
|
exports.getIdentityProof = debugWalletActions.getIdentityProof;
|
|
121
126
|
exports.getInactiveTxList = debugWalletActions.getInactiveTxList;
|
|
127
|
+
exports.getLaunchCommand = debugWalletActions.getLaunchCommand;
|
|
122
128
|
exports.getMontInfoList = debugWalletActions.getMontInfoList;
|
|
123
129
|
exports.getNodeStatus = debugWalletActions.getNodeStatus;
|
|
130
|
+
exports.getNodeVersion = debugWalletActions.getNodeVersion;
|
|
124
131
|
exports.getOwnerBalance = debugWalletActions.getOwnerBalance;
|
|
125
132
|
exports.getRoundState = debugWalletActions.getRoundState;
|
|
126
133
|
exports.getRoundStatesList = debugWalletActions.getRoundStatesList;
|
|
@@ -140,6 +147,7 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-D3FU
|
|
|
140
147
|
exports.readTxListWitness = debugWalletActions.readTxListWitness;
|
|
141
148
|
exports.requestDataTrade = debugWalletActions.requestDataTrade;
|
|
142
149
|
exports.setHost = debugWalletActions.setHost;
|
|
150
|
+
exports.shutdown = debugWalletActions.shutdown;
|
|
143
151
|
exports.subscribeAddress = debugWalletActions.subscribeAddress;
|
|
144
152
|
exports.transfer = debugWalletActions.transfer;
|
|
145
153
|
exports.transferAllRes = debugWalletActions.transferAllRes;
|
|
@@ -147,10 +155,12 @@ define(['exports', '../chunks/wasm-CkFW222S', '../chunks/debugWalletActions-D3FU
|
|
|
147
155
|
exports.transferCoin = debugWalletActions.transferCoin;
|
|
148
156
|
exports.transferToken = debugWalletActions.transferToken;
|
|
149
157
|
exports.unlockStake = debugWalletActions.unlockStake;
|
|
158
|
+
exports.upliftProofW = debugWalletActions.upliftProofW;
|
|
150
159
|
exports.uploadAccountTxs = debugWalletActions.uploadAccountTxs;
|
|
151
160
|
exports.verifyAndSignChallenge = debugWalletActions.verifyAndSignChallenge;
|
|
152
161
|
exports.verifyIdentityProof = debugWalletActions.verifyIdentityProof;
|
|
153
162
|
exports.verifyLatestStoredDataProof = debugWalletActions.verifyLatestStoredDataProof;
|
|
163
|
+
exports.verifyProofW = debugWalletActions.verifyProofW;
|
|
154
164
|
exports.verifyTxListWitness = debugWalletActions.verifyTxListWitness;
|
|
155
165
|
exports.walletActions = debugWalletActions.walletActions;
|
|
156
166
|
exports.debug = index;
|
|
@@ -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-WhGBP-BW.cjs');
|
|
5
5
|
require('../chunks/lclib-rGyKpClJ.cjs');
|
|
6
6
|
require('../chunks/tslib.es6-Cfi3-HmA.cjs');
|
|
7
7
|
require('../chunks/rpc-DwWIkUva.cjs');
|
|
@@ -69,10 +69,13 @@ exports.createAccountAndKeystore = wasm.createAccountAndKeystore;
|
|
|
69
69
|
exports.createMasterKeystore = wasm.createMasterKeystore;
|
|
70
70
|
exports.createNormalKey = wasm.createNormalKey;
|
|
71
71
|
exports.createNormalKeystore = wasm.createNormalKeystore;
|
|
72
|
+
exports.decodeSubId = wasm.decodeSubId;
|
|
72
73
|
exports.decodeTxs = wasm.decodeTxs;
|
|
73
74
|
exports.deriveKeysFromMnemonic = wasm.deriveKeysFromMnemonic;
|
|
74
75
|
exports.deriveKeysFromMnemonicAndPath = wasm.deriveKeysFromMnemonicAndPath;
|
|
75
76
|
exports.disCompileCoreScript = wasm.disCompileCoreScript;
|
|
77
|
+
exports.encodeFuncData = wasm.encodeFuncData;
|
|
78
|
+
exports.encodeSubId = wasm.encodeSubId;
|
|
76
79
|
exports.encodeTxCurrency = wasm.encodeTxCurrency;
|
|
77
80
|
exports.encodeTxNumber = wasm.encodeTxNumber;
|
|
78
81
|
exports.generateMnemonic = wasm.generateMnemonic;
|
|
@@ -99,8 +102,8 @@ exports.accountHeightsToDownload = debugWalletActions.accountHeightsToDownload;
|
|
|
99
102
|
exports.accountHeightsToUpload = debugWalletActions.accountHeightsToUpload;
|
|
100
103
|
exports.becomeGuest = debugWalletActions.becomeGuest;
|
|
101
104
|
exports.becomeHost = debugWalletActions.becomeHost;
|
|
102
|
-
exports.
|
|
103
|
-
exports.
|
|
105
|
+
exports.calculateAvailableByForward = debugWalletActions.calculateAvailableByForward;
|
|
106
|
+
exports.calculateAvailableByForwardList = debugWalletActions.calculateAvailableByForwardList;
|
|
104
107
|
exports.changeKey = debugWalletActions.changeKey;
|
|
105
108
|
exports.changeVkey = debugWalletActions.changeVkey;
|
|
106
109
|
exports.clientMessage = debugWalletActions.clientMessage;
|
|
@@ -125,10 +128,14 @@ exports.getAccountHistory = debugWalletActions.getAccountHistory;
|
|
|
125
128
|
exports.getAccountTokenList = debugWalletActions.getAccountTokenList;
|
|
126
129
|
exports.getConciseNodeStatus = debugWalletActions.getConciseNodeStatus;
|
|
127
130
|
exports.getGenesisAccount = debugWalletActions.getGenesisAccount;
|
|
131
|
+
exports.getHoldTxDir = debugWalletActions.getHoldTxDir;
|
|
132
|
+
exports.getHoldTxFlushSeq = debugWalletActions.getHoldTxFlushSeq;
|
|
128
133
|
exports.getIdentityProof = debugWalletActions.getIdentityProof;
|
|
129
134
|
exports.getInactiveTxList = debugWalletActions.getInactiveTxList;
|
|
135
|
+
exports.getLaunchCommand = debugWalletActions.getLaunchCommand;
|
|
130
136
|
exports.getMontInfoList = debugWalletActions.getMontInfoList;
|
|
131
137
|
exports.getNodeStatus = debugWalletActions.getNodeStatus;
|
|
138
|
+
exports.getNodeVersion = debugWalletActions.getNodeVersion;
|
|
132
139
|
exports.getOwnerBalance = debugWalletActions.getOwnerBalance;
|
|
133
140
|
exports.getRoundState = debugWalletActions.getRoundState;
|
|
134
141
|
exports.getRoundStatesList = debugWalletActions.getRoundStatesList;
|
|
@@ -148,6 +155,7 @@ exports.queryAddress = debugWalletActions.queryAddress;
|
|
|
148
155
|
exports.readTxListWitness = debugWalletActions.readTxListWitness;
|
|
149
156
|
exports.requestDataTrade = debugWalletActions.requestDataTrade;
|
|
150
157
|
exports.setHost = debugWalletActions.setHost;
|
|
158
|
+
exports.shutdown = debugWalletActions.shutdown;
|
|
151
159
|
exports.subscribeAddress = debugWalletActions.subscribeAddress;
|
|
152
160
|
exports.transfer = debugWalletActions.transfer;
|
|
153
161
|
exports.transferAllRes = debugWalletActions.transferAllRes;
|
|
@@ -155,10 +163,12 @@ exports.transferAssetObject = debugWalletActions.transferAssetObject;
|
|
|
155
163
|
exports.transferCoin = debugWalletActions.transferCoin;
|
|
156
164
|
exports.transferToken = debugWalletActions.transferToken;
|
|
157
165
|
exports.unlockStake = debugWalletActions.unlockStake;
|
|
166
|
+
exports.upliftProofW = debugWalletActions.upliftProofW;
|
|
158
167
|
exports.uploadAccountTxs = debugWalletActions.uploadAccountTxs;
|
|
159
168
|
exports.verifyAndSignChallenge = debugWalletActions.verifyAndSignChallenge;
|
|
160
169
|
exports.verifyIdentityProof = debugWalletActions.verifyIdentityProof;
|
|
161
170
|
exports.verifyLatestStoredDataProof = debugWalletActions.verifyLatestStoredDataProof;
|
|
171
|
+
exports.verifyProofW = debugWalletActions.verifyProofW;
|
|
162
172
|
exports.verifyTxListWitness = debugWalletActions.verifyTxListWitness;
|
|
163
173
|
exports.walletActions = debugWalletActions.walletActions;
|
|
164
174
|
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 callContract, e as callVme, f as createAccount, g as createContract, h as createNode, i as createSynthAccount, j as dumpAllAccounts, k as echo, l as gameChainCmd, m as getAccountsBalances, n as getAccountsHeights, o as getGuestsInfo, p as getHomeShard, q as getImportAccount, r as getImportAccountLog, s as getKeys, t as getNodeBlocks, u as getPeerPool, v as getPeersInfo, w as getVmeLog, x as importAccount, y as initReliableNodes, z as noArgsRets, A as nodeCmd, B as postDataToSynthAccount, C as removeHoldTxs, D as requestVme, E as sendRawTransaction, F as setImportAccountTx, G as setReliableNode, H as viewVme } from '../chunks/debugWalletActions-
|
|
3
|
-
export { I as acceptScript, J as accountHeightsToDownload, K as accountHeightsToUpload, L as becomeGuest, M as becomeHost, N as
|
|
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 callContract, e as callVme, f as createAccount, g as createContract, h as createNode, i as createSynthAccount, j as dumpAllAccounts, k as echo, l as gameChainCmd, m as getAccountsBalances, n as getAccountsHeights, o as getGuestsInfo, p as getHomeShard, q as getImportAccount, r as getImportAccountLog, s as getKeys, t as getNodeBlocks, u as getPeerPool, v as getPeersInfo, w as getVmeLog, x as importAccount, y as initReliableNodes, z as noArgsRets, A as nodeCmd, B as postDataToSynthAccount, C as removeHoldTxs, D as requestVme, E as sendRawTransaction, F as setImportAccountTx, G as setReliableNode, H as viewVme } from '../chunks/debugWalletActions-DNB4coHM.js';
|
|
3
|
+
export { I as acceptScript, J as accountHeightsToDownload, K as accountHeightsToUpload, L as becomeGuest, M as becomeHost, N as calculateAvailableByForward, O as calculateAvailableByForwardList, P as changeKey, Q as changeVkey, R as clientMessage, S as closeAccount, T as createAssetObject, U as createToken, V as createVme, W as debugPublicActions, X as debugWalletActions, Y as downloadAccountTxs, Z as echo, _ as findDuplicateSubscriber, $ as forwardAssetObject, a0 as forwardCoin, a1 as forwardToken, a2 as freezeAccount, a3 as generateLatestStoredDataProof, a4 as getAccountAssetList, a5 as getAccountAssetObject, a6 as getAccountDetail, a7 as getAccountHistory, a8 as getAccountTokenList, a9 as getConciseNodeStatus, aa as getGenesisAccount, ab as getHoldTxDir, ac as getHoldTxFlushSeq, ad as getIdentityProof, ae as getInactiveTxList, af as getLaunchCommand, ag as getMontInfoList, ah as getNodeStatus, ai as getNodeVersion, aj as getOwnerBalance, ak as getRoundState, al as getRoundStatesList, am as getShardOfAccount, an as getSyncState, ao as getTx, ap as getWorldRoundState, aq as getWorldRoundStatesList, ar as hasSystemToken, as as lockStake, at as makeTxProof, au as openAccount, av as postData, aw as provideScript, ax as publicActions, ay as queryAddress, az as readTxListWitness, aA as requestDataTrade, aB as setHost, aC as shutdown, aD as subscribeAddress, aE as transfer, aF as transferAllRes, aG as transferAssetObject, aH as transferCoin, aI as transferToken, aJ as unlockStake, aK as upliftProofW, aL as uploadAccountTxs, aM as verifyAndSignChallenge, aN as verifyIdentityProof, aO as verifyLatestStoredDataProof, aP as verifyProofW, aQ as verifyTxListWitness, aR as walletActions } from '../chunks/debugWalletActions-DNB4coHM.js';
|
|
4
4
|
import '../chunks/lclib-j2x9RvDY.js';
|
|
5
5
|
import '../chunks/tslib.es6-WQS2tr1v.js';
|
|
6
6
|
import '../chunks/rpc-BlPk44QH.js';
|
|
@@ -3,8 +3,8 @@ import type { ParamsAccount } from './types/rpc/params-account.cjs';
|
|
|
3
3
|
import type { ParamsAccountAndIndex } from './types/rpc/params-account-and-index.cjs';
|
|
4
4
|
import type { ParamsAccountHeights } from './types/rpc/params-account-heights.cjs';
|
|
5
5
|
import type { ParamsAccountHistory } from './types/rpc/params-account-history.cjs';
|
|
6
|
-
import type {
|
|
7
|
-
import type {
|
|
6
|
+
import type { ParamsCalculateAvailableByForward } from './types/rpc/params-calculate-available-by-forward.cjs';
|
|
7
|
+
import type { ParamsCalculateAvailableByForwardList } from './types/rpc/params-calculate-available-by-forward-list.cjs';
|
|
8
8
|
import type { ParamsDownloadAccountTxs } from './types/rpc/params-download-account-txs.cjs';
|
|
9
9
|
import type { ParamsFindDuplicateSubscriber } from './types/rpc/params-find-duplicate-subscriber.cjs';
|
|
10
10
|
import type { ParamsGenerateLatestStoredDataProof } from './types/rpc/params-generate-latest-stored-data-proof.cjs';
|
|
@@ -21,15 +21,17 @@ import type { ParamsSetHost } from './types/rpc/params-set-host.cjs';
|
|
|
21
21
|
import type { ParamsSubscribeAddress } from './types/rpc/params-subscribe-address.cjs';
|
|
22
22
|
import type { ParamsTxList } from './types/rpc/params-tx-list.cjs';
|
|
23
23
|
import type { ParamsTxListWitness } from './types/rpc/params-tx-list-witness.cjs';
|
|
24
|
+
import type { ParamsUpliftProofW } from './types/rpc/params-uplift-proof-w.cjs';
|
|
24
25
|
import type { ParamsUploadAccountTxs } from './types/rpc/params-upload-account-txs.cjs';
|
|
25
26
|
import type { ParamsVerifyAndSignChallenge } from './types/rpc/params-verify-and-sign-challenge.cjs';
|
|
26
27
|
import type { ParamsVerifyIdentityProof } from './types/rpc/params-verify-identity-proof.cjs';
|
|
28
|
+
import type { ParamsVerifyProofW } from './types/rpc/params-verify-proof-w.cjs';
|
|
27
29
|
import type { Client } from '../clients/types.cjs';
|
|
28
30
|
export declare const publicActions: (client: Client) => {
|
|
29
31
|
accountHeightsToDownload: (param: ParamsAccountHeights) => Promise<import("../index.cjs").HeightsResult>;
|
|
30
32
|
accountHeightsToUpload: (param: ParamsAccountHeights) => Promise<import("../index.cjs").UploadHeightsResult>;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
calculateAvailableByForward: (param: ParamsCalculateAvailableByForward) => Promise<import("../index.cjs").RpcCalculateAvailableByForwardResult>;
|
|
34
|
+
calculateAvailableByForwardList: (param: ParamsCalculateAvailableByForwardList) => Promise<import("../index.cjs").RpcCalculateAvailableByForwardListResult>;
|
|
33
35
|
clientMessage: (param: ParamStr) => Promise<any>;
|
|
34
36
|
downloadAccountTxs: (param: ParamsDownloadAccountTxs) => Promise<import("../index.cjs").OutputDownloadAccountTxs>;
|
|
35
37
|
echo: (str: string) => Promise<string>;
|
|
@@ -42,10 +44,14 @@ export declare const publicActions: (client: Client) => {
|
|
|
42
44
|
getAccountTokenList: (params: ParamsAccount) => Promise<import("../index.cjs").RpcGetAccountTokenListResult>;
|
|
43
45
|
getConciseNodeStatus: () => Promise<import("../index.cjs").RpcGetConciseNodeStatusResult>;
|
|
44
46
|
getGenesisAccount: () => Promise<import("../index.cjs").RpcGetGenesisAccountResult>;
|
|
47
|
+
getHoldTxDir: () => Promise<import("../index.cjs").RpcGetHoldTxDirResult>;
|
|
48
|
+
getHoldTxFlushSeq: () => Promise<import("../index.cjs").RpcGetHoldTxFlushSeqResult>;
|
|
45
49
|
getIdentityProof: (param: ParamsGetIdentityProof) => Promise<import("../index.cjs").RpcGetIdentityProofResult>;
|
|
46
50
|
getInactiveTxList: (param: ParamsAccount) => Promise<import("../index.cjs").RpcGetInactiveTxListResult>;
|
|
51
|
+
getLaunchCommand: () => Promise<import("../index.cjs").RpcGetLaunchCommandResult>;
|
|
47
52
|
getMontInfoList: (param: ParamsAccount) => Promise<import("../index.cjs").RpcGetMontInfoListResult>;
|
|
48
53
|
getNodeStatus: () => Promise<import("../index.cjs").RpcGetNodeStatusResult>;
|
|
54
|
+
getNodeVersion: () => Promise<import("../index.cjs").RpcGetNodeVersionResult>;
|
|
49
55
|
getOwnerBalance: () => Promise<import("../index.cjs").RpcAccountsBalancesResult[]>;
|
|
50
56
|
getRoundState: (param: ParamsRound) => Promise<import("../index.cjs").RoundStateDetail>;
|
|
51
57
|
getRoundStatesList: (param: ParamsRS) => Promise<import("../index.cjs").RoundStateAbstract[]>;
|
|
@@ -59,10 +65,13 @@ export declare const publicActions: (client: Client) => {
|
|
|
59
65
|
queryAddress: (params: ParamsQueryAddress) => Promise<import("../index.cjs").RpcQueryAddressResult>;
|
|
60
66
|
readTxListWitness: (params: ParamsReadTxList) => Promise<import("../index.cjs").RpcReadTxListWitnessResult>;
|
|
61
67
|
setHost: (param: ParamsSetHost) => Promise<boolean>;
|
|
68
|
+
shutdown: () => Promise<import("../index.cjs").RpcShutdownResult>;
|
|
62
69
|
subscribeAddress: (params: ParamsSubscribeAddress) => Promise<import("../index.cjs").RpcSubscribeAddressResult>;
|
|
70
|
+
upliftProofW: (params: ParamsUpliftProofW) => Promise<import("../index.cjs").RpcProofWResult>;
|
|
63
71
|
uploadAccountTxs: (param: ParamsUploadAccountTxs) => Promise<number[]>;
|
|
64
72
|
verifyAndSignChallenge: (param: ParamsVerifyAndSignChallenge) => Promise<import("../index.cjs").RpcVerifyAndSignChallengeResult>;
|
|
65
73
|
verifyIdentityProof: (param: ParamsVerifyIdentityProof) => Promise<import("../index.cjs").RpcVerifyIdentityProofResult>;
|
|
66
74
|
verifyLatestStoredDataProof: (params: ParamsLatestStoredDataProof) => Promise<boolean>;
|
|
75
|
+
verifyProofW: (params: ParamsVerifyProofW) => Promise<boolean>;
|
|
67
76
|
verifyTxListWitness: (params: ParamsTxListWitness) => Promise<boolean>;
|
|
68
77
|
};
|
|
@@ -3,8 +3,8 @@ import type { ParamsAccount } from './types/rpc/params-account.mjs';
|
|
|
3
3
|
import type { ParamsAccountAndIndex } from './types/rpc/params-account-and-index.mjs';
|
|
4
4
|
import type { ParamsAccountHeights } from './types/rpc/params-account-heights.mjs';
|
|
5
5
|
import type { ParamsAccountHistory } from './types/rpc/params-account-history.mjs';
|
|
6
|
-
import type {
|
|
7
|
-
import type {
|
|
6
|
+
import type { ParamsCalculateAvailableByForward } from './types/rpc/params-calculate-available-by-forward.mjs';
|
|
7
|
+
import type { ParamsCalculateAvailableByForwardList } from './types/rpc/params-calculate-available-by-forward-list.mjs';
|
|
8
8
|
import type { ParamsDownloadAccountTxs } from './types/rpc/params-download-account-txs.mjs';
|
|
9
9
|
import type { ParamsFindDuplicateSubscriber } from './types/rpc/params-find-duplicate-subscriber.mjs';
|
|
10
10
|
import type { ParamsGenerateLatestStoredDataProof } from './types/rpc/params-generate-latest-stored-data-proof.mjs';
|
|
@@ -21,15 +21,17 @@ import type { ParamsSetHost } from './types/rpc/params-set-host.mjs';
|
|
|
21
21
|
import type { ParamsSubscribeAddress } from './types/rpc/params-subscribe-address.mjs';
|
|
22
22
|
import type { ParamsTxList } from './types/rpc/params-tx-list.mjs';
|
|
23
23
|
import type { ParamsTxListWitness } from './types/rpc/params-tx-list-witness.mjs';
|
|
24
|
+
import type { ParamsUpliftProofW } from './types/rpc/params-uplift-proof-w.mjs';
|
|
24
25
|
import type { ParamsUploadAccountTxs } from './types/rpc/params-upload-account-txs.mjs';
|
|
25
26
|
import type { ParamsVerifyAndSignChallenge } from './types/rpc/params-verify-and-sign-challenge.mjs';
|
|
26
27
|
import type { ParamsVerifyIdentityProof } from './types/rpc/params-verify-identity-proof.mjs';
|
|
28
|
+
import type { ParamsVerifyProofW } from './types/rpc/params-verify-proof-w.mjs';
|
|
27
29
|
import type { Client } from '../clients/types.mjs';
|
|
28
30
|
export declare const publicActions: (client: Client) => {
|
|
29
31
|
accountHeightsToDownload: (param: ParamsAccountHeights) => Promise<import("../index.mjs").HeightsResult>;
|
|
30
32
|
accountHeightsToUpload: (param: ParamsAccountHeights) => Promise<import("../index.mjs").UploadHeightsResult>;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
calculateAvailableByForward: (param: ParamsCalculateAvailableByForward) => Promise<import("../index.mjs").RpcCalculateAvailableByForwardResult>;
|
|
34
|
+
calculateAvailableByForwardList: (param: ParamsCalculateAvailableByForwardList) => Promise<import("../index.mjs").RpcCalculateAvailableByForwardListResult>;
|
|
33
35
|
clientMessage: (param: ParamStr) => Promise<any>;
|
|
34
36
|
downloadAccountTxs: (param: ParamsDownloadAccountTxs) => Promise<import("../index.mjs").OutputDownloadAccountTxs>;
|
|
35
37
|
echo: (str: string) => Promise<string>;
|
|
@@ -42,10 +44,14 @@ export declare const publicActions: (client: Client) => {
|
|
|
42
44
|
getAccountTokenList: (params: ParamsAccount) => Promise<import("../index.mjs").RpcGetAccountTokenListResult>;
|
|
43
45
|
getConciseNodeStatus: () => Promise<import("../index.mjs").RpcGetConciseNodeStatusResult>;
|
|
44
46
|
getGenesisAccount: () => Promise<import("../index.mjs").RpcGetGenesisAccountResult>;
|
|
47
|
+
getHoldTxDir: () => Promise<import("../index.mjs").RpcGetHoldTxDirResult>;
|
|
48
|
+
getHoldTxFlushSeq: () => Promise<import("../index.mjs").RpcGetHoldTxFlushSeqResult>;
|
|
45
49
|
getIdentityProof: (param: ParamsGetIdentityProof) => Promise<import("../index.mjs").RpcGetIdentityProofResult>;
|
|
46
50
|
getInactiveTxList: (param: ParamsAccount) => Promise<import("../index.mjs").RpcGetInactiveTxListResult>;
|
|
51
|
+
getLaunchCommand: () => Promise<import("../index.mjs").RpcGetLaunchCommandResult>;
|
|
47
52
|
getMontInfoList: (param: ParamsAccount) => Promise<import("../index.mjs").RpcGetMontInfoListResult>;
|
|
48
53
|
getNodeStatus: () => Promise<import("../index.mjs").RpcGetNodeStatusResult>;
|
|
54
|
+
getNodeVersion: () => Promise<import("../index.mjs").RpcGetNodeVersionResult>;
|
|
49
55
|
getOwnerBalance: () => Promise<import("../index.mjs").RpcAccountsBalancesResult[]>;
|
|
50
56
|
getRoundState: (param: ParamsRound) => Promise<import("../index.mjs").RoundStateDetail>;
|
|
51
57
|
getRoundStatesList: (param: ParamsRS) => Promise<import("../index.mjs").RoundStateAbstract[]>;
|
|
@@ -59,10 +65,13 @@ export declare const publicActions: (client: Client) => {
|
|
|
59
65
|
queryAddress: (params: ParamsQueryAddress) => Promise<import("../index.mjs").RpcQueryAddressResult>;
|
|
60
66
|
readTxListWitness: (params: ParamsReadTxList) => Promise<import("../index.mjs").RpcReadTxListWitnessResult>;
|
|
61
67
|
setHost: (param: ParamsSetHost) => Promise<boolean>;
|
|
68
|
+
shutdown: () => Promise<import("../index.mjs").RpcShutdownResult>;
|
|
62
69
|
subscribeAddress: (params: ParamsSubscribeAddress) => Promise<import("../index.mjs").RpcSubscribeAddressResult>;
|
|
70
|
+
upliftProofW: (params: ParamsUpliftProofW) => Promise<import("../index.mjs").RpcProofWResult>;
|
|
63
71
|
uploadAccountTxs: (param: ParamsUploadAccountTxs) => Promise<number[]>;
|
|
64
72
|
verifyAndSignChallenge: (param: ParamsVerifyAndSignChallenge) => Promise<import("../index.mjs").RpcVerifyAndSignChallengeResult>;
|
|
65
73
|
verifyIdentityProof: (param: ParamsVerifyIdentityProof) => Promise<import("../index.mjs").RpcVerifyIdentityProofResult>;
|
|
66
74
|
verifyLatestStoredDataProof: (params: ParamsLatestStoredDataProof) => Promise<boolean>;
|
|
75
|
+
verifyProofW: (params: ParamsVerifyProofW) => Promise<boolean>;
|
|
67
76
|
verifyTxListWitness: (params: ParamsTxListWitness) => Promise<boolean>;
|
|
68
77
|
};
|