@locuschain/lib 0.2.3 → 0.2.4
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/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 -2
- package/dist/autogen/actions/debug/wallet/index.d.mts +1 -2
- package/dist/autogen/actions/public/calculateSpentByForwardCoin.d.cts +4 -0
- package/dist/autogen/actions/public/calculateSpentByForwardCoin.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 +1 -1
- package/dist/autogen/actions/public/index.d.mts +1 -1
- 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/index.d.cts +1 -1
- package/dist/autogen/actions/wallet/index.d.mts +1 -1
- package/dist/autogen/debugPublicActions.d.cts +4 -4
- package/dist/autogen/debugPublicActions.d.mts +4 -4
- package/dist/autogen/debugWalletActions.d.cts +2 -4
- package/dist/autogen/debugWalletActions.d.mts +2 -4
- package/dist/autogen/index.amd.js +6 -7
- package/dist/autogen/index.cjs.cjs +6 -7
- package/dist/autogen/index.esm.js +5 -6
- package/dist/autogen/locus-tx.d.cts +2 -2
- package/dist/autogen/locus-tx.d.mts +2 -2
- package/dist/autogen/publicActions.d.cts +2 -2
- package/dist/autogen/publicActions.d.mts +2 -2
- package/dist/autogen/rpc-api-spec.d.cts +13 -15
- package/dist/autogen/rpc-api-spec.d.mts +13 -15
- 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/direct-call-request.d.cts +11 -0
- package/dist/autogen/types/common/direct-call-request.d.mts +11 -0
- package/dist/autogen/types/common/index.d.cts +6 -2
- package/dist/autogen/types/common/index.d.mts +6 -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/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 +5 -0
- package/dist/autogen/types/common/res-changed-entry.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 +13 -13
- package/dist/autogen/types/consts/tx-type.d.mts +13 -13
- package/dist/autogen/types/consts/tx-types.d.cts +46 -46
- package/dist/autogen/types/consts/tx-types.d.mts +46 -46
- package/dist/autogen/types/rpc/index.d.cts +8 -8
- package/dist/autogen/types/rpc/index.d.mts +8 -8
- package/dist/autogen/types/rpc/{params-calculate-spent-by-express.d.cts → params-calculate-spent-by-forward-coin.d.cts} +1 -1
- package/dist/autogen/types/rpc/{params-calculate-spent-by-express.d.mts → params-calculate-spent-by-forward-coin.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-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-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-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-coin-result.d.cts +3 -0
- package/dist/autogen/types/rpc/rpc-calculate-spent-by-forward-coin-result.d.mts +3 -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 +15 -14
- package/dist/autogen/types/tx/index.d.mts +15 -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} +6 -4
- package/dist/autogen/types/tx/{tx-activate-contract-result.d.mts → tx-activate-vme-result.d.mts} +6 -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} +6 -4
- package/dist/autogen/types/tx/{tx-activate-contract-transfer.d.mts → tx-activate-vme-transfer.d.mts} +6 -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-create-contract.d.cts → tx-call-vme.d.cts} +8 -7
- package/dist/autogen/types/tx/{tx-create-contract.d.mts → tx-call-vme.d.mts} +8 -7
- 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-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 +2 -2
- package/dist/autogen/walletActions.d.mts +2 -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-BfX1doiz.js → debugWalletActions-Bd8C-fZB.js} +32 -43
- package/dist/chunks/{debugWalletActions-iCZ1H6xc.cjs → debugWalletActions-DIQY8cBm.cjs} +32 -43
- package/dist/chunks/{debugWalletActions-B96f4kZc.js → debugWalletActions-qkesE_0m.js} +28 -38
- package/dist/chunks/{tx-type-DI_nKG8B.cjs → tx-type-CjORX0H2.cjs} +13 -13
- package/dist/chunks/{tx-type-CS4wIUJ8.js → tx-type-CnfCIc5p.js} +13 -13
- package/dist/chunks/{tx-type-BPkhMGad.js → tx-type-D_IH9tdK.js} +13 -13
- package/dist/clients/createLocusPublicClient.d.cts +3 -3
- package/dist/clients/createLocusPublicClient.d.mts +3 -3
- package/dist/clients/createLocusWalletClient.d.cts +2 -3
- package/dist/clients/createLocusWalletClient.d.mts +2 -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 +63 -63
- package/dist/constant/index.cjs.cjs +64 -64
- package/dist/constant/index.d.cts +65 -66
- package/dist/constant/index.d.mts +65 -66
- package/dist/constant/index.esm.js +64 -64
- 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/debug/wallet/callContract.d.cts +0 -4
- package/dist/autogen/actions/debug/wallet/callContract.d.mts +0 -4
- package/dist/autogen/actions/debug/wallet/createContract.d.cts +0 -4
- package/dist/autogen/actions/debug/wallet/createContract.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/params-create-contract.d.cts +0 -14
- package/dist/autogen/types/rpc/params-create-contract.d.mts +0 -14
- 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
|
@@ -13,7 +13,7 @@ export declare const TxTypes: {
|
|
|
13
13
|
useGrant: boolean;
|
|
14
14
|
useFee: boolean;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
TX_ACTIVATE_ALL_RES: {
|
|
17
17
|
fee: string;
|
|
18
18
|
grant: number;
|
|
19
19
|
sizeBased: boolean;
|
|
@@ -27,13 +27,6 @@ export declare const TxTypes: {
|
|
|
27
27
|
useGrant: boolean;
|
|
28
28
|
useFee: boolean;
|
|
29
29
|
};
|
|
30
|
-
TX_ACTIVATE_CALL_CONTRACT: {
|
|
31
|
-
fee: string;
|
|
32
|
-
grant: number;
|
|
33
|
-
sizeBased: boolean;
|
|
34
|
-
useGrant: boolean;
|
|
35
|
-
useFee: boolean;
|
|
36
|
-
};
|
|
37
30
|
TX_ACTIVATE_COIN: {
|
|
38
31
|
fee: string;
|
|
39
32
|
grant: number;
|
|
@@ -41,77 +34,70 @@ export declare const TxTypes: {
|
|
|
41
34
|
useGrant: boolean;
|
|
42
35
|
useFee: boolean;
|
|
43
36
|
};
|
|
44
|
-
|
|
45
|
-
fee: string;
|
|
46
|
-
grant: number;
|
|
47
|
-
sizeBased: boolean;
|
|
48
|
-
useGrant: boolean;
|
|
49
|
-
useFee: boolean;
|
|
50
|
-
};
|
|
51
|
-
TX_ACTIVATE_CONTRACT_REWARD: {
|
|
37
|
+
TX_ACTIVATE_DATA_SA: {
|
|
52
38
|
fee: string;
|
|
53
39
|
grant: number;
|
|
54
40
|
sizeBased: boolean;
|
|
55
41
|
useGrant: boolean;
|
|
56
42
|
useFee: boolean;
|
|
57
43
|
};
|
|
58
|
-
|
|
44
|
+
TX_ACTIVATE_FOUNDATION_RESERVE: {
|
|
59
45
|
fee: string;
|
|
60
46
|
grant: number;
|
|
61
47
|
sizeBased: boolean;
|
|
62
48
|
useGrant: boolean;
|
|
63
49
|
useFee: boolean;
|
|
64
50
|
};
|
|
65
|
-
|
|
51
|
+
TX_ACTIVATE_INCENTIVE: {
|
|
66
52
|
fee: string;
|
|
67
53
|
grant: number;
|
|
68
54
|
sizeBased: boolean;
|
|
69
55
|
useGrant: boolean;
|
|
70
56
|
useFee: boolean;
|
|
71
57
|
};
|
|
72
|
-
|
|
58
|
+
TX_ACTIVATE_LOCK_STAKE_FOR_VME: {
|
|
73
59
|
fee: string;
|
|
74
60
|
grant: number;
|
|
75
61
|
sizeBased: boolean;
|
|
76
62
|
useGrant: boolean;
|
|
77
63
|
useFee: boolean;
|
|
78
64
|
};
|
|
79
|
-
|
|
65
|
+
TX_ACTIVATE_OPEN_SA: {
|
|
80
66
|
fee: string;
|
|
81
67
|
grant: number;
|
|
82
68
|
sizeBased: boolean;
|
|
83
69
|
useGrant: boolean;
|
|
84
70
|
useFee: boolean;
|
|
85
71
|
};
|
|
86
|
-
|
|
72
|
+
TX_ACTIVATE_OPEN_VME: {
|
|
87
73
|
fee: string;
|
|
88
74
|
grant: number;
|
|
89
75
|
sizeBased: boolean;
|
|
90
76
|
useGrant: boolean;
|
|
91
77
|
useFee: boolean;
|
|
92
78
|
};
|
|
93
|
-
|
|
79
|
+
TX_ACTIVATE_TOKEN: {
|
|
94
80
|
fee: string;
|
|
95
81
|
grant: number;
|
|
96
82
|
sizeBased: boolean;
|
|
97
83
|
useGrant: boolean;
|
|
98
84
|
useFee: boolean;
|
|
99
85
|
};
|
|
100
|
-
|
|
86
|
+
TX_ACTIVATE_VME_RESULT: {
|
|
101
87
|
fee: string;
|
|
102
88
|
grant: number;
|
|
103
89
|
sizeBased: boolean;
|
|
104
90
|
useGrant: boolean;
|
|
105
91
|
useFee: boolean;
|
|
106
92
|
};
|
|
107
|
-
|
|
93
|
+
TX_ACTIVATE_VME_REWARD: {
|
|
108
94
|
fee: string;
|
|
109
95
|
grant: number;
|
|
110
96
|
sizeBased: boolean;
|
|
111
97
|
useGrant: boolean;
|
|
112
98
|
useFee: boolean;
|
|
113
99
|
};
|
|
114
|
-
|
|
100
|
+
TX_ACTIVATE_VME_TRANSFER: {
|
|
115
101
|
fee: string;
|
|
116
102
|
grant: number;
|
|
117
103
|
sizeBased: boolean;
|
|
@@ -146,14 +132,14 @@ export declare const TxTypes: {
|
|
|
146
132
|
useGrant: boolean;
|
|
147
133
|
useFee: boolean;
|
|
148
134
|
};
|
|
149
|
-
|
|
135
|
+
TX_CALL_VME: {
|
|
150
136
|
fee: string;
|
|
151
137
|
grant: number;
|
|
152
138
|
sizeBased: boolean;
|
|
153
139
|
useGrant: boolean;
|
|
154
140
|
useFee: boolean;
|
|
155
141
|
};
|
|
156
|
-
|
|
142
|
+
TX_CALL_VME_FEE: {
|
|
157
143
|
fee: string;
|
|
158
144
|
grant: number;
|
|
159
145
|
sizeBased: boolean;
|
|
@@ -188,98 +174,98 @@ export declare const TxTypes: {
|
|
|
188
174
|
useGrant: boolean;
|
|
189
175
|
useFee: boolean;
|
|
190
176
|
};
|
|
191
|
-
|
|
177
|
+
TX_CREATE_ASSETOBJECT: {
|
|
192
178
|
fee: string;
|
|
193
179
|
grant: number;
|
|
194
180
|
sizeBased: boolean;
|
|
195
181
|
useGrant: boolean;
|
|
196
182
|
useFee: boolean;
|
|
197
183
|
};
|
|
198
|
-
|
|
184
|
+
TX_CREATE_ASSETOBJECT_FEE: {
|
|
199
185
|
fee: string;
|
|
200
186
|
grant: number;
|
|
201
187
|
sizeBased: boolean;
|
|
202
188
|
useGrant: boolean;
|
|
203
189
|
useFee: boolean;
|
|
204
190
|
};
|
|
205
|
-
|
|
191
|
+
TX_CREATE_SA: {
|
|
206
192
|
fee: string;
|
|
207
193
|
grant: number;
|
|
208
194
|
sizeBased: boolean;
|
|
209
195
|
useGrant: boolean;
|
|
210
196
|
useFee: boolean;
|
|
211
197
|
};
|
|
212
|
-
|
|
198
|
+
TX_CREATE_SA_FEE: {
|
|
213
199
|
fee: string;
|
|
214
200
|
grant: number;
|
|
215
201
|
sizeBased: boolean;
|
|
216
202
|
useGrant: boolean;
|
|
217
203
|
useFee: boolean;
|
|
218
204
|
};
|
|
219
|
-
|
|
205
|
+
TX_CREATE_TOKEN: {
|
|
220
206
|
fee: string;
|
|
221
207
|
grant: number;
|
|
222
208
|
sizeBased: boolean;
|
|
223
209
|
useGrant: boolean;
|
|
224
210
|
useFee: boolean;
|
|
225
211
|
};
|
|
226
|
-
|
|
212
|
+
TX_CREATE_TOKEN_FEE: {
|
|
227
213
|
fee: string;
|
|
228
214
|
grant: number;
|
|
229
215
|
sizeBased: boolean;
|
|
230
216
|
useGrant: boolean;
|
|
231
217
|
useFee: boolean;
|
|
232
218
|
};
|
|
233
|
-
|
|
219
|
+
TX_CREATE_VME: {
|
|
234
220
|
fee: string;
|
|
235
221
|
grant: number;
|
|
236
222
|
sizeBased: boolean;
|
|
237
223
|
useGrant: boolean;
|
|
238
224
|
useFee: boolean;
|
|
239
225
|
};
|
|
240
|
-
|
|
226
|
+
TX_FINALIZE: {
|
|
241
227
|
fee: string;
|
|
242
228
|
grant: number;
|
|
243
229
|
sizeBased: boolean;
|
|
244
230
|
useGrant: boolean;
|
|
245
231
|
useFee: boolean;
|
|
246
232
|
};
|
|
247
|
-
|
|
233
|
+
TX_FORWARD_ASSETOBJECT: {
|
|
248
234
|
fee: string;
|
|
249
235
|
grant: number;
|
|
250
236
|
sizeBased: boolean;
|
|
251
237
|
useGrant: boolean;
|
|
252
238
|
useFee: boolean;
|
|
253
239
|
};
|
|
254
|
-
|
|
240
|
+
TX_FORWARD_COIN: {
|
|
255
241
|
fee: string;
|
|
256
242
|
grant: number;
|
|
257
243
|
sizeBased: boolean;
|
|
258
244
|
useGrant: boolean;
|
|
259
245
|
useFee: boolean;
|
|
260
246
|
};
|
|
261
|
-
|
|
247
|
+
TX_FORWARD_TOKEN: {
|
|
262
248
|
fee: string;
|
|
263
249
|
grant: number;
|
|
264
250
|
sizeBased: boolean;
|
|
265
251
|
useGrant: boolean;
|
|
266
252
|
useFee: boolean;
|
|
267
253
|
};
|
|
268
|
-
|
|
254
|
+
TX_FREEZE_ACCOUNT: {
|
|
269
255
|
fee: string;
|
|
270
256
|
grant: number;
|
|
271
257
|
sizeBased: boolean;
|
|
272
258
|
useGrant: boolean;
|
|
273
259
|
useFee: boolean;
|
|
274
260
|
};
|
|
275
|
-
|
|
261
|
+
TX_GENESIS_ACCOUNT: {
|
|
276
262
|
fee: string;
|
|
277
263
|
grant: number;
|
|
278
264
|
sizeBased: boolean;
|
|
279
265
|
useGrant: boolean;
|
|
280
266
|
useFee: boolean;
|
|
281
267
|
};
|
|
282
|
-
|
|
268
|
+
TX_LEAD_DIRECT_VTX: {
|
|
283
269
|
fee: string;
|
|
284
270
|
grant: number;
|
|
285
271
|
sizeBased: boolean;
|
|
@@ -342,35 +328,35 @@ export declare const TxTypes: {
|
|
|
342
328
|
useGrant: boolean;
|
|
343
329
|
useFee: boolean;
|
|
344
330
|
};
|
|
345
|
-
|
|
331
|
+
TX_RESTORE_RESHASH: {
|
|
346
332
|
fee: string;
|
|
347
333
|
grant: number;
|
|
348
334
|
sizeBased: boolean;
|
|
349
335
|
useGrant: boolean;
|
|
350
336
|
useFee: boolean;
|
|
351
337
|
};
|
|
352
|
-
|
|
338
|
+
TX_REVOKE: {
|
|
353
339
|
fee: string;
|
|
354
340
|
grant: number;
|
|
355
341
|
sizeBased: boolean;
|
|
356
342
|
useGrant: boolean;
|
|
357
343
|
useFee: boolean;
|
|
358
344
|
};
|
|
359
|
-
|
|
345
|
+
TX_TRANSFER_ASSETOBJECT: {
|
|
360
346
|
fee: string;
|
|
361
347
|
grant: number;
|
|
362
348
|
sizeBased: boolean;
|
|
363
349
|
useGrant: boolean;
|
|
364
350
|
useFee: boolean;
|
|
365
351
|
};
|
|
366
|
-
|
|
352
|
+
TX_TRANSFER_ASSETOBJECT_FEE: {
|
|
367
353
|
fee: string;
|
|
368
354
|
grant: number;
|
|
369
355
|
sizeBased: boolean;
|
|
370
356
|
useGrant: boolean;
|
|
371
357
|
useFee: boolean;
|
|
372
358
|
};
|
|
373
|
-
|
|
359
|
+
TX_TRANSFER_COIN: {
|
|
374
360
|
fee: string;
|
|
375
361
|
grant: number;
|
|
376
362
|
sizeBased: boolean;
|
|
@@ -405,6 +391,13 @@ export declare const TxTypes: {
|
|
|
405
391
|
useGrant: boolean;
|
|
406
392
|
useFee: boolean;
|
|
407
393
|
};
|
|
394
|
+
TX_VME_BLANK_REWARD: {
|
|
395
|
+
fee: string;
|
|
396
|
+
grant: number;
|
|
397
|
+
sizeBased: boolean;
|
|
398
|
+
useGrant: boolean;
|
|
399
|
+
useFee: boolean;
|
|
400
|
+
};
|
|
408
401
|
TX_VME_BLOCK: {
|
|
409
402
|
fee: string;
|
|
410
403
|
grant: number;
|
|
@@ -412,6 +405,13 @@ export declare const TxTypes: {
|
|
|
412
405
|
useGrant: boolean;
|
|
413
406
|
useFee: boolean;
|
|
414
407
|
};
|
|
408
|
+
TX_VME_TRANSFER_REWARD: {
|
|
409
|
+
fee: string;
|
|
410
|
+
grant: number;
|
|
411
|
+
sizeBased: boolean;
|
|
412
|
+
useGrant: boolean;
|
|
413
|
+
useFee: boolean;
|
|
414
|
+
};
|
|
415
415
|
};
|
|
416
416
|
export type TxTypes = (typeof TxTypes)[keyof typeof TxTypes];
|
|
417
417
|
export declare const TxType: Readonly<{
|
|
@@ -421,7 +421,7 @@ export declare const TxType: Readonly<{
|
|
|
421
421
|
readonly BECOME_GUEST: "TX_BECOME_GUEST";
|
|
422
422
|
readonly TRANSFER_COIN: "TX_TRANSFER_COIN";
|
|
423
423
|
readonly TRANSFER_COIN_FEE: "TX_TRANSFER_COIN_FEE";
|
|
424
|
-
readonly
|
|
424
|
+
readonly FORWARD_COIN: "TX_FORWARD_COIN";
|
|
425
425
|
readonly ACTIVATE_COIN: "TX_ACTIVATE_COIN";
|
|
426
426
|
readonly ACTIVATE_INCENTIVE: "TX_ACTIVATE_INCENTIVE";
|
|
427
427
|
readonly ACTIVATE_FOUNDATION_RESERVE: "TX_ACTIVATE_FOUNDATION_RESERVE";
|
|
@@ -435,16 +435,18 @@ export declare const TxType: Readonly<{
|
|
|
435
435
|
readonly BURN_TOKEN: "TX_BURN_TOKEN";
|
|
436
436
|
readonly TRANSFER_TOKEN: "TX_TRANSFER_TOKEN";
|
|
437
437
|
readonly TRANSFER_TOKEN_FEE: "TX_TRANSFER_TOKEN_FEE";
|
|
438
|
+
readonly FORWARD_TOKEN: "TX_FORWARD_TOKEN";
|
|
438
439
|
readonly ACTIVATE_TOKEN: "TX_ACTIVATE_TOKEN";
|
|
439
440
|
readonly CREATE_ASSETOBJECT: "TX_CREATE_ASSETOBJECT";
|
|
440
441
|
readonly CREATE_ASSETOBJECT_FEE: "TX_CREATE_ASSETOBJECT_FEE";
|
|
441
442
|
readonly TRANSFER_ASSETOBJECT: "TX_TRANSFER_ASSETOBJECT";
|
|
442
443
|
readonly TRANSFER_ASSETOBJECT_FEE: "TX_TRANSFER_ASSETOBJECT_FEE";
|
|
444
|
+
readonly FORWARD_ASSETOBJECT: "TX_FORWARD_ASSETOBJECT";
|
|
443
445
|
readonly ACTIVATE_ASSETOBJECT: "TX_ACTIVATE_ASSETOBJECT";
|
|
444
446
|
readonly BURN_ASSETOBJECT: "TX_BURN_ASSETOBJECT";
|
|
445
447
|
readonly REVOKE: "TX_REVOKE";
|
|
446
448
|
readonly CLOSE_ACCOUNT: "TX_CLOSE_ACCOUNT";
|
|
447
|
-
readonly
|
|
449
|
+
readonly ACTIVATE_ALL_RES: "TX_ACTIVATE_ALL_RES";
|
|
448
450
|
readonly PROVIDE_SCRIPT: "TX_PROVIDE_SCRIPT";
|
|
449
451
|
readonly ACCEPT_SCRIPT: "TX_ACCEPT_SCRIPT";
|
|
450
452
|
readonly ACCEPT_SCRIPT_AFTER_TIMELOCK: "TX_ACCEPT_SCRIPT_AFTER_TIMELOCK";
|
|
@@ -460,19 +462,17 @@ export declare const TxType: Readonly<{
|
|
|
460
462
|
readonly CREATE_VME: "TX_CREATE_VME";
|
|
461
463
|
readonly ACTIVATE_OPEN_VME: "TX_ACTIVATE_OPEN_VME";
|
|
462
464
|
readonly VME_BLOCK: "TX_VME_BLOCK";
|
|
463
|
-
readonly
|
|
464
|
-
readonly
|
|
465
|
-
readonly
|
|
466
|
-
readonly
|
|
467
|
-
readonly
|
|
468
|
-
readonly
|
|
469
|
-
readonly
|
|
470
|
-
readonly ACTIVATE_CONTRACT_RESULT: "TX_ACTIVATE_CONTRACT_RESULT";
|
|
471
|
-
readonly CONTRACT_TRANSFER_REWARD: "TX_CONTRACT_TRANSFER_REWARD";
|
|
472
|
-
readonly CONTRACT_BLANK_REWARD: "TX_CONTRACT_BLANK_REWARD";
|
|
473
|
-
readonly ACTIVATE_CONTRACT_REWARD: "TX_ACTIVATE_CONTRACT_REWARD";
|
|
465
|
+
readonly CALL_VME: "TX_CALL_VME";
|
|
466
|
+
readonly CALL_VME_FEE: "TX_CALL_VME_FEE";
|
|
467
|
+
readonly ACTIVATE_VME_TRANSFER: "TX_ACTIVATE_VME_TRANSFER";
|
|
468
|
+
readonly ACTIVATE_VME_RESULT: "TX_ACTIVATE_VME_RESULT";
|
|
469
|
+
readonly VME_TRANSFER_REWARD: "TX_VME_TRANSFER_REWARD";
|
|
470
|
+
readonly VME_BLANK_REWARD: "TX_VME_BLANK_REWARD";
|
|
471
|
+
readonly ACTIVATE_VME_REWARD: "TX_ACTIVATE_VME_REWARD";
|
|
474
472
|
readonly FREEZE_ACCOUNT: "TX_FREEZE_ACCOUNT";
|
|
473
|
+
readonly RESTORE_RESHASH: "TX_RESTORE_RESHASH";
|
|
475
474
|
readonly LEAD_VTX: "TX_LEAD_VTX";
|
|
475
|
+
readonly LEAD_DIRECT_VTX: "TX_LEAD_DIRECT_VTX";
|
|
476
476
|
readonly FINALIZE: "TX_FINALIZE";
|
|
477
477
|
}>;
|
|
478
478
|
export type TxType = (typeof TxType)[keyof typeof TxType];
|
|
@@ -495,13 +495,12 @@ export type Currency = (typeof Currency)[keyof typeof Currency];
|
|
|
495
495
|
export declare const AddressClass: Readonly<{
|
|
496
496
|
readonly User: 0;
|
|
497
497
|
readonly Synthetic: 1;
|
|
498
|
-
readonly
|
|
499
|
-
readonly
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
502
|
-
readonly
|
|
503
|
-
readonly
|
|
504
|
-
readonly AssetToken: 8;
|
|
498
|
+
readonly VmEngine: 2;
|
|
499
|
+
readonly Derived: 3;
|
|
500
|
+
readonly Token: 4;
|
|
501
|
+
readonly Observer: 5;
|
|
502
|
+
readonly AssetNFT: 6;
|
|
503
|
+
readonly AssetToken: 7;
|
|
505
504
|
}>;
|
|
506
505
|
export type AddressClassType = (typeof AddressClass)[keyof typeof AddressClass];
|
|
507
506
|
export declare const FeeType: Readonly<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AddressClass$1 } from '../chunks/address-class-
|
|
2
|
-
import { T as TxType$1 } from '../chunks/tx-type-
|
|
1
|
+
import { A as AddressClass$1 } from '../chunks/address-class-3IzotplG.js';
|
|
2
|
+
import { T as TxType$1 } from '../chunks/tx-type-D_IH9tdK.js';
|
|
3
3
|
|
|
4
4
|
// Automatically generated file. DO NOT EDIT.
|
|
5
5
|
const CurrencyUnit = Object.freeze({
|
|
@@ -34,7 +34,7 @@ const TxTypes$1 = {
|
|
|
34
34
|
"useGrant": false,
|
|
35
35
|
"useFee": false
|
|
36
36
|
},
|
|
37
|
-
"
|
|
37
|
+
"TX_ACTIVATE_ALL_RES": {
|
|
38
38
|
"fee": "10000000000000",
|
|
39
39
|
"grant": 0,
|
|
40
40
|
"sizeBased": false,
|
|
@@ -48,13 +48,6 @@ const TxTypes$1 = {
|
|
|
48
48
|
"useGrant": false,
|
|
49
49
|
"useFee": false
|
|
50
50
|
},
|
|
51
|
-
"TX_ACTIVATE_CALL_CONTRACT": {
|
|
52
|
-
"fee": "10000000000000",
|
|
53
|
-
"grant": 0,
|
|
54
|
-
"sizeBased": false,
|
|
55
|
-
"useGrant": false,
|
|
56
|
-
"useFee": false
|
|
57
|
-
},
|
|
58
51
|
"TX_ACTIVATE_COIN": {
|
|
59
52
|
"fee": "10000000000000",
|
|
60
53
|
"grant": 0,
|
|
@@ -62,77 +55,70 @@ const TxTypes$1 = {
|
|
|
62
55
|
"useGrant": false,
|
|
63
56
|
"useFee": false
|
|
64
57
|
},
|
|
65
|
-
"
|
|
66
|
-
"fee": "10000000000000",
|
|
67
|
-
"grant": 0,
|
|
68
|
-
"sizeBased": false,
|
|
69
|
-
"useGrant": false,
|
|
70
|
-
"useFee": false
|
|
71
|
-
},
|
|
72
|
-
"TX_ACTIVATE_CONTRACT_REWARD": {
|
|
58
|
+
"TX_ACTIVATE_DATA_SA": {
|
|
73
59
|
"fee": "10000000000000",
|
|
74
60
|
"grant": 0,
|
|
75
61
|
"sizeBased": false,
|
|
76
62
|
"useGrant": false,
|
|
77
63
|
"useFee": false
|
|
78
64
|
},
|
|
79
|
-
"
|
|
65
|
+
"TX_ACTIVATE_FOUNDATION_RESERVE": {
|
|
80
66
|
"fee": "10000000000000",
|
|
81
67
|
"grant": 0,
|
|
82
68
|
"sizeBased": false,
|
|
83
69
|
"useGrant": false,
|
|
84
70
|
"useFee": false
|
|
85
71
|
},
|
|
86
|
-
"
|
|
72
|
+
"TX_ACTIVATE_INCENTIVE": {
|
|
87
73
|
"fee": "10000000000000",
|
|
88
74
|
"grant": 0,
|
|
89
75
|
"sizeBased": false,
|
|
90
76
|
"useGrant": false,
|
|
91
77
|
"useFee": false
|
|
92
78
|
},
|
|
93
|
-
"
|
|
79
|
+
"TX_ACTIVATE_LOCK_STAKE_FOR_VME": {
|
|
94
80
|
"fee": "10000000000000",
|
|
95
81
|
"grant": 0,
|
|
96
82
|
"sizeBased": false,
|
|
97
83
|
"useGrant": false,
|
|
98
84
|
"useFee": false
|
|
99
85
|
},
|
|
100
|
-
"
|
|
86
|
+
"TX_ACTIVATE_OPEN_SA": {
|
|
101
87
|
"fee": "10000000000000",
|
|
102
88
|
"grant": 0,
|
|
103
89
|
"sizeBased": false,
|
|
104
90
|
"useGrant": false,
|
|
105
91
|
"useFee": false
|
|
106
92
|
},
|
|
107
|
-
"
|
|
93
|
+
"TX_ACTIVATE_OPEN_VME": {
|
|
108
94
|
"fee": "10000000000000",
|
|
109
95
|
"grant": 0,
|
|
110
96
|
"sizeBased": false,
|
|
111
97
|
"useGrant": false,
|
|
112
98
|
"useFee": false
|
|
113
99
|
},
|
|
114
|
-
"
|
|
100
|
+
"TX_ACTIVATE_TOKEN": {
|
|
115
101
|
"fee": "10000000000000",
|
|
116
102
|
"grant": 0,
|
|
117
103
|
"sizeBased": false,
|
|
118
104
|
"useGrant": false,
|
|
119
105
|
"useFee": false
|
|
120
106
|
},
|
|
121
|
-
"
|
|
107
|
+
"TX_ACTIVATE_VME_RESULT": {
|
|
122
108
|
"fee": "10000000000000",
|
|
123
109
|
"grant": 0,
|
|
124
110
|
"sizeBased": false,
|
|
125
111
|
"useGrant": false,
|
|
126
112
|
"useFee": false
|
|
127
113
|
},
|
|
128
|
-
"
|
|
114
|
+
"TX_ACTIVATE_VME_REWARD": {
|
|
129
115
|
"fee": "10000000000000",
|
|
130
116
|
"grant": 0,
|
|
131
117
|
"sizeBased": false,
|
|
132
118
|
"useGrant": false,
|
|
133
119
|
"useFee": false
|
|
134
120
|
},
|
|
135
|
-
"
|
|
121
|
+
"TX_ACTIVATE_VME_TRANSFER": {
|
|
136
122
|
"fee": "10000000000000",
|
|
137
123
|
"grant": 0,
|
|
138
124
|
"sizeBased": false,
|
|
@@ -167,14 +153,14 @@ const TxTypes$1 = {
|
|
|
167
153
|
"useGrant": false,
|
|
168
154
|
"useFee": true
|
|
169
155
|
},
|
|
170
|
-
"
|
|
156
|
+
"TX_CALL_VME": {
|
|
171
157
|
"fee": "10000000000000",
|
|
172
158
|
"grant": 0,
|
|
173
159
|
"sizeBased": false,
|
|
174
160
|
"useGrant": true,
|
|
175
161
|
"useFee": false
|
|
176
162
|
},
|
|
177
|
-
"
|
|
163
|
+
"TX_CALL_VME_FEE": {
|
|
178
164
|
"fee": "10000000000000",
|
|
179
165
|
"grant": 0,
|
|
180
166
|
"sizeBased": false,
|
|
@@ -209,20 +195,6 @@ const TxTypes$1 = {
|
|
|
209
195
|
"useGrant": false,
|
|
210
196
|
"useFee": false
|
|
211
197
|
},
|
|
212
|
-
"TX_CONTRACT_BLANK_REWARD": {
|
|
213
|
-
"fee": "10000000000000",
|
|
214
|
-
"grant": 0,
|
|
215
|
-
"sizeBased": false,
|
|
216
|
-
"useGrant": false,
|
|
217
|
-
"useFee": false
|
|
218
|
-
},
|
|
219
|
-
"TX_CONTRACT_TRANSFER_REWARD": {
|
|
220
|
-
"fee": "10000000000000",
|
|
221
|
-
"grant": 0,
|
|
222
|
-
"sizeBased": false,
|
|
223
|
-
"useGrant": false,
|
|
224
|
-
"useFee": false
|
|
225
|
-
},
|
|
226
198
|
"TX_CREATE_ASSETOBJECT": {
|
|
227
199
|
"fee": "10000000000000",
|
|
228
200
|
"grant": 1000,
|
|
@@ -237,20 +209,6 @@ const TxTypes$1 = {
|
|
|
237
209
|
"useGrant": false,
|
|
238
210
|
"useFee": true
|
|
239
211
|
},
|
|
240
|
-
"TX_CREATE_CONTRACT": {
|
|
241
|
-
"fee": "10000000000000",
|
|
242
|
-
"grant": 0,
|
|
243
|
-
"sizeBased": false,
|
|
244
|
-
"useGrant": true,
|
|
245
|
-
"useFee": false
|
|
246
|
-
},
|
|
247
|
-
"TX_CREATE_CONTRACT_FEE": {
|
|
248
|
-
"fee": "10000000000000",
|
|
249
|
-
"grant": 0,
|
|
250
|
-
"sizeBased": false,
|
|
251
|
-
"useGrant": false,
|
|
252
|
-
"useFee": false
|
|
253
|
-
},
|
|
254
212
|
"TX_CREATE_SA": {
|
|
255
213
|
"fee": "10000000000000",
|
|
256
214
|
"grant": 1000,
|
|
@@ -293,6 +251,27 @@ const TxTypes$1 = {
|
|
|
293
251
|
"useGrant": false,
|
|
294
252
|
"useFee": false
|
|
295
253
|
},
|
|
254
|
+
"TX_FORWARD_ASSETOBJECT": {
|
|
255
|
+
"fee": "30000000000000",
|
|
256
|
+
"grant": 0,
|
|
257
|
+
"sizeBased": false,
|
|
258
|
+
"useGrant": false,
|
|
259
|
+
"useFee": true
|
|
260
|
+
},
|
|
261
|
+
"TX_FORWARD_COIN": {
|
|
262
|
+
"fee": "30000000000000",
|
|
263
|
+
"grant": 0,
|
|
264
|
+
"sizeBased": false,
|
|
265
|
+
"useGrant": false,
|
|
266
|
+
"useFee": true
|
|
267
|
+
},
|
|
268
|
+
"TX_FORWARD_TOKEN": {
|
|
269
|
+
"fee": "30000000000000",
|
|
270
|
+
"grant": 0,
|
|
271
|
+
"sizeBased": false,
|
|
272
|
+
"useGrant": false,
|
|
273
|
+
"useFee": true
|
|
274
|
+
},
|
|
296
275
|
"TX_FREEZE_ACCOUNT": {
|
|
297
276
|
"fee": "100000000000000",
|
|
298
277
|
"grant": 0,
|
|
@@ -307,6 +286,13 @@ const TxTypes$1 = {
|
|
|
307
286
|
"useGrant": false,
|
|
308
287
|
"useFee": false
|
|
309
288
|
},
|
|
289
|
+
"TX_LEAD_DIRECT_VTX": {
|
|
290
|
+
"fee": "10000000000000",
|
|
291
|
+
"grant": 0,
|
|
292
|
+
"sizeBased": false,
|
|
293
|
+
"useGrant": false,
|
|
294
|
+
"useFee": false
|
|
295
|
+
},
|
|
310
296
|
"TX_LEAD_VTX": {
|
|
311
297
|
"fee": "10000000000000",
|
|
312
298
|
"grant": 0,
|
|
@@ -363,6 +349,13 @@ const TxTypes$1 = {
|
|
|
363
349
|
"useGrant": false,
|
|
364
350
|
"useFee": true
|
|
365
351
|
},
|
|
352
|
+
"TX_RESTORE_RESHASH": {
|
|
353
|
+
"fee": "10000000000000",
|
|
354
|
+
"grant": 0,
|
|
355
|
+
"sizeBased": false,
|
|
356
|
+
"useGrant": false,
|
|
357
|
+
"useFee": false
|
|
358
|
+
},
|
|
366
359
|
"TX_REVOKE": {
|
|
367
360
|
"fee": "10000000000000",
|
|
368
361
|
"grant": 0,
|
|
@@ -391,13 +384,6 @@ const TxTypes$1 = {
|
|
|
391
384
|
"useGrant": true,
|
|
392
385
|
"useFee": false
|
|
393
386
|
},
|
|
394
|
-
"TX_TRANSFER_COIN_EXPRESS": {
|
|
395
|
-
"fee": "10000000000000",
|
|
396
|
-
"grant": 0,
|
|
397
|
-
"sizeBased": false,
|
|
398
|
-
"useGrant": false,
|
|
399
|
-
"useFee": false
|
|
400
|
-
},
|
|
401
387
|
"TX_TRANSFER_COIN_FEE": {
|
|
402
388
|
"fee": "10000000000000",
|
|
403
389
|
"grant": 0,
|
|
@@ -426,12 +412,26 @@ const TxTypes$1 = {
|
|
|
426
412
|
"useGrant": false,
|
|
427
413
|
"useFee": false
|
|
428
414
|
},
|
|
415
|
+
"TX_VME_BLANK_REWARD": {
|
|
416
|
+
"fee": "10000000000000",
|
|
417
|
+
"grant": 0,
|
|
418
|
+
"sizeBased": false,
|
|
419
|
+
"useGrant": false,
|
|
420
|
+
"useFee": false
|
|
421
|
+
},
|
|
429
422
|
"TX_VME_BLOCK": {
|
|
430
423
|
"fee": "10000000000000",
|
|
431
424
|
"grant": 0,
|
|
432
425
|
"sizeBased": false,
|
|
433
426
|
"useGrant": false,
|
|
434
427
|
"useFee": false
|
|
428
|
+
},
|
|
429
|
+
"TX_VME_TRANSFER_REWARD": {
|
|
430
|
+
"fee": "10000000000000",
|
|
431
|
+
"grant": 0,
|
|
432
|
+
"sizeBased": false,
|
|
433
|
+
"useGrant": false,
|
|
434
|
+
"useFee": false
|
|
435
435
|
}
|
|
436
436
|
};
|
|
437
437
|
|
package/dist/index.amd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './clients/index.amd', './transports/index.amd', './accounts/index.amd', './chunks/base-B_kRRfsf', './chunks/rpc-C4n7t9y0', './chunks/transport-BBAz1kmP', './chunks/account-BSrvZ7S8', './contracts/index.amd', './constant/index.amd', './chunks/keystore-y1JlFTKh', './chunks/lclib-Bv86gksL', './chunks/tslib.es6-D29rxPkW', './chunks/debugWalletActions-
|
|
1
|
+
define(['exports', './clients/index.amd', './transports/index.amd', './accounts/index.amd', './chunks/base-B_kRRfsf', './chunks/rpc-C4n7t9y0', './chunks/transport-BBAz1kmP', './chunks/account-BSrvZ7S8', './contracts/index.amd', './constant/index.amd', './chunks/keystore-y1JlFTKh', './chunks/lclib-Bv86gksL', './chunks/tslib.es6-D29rxPkW', './chunks/debugWalletActions-Bd8C-fZB', './chunks/tx-type-CnfCIc5p', './chunks/wasm-CkFW222S', './chunks/ethers.esm.min-wXex1HuX', './chunks/address-class-CDo766LJ'], (function (exports, clients, transports, accounts, base, rpc, transport, account, contracts, constant, keystore, lclib, tslib_es6, debugWalletActions, txType, wasm, ethers_esm_min, addressClass) { 'use strict';
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
package/dist/index.cjs.cjs
CHANGED
|
@@ -12,11 +12,11 @@ var constant = require('./constant/index.cjs.cjs');
|
|
|
12
12
|
var keystore = require('./chunks/keystore-BUskzeOs.cjs');
|
|
13
13
|
require('./chunks/lclib-rGyKpClJ.cjs');
|
|
14
14
|
require('./chunks/tslib.es6-Cfi3-HmA.cjs');
|
|
15
|
-
require('./chunks/debugWalletActions-
|
|
16
|
-
require('./chunks/tx-type-
|
|
15
|
+
require('./chunks/debugWalletActions-DIQY8cBm.cjs');
|
|
16
|
+
require('./chunks/tx-type-CjORX0H2.cjs');
|
|
17
17
|
require('./chunks/wasm-BYOKRR31.cjs');
|
|
18
18
|
require('./chunks/ethers.esm.min-BBQs5Urm.cjs');
|
|
19
|
-
require('./chunks/address-class-
|
|
19
|
+
require('./chunks/address-class-B8b7mx1K.cjs');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
package/dist/index.esm.js
CHANGED
|
@@ -10,8 +10,8 @@ export { AddressClass, Currency, FeeType, GRANT_COST_PER_TX, MaxVMRewardsCount,
|
|
|
10
10
|
export { c as createKeystoreBundle, s as splitKeystoreBundle, u as unlockKeystoreBundle, a as unlockMasterKeystore, b as unlockNormalKeystore } from './chunks/keystore-B86UzV8A.js';
|
|
11
11
|
import './chunks/lclib-j2x9RvDY.js';
|
|
12
12
|
import './chunks/tslib.es6-WQS2tr1v.js';
|
|
13
|
-
import './chunks/debugWalletActions-
|
|
14
|
-
import './chunks/tx-type-
|
|
13
|
+
import './chunks/debugWalletActions-qkesE_0m.js';
|
|
14
|
+
import './chunks/tx-type-D_IH9tdK.js';
|
|
15
15
|
import './chunks/wasm-CLXJDrJA.js';
|
|
16
16
|
import './chunks/ethers.esm.min-CiOJmj8w.js';
|
|
17
|
-
import './chunks/address-class-
|
|
17
|
+
import './chunks/address-class-3IzotplG.js';
|