@dashevo/wasm-dpp2 3.0.0-dev.6 → 3.0.0-dev.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/dpp.compressed.js +1 -1
- package/dist/dpp.d.ts +1330 -1135
- package/dist/dpp.js +1 -1
- package/dist/raw/wasm_dpp2.d.ts +1330 -1135
- package/dist/raw/wasm_dpp2.js +514 -106
- package/dist/raw/wasm_dpp2.no_url.js +514 -106
- package/dist/raw/wasm_dpp2_bg.wasm +0 -0
- package/dist/raw/wasm_dpp2_bg.wasm.d.ts +1175 -1146
- package/package.json +1 -1
|
@@ -1,480 +1,57 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
7
|
-
export const __wbg_documentpurchasetransition_free: (a: number, b: number) => void;
|
|
8
|
-
export const __wbg_documenttransfertransition_free: (a: number, b: number) => void;
|
|
9
|
-
export const __wbg_documentupdatepricetransition_free: (a: number, b: number) => void;
|
|
10
|
-
export const __wbg_groupstatetransitioninfo_free: (a: number, b: number) => void;
|
|
11
|
-
export const __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
12
|
-
export const __wbg_platformaddress_free: (a: number, b: number) => void;
|
|
13
|
-
export const __wbg_prefundedvotingbalance_free: (a: number, b: number) => void;
|
|
14
|
-
export const __wbg_tokenpaymentinfo_free: (a: number, b: number) => void;
|
|
15
|
-
export const __wbg_tokentrademode_free: (a: number, b: number) => void;
|
|
16
|
-
export const consensuserror_deserialize: (a: number, b: number) => [number, number, number];
|
|
17
|
-
export const consensuserror_message: (a: number) => [number, number];
|
|
18
|
-
export const corescript_fromBytes: (a: number, b: number) => number;
|
|
19
|
-
export const corescript_newP2PKH: (a: number, b: number) => number;
|
|
20
|
-
export const corescript_newP2SH: (a: number, b: number) => number;
|
|
21
|
-
export const corescript_struct_name: () => [number, number];
|
|
22
|
-
export const corescript_toASMString: (a: number) => [number, number];
|
|
23
|
-
export const corescript_toAddress: (a: number, b: any) => [number, number, number, number];
|
|
24
|
-
export const corescript_toBase64: (a: number) => [number, number];
|
|
25
|
-
export const corescript_toBytes: (a: number) => [number, number];
|
|
26
|
-
export const corescript_toHex: (a: number) => [number, number];
|
|
27
|
-
export const corescript_toString: (a: number) => [number, number];
|
|
28
|
-
export const corescript_type_name: (a: number) => [number, number];
|
|
29
|
-
export const documentcreatetransition_clearPrefundedVotingBalance: (a: number) => void;
|
|
30
|
-
export const documentcreatetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
31
|
-
export const documentcreatetransition_get_base: (a: number) => number;
|
|
32
|
-
export const documentcreatetransition_get_data: (a: number) => [number, number, number];
|
|
33
|
-
export const documentcreatetransition_get_entropy: (a: number) => [number, number];
|
|
34
|
-
export const documentcreatetransition_get_prefunded_voting_balance: (a: number) => number;
|
|
35
|
-
export const documentcreatetransition_new: (a: number, b: bigint, c: any, d: any) => [number, number, number];
|
|
36
|
-
export const documentcreatetransition_set_base: (a: number, b: number) => void;
|
|
37
|
-
export const documentcreatetransition_set_data: (a: number, b: any) => [number, number];
|
|
38
|
-
export const documentcreatetransition_set_entropy: (a: number, b: number, c: number) => [number, number];
|
|
39
|
-
export const documentcreatetransition_set_prefunded_voting_balance: (a: number, b: number) => void;
|
|
40
|
-
export const documentcreatetransition_struct_name: () => [number, number];
|
|
41
|
-
export const documentcreatetransition_toDocumentTransition: (a: number) => number;
|
|
42
|
-
export const documentcreatetransition_type_name: (a: number) => [number, number];
|
|
43
|
-
export const documentpurchasetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
44
|
-
export const documentpurchasetransition_get_base: (a: number) => number;
|
|
45
|
-
export const documentpurchasetransition_get_price: (a: number) => bigint;
|
|
46
|
-
export const documentpurchasetransition_get_revision: (a: number) => bigint;
|
|
47
|
-
export const documentpurchasetransition_new: (a: number, b: bigint, c: bigint, d: any) => [number, number, number];
|
|
48
|
-
export const documentpurchasetransition_set_base: (a: number, b: number) => void;
|
|
49
|
-
export const documentpurchasetransition_set_price: (a: number, b: bigint) => void;
|
|
50
|
-
export const documentpurchasetransition_set_revision: (a: number, b: bigint) => void;
|
|
51
|
-
export const documentpurchasetransition_struct_name: () => [number, number];
|
|
52
|
-
export const documentpurchasetransition_toDocumentTransition: (a: number) => number;
|
|
53
|
-
export const documentpurchasetransition_type_name: (a: number) => [number, number];
|
|
54
|
-
export const documenttransfertransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
55
|
-
export const documenttransfertransition_get_base: (a: number) => number;
|
|
56
|
-
export const documenttransfertransition_get_recipient_owner_id: (a: number) => number;
|
|
57
|
-
export const documenttransfertransition_new: (a: number, b: bigint, c: any, d: any) => [number, number, number];
|
|
58
|
-
export const documenttransfertransition_set_base: (a: number, b: number) => void;
|
|
59
|
-
export const documenttransfertransition_set_recipient_owner_id: (a: number, b: any) => [number, number];
|
|
60
|
-
export const documenttransfertransition_struct_name: () => [number, number];
|
|
61
|
-
export const documenttransfertransition_toDocumentTransition: (a: number) => number;
|
|
62
|
-
export const documenttransfertransition_type_name: (a: number) => [number, number];
|
|
63
|
-
export const documentupdatepricetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
64
|
-
export const documentupdatepricetransition_get_base: (a: number) => number;
|
|
65
|
-
export const documentupdatepricetransition_get_price: (a: number) => bigint;
|
|
66
|
-
export const documentupdatepricetransition_new: (a: number, b: bigint, c: bigint, d: any) => [number, number, number];
|
|
67
|
-
export const documentupdatepricetransition_set_base: (a: number, b: number) => void;
|
|
68
|
-
export const documentupdatepricetransition_set_price: (a: number, b: bigint) => void;
|
|
69
|
-
export const documentupdatepricetransition_struct_name: () => [number, number];
|
|
70
|
-
export const documentupdatepricetransition_toDocumentTransition: (a: number) => number;
|
|
71
|
-
export const documentupdatepricetransition_type_name: (a: number) => [number, number];
|
|
72
|
-
export const groupstatetransitioninfo_get_action_id: (a: number) => number;
|
|
73
|
-
export const groupstatetransitioninfo_get_action_is_proposer: (a: number) => number;
|
|
74
|
-
export const groupstatetransitioninfo_get_group_contract_position: (a: number) => number;
|
|
75
|
-
export const groupstatetransitioninfo_new: (a: number, b: any, c: number) => [number, number, number];
|
|
76
|
-
export const groupstatetransitioninfo_set_action_id: (a: number, b: any) => [number, number];
|
|
77
|
-
export const groupstatetransitioninfo_set_action_is_proposer: (a: number, b: number) => void;
|
|
78
|
-
export const groupstatetransitioninfo_set_group_contract_position: (a: number, b: number) => void;
|
|
79
|
-
export const groupstatetransitioninfo_struct_name: () => [number, number];
|
|
80
|
-
export const groupstatetransitioninfo_type_name: (a: number) => [number, number];
|
|
81
|
-
export const instantassetlockproof_createIdentityId: (a: number) => [number, number, number];
|
|
82
|
-
export const instantassetlockproof_fromJSON: (a: any) => [number, number, number];
|
|
83
|
-
export const instantassetlockproof_fromObject: (a: any) => [number, number, number];
|
|
84
|
-
export const instantassetlockproof_getOutPoint: (a: number) => number;
|
|
85
|
-
export const instantassetlockproof_getOutput: (a: number) => [number, number];
|
|
86
|
-
export const instantassetlockproof_getTransaction: (a: number) => [number, number];
|
|
87
|
-
export const instantassetlockproof_get_instant_lock: (a: number) => [number, number];
|
|
88
|
-
export const instantassetlockproof_get_output_index: (a: number) => number;
|
|
89
|
-
export const instantassetlockproof_new: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
|
|
90
|
-
export const instantassetlockproof_set_instant_lock: (a: number, b: number, c: number) => [number, number];
|
|
91
|
-
export const instantassetlockproof_set_output_index: (a: number, b: number) => void;
|
|
92
|
-
export const instantassetlockproof_struct_name: () => [number, number];
|
|
93
|
-
export const instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
94
|
-
export const instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
95
|
-
export const instantassetlockproof_type_name: (a: number) => [number, number];
|
|
96
|
-
export const platformaddress_addressType: (a: number) => [number, number];
|
|
97
|
-
export const platformaddress_fromBech32m: (a: number, b: number) => [number, number, number];
|
|
98
|
-
export const platformaddress_fromBytes: (a: number, b: number) => [number, number, number];
|
|
99
|
-
export const platformaddress_fromHex: (a: number, b: number) => [number, number, number];
|
|
100
|
-
export const platformaddress_fromP2pkhHash: (a: number, b: number) => [number, number, number];
|
|
101
|
-
export const platformaddress_fromP2shHash: (a: number, b: number) => [number, number, number];
|
|
102
|
-
export const platformaddress_hash: (a: number) => [number, number];
|
|
103
|
-
export const platformaddress_hashToHex: (a: number) => [number, number];
|
|
104
|
-
export const platformaddress_isP2pkh: (a: number) => number;
|
|
105
|
-
export const platformaddress_isP2sh: (a: number) => number;
|
|
106
|
-
export const platformaddress_new: (a: any) => [number, number, number];
|
|
107
|
-
export const platformaddress_struct_name: () => [number, number];
|
|
108
|
-
export const platformaddress_toBech32m: (a: number, b: number, c: number) => [number, number, number, number];
|
|
109
|
-
export const platformaddress_toBytes: (a: number) => [number, number];
|
|
110
|
-
export const platformaddress_toHex: (a: number) => [number, number];
|
|
111
|
-
export const platformaddress_type_name: (a: number) => [number, number];
|
|
112
|
-
export const prefundedvotingbalance_credits: (a: number) => bigint;
|
|
113
|
-
export const prefundedvotingbalance_indexName: (a: number) => [number, number];
|
|
114
|
-
export const prefundedvotingbalance_new: (a: number, b: number, c: bigint) => number;
|
|
115
|
-
export const prefundedvotingbalance_struct_name: () => [number, number];
|
|
116
|
-
export const prefundedvotingbalance_type_name: (a: number) => [number, number];
|
|
117
|
-
export const tokenpaymentinfo_gas_fees_paid_by: (a: number) => [number, number];
|
|
118
|
-
export const tokenpaymentinfo_maximum_token_cost: (a: number) => [number, bigint];
|
|
119
|
-
export const tokenpaymentinfo_minimum_token_cost: (a: number) => [number, bigint];
|
|
120
|
-
export const tokenpaymentinfo_new: (a: any, b: number, c: number, d: bigint, e: number, f: bigint, g: any) => [number, number, number];
|
|
121
|
-
export const tokenpaymentinfo_payment_token_contract_id: (a: number) => number;
|
|
122
|
-
export const tokenpaymentinfo_set_gas_fees_paid_by: (a: number, b: any) => [number, number];
|
|
123
|
-
export const tokenpaymentinfo_set_maximum_token_cost: (a: number, b: number, c: bigint) => void;
|
|
124
|
-
export const tokenpaymentinfo_set_payment_token_contract_id: (a: number, b: any) => [number, number];
|
|
125
|
-
export const tokenpaymentinfo_set_token_contract_position: (a: number, b: number) => void;
|
|
126
|
-
export const tokenpaymentinfo_struct_name: () => [number, number];
|
|
127
|
-
export const tokenpaymentinfo_token_contract_position: (a: number) => number;
|
|
128
|
-
export const tokenpaymentinfo_type_name: (a: number) => [number, number];
|
|
129
|
-
export const tokentrademode_getValue: (a: number) => [number, number];
|
|
130
|
-
export const tokentrademode_struct_name: () => [number, number];
|
|
131
|
-
export const tokentrademode_type_name: (a: number) => [number, number];
|
|
132
|
-
export const tokenpaymentinfo_set_minimum_token_cost: (a: number, b: number, c: bigint) => void;
|
|
133
|
-
export const tokentrademode_NotTradeable: () => number;
|
|
134
|
-
export const __wbg_extendedepochinfo_free: (a: number, b: number) => void;
|
|
135
|
-
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
136
|
-
export const __wbg_outpoint_free: (a: number, b: number) => void;
|
|
137
|
-
export const __wbg_privateencryptednote_free: (a: number, b: number) => void;
|
|
138
|
-
export const __wbg_privatekey_free: (a: number, b: number) => void;
|
|
139
|
-
export const __wbg_resourcevote_free: (a: number, b: number) => void;
|
|
140
|
-
export const __wbg_sharedencryptednote_free: (a: number, b: number) => void;
|
|
141
|
-
export const __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
143
|
-
export const __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
144
|
-
export const __wbg_votepoll_free: (a: number, b: number) => void;
|
|
145
|
-
export const extendedepochinfo_fee_multiplier: (a: number) => number;
|
|
146
|
-
export const extendedepochinfo_fee_multiplier_permille: (a: number) => bigint;
|
|
147
|
-
export const extendedepochinfo_first_block_height: (a: number) => any;
|
|
148
|
-
export const extendedepochinfo_first_block_time: (a: number) => any;
|
|
149
|
-
export const extendedepochinfo_first_core_block_height: (a: number) => number;
|
|
150
|
-
export const extendedepochinfo_fromJSON: (a: any) => [number, number, number];
|
|
151
|
-
export const extendedepochinfo_fromObject: (a: any) => [number, number, number];
|
|
152
|
-
export const extendedepochinfo_index: (a: number) => number;
|
|
153
|
-
export const extendedepochinfo_new: (a: number, b: bigint, c: bigint, d: number, e: bigint, f: number) => number;
|
|
154
|
-
export const extendedepochinfo_protocol_version: (a: number) => number;
|
|
155
|
-
export const extendedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
|
|
156
|
-
export const extendedepochinfo_set_first_block_height: (a: number, b: bigint) => void;
|
|
157
|
-
export const extendedepochinfo_set_first_block_time: (a: number, b: bigint) => void;
|
|
158
|
-
export const extendedepochinfo_set_first_core_block_height: (a: number, b: number) => void;
|
|
159
|
-
export const extendedepochinfo_set_index: (a: number, b: number) => void;
|
|
160
|
-
export const extendedepochinfo_set_protocol_version: (a: number, b: number) => void;
|
|
161
|
-
export const extendedepochinfo_struct_name: () => [number, number];
|
|
162
|
-
export const extendedepochinfo_toJSON: (a: number) => [number, number, number];
|
|
163
|
-
export const extendedepochinfo_toObject: (a: number) => [number, number, number];
|
|
164
|
-
export const extendedepochinfo_type_name: (a: number) => [number, number];
|
|
165
|
-
export const identifier_fromBase58: (a: number, b: number) => [number, number, number];
|
|
166
|
-
export const identifier_fromBase64: (a: number, b: number) => [number, number, number];
|
|
167
|
-
export const identifier_fromBytes: (a: number, b: number) => [number, number, number];
|
|
168
|
-
export const identifier_fromHex: (a: number, b: number) => [number, number, number];
|
|
169
|
-
export const identifier_new: (a: any) => [number, number, number];
|
|
170
|
-
export const identifier_struct_name: () => [number, number];
|
|
171
|
-
export const identifier_toBase58: (a: number) => [number, number];
|
|
172
|
-
export const identifier_toBase64: (a: number) => [number, number];
|
|
173
|
-
export const identifier_toBytes: (a: number) => [number, number];
|
|
174
|
-
export const identifier_toHex: (a: number) => [number, number];
|
|
175
|
-
export const identifier_type_name: (a: number) => [number, number];
|
|
176
|
-
export const outpoint_fromBase64: (a: number, b: number) => [number, number, number];
|
|
177
|
-
export const outpoint_fromBytes: (a: number, b: number) => number;
|
|
178
|
-
export const outpoint_fromHex: (a: number, b: number) => [number, number, number];
|
|
179
|
-
export const outpoint_getTXID: (a: number) => [number, number];
|
|
180
|
-
export const outpoint_getVOUT: (a: number) => number;
|
|
181
|
-
export const outpoint_new: (a: number, b: number, c: number) => [number, number, number];
|
|
182
|
-
export const outpoint_struct_name: () => [number, number];
|
|
183
|
-
export const outpoint_toBase64: (a: number) => [number, number];
|
|
184
|
-
export const outpoint_toBytes: (a: number) => [number, number];
|
|
185
|
-
export const outpoint_toHex: (a: number) => [number, number];
|
|
186
|
-
export const outpoint_type_name: (a: number) => [number, number];
|
|
187
|
-
export const privateencryptednote_derivation_encryption_key_index: (a: number) => number;
|
|
188
|
-
export const privateencryptednote_new: (a: number, b: number, c: number, d: number) => number;
|
|
189
|
-
export const privateencryptednote_root_encryption_key_index: (a: number) => number;
|
|
190
|
-
export const privateencryptednote_set_derivation_encryption_key_index: (a: number, b: number) => void;
|
|
191
|
-
export const privateencryptednote_set_root_encryption_key_index: (a: number, b: number) => void;
|
|
192
|
-
export const privateencryptednote_set_value: (a: number, b: number, c: number) => void;
|
|
193
|
-
export const privateencryptednote_struct_name: () => [number, number];
|
|
194
|
-
export const privateencryptednote_type_name: (a: number) => [number, number];
|
|
195
|
-
export const privateencryptednote_value: (a: number) => [number, number];
|
|
196
|
-
export const privatekey_WIF: (a: number) => [number, number];
|
|
197
|
-
export const privatekey_fromBytes: (a: number, b: number, c: any) => [number, number, number];
|
|
198
|
-
export const privatekey_fromHex: (a: number, b: number, c: any) => [number, number, number];
|
|
199
|
-
export const privatekey_fromWIF: (a: number, b: number) => [number, number, number];
|
|
200
|
-
export const privatekey_getPublicKey: (a: number) => number;
|
|
201
|
-
export const privatekey_getPublicKeyHash: (a: number) => [number, number];
|
|
202
|
-
export const privatekey_struct_name: () => [number, number];
|
|
203
|
-
export const privatekey_toBytes: (a: number) => [number, number];
|
|
204
|
-
export const privatekey_toHex: (a: number) => [number, number];
|
|
205
|
-
export const privatekey_type_name: (a: number) => [number, number];
|
|
206
|
-
export const resourcevote_choice: (a: number) => number;
|
|
207
|
-
export const resourcevote_fromJSON: (a: any) => [number, number, number];
|
|
208
|
-
export const resourcevote_fromObject: (a: any) => [number, number, number];
|
|
209
|
-
export const resourcevote_new: (a: number, b: number) => number;
|
|
210
|
-
export const resourcevote_set_choice: (a: number, b: number) => void;
|
|
211
|
-
export const resourcevote_set_vote_poll: (a: number, b: number) => void;
|
|
212
|
-
export const resourcevote_struct_name: () => [number, number];
|
|
213
|
-
export const resourcevote_toJSON: (a: number) => [number, number, number];
|
|
214
|
-
export const resourcevote_toObject: (a: number) => [number, number, number];
|
|
215
|
-
export const resourcevote_type_name: (a: number) => [number, number];
|
|
216
|
-
export const resourcevote_vote_poll: (a: number) => number;
|
|
217
|
-
export const sharedencryptednote_recipient_key_index: (a: number) => number;
|
|
218
|
-
export const sharedencryptednote_sender_key_index: (a: number) => number;
|
|
219
|
-
export const sharedencryptednote_set_recipient_key_index: (a: number, b: number) => void;
|
|
220
|
-
export const sharedencryptednote_set_sender_key_index: (a: number, b: number) => void;
|
|
221
|
-
export const sharedencryptednote_set_value: (a: number, b: number, c: number) => void;
|
|
222
|
-
export const sharedencryptednote_struct_name: () => [number, number];
|
|
223
|
-
export const sharedencryptednote_type_name: (a: number) => [number, number];
|
|
224
|
-
export const sharedencryptednote_value: (a: number) => [number, number];
|
|
225
|
-
export const tokenclaimtransition_get_base: (a: number) => number;
|
|
226
|
-
export const tokenclaimtransition_get_distribution_type: (a: number) => [number, number];
|
|
227
|
-
export const tokenclaimtransition_get_public_note: (a: number) => [number, number];
|
|
228
|
-
export const tokenclaimtransition_new: (a: number, b: any, c: number, d: number) => [number, number, number];
|
|
229
|
-
export const tokenclaimtransition_set_base: (a: number, b: number) => void;
|
|
230
|
-
export const tokenclaimtransition_set_distribution_type: (a: number, b: any) => [number, number];
|
|
231
|
-
export const tokenclaimtransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
232
|
-
export const tokenclaimtransition_struct_name: () => [number, number];
|
|
233
|
-
export const tokenclaimtransition_type_name: (a: number) => [number, number];
|
|
234
|
-
export const tokenfreezetransition_get_base: (a: number) => number;
|
|
235
|
-
export const tokenfreezetransition_get_frozen_identity_id: (a: number) => number;
|
|
236
|
-
export const tokenfreezetransition_get_public_note: (a: number) => [number, number];
|
|
237
|
-
export const tokenfreezetransition_new: (a: number, b: any, c: number, d: number) => [number, number, number];
|
|
238
|
-
export const tokenfreezetransition_set_base: (a: number, b: number) => void;
|
|
239
|
-
export const tokenfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
|
|
240
|
-
export const tokenfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
241
|
-
export const tokenfreezetransition_struct_name: () => [number, number];
|
|
242
|
-
export const tokenfreezetransition_type_name: (a: number) => [number, number];
|
|
243
|
-
export const tokentransfertransition_get_amount: (a: number) => bigint;
|
|
244
|
-
export const tokentransfertransition_get_base: (a: number) => number;
|
|
245
|
-
export const tokentransfertransition_get_private_encrypted_note: (a: number) => number;
|
|
246
|
-
export const tokentransfertransition_get_public_note: (a: number) => [number, number];
|
|
247
|
-
export const tokentransfertransition_get_shared_encrypted_note: (a: number) => number;
|
|
248
|
-
export const tokentransfertransition_new: (a: number, b: any, c: bigint, d: number, e: number, f: any, g: any) => [number, number, number];
|
|
249
|
-
export const tokentransfertransition_recipient_id: (a: number) => number;
|
|
250
|
-
export const tokentransfertransition_set_amount: (a: number, b: bigint) => void;
|
|
251
|
-
export const tokentransfertransition_set_base: (a: number, b: number) => void;
|
|
252
|
-
export const tokentransfertransition_set_private_encrypted_note: (a: number, b: any) => [number, number];
|
|
253
|
-
export const tokentransfertransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
254
|
-
export const tokentransfertransition_set_recipient_id: (a: number, b: any) => [number, number];
|
|
255
|
-
export const tokentransfertransition_set_shared_encrypted_note: (a: number, b: any) => [number, number];
|
|
256
|
-
export const tokentransfertransition_struct_name: () => [number, number];
|
|
257
|
-
export const tokentransfertransition_type_name: (a: number) => [number, number];
|
|
258
|
-
export const votepoll_contract_id: (a: number) => number;
|
|
259
|
-
export const votepoll_document_type_name: (a: number) => [number, number];
|
|
260
|
-
export const votepoll_fromJSON: (a: any) => [number, number, number];
|
|
261
|
-
export const votepoll_fromObject: (a: any) => [number, number, number];
|
|
262
|
-
export const votepoll_index_name: (a: number) => [number, number];
|
|
263
|
-
export const votepoll_index_values: (a: number) => [number, number, number];
|
|
264
|
-
export const votepoll_new: (a: any, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
265
|
-
export const votepoll_set_contract_id: (a: number, b: any) => [number, number];
|
|
266
|
-
export const votepoll_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
267
|
-
export const votepoll_set_index_name: (a: number, b: number, c: number) => void;
|
|
268
|
-
export const votepoll_set_index_values: (a: number, b: any) => [number, number];
|
|
269
|
-
export const votepoll_struct_name: () => [number, number];
|
|
270
|
-
export const votepoll_toJSON: (a: number) => [number, number, number];
|
|
271
|
-
export const votepoll_toObject: (a: number) => [number, number, number];
|
|
272
|
-
export const votepoll_toString: (a: number) => [number, number];
|
|
273
|
-
export const votepoll_type_name: (a: number) => [number, number];
|
|
274
|
-
export const sharedencryptednote_new: (a: number, b: number, c: number, d: number) => number;
|
|
275
|
-
export const identifier_toJSON: (a: number) => [number, number];
|
|
276
|
-
export const __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
277
|
-
export const __wbg_blockinfo_free: (a: number, b: number) => void;
|
|
278
|
-
export const __wbg_contesteddocumentvotepollwinnerinfo_free: (a: number, b: number) => void;
|
|
279
|
-
export const __wbg_document_free: (a: number, b: number) => void;
|
|
280
|
-
export const __wbg_documentbasetransition_free: (a: number, b: number) => void;
|
|
281
|
-
export const __wbg_documentdeletetransition_free: (a: number, b: number) => void;
|
|
282
|
-
export const __wbg_documentreplacetransition_free: (a: number, b: number) => void;
|
|
283
|
-
export const __wbg_tokencontractinfo_free: (a: number, b: number) => void;
|
|
284
|
-
export const __wbg_wasmdpperror_free: (a: number, b: number) => void;
|
|
285
|
-
export const assetlockproof_createChainAssetLockProof: (a: number, b: number) => [number, number, number];
|
|
286
|
-
export const assetlockproof_createIdentityId: (a: number) => [number, number, number];
|
|
287
|
-
export const assetlockproof_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
|
|
288
|
-
export const assetlockproof_fromBytes: (a: number, b: number) => [number, number, number];
|
|
289
|
-
export const assetlockproof_fromHex: (a: number, b: number) => [number, number, number];
|
|
290
|
-
export const assetlockproof_fromJSON: (a: any) => [number, number, number];
|
|
291
|
-
export const assetlockproof_fromObject: (a: any) => [number, number, number];
|
|
292
|
-
export const assetlockproof_getChainLockProof: (a: number) => number;
|
|
293
|
-
export const assetlockproof_getInstantLockProof: (a: number) => number;
|
|
294
|
-
export const assetlockproof_getLockType: (a: number) => [number, number];
|
|
295
|
-
export const assetlockproof_getOutPoint: (a: number) => number;
|
|
296
|
-
export const assetlockproof_new: (a: any) => [number, number, number];
|
|
297
|
-
export const assetlockproof_struct_name: () => [number, number];
|
|
298
|
-
export const assetlockproof_toBytes: (a: number) => [number, number, number, number];
|
|
299
|
-
export const assetlockproof_toHex: (a: number) => [number, number, number, number];
|
|
300
|
-
export const assetlockproof_toJSON: (a: number) => [number, number, number];
|
|
301
|
-
export const assetlockproof_toObject: (a: number) => [number, number, number];
|
|
302
|
-
export const assetlockproof_type_name: (a: number) => [number, number];
|
|
303
|
-
export const blockinfo_core_height: (a: number) => number;
|
|
304
|
-
export const blockinfo_epoch_index: (a: number) => number;
|
|
305
|
-
export const blockinfo_fromJSON: (a: any) => [number, number, number];
|
|
306
|
-
export const blockinfo_fromObject: (a: any) => [number, number, number];
|
|
307
|
-
export const blockinfo_height: (a: number) => bigint;
|
|
308
|
-
export const blockinfo_new: (a: bigint, b: bigint, c: number, d: number) => [number, number, number];
|
|
309
|
-
export const blockinfo_time_ms: (a: number) => bigint;
|
|
310
|
-
export const blockinfo_toJSON: (a: number) => [number, number, number];
|
|
311
|
-
export const blockinfo_toObject: (a: number) => [number, number, number];
|
|
312
|
-
export const contesteddocumentvotepollwinnerinfo_fromJSON: (a: any) => [number, number, number];
|
|
313
|
-
export const contesteddocumentvotepollwinnerinfo_fromObject: (a: any) => [number, number, number];
|
|
314
|
-
export const contesteddocumentvotepollwinnerinfo_identity_id: (a: number) => number;
|
|
315
|
-
export const contesteddocumentvotepollwinnerinfo_isLocked: (a: number) => number;
|
|
316
|
-
export const contesteddocumentvotepollwinnerinfo_isNoWinner: (a: number) => number;
|
|
317
|
-
export const contesteddocumentvotepollwinnerinfo_isWonByIdentity: (a: number) => number;
|
|
318
|
-
export const contesteddocumentvotepollwinnerinfo_kind: (a: number) => [number, number];
|
|
319
|
-
export const contesteddocumentvotepollwinnerinfo_new: (a: number, b: number, c: number) => [number, number, number];
|
|
320
|
-
export const contesteddocumentvotepollwinnerinfo_toJSON: (a: number) => [number, number, number];
|
|
321
|
-
export const contesteddocumentvotepollwinnerinfo_toObject: (a: number) => [number, number, number];
|
|
322
|
-
export const document_constructor: (a: any, b: number, c: number, d: bigint, e: any, f: any, g: any) => [number, number, number];
|
|
323
|
-
export const document_fromBase64: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
324
|
-
export const document_fromBytes: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
325
|
-
export const document_fromHex: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
326
|
-
export const document_fromJSON: (a: any) => [number, number, number];
|
|
327
|
-
export const document_fromObject: (a: any) => [number, number, number];
|
|
328
|
-
export const document_generateId: (a: number, b: number, c: any, d: any, e: number, f: number) => [number, number, number, number];
|
|
329
|
-
export const document_get_created_at: (a: number) => [number, bigint];
|
|
330
|
-
export const document_get_created_at_block_height: (a: number) => [number, bigint];
|
|
331
|
-
export const document_get_created_at_core_block_height: (a: number) => number;
|
|
332
|
-
export const document_get_data_contract_id: (a: number) => number;
|
|
333
|
-
export const document_get_document_type_name: (a: number) => [number, number];
|
|
334
|
-
export const document_get_entropy: (a: number) => [number, number];
|
|
335
|
-
export const document_get_id: (a: number) => number;
|
|
336
|
-
export const document_get_owner_id: (a: number) => number;
|
|
337
|
-
export const document_get_properties: (a: number) => [number, number, number];
|
|
338
|
-
export const document_get_revision: (a: number) => [number, bigint];
|
|
339
|
-
export const document_get_transferred_at: (a: number) => [number, bigint];
|
|
340
|
-
export const document_get_transferred_at_block_height: (a: number) => [number, bigint];
|
|
341
|
-
export const document_get_transferred_at_core_block_height: (a: number) => number;
|
|
342
|
-
export const document_get_updated_at: (a: number) => [number, bigint];
|
|
343
|
-
export const document_get_updated_at_block_height: (a: number) => [number, bigint];
|
|
344
|
-
export const document_get_updated_at_core_block_height: (a: number) => number;
|
|
345
|
-
export const document_set_created_at: (a: number, b: number, c: bigint) => void;
|
|
346
|
-
export const document_set_created_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
347
|
-
export const document_set_created_at_core_block_height: (a: number, b: number) => void;
|
|
348
|
-
export const document_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
349
|
-
export const document_set_entropy: (a: number, b: any) => [number, number];
|
|
350
|
-
export const document_set_id: (a: number, b: any) => [number, number];
|
|
351
|
-
export const document_set_js_data_contract_id: (a: number, b: any) => [number, number];
|
|
352
|
-
export const document_set_owner_id: (a: number, b: any) => [number, number];
|
|
353
|
-
export const document_set_properties: (a: number, b: any) => [number, number];
|
|
354
|
-
export const document_set_revision: (a: number, b: number, c: bigint) => void;
|
|
355
|
-
export const document_set_transferred_at: (a: number, b: number, c: bigint) => void;
|
|
356
|
-
export const document_set_transferred_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
357
|
-
export const document_set_transferred_at_core_block_height: (a: number, b: number) => void;
|
|
358
|
-
export const document_set_updated_at: (a: number, b: number, c: bigint) => void;
|
|
359
|
-
export const document_set_updated_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
360
|
-
export const document_set_updated_at_core_block_height: (a: number, b: number) => void;
|
|
361
|
-
export const document_struct_name: () => [number, number];
|
|
362
|
-
export const document_toBase64: (a: number, b: number, c: any) => [number, number, number, number];
|
|
363
|
-
export const document_toBytes: (a: number, b: number, c: any) => [number, number, number, number];
|
|
364
|
-
export const document_toHex: (a: number, b: number, c: any) => [number, number, number, number];
|
|
365
|
-
export const document_toJSON: (a: number) => [number, number, number];
|
|
366
|
-
export const document_toObject: (a: number) => [number, number, number];
|
|
367
|
-
export const document_type_name: (a: number) => [number, number];
|
|
368
|
-
export const documentbasetransition_get_data_contract_id: (a: number) => number;
|
|
369
|
-
export const documentbasetransition_get_document_type_name: (a: number) => [number, number];
|
|
370
|
-
export const documentbasetransition_get_id: (a: number) => number;
|
|
371
|
-
export const documentbasetransition_get_identity_contract_nonce: (a: number) => bigint;
|
|
372
|
-
export const documentbasetransition_get_token_payment_info: (a: number) => number;
|
|
373
|
-
export const documentbasetransition_new: (a: any, b: bigint, c: number, d: number, e: any, f: any) => [number, number, number];
|
|
374
|
-
export const documentbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
|
|
375
|
-
export const documentbasetransition_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
376
|
-
export const documentbasetransition_set_id: (a: number, b: any) => [number, number];
|
|
377
|
-
export const documentbasetransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
378
|
-
export const documentbasetransition_set_token_payment_info: (a: number, b: number) => void;
|
|
379
|
-
export const documentbasetransition_struct_name: () => [number, number];
|
|
380
|
-
export const documentbasetransition_type_name: (a: number) => [number, number];
|
|
381
|
-
export const documentdeletetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
382
|
-
export const documentdeletetransition_get_base: (a: number) => number;
|
|
383
|
-
export const documentdeletetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
384
|
-
export const documentdeletetransition_set_base: (a: number, b: number) => void;
|
|
385
|
-
export const documentdeletetransition_struct_name: () => [number, number];
|
|
386
|
-
export const documentdeletetransition_toDocumentTransition: (a: number) => number;
|
|
387
|
-
export const documentdeletetransition_type_name: (a: number) => [number, number];
|
|
388
|
-
export const documentreplacetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
389
|
-
export const documentreplacetransition_get_base: (a: number) => number;
|
|
390
|
-
export const documentreplacetransition_get_data: (a: number) => [number, number, number];
|
|
391
|
-
export const documentreplacetransition_get_revision: (a: number) => bigint;
|
|
392
|
-
export const documentreplacetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
393
|
-
export const documentreplacetransition_set_base: (a: number, b: number) => void;
|
|
394
|
-
export const documentreplacetransition_set_data: (a: number, b: any) => [number, number];
|
|
395
|
-
export const documentreplacetransition_set_revision: (a: number, b: bigint) => void;
|
|
396
|
-
export const documentreplacetransition_struct_name: () => [number, number];
|
|
397
|
-
export const documentreplacetransition_toDocumentTransition: (a: number) => number;
|
|
398
|
-
export const documentreplacetransition_type_name: (a: number) => [number, number];
|
|
399
|
-
export const tokencontractinfo_contract_id: (a: number) => number;
|
|
400
|
-
export const tokencontractinfo_token_contract_position: (a: number) => number;
|
|
401
|
-
export const wasmdpperror_code: (a: number) => number;
|
|
402
|
-
export const wasmdpperror_kind: (a: number) => number;
|
|
403
|
-
export const wasmdpperror_message: (a: number) => [number, number];
|
|
404
|
-
export const wasmdpperror_name: (a: number) => [number, number];
|
|
4
|
+
export const __wbg_actiontaker_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_authorizedactiontakers_free: (a: number, b: number) => void;
|
|
405
6
|
export const __wbg_blockbaseddistribution_free: (a: number, b: number) => void;
|
|
406
|
-
export const
|
|
407
|
-
export const __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
7
|
+
export const __wbg_changecontrolrules_free: (a: number, b: number) => void;
|
|
408
8
|
export const __wbg_distributionfunction_free: (a: number, b: number) => void;
|
|
409
9
|
export const __wbg_epochbaseddistribution_free: (a: number, b: number) => void;
|
|
10
|
+
export const __wbg_finalizedepochinfo_free: (a: number, b: number) => void;
|
|
410
11
|
export const __wbg_get_blockbaseddistribution_interval: (a: number) => bigint;
|
|
411
12
|
export const __wbg_get_epochbaseddistribution_interval: (a: number) => number;
|
|
412
13
|
export const __wbg_get_timebaseddistribution_interval: (a: number) => bigint;
|
|
413
14
|
export const __wbg_identitytokeninfo_free: (a: number, b: number) => void;
|
|
414
|
-
export const __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
415
15
|
export const __wbg_rewarddistributiontype_free: (a: number, b: number) => void;
|
|
416
16
|
export const __wbg_set_blockbaseddistribution_interval: (a: number, b: bigint) => void;
|
|
417
17
|
export const __wbg_set_epochbaseddistribution_interval: (a: number, b: number) => void;
|
|
418
18
|
export const __wbg_timebaseddistribution_free: (a: number, b: number) => void;
|
|
419
|
-
export const __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
420
|
-
export const __wbg_tokendistributionrecipient_free: (a: number, b: number) => void;
|
|
421
19
|
export const __wbg_tokendistributionrules_free: (a: number, b: number) => void;
|
|
422
|
-
export const __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
423
|
-
export const __wbg_tokenmarketplacerules_free: (a: number, b: number) => void;
|
|
424
|
-
export const __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
425
20
|
export const __wbg_tokenperpetualdistribution_free: (a: number, b: number) => void;
|
|
21
|
+
export const __wbg_tokenpreprogrammeddistribution_free: (a: number, b: number) => void;
|
|
22
|
+
export const actiontaker_getType: (a: number) => [number, number];
|
|
23
|
+
export const actiontaker_get_value: (a: number) => any;
|
|
24
|
+
export const actiontaker_new: (a: any) => [number, number, number];
|
|
25
|
+
export const actiontaker_set_value: (a: number, b: any) => [number, number];
|
|
26
|
+
export const actiontaker_struct_name: () => [number, number];
|
|
27
|
+
export const actiontaker_type_name: (a: number) => [number, number];
|
|
28
|
+
export const authorizedactiontakers_ContractOwner: () => number;
|
|
29
|
+
export const authorizedactiontakers_Group: (a: number) => number;
|
|
30
|
+
export const authorizedactiontakers_Identity: (a: any) => [number, number, number];
|
|
31
|
+
export const authorizedactiontakers_MainGroup: () => number;
|
|
32
|
+
export const authorizedactiontakers_NoOne: () => number;
|
|
33
|
+
export const authorizedactiontakers_getTakerType: (a: number) => [number, number];
|
|
34
|
+
export const authorizedactiontakers_getValue: (a: number) => any;
|
|
35
|
+
export const authorizedactiontakers_struct_name: () => [number, number];
|
|
36
|
+
export const authorizedactiontakers_type_name: (a: number) => [number, number];
|
|
426
37
|
export const blockbaseddistribution_get_function: (a: number) => number;
|
|
427
38
|
export const blockbaseddistribution_set_function: (a: number, b: number) => void;
|
|
428
39
|
export const blockbaseddistribution_struct_name: () => [number, number];
|
|
429
40
|
export const blockbaseddistribution_type_name: (a: number) => [number, number];
|
|
430
|
-
export const
|
|
431
|
-
export const
|
|
432
|
-
export const
|
|
433
|
-
export const
|
|
434
|
-
export const
|
|
435
|
-
export const
|
|
436
|
-
export const
|
|
437
|
-
export const
|
|
438
|
-
export const
|
|
439
|
-
export const
|
|
440
|
-
export const
|
|
441
|
-
export const
|
|
442
|
-
export const
|
|
443
|
-
export const
|
|
444
|
-
export const datacontract_setConfig: (a: number, b: any, c: any) => [number, number];
|
|
445
|
-
export const datacontract_setSchemas: (a: number, b: any, c: number, d: number, e: any) => [number, number];
|
|
446
|
-
export const datacontract_set_groups: (a: number, b: any) => [number, number];
|
|
447
|
-
export const datacontract_set_id: (a: number, b: any) => [number, number];
|
|
448
|
-
export const datacontract_set_owner_id: (a: number, b: any) => [number, number];
|
|
449
|
-
export const datacontract_set_tokens: (a: number, b: any) => [number, number];
|
|
450
|
-
export const datacontract_set_version: (a: number, b: number) => void;
|
|
451
|
-
export const datacontract_struct_name: () => [number, number];
|
|
452
|
-
export const datacontract_toBase64: (a: number, b: any) => [number, number, number, number];
|
|
453
|
-
export const datacontract_toBytes: (a: number, b: any) => [number, number, number, number];
|
|
454
|
-
export const datacontract_toHex: (a: number, b: any) => [number, number, number, number];
|
|
455
|
-
export const datacontract_toJSON: (a: number, b: any) => [number, number, number];
|
|
456
|
-
export const datacontract_toObject: (a: number, b: any) => [number, number, number];
|
|
457
|
-
export const datacontract_type_name: (a: number) => [number, number];
|
|
458
|
-
export const datacontractcreatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
459
|
-
export const datacontractcreatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
460
|
-
export const datacontractcreatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
461
|
-
export const datacontractcreatetransition_fromJSON: (a: any) => [number, number, number];
|
|
462
|
-
export const datacontractcreatetransition_fromObject: (a: any) => [number, number, number];
|
|
463
|
-
export const datacontractcreatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
464
|
-
export const datacontractcreatetransition_getDataContract: (a: number, b: any, c: number) => [number, number, number];
|
|
465
|
-
export const datacontractcreatetransition_get_feature_version: (a: number) => number;
|
|
466
|
-
export const datacontractcreatetransition_get_identity_nonce: (a: number) => bigint;
|
|
467
|
-
export const datacontractcreatetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
468
|
-
export const datacontractcreatetransition_setDataContract: (a: number, b: number, c: any) => [number, number];
|
|
469
|
-
export const datacontractcreatetransition_struct_name: () => [number, number];
|
|
470
|
-
export const datacontractcreatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
471
|
-
export const datacontractcreatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
472
|
-
export const datacontractcreatetransition_toHex: (a: number) => [number, number, number, number];
|
|
473
|
-
export const datacontractcreatetransition_toJSON: (a: number) => [number, number, number];
|
|
474
|
-
export const datacontractcreatetransition_toObject: (a: number) => [number, number, number];
|
|
475
|
-
export const datacontractcreatetransition_toStateTransition: (a: number) => number;
|
|
476
|
-
export const datacontractcreatetransition_type_name: (a: number) => [number, number];
|
|
477
|
-
export const datacontractcreatetransition_verifyProtocolVersion: (a: number, b: number) => [number, number, number];
|
|
41
|
+
export const changecontrolrules_canChangeAdminActionTakers: (a: number, b: number, c: any, d: number, e: any, f: number, g: any) => [number, number, number];
|
|
42
|
+
export const changecontrolrules_get_admin_action_takers: (a: number) => number;
|
|
43
|
+
export const changecontrolrules_get_authorized_to_make_change: (a: number) => number;
|
|
44
|
+
export const changecontrolrules_get_changing_admin_action_takers_to_no_one_allowed: (a: number) => number;
|
|
45
|
+
export const changecontrolrules_get_changing_authorized_action_takers_to_no_one_allowed: (a: number) => number;
|
|
46
|
+
export const changecontrolrules_get_self_changing_admin_action_takers_allowed: (a: number) => number;
|
|
47
|
+
export const changecontrolrules_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
48
|
+
export const changecontrolrules_set_admin_action_takers: (a: number, b: number) => void;
|
|
49
|
+
export const changecontrolrules_set_authorized_to_make_change: (a: number, b: number) => void;
|
|
50
|
+
export const changecontrolrules_set_changing_admin_action_takers_to_no_one_allowed: (a: number, b: number) => void;
|
|
51
|
+
export const changecontrolrules_set_changing_authorized_action_takers_to_no_one_allowed: (a: number, b: number) => void;
|
|
52
|
+
export const changecontrolrules_set_self_changing_admin_action_takers_allowed: (a: number, b: number) => void;
|
|
53
|
+
export const changecontrolrules_struct_name: () => [number, number];
|
|
54
|
+
export const changecontrolrules_type_name: (a: number) => [number, number];
|
|
478
55
|
export const distributionfunction_Exponential: (a: bigint, b: bigint, c: bigint, d: bigint, e: bigint, f: number, g: bigint, h: bigint, i: number, j: bigint, k: number, l: bigint) => number;
|
|
479
56
|
export const distributionfunction_FixedAmountDistribution: (a: bigint) => number;
|
|
480
57
|
export const distributionfunction_InvertedLogarithmic: (a: bigint, b: bigint, c: bigint, d: bigint, e: bigint, f: number, g: bigint, h: bigint, i: number, j: bigint, k: number, l: bigint) => number;
|
|
@@ -492,42 +69,38 @@ export const epochbaseddistribution_get_function: (a: number) => number;
|
|
|
492
69
|
export const epochbaseddistribution_set_function: (a: number, b: number) => void;
|
|
493
70
|
export const epochbaseddistribution_struct_name: () => [number, number];
|
|
494
71
|
export const epochbaseddistribution_type_name: (a: number) => [number, number];
|
|
72
|
+
export const finalizedepochinfo_block_proposers: (a: number) => [number, number, number];
|
|
73
|
+
export const finalizedepochinfo_core_block_rewards: (a: number) => any;
|
|
74
|
+
export const finalizedepochinfo_fee_multiplier: (a: number) => number;
|
|
75
|
+
export const finalizedepochinfo_fee_multiplier_permille: (a: number) => bigint;
|
|
76
|
+
export const finalizedepochinfo_first_block_height: (a: number) => any;
|
|
77
|
+
export const finalizedepochinfo_first_block_time: (a: number) => any;
|
|
78
|
+
export const finalizedepochinfo_first_core_block_height: (a: number) => number;
|
|
79
|
+
export const finalizedepochinfo_fromJSON: (a: any) => [number, number, number];
|
|
80
|
+
export const finalizedepochinfo_fromObject: (a: any) => [number, number, number];
|
|
81
|
+
export const finalizedepochinfo_new: (a: bigint, b: bigint, c: bigint, d: number, e: number, f: bigint, g: bigint, h: bigint, i: bigint, j: any, k: bigint, l: number) => [number, number, number];
|
|
82
|
+
export const finalizedepochinfo_next_epoch_start_core_block_height: (a: number) => number;
|
|
83
|
+
export const finalizedepochinfo_protocol_version: (a: number) => number;
|
|
84
|
+
export const finalizedepochinfo_set_block_proposers: (a: number, b: any) => [number, number];
|
|
85
|
+
export const finalizedepochinfo_set_core_block_rewards: (a: number, b: bigint) => void;
|
|
86
|
+
export const finalizedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
|
|
87
|
+
export const finalizedepochinfo_set_first_block_height: (a: number, b: bigint) => void;
|
|
88
|
+
export const finalizedepochinfo_set_first_block_time: (a: number, b: bigint) => void;
|
|
89
|
+
export const finalizedepochinfo_set_first_core_block_height: (a: number, b: number) => void;
|
|
90
|
+
export const finalizedepochinfo_set_next_epoch_start_core_block_height: (a: number, b: number) => void;
|
|
91
|
+
export const finalizedepochinfo_set_protocol_version: (a: number, b: number) => void;
|
|
92
|
+
export const finalizedepochinfo_set_total_blocks_in_epoch: (a: number, b: bigint) => void;
|
|
93
|
+
export const finalizedepochinfo_set_total_created_storage_fees: (a: number, b: bigint) => void;
|
|
94
|
+
export const finalizedepochinfo_set_total_distributed_storage_fees: (a: number, b: bigint) => void;
|
|
95
|
+
export const finalizedepochinfo_set_total_processing_fees: (a: number, b: bigint) => void;
|
|
96
|
+
export const finalizedepochinfo_struct_name: (a: number) => [number, number];
|
|
97
|
+
export const finalizedepochinfo_toJSON: (a: number) => [number, number, number];
|
|
98
|
+
export const finalizedepochinfo_toObject: (a: number) => [number, number, number];
|
|
99
|
+
export const finalizedepochinfo_total_blocks_in_epoch: (a: number) => any;
|
|
100
|
+
export const finalizedepochinfo_total_created_storage_fees: (a: number) => any;
|
|
101
|
+
export const finalizedepochinfo_total_distributed_storage_fees: (a: number) => any;
|
|
102
|
+
export const finalizedepochinfo_total_processing_fees: (a: number) => any;
|
|
495
103
|
export const identitytokeninfo_frozen: (a: number) => number;
|
|
496
|
-
export const identityupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
497
|
-
export const identityupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
498
|
-
export const identityupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
499
|
-
export const identityupdatetransition_fromJSON: (a: any) => [number, number, number];
|
|
500
|
-
export const identityupdatetransition_fromObject: (a: any) => [number, number, number];
|
|
501
|
-
export const identityupdatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
502
|
-
export const identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
503
|
-
export const identityupdatetransition_getOptionalAssetLockProof: (a: number) => any;
|
|
504
|
-
export const identityupdatetransition_getPurposeRequirement: (a: number) => [number, number];
|
|
505
|
-
export const identityupdatetransition_getSignableBytes: (a: number) => [number, number, number, number];
|
|
506
|
-
export const identityupdatetransition_get_identity_identifier: (a: number) => number;
|
|
507
|
-
export const identityupdatetransition_get_nonce: (a: number) => bigint;
|
|
508
|
-
export const identityupdatetransition_get_public_key_ids_to_add: (a: number) => [number, number];
|
|
509
|
-
export const identityupdatetransition_get_public_key_ids_to_disable: (a: number) => [number, number];
|
|
510
|
-
export const identityupdatetransition_get_revision: (a: number) => bigint;
|
|
511
|
-
export const identityupdatetransition_get_signature: (a: number) => [number, number];
|
|
512
|
-
export const identityupdatetransition_get_signature_public_key_id: (a: number) => number;
|
|
513
|
-
export const identityupdatetransition_get_user_fee_increase: (a: number) => number;
|
|
514
|
-
export const identityupdatetransition_new: (a: any, b: bigint, c: bigint, d: any, e: number, f: number, g: number) => [number, number, number];
|
|
515
|
-
export const identityupdatetransition_set_identity_identifier: (a: number, b: any) => [number, number];
|
|
516
|
-
export const identityupdatetransition_set_nonce: (a: number, b: bigint) => void;
|
|
517
|
-
export const identityupdatetransition_set_public_key_ids_to_add: (a: number, b: any) => [number, number];
|
|
518
|
-
export const identityupdatetransition_set_public_key_ids_to_disable: (a: number, b: number, c: number) => void;
|
|
519
|
-
export const identityupdatetransition_set_revision: (a: number, b: bigint) => void;
|
|
520
|
-
export const identityupdatetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
521
|
-
export const identityupdatetransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
522
|
-
export const identityupdatetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
523
|
-
export const identityupdatetransition_struct_name: () => [number, number];
|
|
524
|
-
export const identityupdatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
525
|
-
export const identityupdatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
526
|
-
export const identityupdatetransition_toHex: (a: number) => [number, number, number, number];
|
|
527
|
-
export const identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
528
|
-
export const identityupdatetransition_toObject: (a: number) => [number, number, number];
|
|
529
|
-
export const identityupdatetransition_toStateTransition: (a: number) => number;
|
|
530
|
-
export const identityupdatetransition_type_name: (a: number) => [number, number];
|
|
531
104
|
export const rewarddistributiontype_BlockBasedDistribution: (a: bigint, b: number) => number;
|
|
532
105
|
export const rewarddistributiontype_EpochBasedDistribution: (a: number, b: number) => number;
|
|
533
106
|
export const rewarddistributiontype_TimeBasedDistribution: (a: bigint, b: number) => number;
|
|
@@ -538,78 +111,173 @@ export const timebaseddistribution_get_function: (a: number) => number;
|
|
|
538
111
|
export const timebaseddistribution_set_function: (a: number, b: number) => void;
|
|
539
112
|
export const timebaseddistribution_struct_name: () => [number, number];
|
|
540
113
|
export const timebaseddistribution_type_name: (a: number) => [number, number];
|
|
541
|
-
export const tokenconfiguration_calculateTokenId: (a: any, b: number) => [number, number, number];
|
|
542
|
-
export const tokenconfiguration_get_base_supply: (a: number) => bigint;
|
|
543
|
-
export const tokenconfiguration_get_conventions: (a: number) => number;
|
|
544
|
-
export const tokenconfiguration_get_conventions_change_rules: (a: number) => number;
|
|
545
|
-
export const tokenconfiguration_get_description: (a: number) => [number, number];
|
|
546
|
-
export const tokenconfiguration_get_destroy_frozen_funds_rules: (a: number) => number;
|
|
547
|
-
export const tokenconfiguration_get_distribution_rules: (a: number) => number;
|
|
548
|
-
export const tokenconfiguration_get_emergency_action_rules: (a: number) => number;
|
|
549
|
-
export const tokenconfiguration_get_freeze_rules: (a: number) => number;
|
|
550
|
-
export const tokenconfiguration_get_is_allowed_transfer_to_frozen_balance: (a: number) => number;
|
|
551
|
-
export const tokenconfiguration_get_keeps_history: (a: number) => number;
|
|
552
|
-
export const tokenconfiguration_get_main_control_group: (a: number) => number;
|
|
553
|
-
export const tokenconfiguration_get_main_control_group_can_be_modified: (a: number) => number;
|
|
554
|
-
export const tokenconfiguration_get_manual_burning_rules: (a: number) => number;
|
|
555
|
-
export const tokenconfiguration_get_manual_minting_rules: (a: number) => number;
|
|
556
|
-
export const tokenconfiguration_get_marketplace_rules: (a: number) => number;
|
|
557
|
-
export const tokenconfiguration_get_max_supply: (a: number) => [number, bigint];
|
|
558
|
-
export const tokenconfiguration_get_max_supply_change_rules: (a: number) => number;
|
|
559
|
-
export const tokenconfiguration_get_start_as_paused: (a: number) => number;
|
|
560
|
-
export const tokenconfiguration_get_unfreeze_rules: (a: number) => number;
|
|
561
|
-
export const tokenconfiguration_new: (a: number, b: number, c: bigint, d: number, e: bigint, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number) => number;
|
|
562
|
-
export const tokenconfiguration_set_base_supply: (a: number, b: bigint) => void;
|
|
563
|
-
export const tokenconfiguration_set_conventions: (a: number, b: number) => void;
|
|
564
|
-
export const tokenconfiguration_set_conventions_change_rules: (a: number, b: number) => void;
|
|
565
|
-
export const tokenconfiguration_set_description: (a: number, b: number, c: number) => void;
|
|
566
|
-
export const tokenconfiguration_set_destroy_frozen_funds_rules: (a: number, b: number) => void;
|
|
567
|
-
export const tokenconfiguration_set_distribution_rules: (a: number, b: number) => void;
|
|
568
|
-
export const tokenconfiguration_set_emergency_action_rules: (a: number, b: number) => void;
|
|
569
|
-
export const tokenconfiguration_set_freeze_rules: (a: number, b: number) => void;
|
|
570
|
-
export const tokenconfiguration_set_is_allowed_transfer_to_frozen_balance: (a: number, b: number) => void;
|
|
571
|
-
export const tokenconfiguration_set_keeps_history: (a: number, b: number) => void;
|
|
572
|
-
export const tokenconfiguration_set_main_control_group: (a: number, b: number) => void;
|
|
573
|
-
export const tokenconfiguration_set_main_control_group_can_be_modified: (a: number, b: number) => void;
|
|
574
|
-
export const tokenconfiguration_set_manual_burning_rules: (a: number, b: number) => void;
|
|
575
|
-
export const tokenconfiguration_set_manual_minting_rules: (a: number, b: number) => void;
|
|
576
|
-
export const tokenconfiguration_set_marketplace_rules: (a: number, b: number) => void;
|
|
577
|
-
export const tokenconfiguration_set_max_supply: (a: number, b: number, c: bigint) => void;
|
|
578
|
-
export const tokenconfiguration_set_max_supply_change_rules: (a: number, b: number) => void;
|
|
579
|
-
export const tokenconfiguration_set_start_as_paused: (a: number, b: number) => void;
|
|
580
|
-
export const tokenconfiguration_set_unfreeze_rules: (a: number, b: number) => void;
|
|
581
|
-
export const tokenconfiguration_struct_name: () => [number, number];
|
|
582
|
-
export const tokenconfiguration_type_name: (a: number) => [number, number];
|
|
583
|
-
export const tokenconfigurationchangeitem_ConventionsAdminGroupItem: (a: number) => number;
|
|
584
|
-
export const tokenconfigurationchangeitem_ConventionsControlGroupItem: (a: number) => number;
|
|
585
|
-
export const tokenconfigurationchangeitem_DestroyFrozenFundsAdminGroupItem: (a: number) => number;
|
|
586
|
-
export const tokenconfigurationchangeitem_DestroyFrozenFundsItem: (a: number) => number;
|
|
587
|
-
export const tokenconfigurationchangeitem_EmergencyActionAdminGroupItem: (a: number) => number;
|
|
588
|
-
export const tokenconfigurationchangeitem_EmergencyActionItem: (a: number) => number;
|
|
589
|
-
export const tokenconfigurationchangeitem_FreezeAdminGroupItem: (a: number) => number;
|
|
590
|
-
export const tokenconfigurationchangeitem_FreezeItem: (a: number) => number;
|
|
591
|
-
export const tokenconfigurationchangeitem_ManualBurningAdminGroupItem: (a: number) => number;
|
|
592
|
-
export const tokenconfigurationchangeitem_ManualBurningItem: (a: number) => number;
|
|
593
|
-
export const tokenconfigurationchangeitem_ManualMintingAdminGroupItem: (a: number) => number;
|
|
594
|
-
export const tokenconfigurationchangeitem_ManualMintingItem: (a: number) => number;
|
|
595
|
-
export const tokenconfigurationchangeitem_MarketplaceTradeModeAdminGroupItem: (a: number) => number;
|
|
596
|
-
export const tokenconfigurationchangeitem_MarketplaceTradeModeControlGroupItem: (a: number) => number;
|
|
597
|
-
export const tokenconfigurationchangeitem_MarketplaceTradeModeItem: (a: number) => number;
|
|
598
|
-
export const tokenconfigurationchangeitem_MaxSupplyAdminGroupItem: (a: number) => number;
|
|
599
|
-
export const tokenconfigurationchangeitem_MaxSupplyControlGroupItem: (a: number) => number;
|
|
600
|
-
export const tokenconfigurationchangeitem_MaxSupplyItem: (a: number, b: bigint) => number;
|
|
601
|
-
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationAdminGroupItem: (a: number) => number;
|
|
602
|
-
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationControlGroupItem: (a: number) => number;
|
|
603
|
-
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationItem: (a: number) => number;
|
|
604
114
|
export const tokenconfigurationchangeitem_NewTokensDestinationIdentityAdminGroupItem: (a: number) => number;
|
|
605
115
|
export const tokenconfigurationchangeitem_NewTokensDestinationIdentityControlGroupItem: (a: number) => number;
|
|
606
116
|
export const tokenconfigurationchangeitem_NewTokensDestinationIdentityItem: (a: any) => [number, number, number];
|
|
607
|
-
export const
|
|
608
|
-
export const
|
|
609
|
-
export const
|
|
610
|
-
export const
|
|
611
|
-
export const
|
|
612
|
-
export const
|
|
117
|
+
export const tokendistributionrules_get_change_direct_purchase_pricing_rules: (a: number) => number;
|
|
118
|
+
export const tokendistributionrules_get_minting_allow_choosing_destination: (a: number) => number;
|
|
119
|
+
export const tokendistributionrules_get_minting_allow_choosing_destination_rules: (a: number) => number;
|
|
120
|
+
export const tokendistributionrules_get_new_tokens_destination_identity: (a: number) => number;
|
|
121
|
+
export const tokendistributionrules_get_new_tokens_destination_identity_rules: (a: number) => number;
|
|
122
|
+
export const tokendistributionrules_get_perpetual_distribution: (a: number) => number;
|
|
123
|
+
export const tokendistributionrules_get_perpetual_distribution_rules: (a: number) => number;
|
|
124
|
+
export const tokendistributionrules_get_pre_programmed_distribution: (a: number) => number;
|
|
125
|
+
export const tokendistributionrules_new: (a: any, b: number, c: any, d: any, e: number, f: number, g: number, h: number) => [number, number, number];
|
|
126
|
+
export const tokendistributionrules_set_change_direct_purchase_pricing_rules: (a: number, b: number) => void;
|
|
127
|
+
export const tokendistributionrules_set_minting_allow_choosing_destination: (a: number, b: number) => void;
|
|
128
|
+
export const tokendistributionrules_set_minting_allow_choosing_destination_rules: (a: number, b: number) => void;
|
|
129
|
+
export const tokendistributionrules_set_new_tokens_destination_identity: (a: number, b: any) => [number, number];
|
|
130
|
+
export const tokendistributionrules_set_new_tokens_destination_identity_rules: (a: number, b: number) => void;
|
|
131
|
+
export const tokendistributionrules_set_perpetual_distribution: (a: number, b: any) => [number, number];
|
|
132
|
+
export const tokendistributionrules_set_perpetual_distribution_rules: (a: number, b: number) => void;
|
|
133
|
+
export const tokendistributionrules_set_pre_programmed_distribution: (a: number, b: any) => [number, number];
|
|
134
|
+
export const tokendistributionrules_struct_name: () => [number, number];
|
|
135
|
+
export const tokendistributionrules_type_name: (a: number) => [number, number];
|
|
136
|
+
export const tokenperpetualdistribution_distribution_type: (a: number) => number;
|
|
137
|
+
export const tokenperpetualdistribution_new: (a: number, b: number) => number;
|
|
138
|
+
export const tokenperpetualdistribution_recipient: (a: number) => number;
|
|
139
|
+
export const tokenperpetualdistribution_set_distribution_type: (a: number, b: number) => void;
|
|
140
|
+
export const tokenperpetualdistribution_set_recipient: (a: number, b: number) => void;
|
|
141
|
+
export const tokenperpetualdistribution_struct_name: () => [number, number];
|
|
142
|
+
export const tokenperpetualdistribution_type_name: (a: number) => [number, number];
|
|
143
|
+
export const tokenpreprogrammeddistribution_get_distributions: (a: number) => [number, number, number];
|
|
144
|
+
export const tokenpreprogrammeddistribution_new: (a: any) => [number, number, number];
|
|
145
|
+
export const tokenpreprogrammeddistribution_set_distributions: (a: number, b: any) => [number, number];
|
|
146
|
+
export const tokenpreprogrammeddistribution_struct_name: () => [number, number];
|
|
147
|
+
export const tokenpreprogrammeddistribution_type_name: (a: number) => [number, number];
|
|
148
|
+
export const finalizedepochinfo_type_name: (a: number) => [number, number];
|
|
149
|
+
export const __wbg_set_timebaseddistribution_interval: (a: number, b: bigint) => void;
|
|
150
|
+
export const __wbg_contractbounds_free: (a: number, b: number) => void;
|
|
151
|
+
export const __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
152
|
+
export const __wbg_identity_free: (a: number, b: number) => void;
|
|
153
|
+
export const __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
154
|
+
export const __wbg_identitysigner_free: (a: number, b: number) => void;
|
|
155
|
+
export const __wbg_platformaddressinput_free: (a: number, b: number) => void;
|
|
156
|
+
export const __wbg_platformaddressoutput_free: (a: number, b: number) => void;
|
|
157
|
+
export const __wbg_platformaddresssigner_free: (a: number, b: number) => void;
|
|
158
|
+
export const __wbg_publickey_free: (a: number, b: number) => void;
|
|
159
|
+
export const __wbg_tokendistributionrecipient_free: (a: number, b: number) => void;
|
|
160
|
+
export const contractbounds_SingleContract: (a: any) => [number, number, number];
|
|
161
|
+
export const contractbounds_SingleContractDocumentType: (a: any, b: number, c: number) => [number, number, number];
|
|
162
|
+
export const contractbounds_contract_bounds_type: (a: number) => [number, number];
|
|
163
|
+
export const contractbounds_contract_bounds_type_number: (a: number) => number;
|
|
164
|
+
export const contractbounds_document_type_name: (a: number) => [number, number];
|
|
165
|
+
export const contractbounds_fromJSON: (a: any) => [number, number, number];
|
|
166
|
+
export const contractbounds_fromObject: (a: any) => [number, number, number];
|
|
167
|
+
export const contractbounds_id: (a: number) => number;
|
|
168
|
+
export const contractbounds_new: (a: any, b: number, c: number) => [number, number, number];
|
|
169
|
+
export const contractbounds_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
170
|
+
export const contractbounds_set_id: (a: number, b: any) => [number, number];
|
|
171
|
+
export const contractbounds_struct_name: () => [number, number];
|
|
172
|
+
export const contractbounds_toJSON: (a: number) => [number, number, number];
|
|
173
|
+
export const contractbounds_toObject: (a: number) => [number, number, number];
|
|
174
|
+
export const contractbounds_type_name: (a: number) => [number, number];
|
|
175
|
+
export const datacontractupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
176
|
+
export const datacontractupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
177
|
+
export const datacontractupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
178
|
+
export const datacontractupdatetransition_fromJSON: (a: any) => [number, number, number];
|
|
179
|
+
export const datacontractupdatetransition_fromObject: (a: any) => [number, number, number];
|
|
180
|
+
export const datacontractupdatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
181
|
+
export const datacontractupdatetransition_getDataContract: (a: number, b: number, c: any) => [number, number, number];
|
|
182
|
+
export const datacontractupdatetransition_get_feature_version: (a: number) => number;
|
|
183
|
+
export const datacontractupdatetransition_get_identity_nonce: (a: number) => bigint;
|
|
184
|
+
export const datacontractupdatetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
185
|
+
export const datacontractupdatetransition_setDataContract: (a: number, b: number, c: any) => [number, number];
|
|
186
|
+
export const datacontractupdatetransition_struct_name: () => [number, number];
|
|
187
|
+
export const datacontractupdatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
188
|
+
export const datacontractupdatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
189
|
+
export const datacontractupdatetransition_toHex: (a: number) => [number, number, number, number];
|
|
190
|
+
export const datacontractupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
191
|
+
export const datacontractupdatetransition_toObject: (a: number) => [number, number, number];
|
|
192
|
+
export const datacontractupdatetransition_toStateTransition: (a: number) => number;
|
|
193
|
+
export const datacontractupdatetransition_type_name: (a: number) => [number, number];
|
|
194
|
+
export const datacontractupdatetransition_verifyProtocolVersion: (a: number, b: number) => [number, number, number];
|
|
195
|
+
export const identity_addPublicKey: (a: number, b: number) => void;
|
|
196
|
+
export const identity_fromBase64: (a: number, b: number) => [number, number, number];
|
|
197
|
+
export const identity_fromBytes: (a: number, b: number) => [number, number, number];
|
|
198
|
+
export const identity_fromHex: (a: number, b: number) => [number, number, number];
|
|
199
|
+
export const identity_fromJSON: (a: any) => [number, number, number];
|
|
200
|
+
export const identity_fromObject: (a: any) => [number, number, number];
|
|
201
|
+
export const identity_getPublicKeyById: (a: number, b: number) => number;
|
|
202
|
+
export const identity_getPublicKeys: (a: number) => [number, number];
|
|
203
|
+
export const identity_get_balance: (a: number) => bigint;
|
|
204
|
+
export const identity_get_id: (a: number) => number;
|
|
205
|
+
export const identity_get_revision: (a: number) => bigint;
|
|
206
|
+
export const identity_new: (a: any) => [number, number, number];
|
|
207
|
+
export const identity_set_balance: (a: number, b: bigint) => void;
|
|
208
|
+
export const identity_set_id: (a: number, b: any) => [number, number];
|
|
209
|
+
export const identity_set_revision: (a: number, b: bigint) => void;
|
|
210
|
+
export const identity_struct_name: () => [number, number];
|
|
211
|
+
export const identity_toBase64: (a: number) => [number, number, number, number];
|
|
212
|
+
export const identity_toBytes: (a: number) => [number, number, number, number];
|
|
213
|
+
export const identity_toHex: (a: number) => [number, number, number, number];
|
|
214
|
+
export const identity_toJSON: (a: number) => [number, number, number];
|
|
215
|
+
export const identity_toObject: (a: number) => [number, number, number];
|
|
216
|
+
export const identity_type_name: (a: number) => [number, number];
|
|
217
|
+
export const identitypublickey_base64: (a: number) => [number, number, number, number];
|
|
218
|
+
export const identitypublickey_fromBase64: (a: number, b: number) => [number, number, number];
|
|
219
|
+
export const identitypublickey_fromBytes: (a: number, b: number) => [number, number, number];
|
|
220
|
+
export const identitypublickey_fromHex: (a: number, b: number) => [number, number, number];
|
|
221
|
+
export const identitypublickey_fromJSON: (a: any) => [number, number, number];
|
|
222
|
+
export const identitypublickey_fromObject: (a: any) => [number, number, number];
|
|
223
|
+
export const identitypublickey_getContractBounds: (a: number) => any;
|
|
224
|
+
export const identitypublickey_getPublicKeyHash: (a: number) => [number, number, number, number];
|
|
225
|
+
export const identitypublickey_get_data: (a: number) => [number, number];
|
|
226
|
+
export const identitypublickey_get_disabled_at: (a: number) => [number, bigint];
|
|
227
|
+
export const identitypublickey_get_key_id: (a: number) => number;
|
|
228
|
+
export const identitypublickey_get_key_type: (a: number) => [number, number];
|
|
229
|
+
export const identitypublickey_get_key_type_number: (a: number) => number;
|
|
230
|
+
export const identitypublickey_get_purpose: (a: number) => [number, number];
|
|
231
|
+
export const identitypublickey_get_purpose_number: (a: number) => number;
|
|
232
|
+
export const identitypublickey_get_read_only: (a: number) => number;
|
|
233
|
+
export const identitypublickey_get_security_level: (a: number) => [number, number];
|
|
234
|
+
export const identitypublickey_get_security_level_number: (a: number) => number;
|
|
235
|
+
export const identitypublickey_hex: (a: number) => [number, number, number, number];
|
|
236
|
+
export const identitypublickey_isMaster: (a: number) => number;
|
|
237
|
+
export const identitypublickey_new: (a: number, b: any, c: any, d: any, e: number, f: number, g: number, h: number, i: bigint, j: any) => [number, number, number];
|
|
238
|
+
export const identitypublickey_set_data: (a: number, b: number, c: number) => [number, number];
|
|
239
|
+
export const identitypublickey_set_disabled_at: (a: number, b: bigint) => void;
|
|
240
|
+
export const identitypublickey_set_key_id: (a: number, b: number) => void;
|
|
241
|
+
export const identitypublickey_set_key_type: (a: number, b: any) => [number, number];
|
|
242
|
+
export const identitypublickey_set_key_type_number: (a: number, b: any) => [number, number];
|
|
243
|
+
export const identitypublickey_set_purpose: (a: number, b: any) => [number, number];
|
|
244
|
+
export const identitypublickey_set_purpose_number: (a: number, b: any) => [number, number];
|
|
245
|
+
export const identitypublickey_set_read_only: (a: number, b: number) => void;
|
|
246
|
+
export const identitypublickey_set_security_level: (a: number, b: any) => [number, number];
|
|
247
|
+
export const identitypublickey_set_security_level_number: (a: number, b: any) => [number, number];
|
|
248
|
+
export const identitypublickey_struct_name: () => [number, number];
|
|
249
|
+
export const identitypublickey_toBytes: (a: number) => [number, number, number, number];
|
|
250
|
+
export const identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
251
|
+
export const identitypublickey_toObject: (a: number) => [number, number, number];
|
|
252
|
+
export const identitypublickey_type_name: (a: number) => [number, number];
|
|
253
|
+
export const identitypublickey_validatePrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
254
|
+
export const identitysigner_addKey: (a: number, b: number) => [number, number];
|
|
255
|
+
export const identitysigner_addKeyFromWif: (a: number, b: number, c: number) => [number, number];
|
|
256
|
+
export const identitysigner_key_count: (a: number) => number;
|
|
257
|
+
export const identitysigner_new: () => number;
|
|
258
|
+
export const identitysigner_struct_name: () => [number, number];
|
|
259
|
+
export const platformaddressinput_address: (a: number) => number;
|
|
260
|
+
export const platformaddressinput_amount: (a: number) => any;
|
|
261
|
+
export const platformaddressinput_new: (a: any, b: number, c: any) => [number, number, number];
|
|
262
|
+
export const platformaddressinput_nonce: (a: number) => number;
|
|
263
|
+
export const platformaddressoutput_address: (a: number) => number;
|
|
264
|
+
export const platformaddressoutput_amount: (a: number) => any;
|
|
265
|
+
export const platformaddressoutput_new: (a: any, b: number) => [number, number, number];
|
|
266
|
+
export const platformaddresssigner_addKey: (a: number, b: number) => [number, number, number];
|
|
267
|
+
export const platformaddresssigner_getPrivateKeysBytes: (a: number) => [number, number, number];
|
|
268
|
+
export const platformaddresssigner_hasKey: (a: number, b: any) => [number, number, number];
|
|
269
|
+
export const platformaddresssigner_key_count: (a: number) => number;
|
|
270
|
+
export const platformaddresssigner_struct_name: () => [number, number];
|
|
271
|
+
export const publickey_compressed: (a: number) => number;
|
|
272
|
+
export const publickey_fromBytes: (a: number, b: number) => [number, number, number];
|
|
273
|
+
export const publickey_getPublicKeyHash: (a: number) => [number, number];
|
|
274
|
+
export const publickey_inner: (a: number) => [number, number];
|
|
275
|
+
export const publickey_new: (a: number, b: number, c: number) => [number, number, number];
|
|
276
|
+
export const publickey_set_compressed: (a: number, b: number) => void;
|
|
277
|
+
export const publickey_set_inner: (a: number, b: number, c: number) => [number, number];
|
|
278
|
+
export const publickey_struct_name: () => [number, number];
|
|
279
|
+
export const publickey_toBytes: (a: number) => [number, number];
|
|
280
|
+
export const publickey_type_name: (a: number) => [number, number];
|
|
613
281
|
export const tokendistributionrecipient_ContractOwner: () => number;
|
|
614
282
|
export const tokendistributionrecipient_EvonodesByParticipation: () => number;
|
|
615
283
|
export const tokendistributionrecipient_Identity: (a: any) => [number, number, number];
|
|
@@ -617,145 +285,408 @@ export const tokendistributionrecipient_getType: (a: number) => [number, number]
|
|
|
617
285
|
export const tokendistributionrecipient_getValue: (a: number) => any;
|
|
618
286
|
export const tokendistributionrecipient_struct_name: () => [number, number];
|
|
619
287
|
export const tokendistributionrecipient_type_name: (a: number) => [number, number];
|
|
620
|
-
export const
|
|
621
|
-
export const
|
|
622
|
-
export const
|
|
623
|
-
export const
|
|
624
|
-
export const
|
|
625
|
-
export const
|
|
626
|
-
export const
|
|
627
|
-
export const
|
|
628
|
-
export const
|
|
629
|
-
export const
|
|
630
|
-
export const
|
|
631
|
-
export const
|
|
632
|
-
export const
|
|
633
|
-
export const
|
|
634
|
-
export const
|
|
635
|
-
export const
|
|
636
|
-
export const
|
|
637
|
-
export const
|
|
638
|
-
export const
|
|
639
|
-
export const
|
|
640
|
-
export const
|
|
641
|
-
export const
|
|
642
|
-
export const
|
|
643
|
-
export const
|
|
644
|
-
export const
|
|
645
|
-
export const
|
|
646
|
-
export const
|
|
647
|
-
export const
|
|
648
|
-
export const
|
|
649
|
-
export const
|
|
650
|
-
export const
|
|
651
|
-
export const
|
|
652
|
-
export const
|
|
653
|
-
export const
|
|
654
|
-
export const
|
|
655
|
-
export const
|
|
656
|
-
export const
|
|
657
|
-
export const
|
|
658
|
-
export const
|
|
659
|
-
export const
|
|
660
|
-
export const
|
|
661
|
-
export const
|
|
662
|
-
export const
|
|
663
|
-
export const
|
|
664
|
-
export const
|
|
665
|
-
export const
|
|
666
|
-
export const
|
|
667
|
-
export const
|
|
668
|
-
export const
|
|
669
|
-
export const
|
|
670
|
-
export const
|
|
671
|
-
export const
|
|
672
|
-
export const
|
|
673
|
-
export const
|
|
674
|
-
export const
|
|
675
|
-
export const
|
|
676
|
-
export const
|
|
677
|
-
export const
|
|
678
|
-
export const
|
|
679
|
-
export const
|
|
680
|
-
export const
|
|
681
|
-
export const
|
|
682
|
-
export const
|
|
683
|
-
export const
|
|
684
|
-
export const
|
|
685
|
-
export const
|
|
288
|
+
export const platformaddresssigner_new: () => number;
|
|
289
|
+
export const __wbg_contenderwithserializeddocument_free: (a: number, b: number) => void;
|
|
290
|
+
export const __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
291
|
+
export const __wbg_documentpurchasetransition_free: (a: number, b: number) => void;
|
|
292
|
+
export const __wbg_documentreplacetransition_free: (a: number, b: number) => void;
|
|
293
|
+
export const __wbg_documenttransfertransition_free: (a: number, b: number) => void;
|
|
294
|
+
export const __wbg_groupstatetransitioninfo_free: (a: number, b: number) => void;
|
|
295
|
+
export const __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
296
|
+
export const __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
297
|
+
export const __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
298
|
+
export const __wbg_outpoint_free: (a: number, b: number) => void;
|
|
299
|
+
export const __wbg_prefundedvotingbalance_free: (a: number, b: number) => void;
|
|
300
|
+
export const __wbg_privatekey_free: (a: number, b: number) => void;
|
|
301
|
+
export const contenderwithserializeddocument_fromJSON: (a: any) => [number, number, number];
|
|
302
|
+
export const contenderwithserializeddocument_fromObject: (a: any) => [number, number, number];
|
|
303
|
+
export const contenderwithserializeddocument_identity_id: (a: number) => number;
|
|
304
|
+
export const contenderwithserializeddocument_new: (a: any, b: number, c: number, d: number) => [number, number, number];
|
|
305
|
+
export const contenderwithserializeddocument_serialized_document: (a: number) => any;
|
|
306
|
+
export const contenderwithserializeddocument_toJSON: (a: number) => [number, number, number];
|
|
307
|
+
export const contenderwithserializeddocument_toObject: (a: number) => [number, number, number];
|
|
308
|
+
export const contenderwithserializeddocument_vote_tally: (a: number) => number;
|
|
309
|
+
export const documentcreatetransition_clearPrefundedVotingBalance: (a: number) => void;
|
|
310
|
+
export const documentcreatetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
311
|
+
export const documentcreatetransition_get_base: (a: number) => number;
|
|
312
|
+
export const documentcreatetransition_get_data: (a: number) => [number, number, number];
|
|
313
|
+
export const documentcreatetransition_get_entropy: (a: number) => [number, number];
|
|
314
|
+
export const documentcreatetransition_get_prefunded_voting_balance: (a: number) => number;
|
|
315
|
+
export const documentcreatetransition_new: (a: number, b: bigint, c: any, d: any) => [number, number, number];
|
|
316
|
+
export const documentcreatetransition_set_base: (a: number, b: number) => void;
|
|
317
|
+
export const documentcreatetransition_set_data: (a: number, b: any) => [number, number];
|
|
318
|
+
export const documentcreatetransition_set_entropy: (a: number, b: number, c: number) => [number, number];
|
|
319
|
+
export const documentcreatetransition_set_prefunded_voting_balance: (a: number, b: number) => void;
|
|
320
|
+
export const documentcreatetransition_struct_name: () => [number, number];
|
|
321
|
+
export const documentcreatetransition_toDocumentTransition: (a: number) => number;
|
|
322
|
+
export const documentcreatetransition_type_name: (a: number) => [number, number];
|
|
323
|
+
export const documentpurchasetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
324
|
+
export const documentpurchasetransition_get_base: (a: number) => number;
|
|
325
|
+
export const documentpurchasetransition_get_price: (a: number) => bigint;
|
|
326
|
+
export const documentpurchasetransition_get_revision: (a: number) => bigint;
|
|
327
|
+
export const documentpurchasetransition_new: (a: number, b: bigint, c: bigint, d: any) => [number, number, number];
|
|
328
|
+
export const documentpurchasetransition_set_base: (a: number, b: number) => void;
|
|
329
|
+
export const documentpurchasetransition_set_price: (a: number, b: bigint) => void;
|
|
330
|
+
export const documentpurchasetransition_set_revision: (a: number, b: bigint) => void;
|
|
331
|
+
export const documentpurchasetransition_struct_name: () => [number, number];
|
|
332
|
+
export const documentpurchasetransition_toDocumentTransition: (a: number) => number;
|
|
333
|
+
export const documentpurchasetransition_type_name: (a: number) => [number, number];
|
|
334
|
+
export const documentreplacetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
335
|
+
export const documentreplacetransition_get_base: (a: number) => number;
|
|
336
|
+
export const documentreplacetransition_get_data: (a: number) => [number, number, number];
|
|
337
|
+
export const documentreplacetransition_get_revision: (a: number) => bigint;
|
|
338
|
+
export const documentreplacetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
339
|
+
export const documentreplacetransition_set_base: (a: number, b: number) => void;
|
|
340
|
+
export const documentreplacetransition_set_data: (a: number, b: any) => [number, number];
|
|
341
|
+
export const documentreplacetransition_set_revision: (a: number, b: bigint) => void;
|
|
342
|
+
export const documentreplacetransition_struct_name: () => [number, number];
|
|
343
|
+
export const documentreplacetransition_toDocumentTransition: (a: number) => number;
|
|
344
|
+
export const documentreplacetransition_type_name: (a: number) => [number, number];
|
|
345
|
+
export const documenttransfertransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
346
|
+
export const documenttransfertransition_get_base: (a: number) => number;
|
|
347
|
+
export const documenttransfertransition_get_recipient_owner_id: (a: number) => number;
|
|
348
|
+
export const documenttransfertransition_new: (a: number, b: bigint, c: any, d: any) => [number, number, number];
|
|
349
|
+
export const documenttransfertransition_set_base: (a: number, b: number) => void;
|
|
350
|
+
export const documenttransfertransition_set_recipient_owner_id: (a: number, b: any) => [number, number];
|
|
351
|
+
export const documenttransfertransition_struct_name: () => [number, number];
|
|
352
|
+
export const documenttransfertransition_toDocumentTransition: (a: number) => number;
|
|
353
|
+
export const documenttransfertransition_type_name: (a: number) => [number, number];
|
|
354
|
+
export const groupstatetransitioninfo_get_action_id: (a: number) => number;
|
|
355
|
+
export const groupstatetransitioninfo_get_action_is_proposer: (a: number) => number;
|
|
356
|
+
export const groupstatetransitioninfo_get_group_contract_position: (a: number) => number;
|
|
357
|
+
export const groupstatetransitioninfo_new: (a: number, b: any, c: number) => [number, number, number];
|
|
358
|
+
export const groupstatetransitioninfo_set_action_id: (a: number, b: any) => [number, number];
|
|
359
|
+
export const groupstatetransitioninfo_set_action_is_proposer: (a: number, b: number) => void;
|
|
360
|
+
export const groupstatetransitioninfo_set_group_contract_position: (a: number, b: number) => void;
|
|
361
|
+
export const groupstatetransitioninfo_struct_name: () => [number, number];
|
|
362
|
+
export const groupstatetransitioninfo_type_name: (a: number) => [number, number];
|
|
363
|
+
export const identitycreatetransition_default: (a: any) => [number, number, number];
|
|
364
|
+
export const identitycreatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
365
|
+
export const identitycreatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
366
|
+
export const identitycreatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
367
|
+
export const identitycreatetransition_fromJSON: (a: any) => [number, number, number];
|
|
368
|
+
export const identitycreatetransition_fromObject: (a: any) => [number, number, number];
|
|
369
|
+
export const identitycreatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
370
|
+
export const identitycreatetransition_getIdentifier: (a: number) => number;
|
|
371
|
+
export const identitycreatetransition_getSignableBytes: (a: number) => [number, number, number, number];
|
|
372
|
+
export const identitycreatetransition_get_asset_lock_proof: (a: number) => number;
|
|
373
|
+
export const identitycreatetransition_get_public_keys: (a: number) => [number, number];
|
|
374
|
+
export const identitycreatetransition_get_signature: (a: number) => [number, number];
|
|
375
|
+
export const identitycreatetransition_get_user_fee_increase: (a: number) => number;
|
|
376
|
+
export const identitycreatetransition_new: (a: any, b: number, c: number, d: number, e: number) => [number, number, number];
|
|
377
|
+
export const identitycreatetransition_set_asset_lock_proof: (a: number, b: number) => [number, number];
|
|
378
|
+
export const identitycreatetransition_set_public_keys: (a: number, b: any) => [number, number];
|
|
379
|
+
export const identitycreatetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
380
|
+
export const identitycreatetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
381
|
+
export const identitycreatetransition_struct_name: () => [number, number];
|
|
382
|
+
export const identitycreatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
383
|
+
export const identitycreatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
384
|
+
export const identitycreatetransition_toHex: (a: number) => [number, number, number, number];
|
|
385
|
+
export const identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
386
|
+
export const identitycreatetransition_toObject: (a: number) => [number, number, number];
|
|
387
|
+
export const identitycreatetransition_toStateTransition: (a: number) => number;
|
|
388
|
+
export const identitycreatetransition_type_name: (a: number) => [number, number];
|
|
389
|
+
export const identitytopuptransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
390
|
+
export const identitytopuptransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
391
|
+
export const identitytopuptransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
392
|
+
export const identitytopuptransition_fromJSON: (a: any) => [number, number, number];
|
|
393
|
+
export const identitytopuptransition_fromObject: (a: any) => [number, number, number];
|
|
394
|
+
export const identitytopuptransition_fromStateTransition: (a: number) => [number, number, number];
|
|
395
|
+
export const identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
396
|
+
export const identitytopuptransition_getOptionalAssetLockProof: (a: number) => any;
|
|
397
|
+
export const identitytopuptransition_getSignableBytes: (a: number) => [number, number, number, number];
|
|
398
|
+
export const identitytopuptransition_get_asset_lock_proof: (a: number) => number;
|
|
399
|
+
export const identitytopuptransition_get_identity_identifier: (a: number) => number;
|
|
400
|
+
export const identitytopuptransition_get_signature: (a: number) => [number, number];
|
|
401
|
+
export const identitytopuptransition_get_user_fee_increase: (a: number) => number;
|
|
402
|
+
export const identitytopuptransition_new: (a: number, b: any, c: number) => [number, number, number];
|
|
403
|
+
export const identitytopuptransition_set_asset_lock_proof: (a: number, b: number) => [number, number];
|
|
404
|
+
export const identitytopuptransition_set_identity_identifier: (a: number, b: any) => [number, number];
|
|
405
|
+
export const identitytopuptransition_set_signature: (a: number, b: number, c: number) => void;
|
|
406
|
+
export const identitytopuptransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
407
|
+
export const identitytopuptransition_struct_name: () => [number, number];
|
|
408
|
+
export const identitytopuptransition_toBase64: (a: number) => [number, number, number, number];
|
|
409
|
+
export const identitytopuptransition_toBytes: (a: number) => [number, number, number, number];
|
|
410
|
+
export const identitytopuptransition_toHex: (a: number) => [number, number, number, number];
|
|
411
|
+
export const identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
412
|
+
export const identitytopuptransition_toObject: (a: number) => [number, number, number];
|
|
413
|
+
export const identitytopuptransition_toStateTransition: (a: number) => number;
|
|
414
|
+
export const identitytopuptransition_type_name: (a: number) => [number, number];
|
|
415
|
+
export const instantassetlockproof_createIdentityId: (a: number) => [number, number, number];
|
|
416
|
+
export const instantassetlockproof_fromJSON: (a: any) => [number, number, number];
|
|
417
|
+
export const instantassetlockproof_fromObject: (a: any) => [number, number, number];
|
|
418
|
+
export const instantassetlockproof_getOutPoint: (a: number) => number;
|
|
419
|
+
export const instantassetlockproof_getOutput: (a: number) => [number, number];
|
|
420
|
+
export const instantassetlockproof_getTransaction: (a: number) => [number, number];
|
|
421
|
+
export const instantassetlockproof_get_instant_lock: (a: number) => [number, number];
|
|
422
|
+
export const instantassetlockproof_get_output_index: (a: number) => number;
|
|
423
|
+
export const instantassetlockproof_new: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
|
|
424
|
+
export const instantassetlockproof_set_instant_lock: (a: number, b: number, c: number) => [number, number];
|
|
425
|
+
export const instantassetlockproof_set_output_index: (a: number, b: number) => void;
|
|
426
|
+
export const instantassetlockproof_struct_name: () => [number, number];
|
|
427
|
+
export const instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
428
|
+
export const instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
429
|
+
export const instantassetlockproof_type_name: (a: number) => [number, number];
|
|
430
|
+
export const outpoint_fromBase64: (a: number, b: number) => [number, number, number];
|
|
431
|
+
export const outpoint_fromBytes: (a: number, b: number) => number;
|
|
432
|
+
export const outpoint_fromHex: (a: number, b: number) => [number, number, number];
|
|
433
|
+
export const outpoint_getTXID: (a: number) => [number, number];
|
|
434
|
+
export const outpoint_getVOUT: (a: number) => number;
|
|
435
|
+
export const outpoint_new: (a: number, b: number, c: number) => [number, number, number];
|
|
436
|
+
export const outpoint_struct_name: () => [number, number];
|
|
437
|
+
export const outpoint_toBase64: (a: number) => [number, number];
|
|
438
|
+
export const outpoint_toBytes: (a: number) => [number, number];
|
|
439
|
+
export const outpoint_toHex: (a: number) => [number, number];
|
|
440
|
+
export const outpoint_type_name: (a: number) => [number, number];
|
|
441
|
+
export const prefundedvotingbalance_credits: (a: number) => bigint;
|
|
442
|
+
export const prefundedvotingbalance_indexName: (a: number) => [number, number];
|
|
443
|
+
export const prefundedvotingbalance_new: (a: number, b: number, c: bigint) => number;
|
|
444
|
+
export const prefundedvotingbalance_struct_name: () => [number, number];
|
|
445
|
+
export const prefundedvotingbalance_type_name: (a: number) => [number, number];
|
|
446
|
+
export const privatekey_WIF: (a: number) => [number, number];
|
|
447
|
+
export const privatekey_fromBytes: (a: number, b: number, c: any) => [number, number, number];
|
|
448
|
+
export const privatekey_fromHex: (a: number, b: number, c: any) => [number, number, number];
|
|
449
|
+
export const privatekey_fromWIF: (a: number, b: number) => [number, number, number];
|
|
450
|
+
export const privatekey_getPublicKey: (a: number) => number;
|
|
451
|
+
export const privatekey_getPublicKeyHash: (a: number) => [number, number];
|
|
452
|
+
export const privatekey_struct_name: () => [number, number];
|
|
453
|
+
export const privatekey_toBytes: (a: number) => [number, number];
|
|
454
|
+
export const privatekey_toHex: (a: number) => [number, number];
|
|
455
|
+
export const privatekey_type_name: (a: number) => [number, number];
|
|
456
|
+
export const __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
457
|
+
export const __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
458
|
+
export const __wbg_datacontract_free: (a: number, b: number) => void;
|
|
459
|
+
export const __wbg_document_free: (a: number, b: number) => void;
|
|
460
|
+
export const __wbg_documentdeletetransition_free: (a: number, b: number) => void;
|
|
461
|
+
export const __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
462
|
+
export const __wbg_groupaction_free: (a: number, b: number) => void;
|
|
463
|
+
export const __wbg_groupactionevent_free: (a: number, b: number) => void;
|
|
464
|
+
export const __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
465
|
+
export const __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
466
|
+
export const __wbg_tokenpaymentinfo_free: (a: number, b: number) => void;
|
|
686
467
|
export const __wbg_tokenpricingschedule_free: (a: number, b: number) => void;
|
|
687
|
-
export const
|
|
688
|
-
export const
|
|
689
|
-
export const
|
|
690
|
-
export const
|
|
691
|
-
export const
|
|
692
|
-
export const
|
|
693
|
-
export const
|
|
694
|
-
export const
|
|
695
|
-
export const
|
|
696
|
-
export const
|
|
697
|
-
export const
|
|
698
|
-
export const
|
|
699
|
-
export const
|
|
700
|
-
export const
|
|
701
|
-
export const
|
|
702
|
-
export const
|
|
703
|
-
export const
|
|
704
|
-
export const
|
|
705
|
-
export const
|
|
706
|
-
export const
|
|
707
|
-
export const
|
|
708
|
-
export const
|
|
709
|
-
export const
|
|
710
|
-
export const
|
|
711
|
-
export const
|
|
712
|
-
export const
|
|
713
|
-
export const
|
|
714
|
-
export const
|
|
715
|
-
export const
|
|
716
|
-
export const
|
|
717
|
-
export const
|
|
718
|
-
export const
|
|
719
|
-
export const
|
|
720
|
-
export const
|
|
721
|
-
export const
|
|
722
|
-
export const
|
|
723
|
-
export const
|
|
724
|
-
export const
|
|
725
|
-
export const
|
|
726
|
-
export const
|
|
727
|
-
export const
|
|
728
|
-
export const
|
|
729
|
-
export const
|
|
730
|
-
export const
|
|
731
|
-
export const
|
|
732
|
-
export const
|
|
733
|
-
export const
|
|
734
|
-
export const
|
|
735
|
-
export const
|
|
736
|
-
export const
|
|
737
|
-
export const
|
|
738
|
-
export const
|
|
739
|
-
export const
|
|
740
|
-
export const
|
|
741
|
-
export const
|
|
742
|
-
export const
|
|
743
|
-
export const
|
|
744
|
-
export const
|
|
745
|
-
export const
|
|
746
|
-
export const
|
|
747
|
-
export const
|
|
748
|
-
export const
|
|
749
|
-
export const
|
|
750
|
-
export const
|
|
751
|
-
export const
|
|
468
|
+
export const __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
469
|
+
export const batchedtransition_data_contract_id: (a: number) => number;
|
|
470
|
+
export const batchedtransition_new: (a: any) => [number, number, number];
|
|
471
|
+
export const batchedtransition_set_data_contract_id: (a: number, b: any) => [number, number];
|
|
472
|
+
export const batchedtransition_struct_name: () => [number, number];
|
|
473
|
+
export const batchedtransition_toTransition: (a: number) => any;
|
|
474
|
+
export const batchedtransition_type_name: (a: number) => [number, number];
|
|
475
|
+
export const batchtransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
476
|
+
export const batchtransition_fromBatchedTransitions: (a: any, b: any, c: number) => [number, number, number];
|
|
477
|
+
export const batchtransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
478
|
+
export const batchtransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
479
|
+
export const batchtransition_fromJSON: (a: any) => [number, number, number];
|
|
480
|
+
export const batchtransition_fromObject: (a: any) => [number, number, number];
|
|
481
|
+
export const batchtransition_fromStateTransition: (a: number) => [number, number, number];
|
|
482
|
+
export const batchtransition_get_all_conflicting_index_collateral_voting_funds: (a: number) => [number, bigint, number, number];
|
|
483
|
+
export const batchtransition_get_all_purchases_amount: (a: number) => [number, bigint, number, number];
|
|
484
|
+
export const batchtransition_get_batched_transitions: (a: number) => [number, number];
|
|
485
|
+
export const batchtransition_get_modified_data_ids: (a: number) => [number, number];
|
|
486
|
+
export const batchtransition_get_owner_id: (a: number) => number;
|
|
487
|
+
export const batchtransition_get_signature: (a: number) => [number, number];
|
|
488
|
+
export const batchtransition_get_signature_public_key_id: (a: number) => number;
|
|
489
|
+
export const batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
490
|
+
export const batchtransition_set_signature: (a: number, b: number, c: number) => void;
|
|
491
|
+
export const batchtransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
492
|
+
export const batchtransition_set_transitions: (a: number, b: any) => [number, number];
|
|
493
|
+
export const batchtransition_struct_name: () => [number, number];
|
|
494
|
+
export const batchtransition_toBase64: (a: number) => [number, number, number, number];
|
|
495
|
+
export const batchtransition_toBytes: (a: number) => [number, number, number, number];
|
|
496
|
+
export const batchtransition_toHex: (a: number) => [number, number, number, number];
|
|
497
|
+
export const batchtransition_toJSON: (a: number) => [number, number, number];
|
|
498
|
+
export const batchtransition_toObject: (a: number) => [number, number, number];
|
|
499
|
+
export const batchtransition_toStateTransition: (a: number) => number;
|
|
500
|
+
export const batchtransition_type_name: (a: number) => [number, number];
|
|
501
|
+
export const datacontract_fromBase64: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
502
|
+
export const datacontract_fromBytes: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
503
|
+
export const datacontract_fromHex: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
504
|
+
export const datacontract_fromJSON: (a: any, b: number, c: any) => [number, number, number];
|
|
505
|
+
export const datacontract_fromObject: (a: any, b: number, c: any) => [number, number, number];
|
|
506
|
+
export const datacontract_from_js_values: (a: any, b: bigint, c: any, d: number, e: any, f: number, g: any) => [number, number, number];
|
|
507
|
+
export const datacontract_generateId: (a: any, b: bigint) => [number, number, number];
|
|
508
|
+
export const datacontract_getConfig: (a: number) => [number, number, number];
|
|
509
|
+
export const datacontract_getSchemas: (a: number) => [number, number, number];
|
|
510
|
+
export const datacontract_get_groups: (a: number) => [number, number, number];
|
|
511
|
+
export const datacontract_get_id: (a: number) => number;
|
|
512
|
+
export const datacontract_get_owner_id: (a: number) => number;
|
|
513
|
+
export const datacontract_get_tokens: (a: number) => [number, number, number];
|
|
514
|
+
export const datacontract_get_version: (a: number) => number;
|
|
515
|
+
export const datacontract_setConfig: (a: number, b: any, c: any) => [number, number];
|
|
516
|
+
export const datacontract_setSchemas: (a: number, b: any, c: number, d: number, e: any) => [number, number];
|
|
517
|
+
export const datacontract_set_groups: (a: number, b: any) => [number, number];
|
|
518
|
+
export const datacontract_set_id: (a: number, b: any) => [number, number];
|
|
519
|
+
export const datacontract_set_owner_id: (a: number, b: any) => [number, number];
|
|
520
|
+
export const datacontract_set_tokens: (a: number, b: any) => [number, number];
|
|
521
|
+
export const datacontract_set_version: (a: number, b: number) => void;
|
|
522
|
+
export const datacontract_struct_name: () => [number, number];
|
|
523
|
+
export const datacontract_toBase64: (a: number, b: any) => [number, number, number, number];
|
|
524
|
+
export const datacontract_toBytes: (a: number, b: any) => [number, number, number, number];
|
|
525
|
+
export const datacontract_toHex: (a: number, b: any) => [number, number, number, number];
|
|
526
|
+
export const datacontract_toJSON: (a: number, b: any) => [number, number, number];
|
|
527
|
+
export const datacontract_toObject: (a: number, b: any) => [number, number, number];
|
|
528
|
+
export const datacontract_type_name: (a: number) => [number, number];
|
|
529
|
+
export const document_constructor: (a: any, b: number, c: number, d: bigint, e: any, f: any, g: any) => [number, number, number];
|
|
530
|
+
export const document_fromBase64: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
531
|
+
export const document_fromBytes: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
532
|
+
export const document_fromHex: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
533
|
+
export const document_fromJSON: (a: any) => [number, number, number];
|
|
534
|
+
export const document_fromObject: (a: any) => [number, number, number];
|
|
535
|
+
export const document_generateId: (a: number, b: number, c: any, d: any, e: number, f: number) => [number, number, number, number];
|
|
536
|
+
export const document_get_created_at: (a: number) => [number, bigint];
|
|
537
|
+
export const document_get_created_at_block_height: (a: number) => [number, bigint];
|
|
538
|
+
export const document_get_created_at_core_block_height: (a: number) => number;
|
|
539
|
+
export const document_get_data_contract_id: (a: number) => number;
|
|
540
|
+
export const document_get_document_type_name: (a: number) => [number, number];
|
|
541
|
+
export const document_get_entropy: (a: number) => [number, number];
|
|
542
|
+
export const document_get_id: (a: number) => number;
|
|
543
|
+
export const document_get_owner_id: (a: number) => number;
|
|
544
|
+
export const document_get_properties: (a: number) => [number, number, number];
|
|
545
|
+
export const document_get_revision: (a: number) => [number, bigint];
|
|
546
|
+
export const document_get_transferred_at: (a: number) => [number, bigint];
|
|
547
|
+
export const document_get_transferred_at_block_height: (a: number) => [number, bigint];
|
|
548
|
+
export const document_get_transferred_at_core_block_height: (a: number) => number;
|
|
549
|
+
export const document_get_updated_at: (a: number) => [number, bigint];
|
|
550
|
+
export const document_get_updated_at_block_height: (a: number) => [number, bigint];
|
|
551
|
+
export const document_get_updated_at_core_block_height: (a: number) => number;
|
|
552
|
+
export const document_set_created_at: (a: number, b: number, c: bigint) => void;
|
|
553
|
+
export const document_set_created_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
554
|
+
export const document_set_created_at_core_block_height: (a: number, b: number) => void;
|
|
555
|
+
export const document_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
556
|
+
export const document_set_entropy: (a: number, b: any) => [number, number];
|
|
557
|
+
export const document_set_id: (a: number, b: any) => [number, number];
|
|
558
|
+
export const document_set_js_data_contract_id: (a: number, b: any) => [number, number];
|
|
559
|
+
export const document_set_owner_id: (a: number, b: any) => [number, number];
|
|
560
|
+
export const document_set_properties: (a: number, b: any) => [number, number];
|
|
561
|
+
export const document_set_revision: (a: number, b: number, c: bigint) => void;
|
|
562
|
+
export const document_set_transferred_at: (a: number, b: number, c: bigint) => void;
|
|
563
|
+
export const document_set_transferred_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
564
|
+
export const document_set_transferred_at_core_block_height: (a: number, b: number) => void;
|
|
565
|
+
export const document_set_updated_at: (a: number, b: number, c: bigint) => void;
|
|
566
|
+
export const document_set_updated_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
567
|
+
export const document_set_updated_at_core_block_height: (a: number, b: number) => void;
|
|
568
|
+
export const document_struct_name: () => [number, number];
|
|
569
|
+
export const document_toBase64: (a: number, b: number, c: any) => [number, number, number, number];
|
|
570
|
+
export const document_toBytes: (a: number, b: number, c: any) => [number, number, number, number];
|
|
571
|
+
export const document_toHex: (a: number, b: number, c: any) => [number, number, number, number];
|
|
572
|
+
export const document_toJSON: (a: number) => [number, number, number];
|
|
573
|
+
export const document_toObject: (a: number) => [number, number, number];
|
|
574
|
+
export const document_type_name: (a: number) => [number, number];
|
|
575
|
+
export const documentdeletetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
576
|
+
export const documentdeletetransition_get_base: (a: number) => number;
|
|
577
|
+
export const documentdeletetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
578
|
+
export const documentdeletetransition_set_base: (a: number, b: number) => void;
|
|
579
|
+
export const documentdeletetransition_struct_name: () => [number, number];
|
|
580
|
+
export const documentdeletetransition_toDocumentTransition: (a: number) => number;
|
|
581
|
+
export const documentdeletetransition_type_name: (a: number) => [number, number];
|
|
582
|
+
export const documenttransition_get_action_type: (a: number) => [number, number];
|
|
583
|
+
export const documenttransition_get_action_type_number: (a: number) => number;
|
|
584
|
+
export const documenttransition_get_create_transition: (a: number) => [number, number, number];
|
|
585
|
+
export const documenttransition_get_data_contract_id: (a: number) => number;
|
|
586
|
+
export const documenttransition_get_delete_transition: (a: number) => [number, number, number];
|
|
587
|
+
export const documenttransition_get_document_type_name: (a: number) => [number, number];
|
|
588
|
+
export const documenttransition_get_entropy: (a: number) => [number, number];
|
|
589
|
+
export const documenttransition_get_id: (a: number) => number;
|
|
590
|
+
export const documenttransition_get_identity_contract_nonce: (a: number) => bigint;
|
|
591
|
+
export const documenttransition_get_purchase_transition: (a: number) => [number, number, number];
|
|
592
|
+
export const documenttransition_get_replace_transition: (a: number) => [number, number, number];
|
|
593
|
+
export const documenttransition_get_revision: (a: number) => [number, bigint];
|
|
594
|
+
export const documenttransition_get_transfer_transition: (a: number) => [number, number, number];
|
|
595
|
+
export const documenttransition_get_update_price_transition: (a: number) => [number, number, number];
|
|
596
|
+
export const documenttransition_set_data_contract_id: (a: number, b: any) => [number, number];
|
|
597
|
+
export const documenttransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
598
|
+
export const documenttransition_set_revision: (a: number, b: bigint) => void;
|
|
599
|
+
export const documenttransition_struct_name: () => [number, number];
|
|
600
|
+
export const documenttransition_type_name: (a: number) => [number, number];
|
|
601
|
+
export const groupaction_contract_id: (a: number) => number;
|
|
602
|
+
export const groupaction_event: (a: number) => number;
|
|
603
|
+
export const groupaction_fromJSON: (a: any) => [number, number, number];
|
|
604
|
+
export const groupaction_fromObject: (a: any) => [number, number, number];
|
|
605
|
+
export const groupaction_proposer_id: (a: number) => number;
|
|
606
|
+
export const groupaction_struct_name: () => [number, number];
|
|
607
|
+
export const groupaction_toJSON: (a: number) => [number, number, number];
|
|
608
|
+
export const groupaction_toObject: (a: number) => [number, number, number];
|
|
609
|
+
export const groupaction_token_contract_position: (a: number) => number;
|
|
610
|
+
export const groupaction_type_name: (a: number) => [number, number];
|
|
611
|
+
export const groupactionevent_eventName: (a: number) => [number, number];
|
|
612
|
+
export const groupactionevent_fromJSON: (a: any) => [number, number, number];
|
|
613
|
+
export const groupactionevent_fromObject: (a: any) => [number, number, number];
|
|
614
|
+
export const groupactionevent_publicNote: (a: number) => [number, number];
|
|
615
|
+
export const groupactionevent_struct_name: (a: number) => [number, number];
|
|
616
|
+
export const groupactionevent_toJSON: (a: number) => [number, number, number];
|
|
617
|
+
export const groupactionevent_toObject: (a: number) => [number, number, number];
|
|
618
|
+
export const groupactionevent_tokenEvent: (a: number) => number;
|
|
619
|
+
export const groupactionevent_variant: (a: number) => number;
|
|
620
|
+
export const masternodevotetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
621
|
+
export const masternodevotetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
622
|
+
export const masternodevotetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
623
|
+
export const masternodevotetransition_fromJSON: (a: any) => [number, number, number];
|
|
624
|
+
export const masternodevotetransition_fromObject: (a: any) => [number, number, number];
|
|
625
|
+
export const masternodevotetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
626
|
+
export const masternodevotetransition_getSignableBytes: (a: number) => [number, number, number, number];
|
|
627
|
+
export const masternodevotetransition_get_asset_lock_proof: (a: number) => number;
|
|
628
|
+
export const masternodevotetransition_get_modified_data_ids: (a: number) => [number, number];
|
|
629
|
+
export const masternodevotetransition_new: (a: any, b: any, c: number, d: bigint, e: number, f: number, g: number) => [number, number, number];
|
|
630
|
+
export const masternodevotetransition_nonce: (a: number) => bigint;
|
|
631
|
+
export const masternodevotetransition_pro_tx_hash: (a: number) => number;
|
|
632
|
+
export const masternodevotetransition_set_nonce: (a: number, b: bigint) => void;
|
|
633
|
+
export const masternodevotetransition_set_pro_tx_hash: (a: number, b: any) => [number, number];
|
|
634
|
+
export const masternodevotetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
635
|
+
export const masternodevotetransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
636
|
+
export const masternodevotetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
637
|
+
export const masternodevotetransition_set_vote: (a: number, b: number) => void;
|
|
638
|
+
export const masternodevotetransition_set_voter_identity_id: (a: number, b: any) => [number, number];
|
|
639
|
+
export const masternodevotetransition_signature: (a: number) => [number, number];
|
|
640
|
+
export const masternodevotetransition_signature_public_key_id: (a: number) => number;
|
|
641
|
+
export const masternodevotetransition_struct_name: () => [number, number];
|
|
642
|
+
export const masternodevotetransition_toBase64: (a: number) => [number, number, number, number];
|
|
643
|
+
export const masternodevotetransition_toBytes: (a: number) => [number, number, number, number];
|
|
644
|
+
export const masternodevotetransition_toHex: (a: number) => [number, number, number, number];
|
|
645
|
+
export const masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
646
|
+
export const masternodevotetransition_toObject: (a: number) => [number, number, number];
|
|
647
|
+
export const masternodevotetransition_toStateTransition: (a: number) => number;
|
|
648
|
+
export const masternodevotetransition_type_name: (a: number) => [number, number];
|
|
649
|
+
export const masternodevotetransition_vote: (a: number) => number;
|
|
650
|
+
export const masternodevotetransition_voter_identity_id: (a: number) => number;
|
|
651
|
+
export const tokendirectpurchasetransition_get_base: (a: number) => number;
|
|
652
|
+
export const tokendirectpurchasetransition_get_token_count: (a: number) => bigint;
|
|
653
|
+
export const tokendirectpurchasetransition_get_total_agreed_price: (a: number) => bigint;
|
|
654
|
+
export const tokendirectpurchasetransition_new: (a: number, b: bigint, c: bigint) => number;
|
|
655
|
+
export const tokendirectpurchasetransition_set_base: (a: number, b: number) => void;
|
|
656
|
+
export const tokendirectpurchasetransition_set_token_count: (a: number, b: bigint) => void;
|
|
657
|
+
export const tokendirectpurchasetransition_set_total_agreed_price: (a: number, b: bigint) => void;
|
|
658
|
+
export const tokendirectpurchasetransition_struct_name: () => [number, number];
|
|
659
|
+
export const tokendirectpurchasetransition_type_name: (a: number) => [number, number];
|
|
660
|
+
export const tokenpaymentinfo_gas_fees_paid_by: (a: number) => [number, number];
|
|
661
|
+
export const tokenpaymentinfo_maximum_token_cost: (a: number) => [number, bigint];
|
|
662
|
+
export const tokenpaymentinfo_minimum_token_cost: (a: number) => [number, bigint];
|
|
663
|
+
export const tokenpaymentinfo_new: (a: any, b: number, c: number, d: bigint, e: number, f: bigint, g: any) => [number, number, number];
|
|
664
|
+
export const tokenpaymentinfo_payment_token_contract_id: (a: number) => number;
|
|
665
|
+
export const tokenpaymentinfo_set_gas_fees_paid_by: (a: number, b: any) => [number, number];
|
|
666
|
+
export const tokenpaymentinfo_set_maximum_token_cost: (a: number, b: number, c: bigint) => void;
|
|
667
|
+
export const tokenpaymentinfo_set_payment_token_contract_id: (a: number, b: any) => [number, number];
|
|
668
|
+
export const tokenpaymentinfo_set_token_contract_position: (a: number, b: number) => void;
|
|
669
|
+
export const tokenpaymentinfo_struct_name: () => [number, number];
|
|
670
|
+
export const tokenpaymentinfo_token_contract_position: (a: number) => number;
|
|
671
|
+
export const tokenpaymentinfo_type_name: (a: number) => [number, number];
|
|
752
672
|
export const tokenpricingschedule_SetPrices: (a: any) => [number, number, number];
|
|
753
673
|
export const tokenpricingschedule_SinglePrice: (a: bigint) => number;
|
|
754
674
|
export const tokenpricingschedule_getScheduleType: (a: number) => [number, number];
|
|
755
675
|
export const tokenpricingschedule_getValue: (a: number) => [number, number, number];
|
|
756
676
|
export const tokenpricingschedule_struct_name: () => [number, number];
|
|
757
677
|
export const tokenpricingschedule_type_name: (a: number) => [number, number];
|
|
758
|
-
export const
|
|
678
|
+
export const tokensetpricefordirectpurchasetransition_get_base: (a: number) => number;
|
|
679
|
+
export const tokensetpricefordirectpurchasetransition_get_price: (a: number) => any;
|
|
680
|
+
export const tokensetpricefordirectpurchasetransition_get_public_note: (a: number) => [number, number];
|
|
681
|
+
export const tokensetpricefordirectpurchasetransition_new: (a: number, b: any, c: number, d: number) => [number, number, number];
|
|
682
|
+
export const tokensetpricefordirectpurchasetransition_set_base: (a: number, b: number) => void;
|
|
683
|
+
export const tokensetpricefordirectpurchasetransition_set_price: (a: number, b: any) => [number, number];
|
|
684
|
+
export const tokensetpricefordirectpurchasetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
685
|
+
export const tokensetpricefordirectpurchasetransition_struct_name: () => [number, number];
|
|
686
|
+
export const tokensetpricefordirectpurchasetransition_type_name: (a: number) => [number, number];
|
|
687
|
+
export const groupactionevent_type_name: (a: number) => [number, number];
|
|
688
|
+
export const tokenpaymentinfo_set_minimum_token_cost: (a: number, b: number, c: bigint) => void;
|
|
689
|
+
export const masternodevotetransition_get_user_fee_increase: (a: number) => number;
|
|
759
690
|
export const __wbg_distributionexponential_free: (a: number, b: number) => void;
|
|
760
691
|
export const __wbg_distributionfixedamount_free: (a: number, b: number) => void;
|
|
761
692
|
export const __wbg_distributioninvertedlogarithmic_free: (a: number, b: number) => void;
|
|
@@ -817,10 +748,7 @@ export const __wbg_get_distributionstepdecreasingamount_minValue: (a: number) =>
|
|
|
817
748
|
export const __wbg_get_distributionstepdecreasingamount_startDecreasingOffset: (a: number) => [number, bigint];
|
|
818
749
|
export const __wbg_get_distributionstepdecreasingamount_stepCount: (a: number) => number;
|
|
819
750
|
export const __wbg_get_distributionstepdecreasingamount_trailingDistributionIntervalAmount: (a: number) => bigint;
|
|
820
|
-
export const
|
|
821
|
-
export const __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
822
|
-
export const __wbg_partialidentity_free: (a: number, b: number) => void;
|
|
823
|
-
export const __wbg_publickey_free: (a: number, b: number) => void;
|
|
751
|
+
export const __wbg_privateencryptednote_free: (a: number, b: number) => void;
|
|
824
752
|
export const __wbg_set_distributionexponential_a: (a: number, b: bigint) => void;
|
|
825
753
|
export const __wbg_set_distributionexponential_b: (a: number, b: bigint) => void;
|
|
826
754
|
export const __wbg_set_distributionexponential_d: (a: number, b: bigint) => void;
|
|
@@ -838,96 +766,167 @@ export const __wbg_set_distributionstepdecreasingamount_distributionStartAmount:
|
|
|
838
766
|
export const __wbg_set_distributionstepdecreasingamount_maxIntervalCount: (a: number, b: number) => void;
|
|
839
767
|
export const __wbg_set_distributionstepdecreasingamount_stepCount: (a: number, b: number) => void;
|
|
840
768
|
export const __wbg_set_distributionstepdecreasingamount_trailingDistributionIntervalAmount: (a: number, b: bigint) => void;
|
|
841
|
-
export const
|
|
842
|
-
export const
|
|
843
|
-
export const
|
|
844
|
-
export const
|
|
845
|
-
export const
|
|
846
|
-
export const
|
|
847
|
-
export const
|
|
848
|
-
export const
|
|
849
|
-
export const
|
|
850
|
-
export const
|
|
851
|
-
export const
|
|
852
|
-
export const
|
|
853
|
-
export const
|
|
854
|
-
export const
|
|
855
|
-
export const
|
|
856
|
-
export const
|
|
857
|
-
export const
|
|
858
|
-
export const
|
|
859
|
-
export const
|
|
860
|
-
export const
|
|
861
|
-
export const
|
|
862
|
-
export const
|
|
863
|
-
export const
|
|
864
|
-
export const
|
|
865
|
-
export const
|
|
866
|
-
export const
|
|
867
|
-
export const
|
|
868
|
-
export const
|
|
869
|
-
export const
|
|
870
|
-
export const
|
|
871
|
-
export const
|
|
872
|
-
export const
|
|
873
|
-
export const
|
|
874
|
-
export const
|
|
875
|
-
export const
|
|
876
|
-
export const
|
|
877
|
-
export const
|
|
878
|
-
export const
|
|
879
|
-
export const
|
|
880
|
-
export const
|
|
881
|
-
export const
|
|
882
|
-
export const
|
|
883
|
-
export const
|
|
884
|
-
export const
|
|
885
|
-
export const
|
|
886
|
-
export const
|
|
887
|
-
export const
|
|
888
|
-
export const
|
|
889
|
-
export const
|
|
890
|
-
export const
|
|
891
|
-
export const
|
|
892
|
-
export const
|
|
893
|
-
export const
|
|
894
|
-
export const
|
|
895
|
-
export const
|
|
896
|
-
export const
|
|
897
|
-
export const
|
|
898
|
-
export const
|
|
899
|
-
export const
|
|
900
|
-
export const
|
|
901
|
-
export const
|
|
902
|
-
export const
|
|
903
|
-
export const
|
|
904
|
-
export const
|
|
905
|
-
export const
|
|
906
|
-
export const
|
|
907
|
-
export const
|
|
908
|
-
export const
|
|
909
|
-
export const
|
|
910
|
-
export const
|
|
911
|
-
export const
|
|
912
|
-
export const
|
|
913
|
-
export const
|
|
914
|
-
export const
|
|
915
|
-
export const
|
|
916
|
-
export const
|
|
917
|
-
export const
|
|
918
|
-
export const
|
|
919
|
-
export const
|
|
920
|
-
export const
|
|
921
|
-
export const
|
|
922
|
-
export const
|
|
923
|
-
export const
|
|
924
|
-
export const
|
|
925
|
-
export const
|
|
926
|
-
export const
|
|
927
|
-
export const
|
|
928
|
-
export const
|
|
929
|
-
export const
|
|
930
|
-
export const
|
|
769
|
+
export const __wbg_sharedencryptednote_free: (a: number, b: number) => void;
|
|
770
|
+
export const __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
771
|
+
export const __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
772
|
+
export const __wbg_tokenconfigurationchangeitem_free: (a: number, b: number) => void;
|
|
773
|
+
export const __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
774
|
+
export const __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
775
|
+
export const __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
776
|
+
export const __wbg_tokenmarketplacerules_free: (a: number, b: number) => void;
|
|
777
|
+
export const __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
778
|
+
export const __wbg_tokentrademode_free: (a: number, b: number) => void;
|
|
779
|
+
export const __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
780
|
+
export const __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
781
|
+
export const privateencryptednote_derivation_encryption_key_index: (a: number) => number;
|
|
782
|
+
export const privateencryptednote_new: (a: number, b: number, c: number, d: number) => number;
|
|
783
|
+
export const privateencryptednote_root_encryption_key_index: (a: number) => number;
|
|
784
|
+
export const privateencryptednote_set_derivation_encryption_key_index: (a: number, b: number) => void;
|
|
785
|
+
export const privateencryptednote_set_root_encryption_key_index: (a: number, b: number) => void;
|
|
786
|
+
export const privateencryptednote_set_value: (a: number, b: number, c: number) => void;
|
|
787
|
+
export const privateencryptednote_struct_name: () => [number, number];
|
|
788
|
+
export const privateencryptednote_type_name: (a: number) => [number, number];
|
|
789
|
+
export const privateencryptednote_value: (a: number) => [number, number];
|
|
790
|
+
export const sharedencryptednote_recipient_key_index: (a: number) => number;
|
|
791
|
+
export const sharedencryptednote_sender_key_index: (a: number) => number;
|
|
792
|
+
export const sharedencryptednote_set_recipient_key_index: (a: number, b: number) => void;
|
|
793
|
+
export const sharedencryptednote_set_sender_key_index: (a: number, b: number) => void;
|
|
794
|
+
export const sharedencryptednote_set_value: (a: number, b: number, c: number) => void;
|
|
795
|
+
export const sharedencryptednote_struct_name: () => [number, number];
|
|
796
|
+
export const sharedencryptednote_type_name: (a: number) => [number, number];
|
|
797
|
+
export const sharedencryptednote_value: (a: number) => [number, number];
|
|
798
|
+
export const tokenconfigupdatetransition_get_base: (a: number) => number;
|
|
799
|
+
export const tokenconfigupdatetransition_get_public_note: (a: number) => [number, number];
|
|
800
|
+
export const tokenconfigupdatetransition_get_update_token_configuration_item: (a: number) => number;
|
|
801
|
+
export const tokenconfigupdatetransition_new: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
802
|
+
export const tokenconfigupdatetransition_set_base: (a: number, b: number) => void;
|
|
803
|
+
export const tokenconfigupdatetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
804
|
+
export const tokenconfigupdatetransition_set_update_token_configuration_item: (a: number, b: number) => void;
|
|
805
|
+
export const tokenconfigupdatetransition_struct_name: () => [number, number];
|
|
806
|
+
export const tokenconfigupdatetransition_type_name: (a: number) => [number, number];
|
|
807
|
+
export const tokenconfiguration_calculateTokenId: (a: any, b: number) => [number, number, number];
|
|
808
|
+
export const tokenconfiguration_get_base_supply: (a: number) => bigint;
|
|
809
|
+
export const tokenconfiguration_get_conventions: (a: number) => number;
|
|
810
|
+
export const tokenconfiguration_get_conventions_change_rules: (a: number) => number;
|
|
811
|
+
export const tokenconfiguration_get_description: (a: number) => [number, number];
|
|
812
|
+
export const tokenconfiguration_get_destroy_frozen_funds_rules: (a: number) => number;
|
|
813
|
+
export const tokenconfiguration_get_distribution_rules: (a: number) => number;
|
|
814
|
+
export const tokenconfiguration_get_emergency_action_rules: (a: number) => number;
|
|
815
|
+
export const tokenconfiguration_get_freeze_rules: (a: number) => number;
|
|
816
|
+
export const tokenconfiguration_get_is_allowed_transfer_to_frozen_balance: (a: number) => number;
|
|
817
|
+
export const tokenconfiguration_get_keeps_history: (a: number) => number;
|
|
818
|
+
export const tokenconfiguration_get_main_control_group: (a: number) => number;
|
|
819
|
+
export const tokenconfiguration_get_main_control_group_can_be_modified: (a: number) => number;
|
|
820
|
+
export const tokenconfiguration_get_manual_burning_rules: (a: number) => number;
|
|
821
|
+
export const tokenconfiguration_get_manual_minting_rules: (a: number) => number;
|
|
822
|
+
export const tokenconfiguration_get_marketplace_rules: (a: number) => number;
|
|
823
|
+
export const tokenconfiguration_get_max_supply: (a: number) => [number, bigint];
|
|
824
|
+
export const tokenconfiguration_get_max_supply_change_rules: (a: number) => number;
|
|
825
|
+
export const tokenconfiguration_get_start_as_paused: (a: number) => number;
|
|
826
|
+
export const tokenconfiguration_get_unfreeze_rules: (a: number) => number;
|
|
827
|
+
export const tokenconfiguration_new: (a: number, b: number, c: bigint, d: number, e: bigint, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number) => number;
|
|
828
|
+
export const tokenconfiguration_set_base_supply: (a: number, b: bigint) => void;
|
|
829
|
+
export const tokenconfiguration_set_conventions: (a: number, b: number) => void;
|
|
830
|
+
export const tokenconfiguration_set_conventions_change_rules: (a: number, b: number) => void;
|
|
831
|
+
export const tokenconfiguration_set_description: (a: number, b: number, c: number) => void;
|
|
832
|
+
export const tokenconfiguration_set_destroy_frozen_funds_rules: (a: number, b: number) => void;
|
|
833
|
+
export const tokenconfiguration_set_distribution_rules: (a: number, b: number) => void;
|
|
834
|
+
export const tokenconfiguration_set_emergency_action_rules: (a: number, b: number) => void;
|
|
835
|
+
export const tokenconfiguration_set_freeze_rules: (a: number, b: number) => void;
|
|
836
|
+
export const tokenconfiguration_set_is_allowed_transfer_to_frozen_balance: (a: number, b: number) => void;
|
|
837
|
+
export const tokenconfiguration_set_keeps_history: (a: number, b: number) => void;
|
|
838
|
+
export const tokenconfiguration_set_main_control_group: (a: number, b: number) => void;
|
|
839
|
+
export const tokenconfiguration_set_main_control_group_can_be_modified: (a: number, b: number) => void;
|
|
840
|
+
export const tokenconfiguration_set_manual_burning_rules: (a: number, b: number) => void;
|
|
841
|
+
export const tokenconfiguration_set_manual_minting_rules: (a: number, b: number) => void;
|
|
842
|
+
export const tokenconfiguration_set_marketplace_rules: (a: number, b: number) => void;
|
|
843
|
+
export const tokenconfiguration_set_max_supply: (a: number, b: number, c: bigint) => void;
|
|
844
|
+
export const tokenconfiguration_set_max_supply_change_rules: (a: number, b: number) => void;
|
|
845
|
+
export const tokenconfiguration_set_start_as_paused: (a: number, b: number) => void;
|
|
846
|
+
export const tokenconfiguration_set_unfreeze_rules: (a: number, b: number) => void;
|
|
847
|
+
export const tokenconfiguration_struct_name: () => [number, number];
|
|
848
|
+
export const tokenconfiguration_type_name: (a: number) => [number, number];
|
|
849
|
+
export const tokenconfigurationchangeitem_getItem: (a: number) => any;
|
|
850
|
+
export const tokenconfigurationchangeitem_getItemName: (a: number) => [number, number];
|
|
851
|
+
export const tokenconfigurationchangeitem_struct_name: () => [number, number];
|
|
852
|
+
export const tokenconfigurationchangeitem_type_name: (a: number) => [number, number];
|
|
853
|
+
export const tokendestroyfrozenfundstransition_get_base: (a: number) => number;
|
|
854
|
+
export const tokendestroyfrozenfundstransition_get_frozen_identity_id: (a: number) => number;
|
|
855
|
+
export const tokendestroyfrozenfundstransition_get_public_note: (a: number) => [number, number];
|
|
856
|
+
export const tokendestroyfrozenfundstransition_new: (a: number, b: any, c: number, d: number) => [number, number, number];
|
|
857
|
+
export const tokendestroyfrozenfundstransition_set_base: (a: number, b: number) => void;
|
|
858
|
+
export const tokendestroyfrozenfundstransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
|
|
859
|
+
export const tokendestroyfrozenfundstransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
860
|
+
export const tokendestroyfrozenfundstransition_struct_name: () => [number, number];
|
|
861
|
+
export const tokendestroyfrozenfundstransition_type_name: (a: number) => [number, number];
|
|
862
|
+
export const tokenemergencyactiontransition_get_base: (a: number) => number;
|
|
863
|
+
export const tokenemergencyactiontransition_get_emergency_action: (a: number) => [number, number];
|
|
864
|
+
export const tokenemergencyactiontransition_get_public_note: (a: number) => [number, number];
|
|
865
|
+
export const tokenemergencyactiontransition_new: (a: number, b: number, c: number, d: number) => number;
|
|
866
|
+
export const tokenemergencyactiontransition_set_base: (a: number, b: number) => void;
|
|
867
|
+
export const tokenemergencyactiontransition_set_emergency_action: (a: number, b: number) => void;
|
|
868
|
+
export const tokenemergencyactiontransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
869
|
+
export const tokenemergencyactiontransition_struct_name: () => [number, number];
|
|
870
|
+
export const tokenemergencyactiontransition_type_name: (a: number) => [number, number];
|
|
871
|
+
export const tokenfreezetransition_get_base: (a: number) => number;
|
|
872
|
+
export const tokenfreezetransition_get_frozen_identity_id: (a: number) => number;
|
|
873
|
+
export const tokenfreezetransition_get_public_note: (a: number) => [number, number];
|
|
874
|
+
export const tokenfreezetransition_set_base: (a: number, b: number) => void;
|
|
875
|
+
export const tokenfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
|
|
876
|
+
export const tokenfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
877
|
+
export const tokenfreezetransition_struct_name: () => [number, number];
|
|
878
|
+
export const tokenfreezetransition_type_name: (a: number) => [number, number];
|
|
879
|
+
export const tokenmarketplacerules_new: (a: number, b: number) => number;
|
|
880
|
+
export const tokenmarketplacerules_set_trade_mode: (a: number, b: number) => void;
|
|
881
|
+
export const tokenmarketplacerules_set_trade_mode_change_rules: (a: number, b: number) => void;
|
|
882
|
+
export const tokenmarketplacerules_struct_name: () => [number, number];
|
|
883
|
+
export const tokenmarketplacerules_trade_mode: (a: number) => number;
|
|
884
|
+
export const tokenmarketplacerules_trade_mode_change_rules: (a: number) => number;
|
|
885
|
+
export const tokenmarketplacerules_type_name: (a: number) => [number, number];
|
|
886
|
+
export const tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
887
|
+
export const tokenminttransition_get_amount: (a: number) => bigint;
|
|
888
|
+
export const tokenminttransition_get_base: (a: number) => number;
|
|
889
|
+
export const tokenminttransition_get_public_note: (a: number) => [number, number];
|
|
890
|
+
export const tokenminttransition_issued_to_identity_id: (a: number) => number;
|
|
891
|
+
export const tokenminttransition_new: (a: number, b: any, c: bigint, d: number, e: number) => [number, number, number];
|
|
892
|
+
export const tokenminttransition_set_amount: (a: number, b: bigint) => void;
|
|
893
|
+
export const tokenminttransition_set_base: (a: number, b: number) => void;
|
|
894
|
+
export const tokenminttransition_set_issued_to_identity_id: (a: number, b: any) => [number, number];
|
|
895
|
+
export const tokenminttransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
896
|
+
export const tokenminttransition_struct_name: () => [number, number];
|
|
897
|
+
export const tokenminttransition_type_name: (a: number) => [number, number];
|
|
898
|
+
export const tokentrademode_getValue: (a: number) => [number, number];
|
|
899
|
+
export const tokentrademode_struct_name: () => [number, number];
|
|
900
|
+
export const tokentrademode_type_name: (a: number) => [number, number];
|
|
901
|
+
export const tokentransfertransition_get_amount: (a: number) => bigint;
|
|
902
|
+
export const tokentransfertransition_get_base: (a: number) => number;
|
|
903
|
+
export const tokentransfertransition_get_private_encrypted_note: (a: number) => number;
|
|
904
|
+
export const tokentransfertransition_get_public_note: (a: number) => [number, number];
|
|
905
|
+
export const tokentransfertransition_get_shared_encrypted_note: (a: number) => number;
|
|
906
|
+
export const tokentransfertransition_new: (a: number, b: any, c: bigint, d: number, e: number, f: any, g: any) => [number, number, number];
|
|
907
|
+
export const tokentransfertransition_recipient_id: (a: number) => number;
|
|
908
|
+
export const tokentransfertransition_set_amount: (a: number, b: bigint) => void;
|
|
909
|
+
export const tokentransfertransition_set_base: (a: number, b: number) => void;
|
|
910
|
+
export const tokentransfertransition_set_private_encrypted_note: (a: number, b: any) => [number, number];
|
|
911
|
+
export const tokentransfertransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
912
|
+
export const tokentransfertransition_set_recipient_id: (a: number, b: any) => [number, number];
|
|
913
|
+
export const tokentransfertransition_set_shared_encrypted_note: (a: number, b: any) => [number, number];
|
|
914
|
+
export const tokentransfertransition_struct_name: () => [number, number];
|
|
915
|
+
export const tokentransfertransition_type_name: (a: number) => [number, number];
|
|
916
|
+
export const tokentransition_getHistoricalDocumentId: (a: number, b: any) => [number, number, number];
|
|
917
|
+
export const tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
918
|
+
export const tokentransition_getTransition: (a: number) => any;
|
|
919
|
+
export const tokentransition_getTransitionType: (a: number) => [number, number];
|
|
920
|
+
export const tokentransition_getTransitionTypeNumber: (a: number) => number;
|
|
921
|
+
export const tokentransition_get_contract_id: (a: number) => number;
|
|
922
|
+
export const tokentransition_get_identity_contract_nonce: (a: number) => bigint;
|
|
923
|
+
export const tokentransition_get_token_id: (a: number) => number;
|
|
924
|
+
export const tokentransition_new: (a: any) => [number, number, number];
|
|
925
|
+
export const tokentransition_set_contract_id: (a: number, b: any) => [number, number];
|
|
926
|
+
export const tokentransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
927
|
+
export const tokentransition_set_token_id: (a: number, b: any) => [number, number];
|
|
928
|
+
export const tokentransition_struct_name: () => [number, number];
|
|
929
|
+
export const tokentransition_type_name: (a: number) => [number, number];
|
|
931
930
|
export const __wbg_set_distributioninvertedlogarithmic_a: (a: number, b: bigint) => void;
|
|
932
931
|
export const __wbg_set_distributioninvertedlogarithmic_b: (a: number, b: bigint) => void;
|
|
933
932
|
export const __wbg_set_distributioninvertedlogarithmic_d: (a: number, b: bigint) => void;
|
|
@@ -950,6 +949,8 @@ export const __wbg_set_distributionpolynomial_m: (a: number, b: bigint) => void;
|
|
|
950
949
|
export const __wbg_set_distributionpolynomial_n: (a: number, b: bigint) => void;
|
|
951
950
|
export const __wbg_set_distributionpolynomial_o: (a: number, b: bigint) => void;
|
|
952
951
|
export const __wbg_set_distributionrandom_min: (a: number, b: bigint) => void;
|
|
952
|
+
export const tokenfreezetransition_new: (a: number, b: any, c: number, d: number) => [number, number, number];
|
|
953
|
+
export const sharedencryptednote_new: (a: number, b: number, c: number, d: number) => number;
|
|
953
954
|
export const __wbg_set_distributioninvertedlogarithmic_maxValue: (a: number, b: number, c: bigint) => void;
|
|
954
955
|
export const __wbg_set_distributioninvertedlogarithmic_minValue: (a: number, b: number, c: bigint) => void;
|
|
955
956
|
export const __wbg_set_distributioninvertedlogarithmic_startMoment: (a: number, b: number, c: bigint) => void;
|
|
@@ -964,81 +965,46 @@ export const __wbg_set_distributionpolynomial_minValue: (a: number, b: number, c
|
|
|
964
965
|
export const __wbg_set_distributionpolynomial_startMoment: (a: number, b: number, c: bigint) => void;
|
|
965
966
|
export const __wbg_set_distributionstepdecreasingamount_minValue: (a: number, b: number, c: bigint) => void;
|
|
966
967
|
export const __wbg_set_distributionstepdecreasingamount_startDecreasingOffset: (a: number, b: number, c: bigint) => void;
|
|
967
|
-
export const
|
|
968
|
-
export const
|
|
969
|
-
export const
|
|
970
|
-
export const __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
968
|
+
export const tokentrademode_NotTradeable: () => number;
|
|
969
|
+
export const __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
970
|
+
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
971
971
|
export const __wbg_identitypublickeyincreation_free: (a: number, b: number) => void;
|
|
972
|
-
export const
|
|
973
|
-
export const
|
|
974
|
-
export const
|
|
975
|
-
export const
|
|
976
|
-
export const
|
|
977
|
-
export const
|
|
978
|
-
export const
|
|
979
|
-
export const
|
|
980
|
-
export const
|
|
981
|
-
export const
|
|
982
|
-
export const
|
|
983
|
-
export const
|
|
984
|
-
export const
|
|
985
|
-
export const
|
|
986
|
-
export const
|
|
987
|
-
export const
|
|
988
|
-
export const
|
|
989
|
-
export const
|
|
990
|
-
export const
|
|
991
|
-
export const
|
|
992
|
-
export const
|
|
993
|
-
export const
|
|
994
|
-
export const
|
|
995
|
-
export const
|
|
996
|
-
export const
|
|
997
|
-
export const
|
|
998
|
-
export const
|
|
999
|
-
export const
|
|
1000
|
-
export const
|
|
1001
|
-
export const
|
|
1002
|
-
export const
|
|
1003
|
-
export const
|
|
1004
|
-
export const
|
|
1005
|
-
export const
|
|
1006
|
-
export const
|
|
1007
|
-
export const
|
|
1008
|
-
export const group_get_required_power: (a: number) => number;
|
|
1009
|
-
export const group_new: (a: any, b: number) => [number, number, number];
|
|
1010
|
-
export const group_setMemberRequiredPower: (a: number, b: any, c: number) => [number, number];
|
|
1011
|
-
export const group_set_members: (a: number, b: any) => [number, number];
|
|
1012
|
-
export const group_set_required_power: (a: number, b: number) => void;
|
|
1013
|
-
export const group_struct_name: () => [number, number];
|
|
1014
|
-
export const group_toJSON: (a: number) => [number, number, number];
|
|
1015
|
-
export const group_type_name: (a: number) => [number, number];
|
|
1016
|
-
export const identitycreatetransition_default: (a: any) => [number, number, number];
|
|
1017
|
-
export const identitycreatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1018
|
-
export const identitycreatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1019
|
-
export const identitycreatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1020
|
-
export const identitycreatetransition_fromJSON: (a: any) => [number, number, number];
|
|
1021
|
-
export const identitycreatetransition_fromObject: (a: any) => [number, number, number];
|
|
1022
|
-
export const identitycreatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1023
|
-
export const identitycreatetransition_getIdentifier: (a: number) => number;
|
|
1024
|
-
export const identitycreatetransition_getSignableBytes: (a: number) => [number, number, number, number];
|
|
1025
|
-
export const identitycreatetransition_get_asset_lock_proof: (a: number) => number;
|
|
1026
|
-
export const identitycreatetransition_get_public_keys: (a: number) => [number, number];
|
|
1027
|
-
export const identitycreatetransition_get_signature: (a: number) => [number, number];
|
|
1028
|
-
export const identitycreatetransition_get_user_fee_increase: (a: number) => number;
|
|
1029
|
-
export const identitycreatetransition_new: (a: any, b: number, c: number, d: number, e: number) => [number, number, number];
|
|
1030
|
-
export const identitycreatetransition_set_asset_lock_proof: (a: number, b: number) => [number, number];
|
|
1031
|
-
export const identitycreatetransition_set_public_keys: (a: number, b: any) => [number, number];
|
|
1032
|
-
export const identitycreatetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
1033
|
-
export const identitycreatetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
1034
|
-
export const identitycreatetransition_struct_name: () => [number, number];
|
|
1035
|
-
export const identitycreatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
1036
|
-
export const identitycreatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
1037
|
-
export const identitycreatetransition_toHex: (a: number) => [number, number, number, number];
|
|
1038
|
-
export const identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
1039
|
-
export const identitycreatetransition_toObject: (a: number) => [number, number, number];
|
|
1040
|
-
export const identitycreatetransition_toStateTransition: (a: number) => number;
|
|
1041
|
-
export const identitycreatetransition_type_name: (a: number) => [number, number];
|
|
972
|
+
export const __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
973
|
+
export const __wbg_tokenbasetransition_free: (a: number, b: number) => void;
|
|
974
|
+
export const __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
975
|
+
export const __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
976
|
+
export const __wbg_tokenconfigurationlocalization_free: (a: number, b: number) => void;
|
|
977
|
+
export const __wbg_tokenstatus_free: (a: number, b: number) => void;
|
|
978
|
+
export const __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
979
|
+
export const assetlockproof_createChainAssetLockProof: (a: number, b: number) => [number, number, number];
|
|
980
|
+
export const assetlockproof_createIdentityId: (a: number) => [number, number, number];
|
|
981
|
+
export const assetlockproof_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
|
|
982
|
+
export const assetlockproof_fromBytes: (a: number, b: number) => [number, number, number];
|
|
983
|
+
export const assetlockproof_fromHex: (a: number, b: number) => [number, number, number];
|
|
984
|
+
export const assetlockproof_fromJSON: (a: any) => [number, number, number];
|
|
985
|
+
export const assetlockproof_fromObject: (a: any) => [number, number, number];
|
|
986
|
+
export const assetlockproof_getChainLockProof: (a: number) => number;
|
|
987
|
+
export const assetlockproof_getInstantLockProof: (a: number) => number;
|
|
988
|
+
export const assetlockproof_getLockType: (a: number) => [number, number];
|
|
989
|
+
export const assetlockproof_getOutPoint: (a: number) => number;
|
|
990
|
+
export const assetlockproof_new: (a: any) => [number, number, number];
|
|
991
|
+
export const assetlockproof_struct_name: () => [number, number];
|
|
992
|
+
export const assetlockproof_toBytes: (a: number) => [number, number, number, number];
|
|
993
|
+
export const assetlockproof_toHex: (a: number) => [number, number, number, number];
|
|
994
|
+
export const assetlockproof_toJSON: (a: number) => [number, number, number];
|
|
995
|
+
export const assetlockproof_toObject: (a: number) => [number, number, number];
|
|
996
|
+
export const assetlockproof_type_name: (a: number) => [number, number];
|
|
997
|
+
export const identifier_fromBase58: (a: number, b: number) => [number, number, number];
|
|
998
|
+
export const identifier_fromBase64: (a: number, b: number) => [number, number, number];
|
|
999
|
+
export const identifier_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1000
|
+
export const identifier_fromHex: (a: number, b: number) => [number, number, number];
|
|
1001
|
+
export const identifier_new: (a: any) => [number, number, number];
|
|
1002
|
+
export const identifier_struct_name: () => [number, number];
|
|
1003
|
+
export const identifier_toBase58: (a: number) => [number, number];
|
|
1004
|
+
export const identifier_toBase64: (a: number) => [number, number];
|
|
1005
|
+
export const identifier_toBytes: (a: number) => [number, number];
|
|
1006
|
+
export const identifier_toHex: (a: number) => [number, number];
|
|
1007
|
+
export const identifier_type_name: (a: number) => [number, number];
|
|
1042
1008
|
export const identitypublickeyincreation_fromJSON: (a: any) => [number, number, number];
|
|
1043
1009
|
export const identitypublickeyincreation_fromObject: (a: any) => [number, number, number];
|
|
1044
1010
|
export const identitypublickeyincreation_getHash: (a: number) => [number, number, number, number];
|
|
@@ -1064,117 +1030,54 @@ export const identitypublickeyincreation_toIdentityPublicKey: (a: number) => [nu
|
|
|
1064
1030
|
export const identitypublickeyincreation_toJSON: (a: number) => [number, number, number];
|
|
1065
1031
|
export const identitypublickeyincreation_toObject: (a: number) => [number, number, number];
|
|
1066
1032
|
export const identitypublickeyincreation_type_name: (a: number) => [number, number];
|
|
1067
|
-
export const
|
|
1068
|
-
export const
|
|
1069
|
-
export const
|
|
1070
|
-
export const
|
|
1071
|
-
export const
|
|
1072
|
-
export const
|
|
1073
|
-
export const
|
|
1074
|
-
export const
|
|
1075
|
-
export const
|
|
1076
|
-
export const
|
|
1077
|
-
export const
|
|
1078
|
-
export const
|
|
1079
|
-
export const
|
|
1080
|
-
export const
|
|
1081
|
-
export const
|
|
1082
|
-
export const
|
|
1083
|
-
export const
|
|
1084
|
-
export const
|
|
1085
|
-
export const
|
|
1086
|
-
export const
|
|
1087
|
-
export const
|
|
1088
|
-
export const
|
|
1089
|
-
export const
|
|
1090
|
-
export const
|
|
1091
|
-
export const
|
|
1092
|
-
export const
|
|
1093
|
-
export const
|
|
1094
|
-
export const
|
|
1095
|
-
export const
|
|
1096
|
-
export const
|
|
1097
|
-
export const
|
|
1098
|
-
export const
|
|
1099
|
-
export const
|
|
1100
|
-
export const
|
|
1101
|
-
export const
|
|
1102
|
-
export const
|
|
1103
|
-
export const
|
|
1104
|
-
export const
|
|
1105
|
-
export const
|
|
1106
|
-
export const
|
|
1107
|
-
export const
|
|
1108
|
-
export const
|
|
1109
|
-
export const
|
|
1110
|
-
export const
|
|
1111
|
-
export const
|
|
1112
|
-
export const
|
|
1113
|
-
export const
|
|
1114
|
-
export const
|
|
1115
|
-
export const masternodevotetransition_toBase64: (a: number) => [number, number, number, number];
|
|
1116
|
-
export const masternodevotetransition_toBytes: (a: number) => [number, number, number, number];
|
|
1117
|
-
export const masternodevotetransition_toHex: (a: number) => [number, number, number, number];
|
|
1118
|
-
export const masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
1119
|
-
export const masternodevotetransition_toObject: (a: number) => [number, number, number];
|
|
1120
|
-
export const masternodevotetransition_toStateTransition: (a: number) => number;
|
|
1121
|
-
export const masternodevotetransition_type_name: (a: number) => [number, number];
|
|
1122
|
-
export const masternodevotetransition_vote: (a: number) => number;
|
|
1123
|
-
export const masternodevotetransition_voter_identity_id: (a: number) => number;
|
|
1124
|
-
export const resourcevotechoice_Abstain: () => number;
|
|
1125
|
-
export const resourcevotechoice_Lock: () => number;
|
|
1126
|
-
export const resourcevotechoice_TowardsIdentity: (a: any) => [number, number, number];
|
|
1127
|
-
export const resourcevotechoice_fromJSON: (a: any) => [number, number, number];
|
|
1128
|
-
export const resourcevotechoice_fromObject: (a: any) => [number, number, number];
|
|
1129
|
-
export const resourcevotechoice_getType: (a: number) => [number, number];
|
|
1130
|
-
export const resourcevotechoice_getValue: (a: number) => any;
|
|
1131
|
-
export const resourcevotechoice_struct_name: () => [number, number];
|
|
1132
|
-
export const resourcevotechoice_toJSON: (a: number) => [number, number, number];
|
|
1133
|
-
export const resourcevotechoice_toObject: (a: number) => [number, number, number];
|
|
1134
|
-
export const resourcevotechoice_type_name: (a: number) => [number, number];
|
|
1135
|
-
export const tokenconfigurationchangeitem_MainControlGroupItem: (a: number) => number;
|
|
1136
|
-
export const vote_fromJSON: (a: any) => [number, number, number];
|
|
1137
|
-
export const vote_fromObject: (a: any) => [number, number, number];
|
|
1138
|
-
export const vote_new: (a: number, b: number) => number;
|
|
1139
|
-
export const vote_resource_vote_choice: (a: number) => number;
|
|
1140
|
-
export const vote_set_resource_vote_choice: (a: number, b: number) => void;
|
|
1141
|
-
export const vote_set_vote_poll: (a: number, b: number) => void;
|
|
1142
|
-
export const vote_struct_name: () => [number, number];
|
|
1143
|
-
export const vote_toJSON: (a: number) => [number, number, number];
|
|
1144
|
-
export const vote_toObject: (a: number) => [number, number, number];
|
|
1145
|
-
export const vote_type_name: (a: number) => [number, number];
|
|
1146
|
-
export const vote_vote_poll: (a: number) => number;
|
|
1147
|
-
export const group_toObject: (a: number) => [number, number, number];
|
|
1148
|
-
export const masternodevotetransition_get_user_fee_increase: (a: number) => number;
|
|
1149
|
-
export const __wbg_contenderwithserializeddocument_free: (a: number, b: number) => void;
|
|
1150
|
-
export const __wbg_groupaction_free: (a: number, b: number) => void;
|
|
1151
|
-
export const __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
1152
|
-
export const __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
1153
|
-
export const __wbg_tokenconfigurationchangeitem_free: (a: number, b: number) => void;
|
|
1154
|
-
export const __wbg_tokenconfigurationlocalization_free: (a: number, b: number) => void;
|
|
1155
|
-
export const __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
1156
|
-
export const __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
1157
|
-
export const __wbg_tokenstatus_free: (a: number, b: number) => void;
|
|
1158
|
-
export const __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
1159
|
-
export const __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
1160
|
-
export const contenderwithserializeddocument_fromJSON: (a: any) => [number, number, number];
|
|
1161
|
-
export const contenderwithserializeddocument_fromObject: (a: any) => [number, number, number];
|
|
1162
|
-
export const contenderwithserializeddocument_identity_id: (a: number) => number;
|
|
1163
|
-
export const contenderwithserializeddocument_new: (a: any, b: number, c: number, d: number) => [number, number, number];
|
|
1164
|
-
export const contenderwithserializeddocument_serialized_document: (a: number) => any;
|
|
1165
|
-
export const contenderwithserializeddocument_toJSON: (a: number) => [number, number, number];
|
|
1166
|
-
export const contenderwithserializeddocument_toObject: (a: number) => [number, number, number];
|
|
1167
|
-
export const contenderwithserializeddocument_vote_tally: (a: number) => number;
|
|
1168
|
-
export const groupaction_contract_id: (a: number) => number;
|
|
1169
|
-
export const groupaction_event: (a: number) => number;
|
|
1170
|
-
export const groupaction_fromJSON: (a: any) => [number, number, number];
|
|
1171
|
-
export const groupaction_fromObject: (a: any) => [number, number, number];
|
|
1172
|
-
export const groupaction_proposer_id: (a: number) => number;
|
|
1173
|
-
export const groupaction_struct_name: () => [number, number];
|
|
1174
|
-
export const groupaction_toJSON: (a: number) => [number, number, number];
|
|
1175
|
-
export const groupaction_toObject: (a: number) => [number, number, number];
|
|
1176
|
-
export const groupaction_token_contract_position: (a: number) => number;
|
|
1177
|
-
export const groupaction_type_name: (a: number) => [number, number];
|
|
1033
|
+
export const identityupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1034
|
+
export const identityupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1035
|
+
export const identityupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1036
|
+
export const identityupdatetransition_fromJSON: (a: any) => [number, number, number];
|
|
1037
|
+
export const identityupdatetransition_fromObject: (a: any) => [number, number, number];
|
|
1038
|
+
export const identityupdatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1039
|
+
export const identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
1040
|
+
export const identityupdatetransition_getOptionalAssetLockProof: (a: number) => any;
|
|
1041
|
+
export const identityupdatetransition_getPurposeRequirement: (a: number) => [number, number];
|
|
1042
|
+
export const identityupdatetransition_getSignableBytes: (a: number) => [number, number, number, number];
|
|
1043
|
+
export const identityupdatetransition_get_identity_identifier: (a: number) => number;
|
|
1044
|
+
export const identityupdatetransition_get_nonce: (a: number) => bigint;
|
|
1045
|
+
export const identityupdatetransition_get_public_key_ids_to_add: (a: number) => [number, number];
|
|
1046
|
+
export const identityupdatetransition_get_public_key_ids_to_disable: (a: number) => [number, number];
|
|
1047
|
+
export const identityupdatetransition_get_revision: (a: number) => bigint;
|
|
1048
|
+
export const identityupdatetransition_get_signature: (a: number) => [number, number];
|
|
1049
|
+
export const identityupdatetransition_get_signature_public_key_id: (a: number) => number;
|
|
1050
|
+
export const identityupdatetransition_get_user_fee_increase: (a: number) => number;
|
|
1051
|
+
export const identityupdatetransition_new: (a: any, b: bigint, c: bigint, d: any, e: number, f: number, g: number) => [number, number, number];
|
|
1052
|
+
export const identityupdatetransition_set_identity_identifier: (a: number, b: any) => [number, number];
|
|
1053
|
+
export const identityupdatetransition_set_nonce: (a: number, b: bigint) => void;
|
|
1054
|
+
export const identityupdatetransition_set_public_key_ids_to_add: (a: number, b: any) => [number, number];
|
|
1055
|
+
export const identityupdatetransition_set_public_key_ids_to_disable: (a: number, b: number, c: number) => void;
|
|
1056
|
+
export const identityupdatetransition_set_revision: (a: number, b: bigint) => void;
|
|
1057
|
+
export const identityupdatetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
1058
|
+
export const identityupdatetransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
1059
|
+
export const identityupdatetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
1060
|
+
export const identityupdatetransition_struct_name: () => [number, number];
|
|
1061
|
+
export const identityupdatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
1062
|
+
export const identityupdatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
1063
|
+
export const identityupdatetransition_toHex: (a: number) => [number, number, number, number];
|
|
1064
|
+
export const identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
1065
|
+
export const identityupdatetransition_toObject: (a: number) => [number, number, number];
|
|
1066
|
+
export const identityupdatetransition_toStateTransition: (a: number) => number;
|
|
1067
|
+
export const identityupdatetransition_type_name: (a: number) => [number, number];
|
|
1068
|
+
export const tokenbasetransition_get_data_contract_id: (a: number) => number;
|
|
1069
|
+
export const tokenbasetransition_get_identity_contract_nonce: (a: number) => bigint;
|
|
1070
|
+
export const tokenbasetransition_get_token_contract_position: (a: number) => number;
|
|
1071
|
+
export const tokenbasetransition_get_token_id: (a: number) => number;
|
|
1072
|
+
export const tokenbasetransition_get_using_group_info: (a: number) => number;
|
|
1073
|
+
export const tokenbasetransition_new: (a: bigint, b: number, c: any, d: any, e: any) => [number, number, number];
|
|
1074
|
+
export const tokenbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
|
|
1075
|
+
export const tokenbasetransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
1076
|
+
export const tokenbasetransition_set_token_contract_position: (a: number, b: number) => void;
|
|
1077
|
+
export const tokenbasetransition_set_token_id: (a: number, b: any) => [number, number];
|
|
1078
|
+
export const tokenbasetransition_set_using_group_info: (a: number, b: any) => [number, number];
|
|
1079
|
+
export const tokenbasetransition_struct_name: () => [number, number];
|
|
1080
|
+
export const tokenbasetransition_type_name: (a: number) => [number, number];
|
|
1178
1081
|
export const tokenburntransition_get_base: (a: number) => number;
|
|
1179
1082
|
export const tokenburntransition_get_burn_amount: (a: number) => bigint;
|
|
1180
1083
|
export const tokenburntransition_get_public_note: (a: number) => [number, number];
|
|
@@ -1184,20 +1087,15 @@ export const tokenburntransition_set_burn_amount: (a: number, b: bigint) => void
|
|
|
1184
1087
|
export const tokenburntransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1185
1088
|
export const tokenburntransition_struct_name: () => [number, number];
|
|
1186
1089
|
export const tokenburntransition_type_name: (a: number) => [number, number];
|
|
1187
|
-
export const
|
|
1188
|
-
export const
|
|
1189
|
-
export const
|
|
1190
|
-
export const
|
|
1191
|
-
export const
|
|
1192
|
-
export const
|
|
1193
|
-
export const
|
|
1194
|
-
export const
|
|
1195
|
-
export const
|
|
1196
|
-
export const tokenconfigurationchangeitem_getItem: (a: number) => any;
|
|
1197
|
-
export const tokenconfigurationchangeitem_getItemName: (a: number) => [number, number];
|
|
1198
|
-
export const tokenconfigurationchangeitem_noChangeItem: () => number;
|
|
1199
|
-
export const tokenconfigurationchangeitem_struct_name: () => [number, number];
|
|
1200
|
-
export const tokenconfigurationchangeitem_type_name: (a: number) => [number, number];
|
|
1090
|
+
export const tokenclaimtransition_get_base: (a: number) => number;
|
|
1091
|
+
export const tokenclaimtransition_get_distribution_type: (a: number) => [number, number];
|
|
1092
|
+
export const tokenclaimtransition_get_public_note: (a: number) => [number, number];
|
|
1093
|
+
export const tokenclaimtransition_new: (a: number, b: any, c: number, d: number) => [number, number, number];
|
|
1094
|
+
export const tokenclaimtransition_set_base: (a: number, b: number) => void;
|
|
1095
|
+
export const tokenclaimtransition_set_distribution_type: (a: number, b: any) => [number, number];
|
|
1096
|
+
export const tokenclaimtransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1097
|
+
export const tokenclaimtransition_struct_name: () => [number, number];
|
|
1098
|
+
export const tokenclaimtransition_type_name: (a: number) => [number, number];
|
|
1201
1099
|
export const tokenconfigurationlocalization_fromJSON: (a: any) => [number, number, number];
|
|
1202
1100
|
export const tokenconfigurationlocalization_fromObject: (a: any) => [number, number, number];
|
|
1203
1101
|
export const tokenconfigurationlocalization_get_plural_form: (a: number) => [number, number];
|
|
@@ -1211,39 +1109,7 @@ export const tokenconfigurationlocalization_struct_name: () => [number, number];
|
|
|
1211
1109
|
export const tokenconfigurationlocalization_toJSON: (a: number) => [number, number, number];
|
|
1212
1110
|
export const tokenconfigurationlocalization_toObject: (a: number) => [number, number, number];
|
|
1213
1111
|
export const tokenconfigurationlocalization_type_name: (a: number) => [number, number];
|
|
1214
|
-
export const tokendirectpurchasetransition_get_base: (a: number) => number;
|
|
1215
|
-
export const tokendirectpurchasetransition_get_token_count: (a: number) => bigint;
|
|
1216
|
-
export const tokendirectpurchasetransition_get_total_agreed_price: (a: number) => bigint;
|
|
1217
|
-
export const tokendirectpurchasetransition_new: (a: number, b: bigint, c: bigint) => number;
|
|
1218
|
-
export const tokendirectpurchasetransition_set_base: (a: number, b: number) => void;
|
|
1219
|
-
export const tokendirectpurchasetransition_set_token_count: (a: number, b: bigint) => void;
|
|
1220
|
-
export const tokendirectpurchasetransition_set_total_agreed_price: (a: number, b: bigint) => void;
|
|
1221
|
-
export const tokendirectpurchasetransition_struct_name: () => [number, number];
|
|
1222
|
-
export const tokendirectpurchasetransition_type_name: (a: number) => [number, number];
|
|
1223
|
-
export const tokensetpricefordirectpurchasetransition_get_base: (a: number) => number;
|
|
1224
|
-
export const tokensetpricefordirectpurchasetransition_get_price: (a: number) => any;
|
|
1225
|
-
export const tokensetpricefordirectpurchasetransition_get_public_note: (a: number) => [number, number];
|
|
1226
|
-
export const tokensetpricefordirectpurchasetransition_new: (a: number, b: any, c: number, d: number) => [number, number, number];
|
|
1227
|
-
export const tokensetpricefordirectpurchasetransition_set_base: (a: number, b: number) => void;
|
|
1228
|
-
export const tokensetpricefordirectpurchasetransition_set_price: (a: number, b: any) => [number, number];
|
|
1229
|
-
export const tokensetpricefordirectpurchasetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1230
|
-
export const tokensetpricefordirectpurchasetransition_struct_name: () => [number, number];
|
|
1231
|
-
export const tokensetpricefordirectpurchasetransition_type_name: (a: number) => [number, number];
|
|
1232
1112
|
export const tokenstatus_paused: (a: number) => number;
|
|
1233
|
-
export const tokentransition_getHistoricalDocumentId: (a: number, b: any) => [number, number, number];
|
|
1234
|
-
export const tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
1235
|
-
export const tokentransition_getTransition: (a: number) => any;
|
|
1236
|
-
export const tokentransition_getTransitionType: (a: number) => [number, number];
|
|
1237
|
-
export const tokentransition_getTransitionTypeNumber: (a: number) => number;
|
|
1238
|
-
export const tokentransition_get_contract_id: (a: number) => number;
|
|
1239
|
-
export const tokentransition_get_identity_contract_nonce: (a: number) => bigint;
|
|
1240
|
-
export const tokentransition_get_token_id: (a: number) => number;
|
|
1241
|
-
export const tokentransition_new: (a: any) => [number, number, number];
|
|
1242
|
-
export const tokentransition_set_contract_id: (a: number, b: any) => [number, number];
|
|
1243
|
-
export const tokentransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
1244
|
-
export const tokentransition_set_token_id: (a: number, b: any) => [number, number];
|
|
1245
|
-
export const tokentransition_struct_name: () => [number, number];
|
|
1246
|
-
export const tokentransition_type_name: (a: number) => [number, number];
|
|
1247
1113
|
export const tokenunfreezetransition_get_base: (a: number) => number;
|
|
1248
1114
|
export const tokenunfreezetransition_get_frozen_identity_id: (a: number) => number;
|
|
1249
1115
|
export const tokenunfreezetransition_get_public_note: (a: number) => [number, number];
|
|
@@ -1253,98 +1119,200 @@ export const tokenunfreezetransition_set_frozen_identity_id: (a: number, b: any)
|
|
|
1253
1119
|
export const tokenunfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1254
1120
|
export const tokenunfreezetransition_struct_name: () => [number, number];
|
|
1255
1121
|
export const tokenunfreezetransition_type_name: (a: number) => [number, number];
|
|
1256
|
-
export const
|
|
1257
|
-
export const
|
|
1258
|
-
export const
|
|
1259
|
-
export const
|
|
1260
|
-
export const
|
|
1122
|
+
export const identifier_toJSON: (a: number) => [number, number];
|
|
1123
|
+
export const identifier_toString: (a: number) => [number, number];
|
|
1124
|
+
export const __wbg_extendedepochinfo_free: (a: number, b: number) => void;
|
|
1125
|
+
export const __wbg_feestrategystep_free: (a: number, b: number) => void;
|
|
1126
|
+
export const __wbg_tokenevent_free: (a: number, b: number) => void;
|
|
1127
|
+
export const extendedepochinfo_fee_multiplier: (a: number) => number;
|
|
1128
|
+
export const extendedepochinfo_fee_multiplier_permille: (a: number) => bigint;
|
|
1129
|
+
export const extendedepochinfo_first_block_height: (a: number) => any;
|
|
1130
|
+
export const extendedepochinfo_first_block_time: (a: number) => any;
|
|
1131
|
+
export const extendedepochinfo_first_core_block_height: (a: number) => number;
|
|
1132
|
+
export const extendedepochinfo_fromJSON: (a: any) => [number, number, number];
|
|
1133
|
+
export const extendedepochinfo_fromObject: (a: any) => [number, number, number];
|
|
1134
|
+
export const extendedepochinfo_index: (a: number) => number;
|
|
1135
|
+
export const extendedepochinfo_new: (a: number, b: bigint, c: bigint, d: number, e: bigint, f: number) => number;
|
|
1136
|
+
export const extendedepochinfo_protocol_version: (a: number) => number;
|
|
1137
|
+
export const extendedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
|
|
1138
|
+
export const extendedepochinfo_set_first_block_height: (a: number, b: bigint) => void;
|
|
1139
|
+
export const extendedepochinfo_set_first_block_time: (a: number, b: bigint) => void;
|
|
1140
|
+
export const extendedepochinfo_set_first_core_block_height: (a: number, b: number) => void;
|
|
1141
|
+
export const extendedepochinfo_set_index: (a: number, b: number) => void;
|
|
1142
|
+
export const extendedepochinfo_set_protocol_version: (a: number, b: number) => void;
|
|
1143
|
+
export const extendedepochinfo_struct_name: () => [number, number];
|
|
1144
|
+
export const extendedepochinfo_toJSON: (a: number) => [number, number, number];
|
|
1145
|
+
export const extendedepochinfo_toObject: (a: number) => [number, number, number];
|
|
1146
|
+
export const extendedepochinfo_type_name: (a: number) => [number, number];
|
|
1147
|
+
export const feestrategystep_deductFromInput: (a: number) => number;
|
|
1148
|
+
export const feestrategystep_index: (a: number) => number;
|
|
1149
|
+
export const feestrategystep_isDeductFromInput: (a: number) => number;
|
|
1150
|
+
export const feestrategystep_isReduceOutput: (a: number) => number;
|
|
1151
|
+
export const feestrategystep_reduceOutput: (a: number) => number;
|
|
1152
|
+
export const tokenevent_fromJSON: (a: any) => [number, number, number];
|
|
1153
|
+
export const tokenevent_fromObject: (a: any) => [number, number, number];
|
|
1154
|
+
export const tokenevent_struct_name: (a: number) => [number, number];
|
|
1155
|
+
export const tokenevent_toJSON: (a: number) => [number, number, number];
|
|
1156
|
+
export const tokenevent_toObject: (a: number) => [number, number, number];
|
|
1157
|
+
export const tokenevent_variant: (a: number) => number;
|
|
1158
|
+
export const tokenevent_type_name: (a: number) => [number, number];
|
|
1159
|
+
export const __wbg_blockinfo_free: (a: number, b: number) => void;
|
|
1160
|
+
export const __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
1161
|
+
export const __wbg_consensuserror_free: (a: number, b: number) => void;
|
|
1162
|
+
export const __wbg_contesteddocumentvotepollwinnerinfo_free: (a: number, b: number) => void;
|
|
1163
|
+
export const __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
1164
|
+
export const __wbg_documentbasetransition_free: (a: number, b: number) => void;
|
|
1165
|
+
export const __wbg_documentupdatepricetransition_free: (a: number, b: number) => void;
|
|
1166
|
+
export const __wbg_group_free: (a: number, b: number) => void;
|
|
1167
|
+
export const __wbg_platformaddress_free: (a: number, b: number) => void;
|
|
1168
|
+
export const __wbg_resourcevotechoice_free: (a: number, b: number) => void;
|
|
1169
|
+
export const __wbg_tokencontractinfo_free: (a: number, b: number) => void;
|
|
1170
|
+
export const __wbg_wasmdpperror_free: (a: number, b: number) => void;
|
|
1171
|
+
export const blockinfo_core_height: (a: number) => number;
|
|
1172
|
+
export const blockinfo_epoch_index: (a: number) => number;
|
|
1173
|
+
export const blockinfo_fromJSON: (a: any) => [number, number, number];
|
|
1174
|
+
export const blockinfo_fromObject: (a: any) => [number, number, number];
|
|
1175
|
+
export const blockinfo_height: (a: number) => bigint;
|
|
1176
|
+
export const blockinfo_new: (a: bigint, b: bigint, c: number, d: number) => [number, number, number];
|
|
1177
|
+
export const blockinfo_time_ms: (a: number) => bigint;
|
|
1178
|
+
export const blockinfo_toJSON: (a: number) => [number, number, number];
|
|
1179
|
+
export const blockinfo_toObject: (a: number) => [number, number, number];
|
|
1180
|
+
export const chainassetlockproof_createIdentityId: (a: number) => number;
|
|
1181
|
+
export const chainassetlockproof_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1182
|
+
export const chainassetlockproof_fromJSON: (a: any) => [number, number, number];
|
|
1183
|
+
export const chainassetlockproof_fromObject: (a: any) => [number, number, number];
|
|
1184
|
+
export const chainassetlockproof_get_core_chain_locked_height: (a: number) => number;
|
|
1185
|
+
export const chainassetlockproof_get_out_point: (a: number) => number;
|
|
1186
|
+
export const chainassetlockproof_new: (a: number, b: number) => [number, number, number];
|
|
1187
|
+
export const chainassetlockproof_set_core_chain_locked_height: (a: number, b: number) => void;
|
|
1188
|
+
export const chainassetlockproof_set_out_point: (a: number, b: number) => void;
|
|
1189
|
+
export const chainassetlockproof_struct_name: () => [number, number];
|
|
1190
|
+
export const chainassetlockproof_toBytes: (a: number) => [number, number, number, number];
|
|
1191
|
+
export const chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
1192
|
+
export const chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
1193
|
+
export const chainassetlockproof_type_name: (a: number) => [number, number];
|
|
1194
|
+
export const consensuserror_deserialize: (a: number, b: number) => [number, number, number];
|
|
1195
|
+
export const consensuserror_message: (a: number) => [number, number];
|
|
1196
|
+
export const contesteddocumentvotepollwinnerinfo_fromJSON: (a: any) => [number, number, number];
|
|
1197
|
+
export const contesteddocumentvotepollwinnerinfo_fromObject: (a: any) => [number, number, number];
|
|
1198
|
+
export const contesteddocumentvotepollwinnerinfo_identity_id: (a: number) => number;
|
|
1199
|
+
export const contesteddocumentvotepollwinnerinfo_isLocked: (a: number) => number;
|
|
1200
|
+
export const contesteddocumentvotepollwinnerinfo_isNoWinner: (a: number) => number;
|
|
1201
|
+
export const contesteddocumentvotepollwinnerinfo_isWonByIdentity: (a: number) => number;
|
|
1202
|
+
export const contesteddocumentvotepollwinnerinfo_kind: (a: number) => [number, number];
|
|
1203
|
+
export const contesteddocumentvotepollwinnerinfo_new: (a: number, b: number, c: number) => [number, number, number];
|
|
1204
|
+
export const contesteddocumentvotepollwinnerinfo_toJSON: (a: number) => [number, number, number];
|
|
1205
|
+
export const contesteddocumentvotepollwinnerinfo_toObject: (a: number) => [number, number, number];
|
|
1206
|
+
export const datacontractcreatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1207
|
+
export const datacontractcreatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1208
|
+
export const datacontractcreatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1209
|
+
export const datacontractcreatetransition_fromJSON: (a: any) => [number, number, number];
|
|
1210
|
+
export const datacontractcreatetransition_fromObject: (a: any) => [number, number, number];
|
|
1211
|
+
export const datacontractcreatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1212
|
+
export const datacontractcreatetransition_getDataContract: (a: number, b: any, c: number) => [number, number, number];
|
|
1213
|
+
export const datacontractcreatetransition_get_feature_version: (a: number) => number;
|
|
1214
|
+
export const datacontractcreatetransition_get_identity_nonce: (a: number) => bigint;
|
|
1215
|
+
export const datacontractcreatetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
1216
|
+
export const datacontractcreatetransition_setDataContract: (a: number, b: number, c: any) => [number, number];
|
|
1217
|
+
export const datacontractcreatetransition_struct_name: () => [number, number];
|
|
1218
|
+
export const datacontractcreatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
1219
|
+
export const datacontractcreatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
1220
|
+
export const datacontractcreatetransition_toHex: (a: number) => [number, number, number, number];
|
|
1221
|
+
export const datacontractcreatetransition_toJSON: (a: number) => [number, number, number];
|
|
1222
|
+
export const datacontractcreatetransition_toObject: (a: number) => [number, number, number];
|
|
1223
|
+
export const datacontractcreatetransition_toStateTransition: (a: number) => number;
|
|
1224
|
+
export const datacontractcreatetransition_type_name: (a: number) => [number, number];
|
|
1225
|
+
export const datacontractcreatetransition_verifyProtocolVersion: (a: number, b: number) => [number, number, number];
|
|
1226
|
+
export const documentbasetransition_get_data_contract_id: (a: number) => number;
|
|
1227
|
+
export const documentbasetransition_get_document_type_name: (a: number) => [number, number];
|
|
1228
|
+
export const documentbasetransition_get_id: (a: number) => number;
|
|
1229
|
+
export const documentbasetransition_get_identity_contract_nonce: (a: number) => bigint;
|
|
1230
|
+
export const documentbasetransition_get_token_payment_info: (a: number) => number;
|
|
1231
|
+
export const documentbasetransition_new: (a: any, b: bigint, c: number, d: number, e: any, f: any) => [number, number, number];
|
|
1232
|
+
export const documentbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
|
|
1233
|
+
export const documentbasetransition_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
1234
|
+
export const documentbasetransition_set_id: (a: number, b: any) => [number, number];
|
|
1235
|
+
export const documentbasetransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
1236
|
+
export const documentbasetransition_set_token_payment_info: (a: number, b: number) => void;
|
|
1237
|
+
export const documentbasetransition_struct_name: () => [number, number];
|
|
1238
|
+
export const documentbasetransition_type_name: (a: number) => [number, number];
|
|
1239
|
+
export const documentupdatepricetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
1240
|
+
export const documentupdatepricetransition_get_base: (a: number) => number;
|
|
1241
|
+
export const documentupdatepricetransition_get_price: (a: number) => bigint;
|
|
1242
|
+
export const documentupdatepricetransition_new: (a: number, b: bigint, c: bigint, d: any) => [number, number, number];
|
|
1243
|
+
export const documentupdatepricetransition_set_base: (a: number, b: number) => void;
|
|
1244
|
+
export const documentupdatepricetransition_set_price: (a: number, b: bigint) => void;
|
|
1245
|
+
export const documentupdatepricetransition_struct_name: () => [number, number];
|
|
1246
|
+
export const documentupdatepricetransition_toDocumentTransition: (a: number) => number;
|
|
1247
|
+
export const documentupdatepricetransition_type_name: (a: number) => [number, number];
|
|
1248
|
+
export const group_fromJSON: (a: any) => [number, number, number];
|
|
1249
|
+
export const group_fromObject: (a: any) => [number, number, number];
|
|
1250
|
+
export const group_get_members: (a: number) => [number, number, number];
|
|
1251
|
+
export const group_get_required_power: (a: number) => number;
|
|
1252
|
+
export const group_new: (a: any, b: number) => [number, number, number];
|
|
1253
|
+
export const group_setMemberRequiredPower: (a: number, b: any, c: number) => [number, number];
|
|
1254
|
+
export const group_set_members: (a: number, b: any) => [number, number];
|
|
1255
|
+
export const group_set_required_power: (a: number, b: number) => void;
|
|
1256
|
+
export const group_struct_name: () => [number, number];
|
|
1257
|
+
export const group_toJSON: (a: number) => [number, number, number];
|
|
1258
|
+
export const group_type_name: (a: number) => [number, number];
|
|
1259
|
+
export const platformaddress_addressType: (a: number) => [number, number];
|
|
1260
|
+
export const platformaddress_fromBech32m: (a: number, b: number) => [number, number, number];
|
|
1261
|
+
export const platformaddress_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1262
|
+
export const platformaddress_fromHex: (a: number, b: number) => [number, number, number];
|
|
1263
|
+
export const platformaddress_fromP2pkhHash: (a: number, b: number) => [number, number, number];
|
|
1264
|
+
export const platformaddress_fromP2shHash: (a: number, b: number) => [number, number, number];
|
|
1265
|
+
export const platformaddress_hash: (a: number) => [number, number];
|
|
1266
|
+
export const platformaddress_hashToHex: (a: number) => [number, number];
|
|
1267
|
+
export const platformaddress_isP2pkh: (a: number) => number;
|
|
1268
|
+
export const platformaddress_isP2sh: (a: number) => number;
|
|
1269
|
+
export const platformaddress_new: (a: any) => [number, number, number];
|
|
1270
|
+
export const platformaddress_struct_name: () => [number, number];
|
|
1271
|
+
export const platformaddress_toBech32m: (a: number, b: number, c: number) => [number, number, number, number];
|
|
1272
|
+
export const platformaddress_toBytes: (a: number) => [number, number];
|
|
1273
|
+
export const platformaddress_toHex: (a: number) => [number, number];
|
|
1274
|
+
export const platformaddress_type_name: (a: number) => [number, number];
|
|
1275
|
+
export const resourcevotechoice_Abstain: () => number;
|
|
1276
|
+
export const resourcevotechoice_Lock: () => number;
|
|
1277
|
+
export const resourcevotechoice_TowardsIdentity: (a: any) => [number, number, number];
|
|
1278
|
+
export const resourcevotechoice_fromJSON: (a: any) => [number, number, number];
|
|
1279
|
+
export const resourcevotechoice_fromObject: (a: any) => [number, number, number];
|
|
1280
|
+
export const resourcevotechoice_getType: (a: number) => [number, number];
|
|
1281
|
+
export const resourcevotechoice_getValue: (a: number) => any;
|
|
1282
|
+
export const resourcevotechoice_struct_name: () => [number, number];
|
|
1283
|
+
export const resourcevotechoice_toJSON: (a: number) => [number, number, number];
|
|
1284
|
+
export const resourcevotechoice_toObject: (a: number) => [number, number, number];
|
|
1285
|
+
export const resourcevotechoice_type_name: (a: number) => [number, number];
|
|
1286
|
+
export const tokenconfigurationchangeitem_MainControlGroupItem: (a: number) => number;
|
|
1287
|
+
export const tokencontractinfo_contract_id: (a: number) => number;
|
|
1288
|
+
export const tokencontractinfo_token_contract_position: (a: number) => number;
|
|
1289
|
+
export const wasmdpperror_code: (a: number) => number;
|
|
1290
|
+
export const wasmdpperror_kind: (a: number) => number;
|
|
1291
|
+
export const wasmdpperror_message: (a: number) => [number, number];
|
|
1292
|
+
export const wasmdpperror_name: (a: number) => [number, number];
|
|
1293
|
+
export const group_toObject: (a: number) => [number, number, number];
|
|
1294
|
+
export const tokenconfigurationchangeitem_noChangeItem: () => number;
|
|
1295
|
+
export const __wbg_corescript_free: (a: number, b: number) => void;
|
|
1261
1296
|
export const __wbg_identitycredittransfer_free: (a: number, b: number) => void;
|
|
1262
1297
|
export const __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
1298
|
+
export const __wbg_partialidentity_free: (a: number, b: number) => void;
|
|
1299
|
+
export const __wbg_resourcevote_free: (a: number, b: number) => void;
|
|
1263
1300
|
export const __wbg_statetransition_free: (a: number, b: number) => void;
|
|
1264
|
-
export const
|
|
1265
|
-
export const
|
|
1266
|
-
export const
|
|
1267
|
-
export const
|
|
1268
|
-
export const
|
|
1269
|
-
export const
|
|
1270
|
-
export const
|
|
1271
|
-
export const
|
|
1272
|
-
export const
|
|
1273
|
-
export const
|
|
1274
|
-
export const
|
|
1275
|
-
export const
|
|
1276
|
-
export const
|
|
1277
|
-
export const
|
|
1278
|
-
export const
|
|
1279
|
-
export const batchtransition_fromObject: (a: any) => [number, number, number];
|
|
1280
|
-
export const batchtransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1281
|
-
export const batchtransition_get_all_conflicting_index_collateral_voting_funds: (a: number) => [number, bigint, number, number];
|
|
1282
|
-
export const batchtransition_get_all_purchases_amount: (a: number) => [number, bigint, number, number];
|
|
1283
|
-
export const batchtransition_get_batched_transitions: (a: number) => [number, number];
|
|
1284
|
-
export const batchtransition_get_modified_data_ids: (a: number) => [number, number];
|
|
1285
|
-
export const batchtransition_get_owner_id: (a: number) => number;
|
|
1286
|
-
export const batchtransition_get_signature: (a: number) => [number, number];
|
|
1287
|
-
export const batchtransition_get_signature_public_key_id: (a: number) => number;
|
|
1288
|
-
export const batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
1289
|
-
export const batchtransition_set_signature: (a: number, b: number, c: number) => void;
|
|
1290
|
-
export const batchtransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
1291
|
-
export const batchtransition_set_transitions: (a: number, b: any) => [number, number];
|
|
1292
|
-
export const batchtransition_struct_name: () => [number, number];
|
|
1293
|
-
export const batchtransition_toBase64: (a: number) => [number, number, number, number];
|
|
1294
|
-
export const batchtransition_toBytes: (a: number) => [number, number, number, number];
|
|
1295
|
-
export const batchtransition_toHex: (a: number) => [number, number, number, number];
|
|
1296
|
-
export const batchtransition_toJSON: (a: number) => [number, number, number];
|
|
1297
|
-
export const batchtransition_toObject: (a: number) => [number, number, number];
|
|
1298
|
-
export const batchtransition_toStateTransition: (a: number) => number;
|
|
1299
|
-
export const batchtransition_type_name: (a: number) => [number, number];
|
|
1300
|
-
export const datacontractupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1301
|
-
export const datacontractupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1302
|
-
export const datacontractupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1303
|
-
export const datacontractupdatetransition_fromJSON: (a: any) => [number, number, number];
|
|
1304
|
-
export const datacontractupdatetransition_fromObject: (a: any) => [number, number, number];
|
|
1305
|
-
export const datacontractupdatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1306
|
-
export const datacontractupdatetransition_getDataContract: (a: number, b: number, c: any) => [number, number, number];
|
|
1307
|
-
export const datacontractupdatetransition_get_feature_version: (a: number) => number;
|
|
1308
|
-
export const datacontractupdatetransition_get_identity_nonce: (a: number) => bigint;
|
|
1309
|
-
export const datacontractupdatetransition_new: (a: number, b: bigint, c: any) => [number, number, number];
|
|
1310
|
-
export const datacontractupdatetransition_setDataContract: (a: number, b: number, c: any) => [number, number];
|
|
1311
|
-
export const datacontractupdatetransition_struct_name: () => [number, number];
|
|
1312
|
-
export const datacontractupdatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
1313
|
-
export const datacontractupdatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
1314
|
-
export const datacontractupdatetransition_toHex: (a: number) => [number, number, number, number];
|
|
1315
|
-
export const datacontractupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
1316
|
-
export const datacontractupdatetransition_toObject: (a: number) => [number, number, number];
|
|
1317
|
-
export const datacontractupdatetransition_toStateTransition: (a: number) => number;
|
|
1318
|
-
export const datacontractupdatetransition_type_name: (a: number) => [number, number];
|
|
1319
|
-
export const datacontractupdatetransition_verifyProtocolVersion: (a: number, b: number) => [number, number, number];
|
|
1320
|
-
export const documenttransition_get_action_type: (a: number) => [number, number];
|
|
1321
|
-
export const documenttransition_get_action_type_number: (a: number) => number;
|
|
1322
|
-
export const documenttransition_get_create_transition: (a: number) => [number, number, number];
|
|
1323
|
-
export const documenttransition_get_data_contract_id: (a: number) => number;
|
|
1324
|
-
export const documenttransition_get_delete_transition: (a: number) => [number, number, number];
|
|
1325
|
-
export const documenttransition_get_document_type_name: (a: number) => [number, number];
|
|
1326
|
-
export const documenttransition_get_entropy: (a: number) => [number, number];
|
|
1327
|
-
export const documenttransition_get_id: (a: number) => number;
|
|
1328
|
-
export const documenttransition_get_identity_contract_nonce: (a: number) => bigint;
|
|
1329
|
-
export const documenttransition_get_purchase_transition: (a: number) => [number, number, number];
|
|
1330
|
-
export const documenttransition_get_replace_transition: (a: number) => [number, number, number];
|
|
1331
|
-
export const documenttransition_get_revision: (a: number) => [number, bigint];
|
|
1332
|
-
export const documenttransition_get_transfer_transition: (a: number) => [number, number, number];
|
|
1333
|
-
export const documenttransition_get_update_price_transition: (a: number) => [number, number, number];
|
|
1334
|
-
export const documenttransition_set_data_contract_id: (a: number, b: any) => [number, number];
|
|
1335
|
-
export const documenttransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
1336
|
-
export const documenttransition_set_revision: (a: number, b: bigint) => void;
|
|
1337
|
-
export const documenttransition_struct_name: () => [number, number];
|
|
1338
|
-
export const documenttransition_type_name: (a: number) => [number, number];
|
|
1339
|
-
export const groupactionevent_eventName: (a: number) => [number, number];
|
|
1340
|
-
export const groupactionevent_fromJSON: (a: any) => [number, number, number];
|
|
1341
|
-
export const groupactionevent_fromObject: (a: any) => [number, number, number];
|
|
1342
|
-
export const groupactionevent_publicNote: (a: number) => [number, number];
|
|
1343
|
-
export const groupactionevent_struct_name: (a: number) => [number, number];
|
|
1344
|
-
export const groupactionevent_toJSON: (a: number) => [number, number, number];
|
|
1345
|
-
export const groupactionevent_toObject: (a: number) => [number, number, number];
|
|
1346
|
-
export const groupactionevent_tokenEvent: (a: number) => number;
|
|
1347
|
-
export const groupactionevent_variant: (a: number) => number;
|
|
1301
|
+
export const __wbg_tokenconfigurationconvention_free: (a: number, b: number) => void;
|
|
1302
|
+
export const __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
1303
|
+
export const __wbg_vote_free: (a: number, b: number) => void;
|
|
1304
|
+
export const __wbg_votepoll_free: (a: number, b: number) => void;
|
|
1305
|
+
export const corescript_fromBytes: (a: number, b: number) => number;
|
|
1306
|
+
export const corescript_newP2PKH: (a: number, b: number) => number;
|
|
1307
|
+
export const corescript_newP2SH: (a: number, b: number) => number;
|
|
1308
|
+
export const corescript_struct_name: () => [number, number];
|
|
1309
|
+
export const corescript_toASMString: (a: number) => [number, number];
|
|
1310
|
+
export const corescript_toAddress: (a: number, b: any) => [number, number, number, number];
|
|
1311
|
+
export const corescript_toBase64: (a: number) => [number, number];
|
|
1312
|
+
export const corescript_toBytes: (a: number) => [number, number];
|
|
1313
|
+
export const corescript_toHex: (a: number) => [number, number];
|
|
1314
|
+
export const corescript_toString: (a: number) => [number, number];
|
|
1315
|
+
export const corescript_type_name: (a: number) => [number, number];
|
|
1348
1316
|
export const identitycredittransfer_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1349
1317
|
export const identitycredittransfer_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1350
1318
|
export const identitycredittransfer_fromHex: (a: number, b: number) => [number, number, number];
|
|
@@ -1412,6 +1380,30 @@ export const identitycreditwithdrawaltransition_toJSON: (a: number) => [number,
|
|
|
1412
1380
|
export const identitycreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
|
|
1413
1381
|
export const identitycreditwithdrawaltransition_toStateTransition: (a: number) => number;
|
|
1414
1382
|
export const identitycreditwithdrawaltransition_type_name: (a: number) => [number, number];
|
|
1383
|
+
export const partialidentity_balance: (a: number) => [number, bigint];
|
|
1384
|
+
export const partialidentity_id: (a: number) => number;
|
|
1385
|
+
export const partialidentity_loaded_public_keys: (a: number) => [number, number, number];
|
|
1386
|
+
export const partialidentity_new: (a: any, b: any, c: number, d: bigint, e: number, f: bigint, g: number) => [number, number, number];
|
|
1387
|
+
export const partialidentity_not_found_public_keys: (a: number) => any;
|
|
1388
|
+
export const partialidentity_revision: (a: number) => [number, bigint];
|
|
1389
|
+
export const partialidentity_set_balance: (a: number, b: number, c: bigint) => void;
|
|
1390
|
+
export const partialidentity_set_id: (a: number, b: any) => [number, number];
|
|
1391
|
+
export const partialidentity_set_loaded_public_keys: (a: number, b: any) => [number, number];
|
|
1392
|
+
export const partialidentity_set_not_found_public_keys: (a: number, b: number) => [number, number];
|
|
1393
|
+
export const partialidentity_set_revision: (a: number, b: number, c: bigint) => void;
|
|
1394
|
+
export const partialidentity_toJSON: (a: number) => [number, number, number];
|
|
1395
|
+
export const partialidentity_toObject: (a: number) => [number, number, number];
|
|
1396
|
+
export const resourcevote_choice: (a: number) => number;
|
|
1397
|
+
export const resourcevote_fromJSON: (a: any) => [number, number, number];
|
|
1398
|
+
export const resourcevote_fromObject: (a: any) => [number, number, number];
|
|
1399
|
+
export const resourcevote_new: (a: number, b: number) => number;
|
|
1400
|
+
export const resourcevote_set_choice: (a: number, b: number) => void;
|
|
1401
|
+
export const resourcevote_set_vote_poll: (a: number, b: number) => void;
|
|
1402
|
+
export const resourcevote_struct_name: () => [number, number];
|
|
1403
|
+
export const resourcevote_toJSON: (a: number) => [number, number, number];
|
|
1404
|
+
export const resourcevote_toObject: (a: number) => [number, number, number];
|
|
1405
|
+
export const resourcevote_type_name: (a: number) => [number, number];
|
|
1406
|
+
export const resourcevote_vote_poll: (a: number) => number;
|
|
1415
1407
|
export const statetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1416
1408
|
export const statetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1417
1409
|
export const statetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
@@ -1440,45 +1432,82 @@ export const statetransition_toBytes: (a: number) => [number, number, number];
|
|
|
1440
1432
|
export const statetransition_toHex: (a: number) => [number, number, number];
|
|
1441
1433
|
export const statetransition_type_name: (a: number) => [number, number];
|
|
1442
1434
|
export const statetransition_verifyPublicKey: (a: number, b: number, c: number, d: number) => [number, number];
|
|
1443
|
-
export const
|
|
1444
|
-
export const
|
|
1445
|
-
export const
|
|
1446
|
-
export const
|
|
1447
|
-
export const
|
|
1448
|
-
export const
|
|
1449
|
-
export const
|
|
1450
|
-
export const
|
|
1451
|
-
export const
|
|
1452
|
-
export const
|
|
1453
|
-
export const
|
|
1454
|
-
export const
|
|
1455
|
-
export const
|
|
1456
|
-
export const
|
|
1457
|
-
export const
|
|
1458
|
-
export const
|
|
1459
|
-
export const
|
|
1460
|
-
export const
|
|
1461
|
-
export const
|
|
1462
|
-
export const
|
|
1463
|
-
export const
|
|
1464
|
-
export const
|
|
1465
|
-
export const
|
|
1466
|
-
export const
|
|
1467
|
-
export const
|
|
1468
|
-
export const
|
|
1469
|
-
export const
|
|
1470
|
-
export const
|
|
1471
|
-
export const
|
|
1472
|
-
export const
|
|
1473
|
-
export const
|
|
1474
|
-
export const
|
|
1475
|
-
export const
|
|
1476
|
-
export const
|
|
1477
|
-
export const
|
|
1478
|
-
export const
|
|
1479
|
-
export const
|
|
1480
|
-
export const
|
|
1481
|
-
export const
|
|
1435
|
+
export const tokenconfigurationchangeitem_ConventionsAdminGroupItem: (a: number) => number;
|
|
1436
|
+
export const tokenconfigurationchangeitem_ConventionsControlGroupItem: (a: number) => number;
|
|
1437
|
+
export const tokenconfigurationchangeitem_DestroyFrozenFundsAdminGroupItem: (a: number) => number;
|
|
1438
|
+
export const tokenconfigurationchangeitem_DestroyFrozenFundsItem: (a: number) => number;
|
|
1439
|
+
export const tokenconfigurationchangeitem_EmergencyActionAdminGroupItem: (a: number) => number;
|
|
1440
|
+
export const tokenconfigurationchangeitem_EmergencyActionItem: (a: number) => number;
|
|
1441
|
+
export const tokenconfigurationchangeitem_FreezeAdminGroupItem: (a: number) => number;
|
|
1442
|
+
export const tokenconfigurationchangeitem_FreezeItem: (a: number) => number;
|
|
1443
|
+
export const tokenconfigurationchangeitem_ManualBurningAdminGroupItem: (a: number) => number;
|
|
1444
|
+
export const tokenconfigurationchangeitem_ManualBurningItem: (a: number) => number;
|
|
1445
|
+
export const tokenconfigurationchangeitem_ManualMintingAdminGroupItem: (a: number) => number;
|
|
1446
|
+
export const tokenconfigurationchangeitem_ManualMintingItem: (a: number) => number;
|
|
1447
|
+
export const tokenconfigurationchangeitem_MarketplaceTradeModeAdminGroupItem: (a: number) => number;
|
|
1448
|
+
export const tokenconfigurationchangeitem_MarketplaceTradeModeControlGroupItem: (a: number) => number;
|
|
1449
|
+
export const tokenconfigurationchangeitem_MarketplaceTradeModeItem: (a: number) => number;
|
|
1450
|
+
export const tokenconfigurationchangeitem_MaxSupplyAdminGroupItem: (a: number) => number;
|
|
1451
|
+
export const tokenconfigurationchangeitem_MaxSupplyControlGroupItem: (a: number) => number;
|
|
1452
|
+
export const tokenconfigurationchangeitem_MaxSupplyItem: (a: number, b: bigint) => number;
|
|
1453
|
+
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationAdminGroupItem: (a: number) => number;
|
|
1454
|
+
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationControlGroupItem: (a: number) => number;
|
|
1455
|
+
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationItem: (a: number) => number;
|
|
1456
|
+
export const tokenconfigurationchangeitem_PerpetualDistributionAdminGroupItem: (a: number) => number;
|
|
1457
|
+
export const tokenconfigurationchangeitem_PerpetualDistributionConfigurationItem: (a: any) => number;
|
|
1458
|
+
export const tokenconfigurationchangeitem_PerpetualDistributionControlGroupItem: (a: number) => number;
|
|
1459
|
+
export const tokenconfigurationchangeitem_UnfreezeAdminGroupItem: (a: number) => number;
|
|
1460
|
+
export const tokenconfigurationchangeitem_UnfreezeItem: (a: number) => number;
|
|
1461
|
+
export const tokenconfigurationchangeitem_conventionsItem: (a: number) => number;
|
|
1462
|
+
export const tokenconfigurationconvention_decimals: (a: number) => number;
|
|
1463
|
+
export const tokenconfigurationconvention_localizations: (a: number) => [number, number, number];
|
|
1464
|
+
export const tokenconfigurationconvention_new: (a: any, b: number) => [number, number, number];
|
|
1465
|
+
export const tokenconfigurationconvention_set_decimals: (a: number, b: number) => void;
|
|
1466
|
+
export const tokenconfigurationconvention_set_localizations: (a: number, b: any) => [number, number];
|
|
1467
|
+
export const tokenconfigurationconvention_struct_name: () => [number, number];
|
|
1468
|
+
export const tokenconfigurationconvention_type_name: (a: number) => [number, number];
|
|
1469
|
+
export const tokenkeepshistoryrules_get_keeps_burning_history: (a: number) => number;
|
|
1470
|
+
export const tokenkeepshistoryrules_get_keeps_direct_pricing_history: (a: number) => number;
|
|
1471
|
+
export const tokenkeepshistoryrules_get_keeps_direct_purchase_history: (a: number) => number;
|
|
1472
|
+
export const tokenkeepshistoryrules_get_keeps_freezing_history: (a: number) => number;
|
|
1473
|
+
export const tokenkeepshistoryrules_get_keeps_minting_history: (a: number) => number;
|
|
1474
|
+
export const tokenkeepshistoryrules_get_keeps_transfer_history: (a: number) => number;
|
|
1475
|
+
export const tokenkeepshistoryrules_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
1476
|
+
export const tokenkeepshistoryrules_set_keeps_burning_history: (a: number, b: number) => void;
|
|
1477
|
+
export const tokenkeepshistoryrules_set_keeps_direct_pricing_history: (a: number, b: number) => void;
|
|
1478
|
+
export const tokenkeepshistoryrules_set_keeps_direct_purchase_history: (a: number, b: number) => void;
|
|
1479
|
+
export const tokenkeepshistoryrules_set_keeps_freezing_history: (a: number, b: number) => void;
|
|
1480
|
+
export const tokenkeepshistoryrules_set_keeps_minting_history: (a: number, b: number) => void;
|
|
1481
|
+
export const tokenkeepshistoryrules_set_keeps_transfer_history: (a: number, b: number) => void;
|
|
1482
|
+
export const tokenkeepshistoryrules_struct_name: () => [number, number];
|
|
1483
|
+
export const tokenkeepshistoryrules_type_name: (a: number) => [number, number];
|
|
1484
|
+
export const vote_fromJSON: (a: any) => [number, number, number];
|
|
1485
|
+
export const vote_fromObject: (a: any) => [number, number, number];
|
|
1486
|
+
export const vote_resource_vote_choice: (a: number) => number;
|
|
1487
|
+
export const vote_set_resource_vote_choice: (a: number, b: number) => void;
|
|
1488
|
+
export const vote_set_vote_poll: (a: number, b: number) => void;
|
|
1489
|
+
export const vote_struct_name: () => [number, number];
|
|
1490
|
+
export const vote_toJSON: (a: number) => [number, number, number];
|
|
1491
|
+
export const vote_toObject: (a: number) => [number, number, number];
|
|
1492
|
+
export const vote_type_name: (a: number) => [number, number];
|
|
1493
|
+
export const vote_vote_poll: (a: number) => number;
|
|
1494
|
+
export const votepoll_contract_id: (a: number) => number;
|
|
1495
|
+
export const votepoll_document_type_name: (a: number) => [number, number];
|
|
1496
|
+
export const votepoll_fromJSON: (a: any) => [number, number, number];
|
|
1497
|
+
export const votepoll_fromObject: (a: any) => [number, number, number];
|
|
1498
|
+
export const votepoll_index_name: (a: number) => [number, number];
|
|
1499
|
+
export const votepoll_index_values: (a: number) => [number, number, number];
|
|
1500
|
+
export const votepoll_new: (a: any, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
1501
|
+
export const votepoll_set_contract_id: (a: number, b: any) => [number, number];
|
|
1502
|
+
export const votepoll_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
1503
|
+
export const votepoll_set_index_name: (a: number, b: number, c: number) => void;
|
|
1504
|
+
export const votepoll_set_index_values: (a: number, b: any) => [number, number];
|
|
1505
|
+
export const votepoll_struct_name: () => [number, number];
|
|
1506
|
+
export const votepoll_toJSON: (a: number) => [number, number, number];
|
|
1507
|
+
export const votepoll_toObject: (a: number) => [number, number, number];
|
|
1508
|
+
export const votepoll_toString: (a: number) => [number, number];
|
|
1509
|
+
export const votepoll_type_name: (a: number) => [number, number];
|
|
1510
|
+
export const vote_new: (a: number, b: number) => number;
|
|
1482
1511
|
export const rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
1483
1512
|
export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
1484
1513
|
export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|