@dashevo/wasm-dpp2 4.2.0-beta.1 → 4.2.0-beta.2

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.
@@ -1,312 +1,240 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
- export const __wbg_authorizedactiontakers_free: (a: number, b: number) => void;
5
- export const __wbg_get_verifiedassetlockconsumed_status: (a: number) => [number, number];
6
- export const __wbg_get_verifiedidentitywithshieldednullifiers_identity: (a: number) => number;
7
- export const __wbg_identitypublickey_free: (a: number, b: number) => void;
4
+ export const __wbg_addresscreditwithdrawaltransition_free: (a: number, b: number) => void;
5
+ export const __wbg_identity_free: (a: number, b: number) => void;
6
+ export const __wbg_resourcevotechoice_free: (a: number, b: number) => void;
7
+ export const __wbg_shieldedtransfertransition_free: (a: number, b: number) => void;
8
+ export const addresscreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
9
+ export const addresscreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
10
+ export const addresscreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
11
+ export const addresscreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
12
+ export const addresscreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
13
+ export const addresscreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
14
+ export const addresscreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
15
+ export const addresscreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
16
+ export const addresscreditwithdrawaltransition_inputs: (a: number) => [number, number];
17
+ export const addresscreditwithdrawaltransition_output: (a: number) => number;
18
+ export const addresscreditwithdrawaltransition_output_script: (a: number) => number;
19
+ export const addresscreditwithdrawaltransition_pooling: (a: number) => [number, number];
20
+ export const addresscreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
21
+ export const addresscreditwithdrawaltransition_set_inputs: (a: number, b: number, c: number) => [number, number];
22
+ export const addresscreditwithdrawaltransition_set_output: (a: number, b: number) => [number, number];
23
+ export const addresscreditwithdrawaltransition_set_output_script: (a: number, b: number) => void;
24
+ export const addresscreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
25
+ export const addresscreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
26
+ export const addresscreditwithdrawaltransition_struct_name: () => [number, number];
27
+ export const addresscreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
28
+ export const addresscreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
29
+ export const addresscreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
30
+ export const addresscreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
31
+ export const addresscreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
32
+ export const addresscreditwithdrawaltransition_toStateTransition: (a: number) => number;
33
+ export const addresscreditwithdrawaltransition_type_name: (a: number) => [number, number];
34
+ export const addresscreditwithdrawaltransition_user_fee_increase: (a: number) => number;
35
+ export const identity_addPublicKey: (a: number, b: number) => void;
36
+ export const identity_balance: (a: number) => bigint;
37
+ export const identity_constructor: (a: any) => [number, number, number];
38
+ export const identity_fromBase64: (a: number, b: number) => [number, number, number];
39
+ export const identity_fromBytes: (a: number, b: number) => [number, number, number];
40
+ export const identity_fromHex: (a: number, b: number) => [number, number, number];
41
+ export const identity_fromJSON: (a: any) => [number, number, number];
42
+ export const identity_fromObject: (a: any, b: any) => [number, number, number];
43
+ export const identity_getPublicKeyById: (a: number, b: number) => number;
44
+ export const identity_id: (a: number) => number;
45
+ export const identity_public_keys: (a: number) => [number, number];
46
+ export const identity_revision: (a: number) => bigint;
47
+ export const identity_set_balance: (a: number, b: any) => [number, number];
48
+ export const identity_set_id: (a: number, b: any) => [number, number];
49
+ export const identity_set_revision: (a: number, b: any) => [number, number];
50
+ export const identity_struct_name: () => [number, number];
51
+ export const identity_toBase64: (a: number) => [number, number, number, number];
52
+ export const identity_toBytes: (a: number) => [number, number, number, number];
53
+ export const identity_toHex: (a: number) => [number, number, number, number];
54
+ export const identity_toJSON: (a: number) => [number, number, number];
55
+ export const identity_toObject: (a: number) => [number, number, number];
56
+ export const identity_type_name: (a: number) => [number, number];
57
+ export const resourcevotechoice_Abstain: () => number;
58
+ export const resourcevotechoice_Lock: () => number;
59
+ export const resourcevotechoice_TowardsIdentity: (a: any) => [number, number, number];
60
+ export const resourcevotechoice_fromJSON: (a: any) => [number, number, number];
61
+ export const resourcevotechoice_fromObject: (a: any) => [number, number, number];
62
+ export const resourcevotechoice_struct_name: () => [number, number];
63
+ export const resourcevotechoice_toJSON: (a: number) => [number, number, number];
64
+ export const resourcevotechoice_toObject: (a: number) => [number, number, number];
65
+ export const resourcevotechoice_type_name: (a: number) => [number, number];
66
+ export const resourcevotechoice_value: (a: number) => number;
67
+ export const resourcevotechoice_vote_type: (a: number) => [number, number];
68
+ export const shieldedtransfertransition_actions: (a: number) => [number, number];
69
+ export const shieldedtransfertransition_anchor: (a: number) => [number, number];
70
+ export const shieldedtransfertransition_binding_signature: (a: number) => [number, number];
71
+ export const shieldedtransfertransition_fromBytes: (a: number, b: number) => [number, number, number];
72
+ export const shieldedtransfertransition_fromJSON: (a: any) => [number, number, number];
73
+ export const shieldedtransfertransition_fromObject: (a: any) => [number, number, number];
74
+ export const shieldedtransfertransition_getModifiedDataIds: (a: number) => [number, number];
75
+ export const shieldedtransfertransition_new: (a: any) => [number, number, number];
76
+ export const shieldedtransfertransition_proof: (a: number) => [number, number];
77
+ export const shieldedtransfertransition_struct_name: () => [number, number];
78
+ export const shieldedtransfertransition_toBytes: (a: number) => [number, number, number, number];
79
+ export const shieldedtransfertransition_toJSON: (a: number) => [number, number, number];
80
+ export const shieldedtransfertransition_toObject: (a: number) => [number, number, number];
81
+ export const shieldedtransfertransition_toStateTransition: (a: number) => number;
82
+ export const shieldedtransfertransition_type_name: (a: number) => [number, number];
83
+ export const shieldedtransfertransition_value_balance: (a: number) => bigint;
84
+ export const __wbg_changecontrolrules_free: (a: number, b: number) => void;
85
+ export const __wbg_identitypublickeyincreation_free: (a: number, b: number) => void;
86
+ export const __wbg_identitytokeninfo_free: (a: number, b: number) => void;
8
87
  export const __wbg_platformversion_free: (a: number, b: number) => void;
9
- export const __wbg_set_verifiedassetlockconsumed_status: (a: number, b: number, c: number) => void;
10
- export const __wbg_set_verifiedidentitywithshieldednullifiers_identity: (a: number, b: number) => void;
11
- export const __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
12
- export const __wbg_verifiedassetlockconsumed_free: (a: number, b: number) => void;
13
- export const __wbg_verifiedassetlockconsumedwithaddressinfos_free: (a: number, b: number) => void;
14
- export const __wbg_verifiedidentitywithshieldednullifiers_free: (a: number, b: number) => void;
15
- export const __wbg_verifiedshieldednullifiers_free: (a: number, b: number) => void;
16
- export const __wbg_verifiedshieldednullifierswithaddressinfos_free: (a: number, b: number) => void;
17
- export const __wbg_verifiedshieldednullifierswithwithdrawaldocument_free: (a: number, b: number) => void;
18
- export const __wbg_verifiedshieldedpoolstate_free: (a: number, b: number) => void;
19
- export const authorizedactiontakers_ContractOwner: () => number;
20
- export const authorizedactiontakers_Group: (a: number) => number;
21
- export const authorizedactiontakers_Identity: (a: any) => [number, number, number];
22
- export const authorizedactiontakers_MainGroup: () => number;
23
- export const authorizedactiontakers_NoOne: () => number;
24
- export const authorizedactiontakers_struct_name: () => [number, number];
25
- export const authorizedactiontakers_taker_type: (a: number) => [number, number];
26
- export const authorizedactiontakers_type_name: (a: number) => [number, number];
27
- export const authorizedactiontakers_value: (a: number) => any;
28
- export const identitypublickey_base64: (a: number) => [number, number, number, number];
29
- export const identitypublickey_constructor: (a: any) => [number, number, number];
30
- export const identitypublickey_contract_bounds: (a: number) => number;
31
- export const identitypublickey_data: (a: number) => [number, number];
32
- export const identitypublickey_disabled_at: (a: number) => [number, bigint];
33
- export const identitypublickey_fromBase64: (a: number, b: number) => [number, number, number];
34
- export const identitypublickey_fromBytes: (a: number, b: number) => [number, number, number];
35
- export const identitypublickey_fromHex: (a: number, b: number) => [number, number, number];
36
- export const identitypublickey_fromJSON: (a: any, b: any) => [number, number, number];
37
- export const identitypublickey_fromObject: (a: any, b: any) => [number, number, number];
38
- export const identitypublickey_getPublicKeyHash: (a: number) => [number, number, number, number];
39
- export const identitypublickey_hex: (a: number) => [number, number, number, number];
40
- export const identitypublickey_is_master: (a: number) => number;
41
- export const identitypublickey_is_read_only: (a: number) => number;
42
- export const identitypublickey_key_id: (a: number) => number;
43
- export const identitypublickey_key_type: (a: number) => [number, number];
44
- export const identitypublickey_key_type_number: (a: number) => number;
45
- export const identitypublickey_purpose: (a: number) => [number, number];
46
- export const identitypublickey_purpose_number: (a: number) => number;
47
- export const identitypublickey_security_level: (a: number) => [number, number];
48
- export const identitypublickey_security_level_number: (a: number) => number;
49
- export const identitypublickey_set_data: (a: number, b: number, c: number) => [number, number];
50
- export const identitypublickey_set_disabled_at: (a: number, b: any) => [number, number];
51
- export const identitypublickey_set_is_read_only: (a: number, b: number) => void;
52
- export const identitypublickey_set_key_id: (a: number, b: any) => [number, number];
53
- export const identitypublickey_set_key_type: (a: number, b: any) => [number, number];
54
- export const identitypublickey_set_purpose: (a: number, b: any) => [number, number];
55
- export const identitypublickey_set_security_level: (a: number, b: any) => [number, number];
56
- export const identitypublickey_struct_name: () => [number, number];
57
- export const identitypublickey_toBytes: (a: number) => [number, number, number, number];
58
- export const identitypublickey_toJSON: (a: number) => [number, number, number];
59
- export const identitypublickey_toObject: (a: number) => [number, number, number];
60
- export const identitypublickey_type_name: (a: number) => [number, number];
61
- export const identitypublickey_validatePrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number];
88
+ export const __wbg_shieldtransition_free: (a: number, b: number) => void;
89
+ export const __wbg_tokenconfiguration_free: (a: number, b: number) => void;
90
+ export const __wbg_tokenconfigurationconvention_free: (a: number, b: number) => void;
91
+ export const __wbg_tokendistributionrecipient_free: (a: number, b: number) => void;
92
+ export const __wbg_tokenmarketplacerules_free: (a: number, b: number) => void;
93
+ export const __wbg_tokenpaymentinfo_free: (a: number, b: number) => void;
94
+ export const __wbg_tokenperpetualdistribution_free: (a: number, b: number) => void;
95
+ export const __wbg_tokentrademode_free: (a: number, b: number) => void;
96
+ export const __wbg_vote_free: (a: number, b: number) => void;
97
+ export const changecontrolrules_admin_action_takers: (a: number) => number;
98
+ export const changecontrolrules_authorized_to_make_change: (a: number) => number;
99
+ export const changecontrolrules_canChangeAdminActionTakers: (a: number, b: any) => [number, number, number];
100
+ export const changecontrolrules_constructor: (a: any) => [number, number, number];
101
+ export const changecontrolrules_is_changing_admin_action_takers_to_no_one_allowed: (a: number) => number;
102
+ export const changecontrolrules_is_changing_authorized_action_takers_to_no_one_allowed: (a: number) => number;
103
+ export const changecontrolrules_is_self_changing_admin_action_takers_allowed: (a: number) => number;
104
+ export const changecontrolrules_set_admin_action_takers: (a: number, b: number) => void;
105
+ export const changecontrolrules_set_authorized_to_make_change: (a: number, b: number) => void;
106
+ export const changecontrolrules_set_is_changing_admin_action_takers_to_no_one_allowed: (a: number, b: number) => void;
107
+ export const changecontrolrules_set_is_changing_authorized_action_takers_to_no_one_allowed: (a: number, b: number) => void;
108
+ export const changecontrolrules_set_is_self_changing_admin_action_takers_allowed: (a: number, b: number) => void;
109
+ export const changecontrolrules_struct_name: () => [number, number];
110
+ export const changecontrolrules_type_name: (a: number) => [number, number];
111
+ export const identitypublickeyincreation_constructor: (a: any) => [number, number, number];
112
+ export const identitypublickeyincreation_contract_bounds: (a: number) => number;
113
+ export const identitypublickeyincreation_data: (a: number) => [number, number];
114
+ export const identitypublickeyincreation_expires_at: (a: number) => [number, bigint];
115
+ export const identitypublickeyincreation_fromJSON: (a: any) => [number, number, number];
116
+ export const identitypublickeyincreation_fromObject: (a: any) => [number, number, number];
117
+ export const identitypublickeyincreation_getHash: (a: number) => [number, number, number, number];
118
+ export const identitypublickeyincreation_is_read_only: (a: number) => number;
119
+ export const identitypublickeyincreation_key_id: (a: number) => number;
120
+ export const identitypublickeyincreation_key_type: (a: number) => [number, number];
121
+ export const identitypublickeyincreation_purpose: (a: number) => [number, number];
122
+ export const identitypublickeyincreation_security_level: (a: number) => [number, number];
123
+ export const identitypublickeyincreation_set_contract_bounds: (a: number, b: number) => void;
124
+ export const identitypublickeyincreation_set_data: (a: number, b: number, c: number) => void;
125
+ export const identitypublickeyincreation_set_expires_at: (a: number, b: number) => [number, number];
126
+ export const identitypublickeyincreation_set_is_read_only: (a: number, b: number) => void;
127
+ export const identitypublickeyincreation_set_key_id: (a: number, b: any) => [number, number];
128
+ export const identitypublickeyincreation_set_key_type: (a: number, b: any) => [number, number];
129
+ export const identitypublickeyincreation_set_purpose: (a: number, b: any) => [number, number];
130
+ export const identitypublickeyincreation_set_security_level: (a: number, b: any) => [number, number];
131
+ export const identitypublickeyincreation_set_signature: (a: number, b: number, c: number) => void;
132
+ export const identitypublickeyincreation_set_total_budget: (a: number, b: number) => [number, number];
133
+ export const identitypublickeyincreation_signature: (a: number) => [number, number];
134
+ export const identitypublickeyincreation_struct_name: () => [number, number];
135
+ export const identitypublickeyincreation_toIdentityPublicKey: (a: number) => number;
136
+ export const identitypublickeyincreation_toJSON: (a: number) => [number, number, number];
137
+ export const identitypublickeyincreation_toObject: (a: number) => [number, number, number];
138
+ export const identitypublickeyincreation_total_budget: (a: number) => [number, bigint];
139
+ export const identitypublickeyincreation_type_name: (a: number) => [number, number];
140
+ export const identitytokeninfo_is_frozen: (a: number) => number;
141
+ export const identitytokeninfo_struct_name: () => [number, number];
142
+ export const identitytokeninfo_type_name: (a: number) => [number, number];
62
143
  export const platformversion_current: () => number;
63
144
  export const platformversion_first: () => number;
64
145
  export const platformversion_new: (a: number) => [number, number, number];
65
146
  export const platformversion_struct_name: () => [number, number];
66
147
  export const platformversion_type_name: (a: number) => [number, number];
67
148
  export const platformversion_version: (a: number) => number;
149
+ export const shieldtransition_actions: (a: number) => [number, number];
150
+ export const shieldtransition_amount: (a: number) => bigint;
151
+ export const shieldtransition_anchor: (a: number) => [number, number];
152
+ export const shieldtransition_binding_signature: (a: number) => [number, number];
153
+ export const shieldtransition_fee_strategy: (a: number) => [number, number];
154
+ export const shieldtransition_fromBytes: (a: number, b: number) => [number, number, number];
155
+ export const shieldtransition_fromJSON: (a: any) => [number, number, number];
156
+ export const shieldtransition_fromObject: (a: any) => [number, number, number];
157
+ export const shieldtransition_getModifiedDataIds: (a: number) => [number, number];
158
+ export const shieldtransition_input_witnesses: (a: number) => [number, number];
159
+ export const shieldtransition_inputs: (a: number) => [number, number];
160
+ export const shieldtransition_new: (a: any) => [number, number, number];
161
+ export const shieldtransition_proof: (a: number) => [number, number];
162
+ export const shieldtransition_struct_name: () => [number, number];
163
+ export const shieldtransition_toBytes: (a: number) => [number, number, number, number];
164
+ export const shieldtransition_toJSON: (a: number) => [number, number, number];
165
+ export const shieldtransition_toObject: (a: number) => [number, number, number];
166
+ export const shieldtransition_toStateTransition: (a: number) => number;
167
+ export const shieldtransition_type_name: (a: number) => [number, number];
168
+ export const shieldtransition_user_fee_increase: (a: number) => number;
169
+ export const tokenconfiguration_base_supply: (a: number) => bigint;
170
+ export const tokenconfiguration_calculateTokenId: (a: any, b: number) => [number, number, number];
171
+ export const tokenconfiguration_constructor: (a: any) => [number, number, number];
172
+ export const tokenconfiguration_conventions: (a: number) => number;
173
+ export const tokenconfiguration_conventions_change_rules: (a: number) => number;
174
+ export const tokenconfiguration_description: (a: number) => [number, number];
175
+ export const tokenconfiguration_destroy_frozen_funds_rules: (a: number) => number;
176
+ export const tokenconfiguration_distribution_rules: (a: number) => number;
177
+ export const tokenconfiguration_emergency_action_rules: (a: number) => number;
178
+ export const tokenconfiguration_freeze_rules: (a: number) => number;
179
+ export const tokenconfiguration_is_allowed_transfer_to_frozen_balance: (a: number) => number;
180
+ export const tokenconfiguration_is_started_as_paused: (a: number) => number;
181
+ export const tokenconfiguration_keeps_history: (a: number) => number;
182
+ export const tokenconfiguration_main_control_group: (a: number) => number;
183
+ export const tokenconfiguration_main_control_group_can_be_modified: (a: number) => number;
184
+ export const tokenconfiguration_manual_burning_rules: (a: number) => number;
185
+ export const tokenconfiguration_manual_minting_rules: (a: number) => number;
186
+ export const tokenconfiguration_marketplace_rules: (a: number) => number;
187
+ export const tokenconfiguration_max_supply: (a: number) => [number, bigint];
188
+ export const tokenconfiguration_max_supply_change_rules: (a: number) => number;
189
+ export const tokenconfiguration_set_base_supply: (a: number, b: any) => [number, number];
190
+ export const tokenconfiguration_set_conventions: (a: number, b: number) => void;
191
+ export const tokenconfiguration_set_conventions_change_rules: (a: number, b: number) => void;
192
+ export const tokenconfiguration_set_description: (a: number, b: number, c: number) => void;
193
+ export const tokenconfiguration_set_destroy_frozen_funds_rules: (a: number, b: number) => void;
194
+ export const tokenconfiguration_set_distribution_rules: (a: number, b: number) => void;
195
+ export const tokenconfiguration_set_emergency_action_rules: (a: number, b: number) => void;
196
+ export const tokenconfiguration_set_freeze_rules: (a: number, b: number) => void;
197
+ export const tokenconfiguration_set_is_allowed_transfer_to_frozen_balance: (a: number, b: number) => void;
198
+ export const tokenconfiguration_set_is_started_as_paused: (a: number, b: number) => void;
199
+ export const tokenconfiguration_set_keeps_history: (a: number, b: number) => void;
200
+ export const tokenconfiguration_set_main_control_group: (a: number, b: number) => void;
201
+ export const tokenconfiguration_set_main_control_group_can_be_modified: (a: number, b: number) => void;
202
+ export const tokenconfiguration_set_manual_burning_rules: (a: number, b: number) => void;
203
+ export const tokenconfiguration_set_manual_minting_rules: (a: number, b: number) => void;
204
+ export const tokenconfiguration_set_marketplace_rules: (a: number, b: number) => void;
205
+ export const tokenconfiguration_set_max_supply: (a: number, b: any) => [number, number];
206
+ export const tokenconfiguration_set_max_supply_change_rules: (a: number, b: number) => void;
207
+ export const tokenconfiguration_set_unfreeze_rules: (a: number, b: number) => void;
208
+ export const tokenconfiguration_struct_name: () => [number, number];
209
+ export const tokenconfiguration_type_name: (a: number) => [number, number];
210
+ export const tokenconfiguration_unfreeze_rules: (a: number) => number;
68
211
  export const tokenconfigurationchangeitem_ConventionsAdminGroupItem: (a: number) => number;
69
212
  export const tokenconfigurationchangeitem_ConventionsControlGroupItem: (a: number) => number;
70
213
  export const tokenconfigurationchangeitem_DestroyFrozenFundsAdminGroupItem: (a: number) => number;
71
214
  export const tokenconfigurationchangeitem_DestroyFrozenFundsItem: (a: number) => number;
72
- export const tokenconfigurationchangeitem_ManualBurningAdminGroupItem: (a: number) => number;
73
- export const tokenconfigurationchangeitem_ManualBurningItem: (a: number) => number;
74
- export const tokenconfigurationchangeitem_ManualMintingAdminGroupItem: (a: number) => number;
215
+ export const tokenconfigurationchangeitem_EmergencyActionAdminGroupItem: (a: number) => number;
216
+ export const tokenconfigurationchangeitem_EmergencyActionItem: (a: number) => number;
217
+ export const tokenconfigurationchangeitem_FreezeAdminGroupItem: (a: number) => number;
218
+ export const tokenconfigurationchangeitem_FreezeItem: (a: number) => number;
219
+ export const tokenconfigurationchangeitem_ManualBurningAdminGroupItem: (a: number) => number;
220
+ export const tokenconfigurationchangeitem_ManualBurningItem: (a: number) => number;
221
+ export const tokenconfigurationchangeitem_ManualMintingAdminGroupItem: (a: number) => number;
75
222
  export const tokenconfigurationchangeitem_ManualMintingItem: (a: number) => number;
223
+ export const tokenconfigurationchangeitem_MarketplaceTradeModeAdminGroupItem: (a: number) => number;
224
+ export const tokenconfigurationchangeitem_MarketplaceTradeModeControlGroupItem: (a: number) => number;
225
+ export const tokenconfigurationchangeitem_MarketplaceTradeModeItem: (a: number) => number;
226
+ export const tokenconfigurationchangeitem_MaxSupplyAdminGroupItem: (a: number) => number;
227
+ export const tokenconfigurationchangeitem_MaxSupplyControlGroupItem: (a: number) => number;
228
+ export const tokenconfigurationchangeitem_MaxSupplyItem: (a: number, b: bigint) => number;
76
229
  export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationAdminGroupItem: (a: number) => number;
77
230
  export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationControlGroupItem: (a: number) => number;
78
231
  export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationItem: (a: number) => number;
79
- export const tokenconfigurationchangeitem_NewTokensDestinationIdentityAdminGroupItem: (a: number) => number;
80
- export const tokenconfigurationchangeitem_NewTokensDestinationIdentityControlGroupItem: (a: number) => number;
81
- export const tokenconfigurationchangeitem_NewTokensDestinationIdentityItem: (a: any) => [number, number, number];
82
232
  export const tokenconfigurationchangeitem_PerpetualDistributionAdminGroupItem: (a: number) => number;
83
233
  export const tokenconfigurationchangeitem_PerpetualDistributionConfigurationItem: (a: number) => number;
84
234
  export const tokenconfigurationchangeitem_PerpetualDistributionControlGroupItem: (a: number) => number;
235
+ export const tokenconfigurationchangeitem_UnfreezeAdminGroupItem: (a: number) => number;
236
+ export const tokenconfigurationchangeitem_UnfreezeItem: (a: number) => number;
85
237
  export const tokenconfigurationchangeitem_conventionsItem: (a: number) => number;
86
- export const tokendirectpurchasetransition_base: (a: number) => number;
87
- export const tokendirectpurchasetransition_constructor: (a: any) => [number, number, number];
88
- export const tokendirectpurchasetransition_set_base: (a: number, b: number) => void;
89
- export const tokendirectpurchasetransition_set_token_count: (a: number, b: bigint) => void;
90
- export const tokendirectpurchasetransition_set_total_agreed_price: (a: number, b: bigint) => void;
91
- export const tokendirectpurchasetransition_struct_name: () => [number, number];
92
- export const tokendirectpurchasetransition_token_count: (a: number) => bigint;
93
- export const tokendirectpurchasetransition_total_agreed_price: (a: number) => bigint;
94
- export const tokendirectpurchasetransition_type_name: (a: number) => [number, number];
95
- export const verifiedassetlockconsumed_fromJSON: (a: any) => [number, number, number];
96
- export const verifiedassetlockconsumed_fromObject: (a: any) => [number, number, number];
97
- export const verifiedassetlockconsumed_initialCreditValue: (a: number) => any;
98
- export const verifiedassetlockconsumed_remainingCreditValue: (a: number) => any;
99
- export const verifiedassetlockconsumed_struct_name: () => [number, number];
100
- export const verifiedassetlockconsumed_toJSON: (a: number) => [number, number, number];
101
- export const verifiedassetlockconsumed_toObject: (a: number) => [number, number, number];
102
- export const verifiedassetlockconsumed_type_name: (a: number) => [number, number];
103
- export const verifiedassetlockconsumedwithaddressinfos_address_infos: (a: number) => any;
104
- export const verifiedassetlockconsumedwithaddressinfos_fromJSON: (a: any) => [number, number, number];
105
- export const verifiedassetlockconsumedwithaddressinfos_initialCreditValue: (a: number) => any;
106
- export const verifiedassetlockconsumedwithaddressinfos_remainingCreditValue: (a: number) => any;
107
- export const verifiedassetlockconsumedwithaddressinfos_status: (a: number) => [number, number];
108
- export const verifiedassetlockconsumedwithaddressinfos_struct_name: () => [number, number];
109
- export const verifiedassetlockconsumedwithaddressinfos_toJSON: (a: number) => [number, number, number];
110
- export const verifiedassetlockconsumedwithaddressinfos_toObject: (a: number) => any;
111
- export const verifiedassetlockconsumedwithaddressinfos_type_name: (a: number) => [number, number];
112
- export const verifiedidentitywithshieldednullifiers_fromJSON: (a: any) => [number, number, number];
113
- export const verifiedidentitywithshieldednullifiers_fromObject: (a: any) => [number, number, number];
114
- export const verifiedidentitywithshieldednullifiers_nullifiers: (a: number) => any;
115
- export const verifiedidentitywithshieldednullifiers_struct_name: () => [number, number];
116
- export const verifiedidentitywithshieldednullifiers_toJSON: (a: number) => [number, number, number];
117
- export const verifiedidentitywithshieldednullifiers_toObject: (a: number) => [number, number, number];
118
- export const verifiedidentitywithshieldednullifiers_type_name: (a: number) => [number, number];
119
- export const verifiedshieldednullifiers_fromJSON: (a: any) => [number, number, number];
120
- export const verifiedshieldednullifiers_fromObject: (a: any) => [number, number, number];
121
- export const verifiedshieldednullifiers_nullifiers: (a: number) => any;
122
- export const verifiedshieldednullifiers_struct_name: () => [number, number];
123
- export const verifiedshieldednullifiers_toJSON: (a: number) => [number, number, number];
124
- export const verifiedshieldednullifiers_toObject: (a: number) => any;
125
- export const verifiedshieldednullifiers_type_name: (a: number) => [number, number];
126
- export const verifiedshieldednullifierswithaddressinfos_address_infos: (a: number) => any;
127
- export const verifiedshieldednullifierswithaddressinfos_fromJSON: (a: any) => [number, number, number];
128
- export const verifiedshieldednullifierswithaddressinfos_nullifiers: (a: number) => any;
129
- export const verifiedshieldednullifierswithaddressinfos_struct_name: () => [number, number];
130
- export const verifiedshieldednullifierswithaddressinfos_toJSON: (a: number) => [number, number, number];
131
- export const verifiedshieldednullifierswithaddressinfos_toObject: (a: number) => any;
132
- export const verifiedshieldednullifierswithaddressinfos_type_name: (a: number) => [number, number];
133
- export const verifiedshieldednullifierswithwithdrawaldocument_documents: (a: number) => any;
134
- export const verifiedshieldednullifierswithwithdrawaldocument_fromJSON: (a: any) => [number, number, number];
135
- export const verifiedshieldednullifierswithwithdrawaldocument_nullifiers: (a: number) => any;
136
- export const verifiedshieldednullifierswithwithdrawaldocument_struct_name: () => [number, number];
137
- export const verifiedshieldednullifierswithwithdrawaldocument_toJSON: (a: number) => [number, number, number];
138
- export const verifiedshieldednullifierswithwithdrawaldocument_toObject: (a: number) => any;
139
- export const verifiedshieldednullifierswithwithdrawaldocument_type_name: (a: number) => [number, number];
140
- export const verifiedshieldedpoolstate_fromJSON: (a: any) => [number, number, number];
141
- export const verifiedshieldedpoolstate_fromObject: (a: any) => [number, number, number];
142
- export const verifiedshieldedpoolstate_poolBalance: (a: number) => any;
143
- export const verifiedshieldedpoolstate_struct_name: () => [number, number];
144
- export const verifiedshieldedpoolstate_toJSON: (a: number) => [number, number, number];
145
- export const verifiedshieldedpoolstate_toObject: (a: number) => [number, number, number];
146
- export const verifiedshieldedpoolstate_type_name: (a: number) => [number, number];
147
- export const platformversion_latest: () => number;
148
- export const verifiedshieldednullifierswithaddressinfos_fromObject: (a: any) => [number, number, number];
149
- export const verifiedshieldednullifierswithwithdrawaldocument_fromObject: (a: any) => [number, number, number];
150
- export const verifiedassetlockconsumedwithaddressinfos_fromObject: (a: any) => [number, number, number];
151
- export const __wbg_extendedepochinfo_free: (a: number, b: number) => void;
152
- export const __wbg_finalizedepochinfo_free: (a: number, b: number) => void;
153
- export const __wbg_groupaction_free: (a: number, b: number) => void;
154
- export const __wbg_groupactionevent_free: (a: number, b: number) => void;
155
- export const __wbg_shieldfromassetlocktransition_free: (a: number, b: number) => void;
156
- export const __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
157
- export const __wbg_tokenconfiguration_free: (a: number, b: number) => void;
158
- export const __wbg_tokenconfigurationconvention_free: (a: number, b: number) => void;
159
- export const __wbg_tokencontractinfo_free: (a: number, b: number) => void;
160
- export const __wbg_tokendistributionrecipient_free: (a: number, b: number) => void;
161
- export const __wbg_tokenevent_free: (a: number, b: number) => void;
162
- export const __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
163
- export const __wbg_tokenmarketplacerules_free: (a: number, b: number) => void;
164
- export const __wbg_tokenperpetualdistribution_free: (a: number, b: number) => void;
165
- export const __wbg_tokenpricingschedule_free: (a: number, b: number) => void;
166
- export const __wbg_tokentrademode_free: (a: number, b: number) => void;
167
- export const __wbg_unshieldtransition_free: (a: number, b: number) => void;
168
- export const extendedepochinfo_constructor: (a: any) => [number, number, number];
169
- export const extendedepochinfo_fee_multiplier: (a: number) => number;
170
- export const extendedepochinfo_fee_multiplier_permille: (a: number) => bigint;
171
- export const extendedepochinfo_first_block_height: (a: number) => any;
172
- export const extendedepochinfo_first_block_time: (a: number) => any;
173
- export const extendedepochinfo_first_core_block_height: (a: number) => number;
174
- export const extendedepochinfo_fromJSON: (a: any) => [number, number, number];
175
- export const extendedepochinfo_fromObject: (a: any) => [number, number, number];
176
- export const extendedepochinfo_index: (a: number) => number;
177
- export const extendedepochinfo_protocol_version: (a: number) => number;
178
- export const extendedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
179
- export const extendedepochinfo_set_first_block_height: (a: number, b: any) => [number, number];
180
- export const extendedepochinfo_set_first_block_time: (a: number, b: any) => [number, number];
181
- export const extendedepochinfo_set_first_core_block_height: (a: number, b: any) => [number, number];
182
- export const extendedepochinfo_set_index: (a: number, b: any) => [number, number];
183
- export const extendedepochinfo_set_protocol_version: (a: number, b: number) => void;
184
- export const extendedepochinfo_struct_name: () => [number, number];
185
- export const extendedepochinfo_toJSON: (a: number) => [number, number, number];
186
- export const extendedepochinfo_toObject: (a: number) => [number, number, number];
187
- export const extendedepochinfo_type_name: (a: number) => [number, number];
188
- export const finalizedepochinfo_block_proposers: (a: number) => any;
189
- export const finalizedepochinfo_constructor: (a: any) => [number, number, number];
190
- export const finalizedepochinfo_core_block_rewards: (a: number) => any;
191
- export const finalizedepochinfo_fee_multiplier: (a: number) => number;
192
- export const finalizedepochinfo_fee_multiplier_permille: (a: number) => bigint;
193
- export const finalizedepochinfo_first_block_height: (a: number) => any;
194
- export const finalizedepochinfo_first_block_time: (a: number) => any;
195
- export const finalizedepochinfo_first_core_block_height: (a: number) => number;
196
- export const finalizedepochinfo_fromJSON: (a: any) => [number, number, number];
197
- export const finalizedepochinfo_fromObject: (a: any) => [number, number, number];
198
- export const finalizedepochinfo_next_epoch_start_core_block_height: (a: number) => number;
199
- export const finalizedepochinfo_protocol_version: (a: number) => number;
200
- export const finalizedepochinfo_set_block_proposers: (a: number, b: any) => [number, number];
201
- export const finalizedepochinfo_set_core_block_rewards: (a: number, b: bigint) => void;
202
- export const finalizedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
203
- export const finalizedepochinfo_set_first_block_height: (a: number, b: bigint) => void;
204
- export const finalizedepochinfo_set_first_block_time: (a: number, b: bigint) => void;
205
- export const finalizedepochinfo_set_first_core_block_height: (a: number, b: number) => void;
206
- export const finalizedepochinfo_set_next_epoch_start_core_block_height: (a: number, b: number) => void;
207
- export const finalizedepochinfo_set_protocol_version: (a: number, b: number) => void;
208
- export const finalizedepochinfo_set_total_blocks_in_epoch: (a: number, b: bigint) => void;
209
- export const finalizedepochinfo_set_total_created_storage_fees: (a: number, b: bigint) => void;
210
- export const finalizedepochinfo_set_total_distributed_storage_fees: (a: number, b: bigint) => void;
211
- export const finalizedepochinfo_set_total_processing_fees: (a: number, b: bigint) => void;
212
- export const finalizedepochinfo_struct_name: () => [number, number];
213
- export const finalizedepochinfo_toJSON: (a: number) => [number, number, number];
214
- export const finalizedepochinfo_toObject: (a: number) => [number, number, number];
215
- export const finalizedepochinfo_total_blocks_in_epoch: (a: number) => any;
216
- export const finalizedepochinfo_total_created_storage_fees: (a: number) => any;
217
- export const finalizedepochinfo_total_distributed_storage_fees: (a: number) => any;
218
- export const finalizedepochinfo_total_processing_fees: (a: number) => any;
219
- export const finalizedepochinfo_type_name: (a: number) => [number, number];
220
- export const groupaction_contract_id: (a: number) => number;
221
- export const groupaction_event: (a: number) => number;
222
- export const groupaction_fromJSON: (a: any) => [number, number, number];
223
- export const groupaction_fromObject: (a: any) => [number, number, number];
224
- export const groupaction_proposer_id: (a: number) => number;
225
- export const groupaction_struct_name: () => [number, number];
226
- export const groupaction_toJSON: (a: number) => [number, number, number];
227
- export const groupaction_toObject: (a: number) => [number, number, number];
228
- export const groupaction_token_contract_position: (a: number) => number;
229
- export const groupaction_type_name: (a: number) => [number, number];
230
- export const groupactionevent_eventName: (a: number) => [number, number];
231
- export const groupactionevent_fromJSON: (a: any) => [number, number, number];
232
- export const groupactionevent_fromObject: (a: any) => [number, number, number];
233
- export const groupactionevent_publicNote: (a: number) => [number, number];
234
- export const groupactionevent_struct_name: () => [number, number];
235
- export const groupactionevent_toJSON: (a: number) => [number, number, number];
236
- export const groupactionevent_toObject: (a: number) => [number, number, number];
237
- export const groupactionevent_tokenEvent: (a: number) => number;
238
- export const groupactionevent_type_name: (a: number) => [number, number];
239
- export const groupactionevent_variant: (a: number) => number;
240
- export const shieldfromassetlocktransition_actions: (a: number) => [number, number];
241
- export const shieldfromassetlocktransition_anchor: (a: number) => [number, number];
242
- export const shieldfromassetlocktransition_asset_lock_proof: (a: number) => number;
243
- export const shieldfromassetlocktransition_binding_signature: (a: number) => [number, number];
244
- export const shieldfromassetlocktransition_fromBytes: (a: number, b: number) => [number, number, number];
245
- export const shieldfromassetlocktransition_fromJSON: (a: any) => [number, number, number];
246
- export const shieldfromassetlocktransition_fromObject: (a: any) => [number, number, number];
247
- export const shieldfromassetlocktransition_getModifiedDataIds: (a: number) => [number, number];
248
- export const shieldfromassetlocktransition_new: (a: any) => [number, number, number];
249
- export const shieldfromassetlocktransition_proof: (a: number) => [number, number];
250
- export const shieldfromassetlocktransition_signature: (a: number) => [number, number];
251
- export const shieldfromassetlocktransition_struct_name: () => [number, number];
252
- export const shieldfromassetlocktransition_surplus_output: (a: number) => number;
253
- export const shieldfromassetlocktransition_toBytes: (a: number) => [number, number, number, number];
254
- export const shieldfromassetlocktransition_toJSON: (a: number) => [number, number, number];
255
- export const shieldfromassetlocktransition_toObject: (a: number) => [number, number, number];
256
- export const shieldfromassetlocktransition_toStateTransition: (a: number) => number;
257
- export const shieldfromassetlocktransition_type_name: (a: number) => [number, number];
258
- export const shieldfromassetlocktransition_value_balance: (a: number) => bigint;
259
- export const tokenconfigupdatetransition_base: (a: number) => number;
260
- export const tokenconfigupdatetransition_constructor: (a: any) => [number, number, number];
261
- export const tokenconfigupdatetransition_public_note: (a: number) => [number, number];
262
- export const tokenconfigupdatetransition_set_base: (a: number, b: number) => void;
263
- export const tokenconfigupdatetransition_set_public_note: (a: number, b: number, c: number) => void;
264
- export const tokenconfigupdatetransition_set_update_token_configuration_item: (a: number, b: number) => void;
265
- export const tokenconfigupdatetransition_struct_name: () => [number, number];
266
- export const tokenconfigupdatetransition_type_name: (a: number) => [number, number];
267
- export const tokenconfigupdatetransition_update_token_configuration_item: (a: number) => number;
268
- export const tokenconfiguration_base_supply: (a: number) => bigint;
269
- export const tokenconfiguration_calculateTokenId: (a: any, b: number) => [number, number, number];
270
- export const tokenconfiguration_constructor: (a: any) => [number, number, number];
271
- export const tokenconfiguration_conventions: (a: number) => number;
272
- export const tokenconfiguration_conventions_change_rules: (a: number) => number;
273
- export const tokenconfiguration_description: (a: number) => [number, number];
274
- export const tokenconfiguration_destroy_frozen_funds_rules: (a: number) => number;
275
- export const tokenconfiguration_distribution_rules: (a: number) => number;
276
- export const tokenconfiguration_emergency_action_rules: (a: number) => number;
277
- export const tokenconfiguration_freeze_rules: (a: number) => number;
278
- export const tokenconfiguration_is_allowed_transfer_to_frozen_balance: (a: number) => number;
279
- export const tokenconfiguration_is_started_as_paused: (a: number) => number;
280
- export const tokenconfiguration_keeps_history: (a: number) => number;
281
- export const tokenconfiguration_main_control_group: (a: number) => number;
282
- export const tokenconfiguration_main_control_group_can_be_modified: (a: number) => number;
283
- export const tokenconfiguration_manual_burning_rules: (a: number) => number;
284
- export const tokenconfiguration_manual_minting_rules: (a: number) => number;
285
- export const tokenconfiguration_marketplace_rules: (a: number) => number;
286
- export const tokenconfiguration_max_supply: (a: number) => [number, bigint];
287
- export const tokenconfiguration_max_supply_change_rules: (a: number) => number;
288
- export const tokenconfiguration_set_base_supply: (a: number, b: any) => [number, number];
289
- export const tokenconfiguration_set_conventions: (a: number, b: number) => void;
290
- export const tokenconfiguration_set_conventions_change_rules: (a: number, b: number) => void;
291
- export const tokenconfiguration_set_description: (a: number, b: number, c: number) => void;
292
- export const tokenconfiguration_set_destroy_frozen_funds_rules: (a: number, b: number) => void;
293
- export const tokenconfiguration_set_distribution_rules: (a: number, b: number) => void;
294
- export const tokenconfiguration_set_emergency_action_rules: (a: number, b: number) => void;
295
- export const tokenconfiguration_set_freeze_rules: (a: number, b: number) => void;
296
- export const tokenconfiguration_set_is_allowed_transfer_to_frozen_balance: (a: number, b: number) => void;
297
- export const tokenconfiguration_set_is_started_as_paused: (a: number, b: number) => void;
298
- export const tokenconfiguration_set_keeps_history: (a: number, b: number) => void;
299
- export const tokenconfiguration_set_main_control_group: (a: number, b: number) => void;
300
- export const tokenconfiguration_set_main_control_group_can_be_modified: (a: number, b: number) => void;
301
- export const tokenconfiguration_set_manual_burning_rules: (a: number, b: number) => void;
302
- export const tokenconfiguration_set_manual_minting_rules: (a: number, b: number) => void;
303
- export const tokenconfiguration_set_marketplace_rules: (a: number, b: number) => void;
304
- export const tokenconfiguration_set_max_supply: (a: number, b: any) => [number, number];
305
- export const tokenconfiguration_set_max_supply_change_rules: (a: number, b: number) => void;
306
- export const tokenconfiguration_set_unfreeze_rules: (a: number, b: number) => void;
307
- export const tokenconfiguration_struct_name: () => [number, number];
308
- export const tokenconfiguration_type_name: (a: number) => [number, number];
309
- export const tokenconfiguration_unfreeze_rules: (a: number) => number;
310
238
  export const tokenconfigurationconvention_constructor: (a: any, b: number) => [number, number, number];
311
239
  export const tokenconfigurationconvention_decimals: (a: number) => number;
312
240
  export const tokenconfigurationconvention_localizations: (a: number) => [number, number, number];
@@ -314,14 +242,6 @@ export const tokenconfigurationconvention_set_decimals: (a: number, b: any) => [
314
242
  export const tokenconfigurationconvention_set_localizations: (a: number, b: any) => [number, number];
315
243
  export const tokenconfigurationconvention_struct_name: () => [number, number];
316
244
  export const tokenconfigurationconvention_type_name: (a: number) => [number, number];
317
- export const tokencontractinfo_contract_id: (a: number) => number;
318
- export const tokencontractinfo_fromJSON: (a: any) => [number, number, number];
319
- export const tokencontractinfo_fromObject: (a: any) => [number, number, number];
320
- export const tokencontractinfo_struct_name: () => [number, number];
321
- export const tokencontractinfo_toJSON: (a: number) => [number, number, number];
322
- export const tokencontractinfo_toObject: (a: number) => [number, number, number];
323
- export const tokencontractinfo_token_contract_position: (a: number) => number;
324
- export const tokencontractinfo_type_name: (a: number) => [number, number];
325
245
  export const tokendistributionrecipient_ContractOwner: () => number;
326
246
  export const tokendistributionrecipient_EvonodesByParticipation: () => number;
327
247
  export const tokendistributionrecipient_Identity: (a: any) => [number, number, number];
@@ -329,28 +249,6 @@ export const tokendistributionrecipient_recipient_type: (a: number) => [number,
329
249
  export const tokendistributionrecipient_struct_name: () => [number, number];
330
250
  export const tokendistributionrecipient_type_name: (a: number) => [number, number];
331
251
  export const tokendistributionrecipient_value: (a: number) => any;
332
- export const tokenevent_fromJSON: (a: any) => [number, number, number];
333
- export const tokenevent_fromObject: (a: any) => [number, number, number];
334
- export const tokenevent_struct_name: () => [number, number];
335
- export const tokenevent_toJSON: (a: number) => [number, number, number];
336
- export const tokenevent_toObject: (a: number) => [number, number, number];
337
- export const tokenevent_type_name: (a: number) => [number, number];
338
- export const tokenevent_variant: (a: number) => number;
339
- export const tokenkeepshistoryrules_constructor: (a: any) => [number, number, number];
340
- export const tokenkeepshistoryrules_is_keeping_burning_history: (a: number) => number;
341
- export const tokenkeepshistoryrules_is_keeping_direct_pricing_history: (a: number) => number;
342
- export const tokenkeepshistoryrules_is_keeping_direct_purchase_history: (a: number) => number;
343
- export const tokenkeepshistoryrules_is_keeping_freezing_history: (a: number) => number;
344
- export const tokenkeepshistoryrules_is_keeping_minting_history: (a: number) => number;
345
- export const tokenkeepshistoryrules_is_keeping_transfer_history: (a: number) => number;
346
- export const tokenkeepshistoryrules_set_is_keeping_burning_history: (a: number, b: number) => void;
347
- export const tokenkeepshistoryrules_set_is_keeping_direct_pricing_history: (a: number, b: number) => void;
348
- export const tokenkeepshistoryrules_set_is_keeping_direct_purchase_history: (a: number, b: number) => void;
349
- export const tokenkeepshistoryrules_set_is_keeping_freezing_history: (a: number, b: number) => void;
350
- export const tokenkeepshistoryrules_set_is_keeping_minting_history: (a: number, b: number) => void;
351
- export const tokenkeepshistoryrules_set_is_keeping_transfer_history: (a: number, b: number) => void;
352
- export const tokenkeepshistoryrules_struct_name: () => [number, number];
353
- export const tokenkeepshistoryrules_type_name: (a: number) => [number, number];
354
252
  export const tokenmarketplacerules_constructor: (a: number, b: number) => number;
355
253
  export const tokenmarketplacerules_set_trade_mode: (a: number, b: number) => void;
356
254
  export const tokenmarketplacerules_set_trade_mode_change_rules: (a: number, b: number) => void;
@@ -358,6 +256,23 @@ export const tokenmarketplacerules_struct_name: () => [number, number];
358
256
  export const tokenmarketplacerules_trade_mode: (a: number) => number;
359
257
  export const tokenmarketplacerules_trade_mode_change_rules: (a: number) => number;
360
258
  export const tokenmarketplacerules_type_name: (a: number) => [number, number];
259
+ export const tokenpaymentinfo_constructor: (a: any) => [number, number, number];
260
+ export const tokenpaymentinfo_fromJSON: (a: any) => [number, number, number];
261
+ export const tokenpaymentinfo_fromObject: (a: any) => [number, number, number];
262
+ export const tokenpaymentinfo_gas_fees_paid_by: (a: number) => [number, number];
263
+ export const tokenpaymentinfo_maximum_token_cost: (a: number) => [number, bigint];
264
+ export const tokenpaymentinfo_minimum_token_cost: (a: number) => [number, bigint];
265
+ export const tokenpaymentinfo_payment_token_contract_id: (a: number) => number;
266
+ export const tokenpaymentinfo_set_gas_fees_paid_by: (a: number, b: any) => [number, number];
267
+ export const tokenpaymentinfo_set_maximum_token_cost: (a: number, b: number, c: bigint) => void;
268
+ export const tokenpaymentinfo_set_minimum_token_cost: (a: number, b: number, c: bigint) => void;
269
+ export const tokenpaymentinfo_set_payment_token_contract_id: (a: number, b: any) => [number, number];
270
+ export const tokenpaymentinfo_set_token_contract_position: (a: number, b: number) => void;
271
+ export const tokenpaymentinfo_struct_name: () => [number, number];
272
+ export const tokenpaymentinfo_toJSON: (a: number) => [number, number, number];
273
+ export const tokenpaymentinfo_toObject: (a: number) => [number, number, number];
274
+ export const tokenpaymentinfo_token_contract_position: (a: number) => number;
275
+ export const tokenpaymentinfo_type_name: (a: number) => [number, number];
361
276
  export const tokenperpetualdistribution_constructor: (a: number, b: number) => number;
362
277
  export const tokenperpetualdistribution_distribution_type: (a: number) => number;
363
278
  export const tokenperpetualdistribution_recipient: (a: number) => number;
@@ -365,459 +280,39 @@ export const tokenperpetualdistribution_set_distribution_type: (a: number, b: nu
365
280
  export const tokenperpetualdistribution_set_recipient: (a: number, b: number) => void;
366
281
  export const tokenperpetualdistribution_struct_name: () => [number, number];
367
282
  export const tokenperpetualdistribution_type_name: (a: number) => [number, number];
368
- export const tokenpricingschedule_SetPrices: (a: any) => [number, number, number];
369
- export const tokenpricingschedule_SinglePrice: (a: bigint) => number;
370
- export const tokenpricingschedule_fromJSON: (a: any) => [number, number, number];
371
- export const tokenpricingschedule_fromObject: (a: any) => [number, number, number];
372
- export const tokenpricingschedule_schedule_type: (a: number) => [number, number];
373
- export const tokenpricingschedule_struct_name: () => [number, number];
374
- export const tokenpricingschedule_toJSON: (a: number) => [number, number, number];
375
- export const tokenpricingschedule_toObject: (a: number) => [number, number, number];
376
- export const tokenpricingschedule_type_name: (a: number) => [number, number];
377
- export const tokenpricingschedule_value: (a: number) => [number, number, number];
378
283
  export const tokentrademode_struct_name: () => [number, number];
379
284
  export const tokentrademode_type_name: (a: number) => [number, number];
380
285
  export const tokentrademode_value: (a: number) => [number, number];
381
- export const unshieldtransition_actions: (a: number) => [number, number];
382
- export const unshieldtransition_anchor: (a: number) => [number, number];
383
- export const unshieldtransition_binding_signature: (a: number) => [number, number];
384
- export const unshieldtransition_fromBytes: (a: number, b: number) => [number, number, number];
385
- export const unshieldtransition_fromJSON: (a: any) => [number, number, number];
386
- export const unshieldtransition_fromObject: (a: any) => [number, number, number];
387
- export const unshieldtransition_getModifiedDataIds: (a: number) => [number, number];
388
- export const unshieldtransition_new: (a: any) => [number, number, number];
389
- export const unshieldtransition_output_address: (a: number) => number;
390
- export const unshieldtransition_proof: (a: number) => [number, number];
391
- export const unshieldtransition_struct_name: () => [number, number];
392
- export const unshieldtransition_toBytes: (a: number) => [number, number, number, number];
393
- export const unshieldtransition_toJSON: (a: number) => [number, number, number];
394
- export const unshieldtransition_toObject: (a: number) => [number, number, number];
395
- export const unshieldtransition_toStateTransition: (a: number) => number;
396
- export const unshieldtransition_type_name: (a: number) => [number, number];
397
- export const unshieldtransition_unshielding_amount: (a: number) => bigint;
286
+ export const vote_choice: (a: number) => number;
287
+ export const vote_constructor: (a: number, b: number) => number;
288
+ export const vote_fromJSON: (a: any) => [number, number, number];
289
+ export const vote_fromObject: (a: any) => [number, number, number];
290
+ export const vote_poll: (a: number) => number;
291
+ export const vote_set_choice: (a: number, b: number) => void;
292
+ export const vote_set_poll: (a: number, b: number) => void;
293
+ export const vote_struct_name: () => [number, number];
294
+ export const vote_toJSON: (a: number) => [number, number, number];
295
+ export const vote_toObject: (a: number) => [number, number, number];
296
+ export const vote_type_name: (a: number) => [number, number];
398
297
  export const tokentrademode_NotTradeable: () => number;
399
- export const __wbg_addressfundingfromassetlocktransition_free: (a: number, b: number) => void;
400
- export const __wbg_batchtransition_free: (a: number, b: number) => void;
401
- export const __wbg_documentreplacetransition_free: (a: number, b: number) => void;
402
- export const __wbg_documenttransfertransition_free: (a: number, b: number) => void;
403
- export const __wbg_documenttransition_free: (a: number, b: number) => void;
404
- export const __wbg_documentupdatepricetransition_free: (a: number, b: number) => void;
298
+ export const platformversion_latest: () => number;
299
+ export const __wbg_assetlockproof_free: (a: number, b: number) => void;
300
+ export const __wbg_datacontract_free: (a: number, b: number) => void;
301
+ export const __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
302
+ export const __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
303
+ export const __wbg_feestrategystep_free: (a: number, b: number) => void;
304
+ export const __wbg_get_verifieddatacontract_dataContract: (a: number) => number;
405
305
  export const __wbg_identitycreatetransition_free: (a: number, b: number) => void;
406
- export const __wbg_identitycredittransfer_free: (a: number, b: number) => void;
306
+ export const __wbg_identitytopupfromaddressestransition_free: (a: number, b: number) => void;
407
307
  export const __wbg_identitytopuptransition_free: (a: number, b: number) => void;
408
- export const __wbg_identityupdatetransition_free: (a: number, b: number) => void;
409
- export const __wbg_sharedencryptednote_free: (a: number, b: number) => void;
308
+ export const __wbg_outpoint_free: (a: number, b: number) => void;
309
+ export const __wbg_platformaddressinput_free: (a: number, b: number) => void;
310
+ export const __wbg_platformaddressoutput_free: (a: number, b: number) => void;
311
+ export const __wbg_set_verifieddatacontract_dataContract: (a: number, b: number) => void;
410
312
  export const __wbg_statetransition_free: (a: number, b: number) => void;
411
- export const __wbg_tokenbasetransition_free: (a: number, b: number) => void;
412
- export const __wbg_tokenconfigurationchangeitem_free: (a: number, b: number) => void;
413
- export const __wbg_tokentransfertransition_free: (a: number, b: number) => void;
414
- export const addressfundingfromassetlocktransition_asset_lock_proof: (a: number) => number;
415
- export const addressfundingfromassetlocktransition_constructor: (a: any) => [number, number, number];
416
- export const addressfundingfromassetlocktransition_fromBase64: (a: number, b: number) => [number, number, number];
417
- export const addressfundingfromassetlocktransition_fromBytes: (a: number, b: number) => [number, number, number];
418
- export const addressfundingfromassetlocktransition_fromHex: (a: number, b: number) => [number, number, number];
419
- export const addressfundingfromassetlocktransition_fromJSON: (a: any) => [number, number, number];
420
- export const addressfundingfromassetlocktransition_fromObject: (a: any) => [number, number, number];
421
- export const addressfundingfromassetlocktransition_fromStateTransition: (a: number) => [number, number, number];
422
- export const addressfundingfromassetlocktransition_inputs: (a: number) => [number, number];
423
- export const addressfundingfromassetlocktransition_outputs: (a: number) => [number, number];
424
- export const addressfundingfromassetlocktransition_set_asset_lock_proof: (a: number, b: number) => void;
425
- export const addressfundingfromassetlocktransition_set_inputs: (a: number, b: number, c: number) => [number, number];
426
- export const addressfundingfromassetlocktransition_set_outputs: (a: number, b: number, c: number) => [number, number];
427
- export const addressfundingfromassetlocktransition_set_user_fee_increase: (a: number, b: any) => [number, number];
428
- export const addressfundingfromassetlocktransition_struct_name: () => [number, number];
429
- export const addressfundingfromassetlocktransition_toBase64: (a: number) => [number, number, number, number];
430
- export const addressfundingfromassetlocktransition_toBytes: (a: number) => [number, number, number, number];
431
- export const addressfundingfromassetlocktransition_toHex: (a: number) => [number, number, number, number];
432
- export const addressfundingfromassetlocktransition_toJSON: (a: number) => [number, number, number];
433
- export const addressfundingfromassetlocktransition_toObject: (a: number) => [number, number, number];
434
- export const addressfundingfromassetlocktransition_toStateTransition: (a: number) => number;
435
- export const addressfundingfromassetlocktransition_type_name: (a: number) => [number, number];
436
- export const addressfundingfromassetlocktransition_user_fee_increase: (a: number) => number;
437
- export const batchtransition_all_conflicting_index_collateral_voting_funds: (a: number) => [number, bigint, number, number];
438
- export const batchtransition_all_purchases_amount: (a: number) => [number, bigint, number, number];
439
- export const batchtransition_batched_transitions: (a: number) => [number, number];
440
- export const batchtransition_fromBase64: (a: number, b: number) => [number, number, number];
441
- export const batchtransition_fromBatchedTransitions: (a: any, b: any, c: number) => [number, number, number];
442
- export const batchtransition_fromBytes: (a: number, b: number) => [number, number, number];
443
- export const batchtransition_fromHex: (a: number, b: number) => [number, number, number];
444
- export const batchtransition_fromJSON: (a: any) => [number, number, number];
445
- export const batchtransition_fromObject: (a: any) => [number, number, number];
446
- export const batchtransition_fromStateTransition: (a: number) => [number, number, number];
447
- export const batchtransition_modified_data_ids: (a: number) => [number, number];
448
- export const batchtransition_owner_id: (a: number) => number;
449
- export const batchtransition_setIdentityContractNonce: (a: number, b: any) => [number, number];
450
- export const batchtransition_set_signature: (a: number, b: number, c: number) => void;
451
- export const batchtransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
452
- export const batchtransition_set_transitions: (a: number, b: any) => [number, number];
453
- export const batchtransition_signature: (a: number) => [number, number];
454
- export const batchtransition_signature_public_key_id: (a: number) => number;
455
- export const batchtransition_struct_name: () => [number, number];
456
- export const batchtransition_toBase64: (a: number) => [number, number, number, number];
457
- export const batchtransition_toBytes: (a: number) => [number, number, number, number];
458
- export const batchtransition_toHex: (a: number) => [number, number, number, number];
459
- export const batchtransition_toJSON: (a: number) => [number, number, number];
460
- export const batchtransition_toObject: (a: number) => [number, number, number];
461
- export const batchtransition_toStateTransition: (a: number) => number;
462
- export const batchtransition_type_name: (a: number) => [number, number];
463
- export const documentreplacetransition_base: (a: number) => number;
464
- export const documentreplacetransition_constructor: (a: any) => [number, number, number];
465
- export const documentreplacetransition_data: (a: number) => [number, number, number];
466
- export const documentreplacetransition_fromDocumentTransition: (a: number) => [number, number, number];
467
- export const documentreplacetransition_revision: (a: number) => bigint;
468
- export const documentreplacetransition_set_base: (a: number, b: number) => void;
469
- export const documentreplacetransition_set_data: (a: number, b: any) => [number, number];
470
- export const documentreplacetransition_set_revision: (a: number, b: any) => [number, number];
471
- export const documentreplacetransition_struct_name: () => [number, number];
472
- export const documentreplacetransition_toDocumentTransition: (a: number) => number;
473
- export const documentreplacetransition_type_name: (a: number) => [number, number];
474
- export const documenttransfertransition_base: (a: number) => number;
475
- export const documenttransfertransition_constructor: (a: any) => [number, number, number];
476
- export const documenttransfertransition_fromDocumentTransition: (a: number) => [number, number, number];
477
- export const documenttransfertransition_recipient_owner_id: (a: number) => number;
478
- export const documenttransfertransition_set_base: (a: number, b: number) => void;
479
- export const documenttransfertransition_set_recipient_owner_id: (a: number, b: any) => [number, number];
480
- export const documenttransfertransition_struct_name: () => [number, number];
481
- export const documenttransfertransition_toDocumentTransition: (a: number) => number;
482
- export const documenttransfertransition_type_name: (a: number) => [number, number];
483
- export const documenttransition_action_type: (a: number) => [number, number];
484
- export const documenttransition_action_type_number: (a: number) => number;
485
- export const documenttransition_create_transition: (a: number) => [number, number, number];
486
- export const documenttransition_data_contract_id: (a: number) => number;
487
- export const documenttransition_delete_transition: (a: number) => [number, number, number];
488
- export const documenttransition_document_type_name: (a: number) => [number, number];
489
- export const documenttransition_entropy: (a: number) => [number, number];
490
- export const documenttransition_id: (a: number) => number;
491
- export const documenttransition_identity_contract_nonce: (a: number) => bigint;
492
- export const documenttransition_purchase_transition: (a: number) => [number, number, number];
493
- export const documenttransition_replace_transition: (a: number) => [number, number, number];
494
- export const documenttransition_revision: (a: number) => [number, bigint];
495
- export const documenttransition_set_data_contract_id: (a: number, b: any) => [number, number];
496
- export const documenttransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
497
- export const documenttransition_set_revision: (a: number, b: any) => [number, number];
498
- export const documenttransition_struct_name: () => [number, number];
499
- export const documenttransition_transfer_transition: (a: number) => [number, number, number];
500
- export const documenttransition_type_name: (a: number) => [number, number];
501
- export const documenttransition_update_price_transition: (a: number) => [number, number, number];
502
- export const documentupdatepricetransition_base: (a: number) => number;
503
- export const documentupdatepricetransition_constructor: (a: any) => [number, number, number];
504
- export const documentupdatepricetransition_fromDocumentTransition: (a: number) => [number, number, number];
505
- export const documentupdatepricetransition_price: (a: number) => bigint;
506
- export const documentupdatepricetransition_set_base: (a: number, b: number) => void;
507
- export const documentupdatepricetransition_set_price: (a: number, b: any) => [number, number];
508
- export const documentupdatepricetransition_struct_name: () => [number, number];
509
- export const documentupdatepricetransition_toDocumentTransition: (a: number) => number;
510
- export const documentupdatepricetransition_type_name: (a: number) => [number, number];
511
- export const identitycreatetransition_asset_lock_proof: (a: number) => number;
512
- export const identitycreatetransition_constructor: (a: any) => [number, number, number];
513
- export const identitycreatetransition_default: (a: any) => [number, number, number];
514
- export const identitycreatetransition_fromBase64: (a: number, b: number) => [number, number, number];
515
- export const identitycreatetransition_fromBytes: (a: number, b: number) => [number, number, number];
516
- export const identitycreatetransition_fromHex: (a: number, b: number) => [number, number, number];
517
- export const identitycreatetransition_fromJSON: (a: any) => [number, number, number];
518
- export const identitycreatetransition_fromObject: (a: any) => [number, number, number];
519
- export const identitycreatetransition_fromStateTransition: (a: number) => [number, number, number];
520
- export const identitycreatetransition_identity_id: (a: number) => number;
521
- export const identitycreatetransition_public_keys: (a: number) => [number, number];
522
- export const identitycreatetransition_set_asset_lock_proof: (a: number, b: number) => [number, number];
523
- export const identitycreatetransition_set_public_keys: (a: number, b: any) => [number, number];
524
- export const identitycreatetransition_set_signature: (a: number, b: number, c: number) => void;
525
- export const identitycreatetransition_set_user_fee_increase: (a: number, b: any) => [number, number];
526
- export const identitycreatetransition_signature: (a: number) => [number, number];
527
- export const identitycreatetransition_struct_name: () => [number, number];
528
- export const identitycreatetransition_toBase64: (a: number) => [number, number, number, number];
529
- export const identitycreatetransition_toBytes: (a: number) => [number, number, number, number];
530
- export const identitycreatetransition_toHex: (a: number) => [number, number, number, number];
531
- export const identitycreatetransition_toJSON: (a: number) => [number, number, number];
532
- export const identitycreatetransition_toObject: (a: number) => [number, number, number];
533
- export const identitycreatetransition_toStateTransition: (a: number) => number;
534
- export const identitycreatetransition_type_name: (a: number) => [number, number];
535
- export const identitycreatetransition_user_fee_increase: (a: number) => number;
536
- export const identitycredittransfer_amount: (a: number) => bigint;
537
- export const identitycredittransfer_constructor: (a: any) => [number, number, number];
538
- export const identitycredittransfer_fromBase64: (a: number, b: number) => [number, number, number];
539
- export const identitycredittransfer_fromBytes: (a: number, b: number) => [number, number, number];
540
- export const identitycredittransfer_fromHex: (a: number, b: number) => [number, number, number];
541
- export const identitycredittransfer_fromJSON: (a: any) => [number, number, number];
542
- export const identitycredittransfer_fromObject: (a: any) => [number, number, number];
543
- export const identitycredittransfer_fromStateTransition: (a: number) => [number, number, number];
544
- export const identitycredittransfer_nonce: (a: number) => bigint;
545
- export const identitycredittransfer_recipient_id: (a: number) => number;
546
- export const identitycredittransfer_sender_id: (a: number) => number;
547
- export const identitycredittransfer_set_amount: (a: number, b: any) => [number, number];
548
- export const identitycredittransfer_set_nonce: (a: number, b: any) => [number, number];
549
- export const identitycredittransfer_set_recipient_id: (a: number, b: any) => [number, number];
550
- export const identitycredittransfer_set_sender_id: (a: number, b: any) => [number, number];
551
- export const identitycredittransfer_set_signature: (a: number, b: number, c: number) => void;
552
- export const identitycredittransfer_set_signature_public_key_id: (a: number, b: any) => [number, number];
553
- export const identitycredittransfer_set_user_fee_increase: (a: number, b: any) => [number, number];
554
- export const identitycredittransfer_signature: (a: number) => [number, number];
555
- export const identitycredittransfer_signature_public_key_id: (a: number) => number;
556
- export const identitycredittransfer_struct_name: () => [number, number];
557
- export const identitycredittransfer_toBase64: (a: number) => [number, number, number, number];
558
- export const identitycredittransfer_toBytes: (a: number) => [number, number, number, number];
559
- export const identitycredittransfer_toHex: (a: number) => [number, number, number, number];
560
- export const identitycredittransfer_toJSON: (a: number) => [number, number, number];
561
- export const identitycredittransfer_toObject: (a: number) => [number, number, number];
562
- export const identitycredittransfer_toStateTransition: (a: number) => number;
563
- export const identitycredittransfer_type_name: (a: number) => [number, number];
564
- export const identitycredittransfer_user_fee_increase: (a: number) => number;
565
- export const identitytopuptransition_asset_lock_proof: (a: number) => number;
566
- export const identitytopuptransition_constructor: (a: any) => [number, number, number];
567
- export const identitytopuptransition_fromBase64: (a: number, b: number) => [number, number, number];
568
- export const identitytopuptransition_fromBytes: (a: number, b: number) => [number, number, number];
569
- export const identitytopuptransition_fromHex: (a: number, b: number) => [number, number, number];
570
- export const identitytopuptransition_fromJSON: (a: any) => [number, number, number];
571
- export const identitytopuptransition_fromObject: (a: any) => [number, number, number];
572
- export const identitytopuptransition_fromStateTransition: (a: number) => [number, number, number];
573
- export const identitytopuptransition_identity_identifier: (a: number) => number;
574
- export const identitytopuptransition_modified_data_ids: (a: number) => [number, number];
575
- export const identitytopuptransition_optional_asset_lock_proof: (a: number) => number;
576
- export const identitytopuptransition_set_asset_lock_proof: (a: number, b: number) => [number, number];
577
- export const identitytopuptransition_set_identity_identifier: (a: number, b: any) => [number, number];
578
- export const identitytopuptransition_set_signature: (a: number, b: number, c: number) => void;
579
- export const identitytopuptransition_set_user_fee_increase: (a: number, b: number) => void;
580
- export const identitytopuptransition_signature: (a: number) => [number, number];
581
- export const identitytopuptransition_struct_name: () => [number, number];
582
- export const identitytopuptransition_toBase64: (a: number) => [number, number, number, number];
583
- export const identitytopuptransition_toBytes: (a: number) => [number, number, number, number];
584
- export const identitytopuptransition_toHex: (a: number) => [number, number, number, number];
585
- export const identitytopuptransition_toJSON: (a: number) => [number, number, number];
586
- export const identitytopuptransition_toObject: (a: number) => [number, number, number];
587
- export const identitytopuptransition_toStateTransition: (a: number) => number;
588
- export const identitytopuptransition_type_name: (a: number) => [number, number];
589
- export const identitytopuptransition_user_fee_increase: (a: number) => number;
590
- export const identityupdatetransition_constructor: (a: any) => [number, number, number];
591
- export const identityupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
592
- export const identityupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
593
- export const identityupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
594
- export const identityupdatetransition_fromJSON: (a: any) => [number, number, number];
595
- export const identityupdatetransition_fromObject: (a: any) => [number, number, number];
596
- export const identityupdatetransition_fromStateTransition: (a: number) => [number, number, number];
597
- export const identityupdatetransition_identity_identifier: (a: number) => number;
598
- export const identityupdatetransition_modified_data_ids: (a: number) => [number, number];
599
- export const identityupdatetransition_nonce: (a: number) => bigint;
600
- export const identityupdatetransition_optional_asset_lock_proof: (a: number) => number;
601
- export const identityupdatetransition_public_key_ids_to_add: (a: number) => [number, number];
602
- export const identityupdatetransition_public_key_ids_to_disable: (a: number) => [number, number];
603
- export const identityupdatetransition_purpose_requirement: (a: number) => [number, number];
604
- export const identityupdatetransition_revision: (a: number) => bigint;
605
- export const identityupdatetransition_set_identity_identifier: (a: number, b: any) => [number, number];
606
- export const identityupdatetransition_set_nonce: (a: number, b: any) => [number, number];
607
- export const identityupdatetransition_set_public_key_ids_to_add: (a: number, b: any) => [number, number];
608
- export const identityupdatetransition_set_public_key_ids_to_disable: (a: number, b: number, c: number) => void;
609
- export const identityupdatetransition_set_revision: (a: number, b: any) => [number, number];
610
- export const identityupdatetransition_set_signature: (a: number, b: number, c: number) => void;
611
- export const identityupdatetransition_set_signature_public_key_id: (a: number, b: number) => void;
612
- export const identityupdatetransition_set_user_fee_increase: (a: number, b: number) => void;
613
- export const identityupdatetransition_signature: (a: number) => [number, number];
614
- export const identityupdatetransition_signature_public_key_id: (a: number) => number;
615
- export const identityupdatetransition_struct_name: () => [number, number];
616
- export const identityupdatetransition_toBase64: (a: number) => [number, number, number, number];
617
- export const identityupdatetransition_toBytes: (a: number) => [number, number, number, number];
618
- export const identityupdatetransition_toHex: (a: number) => [number, number, number, number];
619
- export const identityupdatetransition_toJSON: (a: number) => [number, number, number];
620
- export const identityupdatetransition_toObject: (a: number) => [number, number, number];
621
- export const identityupdatetransition_toStateTransition: (a: number) => number;
622
- export const identityupdatetransition_type_name: (a: number) => [number, number];
623
- export const identityupdatetransition_user_fee_increase: (a: number) => number;
624
- export const sharedencryptednote_constructor: (a: number, b: number, c: number, d: number) => number;
625
- export const sharedencryptednote_recipient_key_index: (a: number) => number;
626
- export const sharedencryptednote_sender_key_index: (a: number) => number;
627
- export const sharedencryptednote_set_recipient_key_index: (a: number, b: number) => void;
628
- export const sharedencryptednote_set_sender_key_index: (a: number, b: number) => void;
629
- export const sharedencryptednote_set_value: (a: number, b: number, c: number) => void;
630
- export const sharedencryptednote_struct_name: () => [number, number];
631
- export const sharedencryptednote_type_name: (a: number) => [number, number];
632
- export const sharedencryptednote_value: (a: number) => [number, number];
633
- export const statetransition_action_type: (a: number) => [number, number];
634
- export const statetransition_action_type_number: (a: number) => number;
635
- export const statetransition_fromBase64: (a: number, b: number) => [number, number, number];
636
- export const statetransition_fromBytes: (a: number, b: number) => [number, number, number];
637
- export const statetransition_fromHex: (a: number, b: number) => [number, number, number];
638
- export const statetransition_getKeyLevelRequirement: (a: number, b: any) => [number, number, number, number];
639
- export const statetransition_getSignableBytes: (a: number) => [number, number, number, number];
640
- export const statetransition_hash: (a: number, b: number) => [number, number, number, number];
641
- export const statetransition_identity_contract_nonce: (a: number) => [number, bigint];
642
- export const statetransition_identity_nonce: (a: number) => [number, bigint];
643
- export const statetransition_owner_id: (a: number) => number;
644
- export const statetransition_purpose_requirement: (a: number) => [number, number];
645
- export const statetransition_setIdentityContractNonce: (a: number, b: any) => [number, number];
646
- export const statetransition_setIdentityNonce: (a: number, b: any) => [number, number];
647
- export const statetransition_setOwnerId: (a: number, b: any) => [number, number];
648
- export const statetransition_set_signature: (a: number, b: number, c: number) => number;
649
- export const statetransition_set_signature_public_key_id: (a: number, b: number) => void;
650
- export const statetransition_set_user_fee_increase: (a: number, b: number) => void;
651
- export const statetransition_sign: (a: number, b: number, c: number) => [number, number, number, number];
652
- export const statetransition_signByPrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number, number];
653
- export const statetransition_signature: (a: number) => [number, number];
654
- export const statetransition_signature_public_key_id: (a: number) => number;
655
- export const statetransition_struct_name: () => [number, number];
656
- export const statetransition_toBase64: (a: number) => [number, number, number, number];
657
- export const statetransition_toBytes: (a: number) => [number, number, number, number];
658
- export const statetransition_toHex: (a: number) => [number, number, number, number];
659
- export const statetransition_type_name: (a: number) => [number, number];
660
- export const statetransition_user_fee_increase: (a: number) => number;
661
- export const statetransition_verifyPublicKey: (a: number, b: number, c: number, d: number) => [number, number];
662
- export const tokenbasetransition_constructor: (a: any) => [number, number, number];
663
- export const tokenbasetransition_data_contract_id: (a: number) => number;
664
- export const tokenbasetransition_identity_contract_nonce: (a: number) => bigint;
665
- export const tokenbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
666
- export const tokenbasetransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
667
- export const tokenbasetransition_set_token_contract_position: (a: number, b: any) => [number, number];
668
- export const tokenbasetransition_set_token_id: (a: number, b: any) => [number, number];
669
- export const tokenbasetransition_set_using_group_info: (a: number, b: any) => [number, number];
670
- export const tokenbasetransition_struct_name: () => [number, number];
671
- export const tokenbasetransition_token_contract_position: (a: number) => number;
672
- export const tokenbasetransition_token_id: (a: number) => number;
673
- export const tokenbasetransition_type_name: (a: number) => [number, number];
674
- export const tokenbasetransition_using_group_info: (a: number) => number;
675
- export const tokenconfigurationchangeitem_item: (a: number) => any;
676
- export const tokenconfigurationchangeitem_item_name: (a: number) => [number, number];
677
- export const tokenconfigurationchangeitem_struct_name: () => [number, number];
678
- export const tokenconfigurationchangeitem_type_name: (a: number) => [number, number];
679
- export const tokentransfertransition_amount: (a: number) => bigint;
680
- export const tokentransfertransition_base: (a: number) => number;
681
- export const tokentransfertransition_constructor: (a: any) => [number, number, number];
682
- export const tokentransfertransition_private_encrypted_note: (a: number) => number;
683
- export const tokentransfertransition_public_note: (a: number) => [number, number];
684
- export const tokentransfertransition_recipient_id: (a: number) => number;
685
- export const tokentransfertransition_set_amount: (a: number, b: any) => [number, number];
686
- export const tokentransfertransition_set_base: (a: number, b: number) => void;
687
- export const tokentransfertransition_set_private_encrypted_note: (a: number, b: any) => [number, number];
688
- export const tokentransfertransition_set_public_note: (a: number, b: number, c: number) => void;
689
- export const tokentransfertransition_set_recipient_id: (a: number, b: any) => [number, number];
690
- export const tokentransfertransition_set_shared_encrypted_note: (a: number, b: any) => [number, number];
691
- export const tokentransfertransition_shared_encrypted_note: (a: number) => number;
692
- export const tokentransfertransition_struct_name: () => [number, number];
693
- export const tokentransfertransition_type_name: (a: number) => [number, number];
694
- export const __wbg_corescript_free: (a: number, b: number) => void;
695
- export const __wbg_groupstatetransitioninfo_free: (a: number, b: number) => void;
696
- export const __wbg_identifier_free: (a: number, b: number) => void;
697
- export const __wbg_identitycreatefromaddressestransition_free: (a: number, b: number) => void;
698
- export const __wbg_identitytopupfromaddressestransition_free: (a: number, b: number) => void;
699
- export const __wbg_platformaddress_free: (a: number, b: number) => void;
700
- export const __wbg_prefundedvotingbalance_free: (a: number, b: number) => void;
701
- export const corescript_fromBytes: (a: number, b: number) => number;
702
- export const corescript_fromP2PKH: (a: number, b: number) => [number, number, number];
703
- export const corescript_fromP2SH: (a: number, b: number) => [number, number, number];
704
- export const corescript_struct_name: () => [number, number];
705
- export const corescript_toASMString: (a: number) => [number, number];
706
- export const corescript_toAddress: (a: number, b: any) => [number, number, number, number];
707
- export const corescript_toBase64: (a: number) => [number, number];
708
- export const corescript_toBytes: (a: number) => [number, number];
709
- export const corescript_toHex: (a: number) => [number, number];
710
- export const corescript_toString: (a: number) => [number, number];
711
- export const corescript_type_name: (a: number) => [number, number];
712
- export const groupstatetransitioninfo_action_id: (a: number) => number;
713
- export const groupstatetransitioninfo_constructor: (a: any) => [number, number, number];
714
- export const groupstatetransitioninfo_group_contract_position: (a: number) => number;
715
- export const groupstatetransitioninfo_is_action_proposer: (a: number) => number;
716
- export const groupstatetransitioninfo_set_action_id: (a: number, b: any) => [number, number];
717
- export const groupstatetransitioninfo_set_group_contract_position: (a: number, b: number) => void;
718
- export const groupstatetransitioninfo_set_is_action_proposer: (a: number, b: number) => void;
719
- export const groupstatetransitioninfo_struct_name: () => [number, number];
720
- export const groupstatetransitioninfo_type_name: (a: number) => [number, number];
721
- export const identifier_constructor: (a: any) => [number, number, number];
722
- export const identifier_fromBase58: (a: number, b: number) => [number, number, number];
723
- export const identifier_fromBase64: (a: number, b: number) => [number, number, number];
724
- export const identifier_fromBytes: (a: number, b: number) => [number, number, number];
725
- export const identifier_fromHex: (a: number, b: number) => [number, number, number];
726
- export const identifier_struct_name: () => [number, number];
727
- export const identifier_toBase58: (a: number) => [number, number];
728
- export const identifier_toBase64: (a: number) => [number, number];
729
- export const identifier_toBytes: (a: number) => [number, number];
730
- export const identifier_toHex: (a: number) => [number, number];
731
- export const identifier_type_name: (a: number) => [number, number];
732
- export const identitycreatefromaddressestransition_constructor: (a: any) => [number, number, number];
733
- export const identitycreatefromaddressestransition_fromBase64: (a: number, b: number) => [number, number, number];
734
- export const identitycreatefromaddressestransition_fromBytes: (a: number, b: number) => [number, number, number];
735
- export const identitycreatefromaddressestransition_fromHex: (a: number, b: number) => [number, number, number];
736
- export const identitycreatefromaddressestransition_fromJSON: (a: any) => [number, number, number];
737
- export const identitycreatefromaddressestransition_fromObject: (a: any) => [number, number, number];
738
- export const identitycreatefromaddressestransition_fromStateTransition: (a: number) => [number, number, number];
739
- export const identitycreatefromaddressestransition_inputs: (a: number) => [number, number];
740
- export const identitycreatefromaddressestransition_output: (a: number) => number;
741
- export const identitycreatefromaddressestransition_public_keys: (a: number) => [number, number];
742
- export const identitycreatefromaddressestransition_set_inputs: (a: number, b: number, c: number) => [number, number];
743
- export const identitycreatefromaddressestransition_set_output: (a: number, b: number) => [number, number];
744
- export const identitycreatefromaddressestransition_set_public_keys: (a: number, b: any) => [number, number];
745
- export const identitycreatefromaddressestransition_set_user_fee_increase: (a: number, b: any) => [number, number];
746
- export const identitycreatefromaddressestransition_struct_name: () => [number, number];
747
- export const identitycreatefromaddressestransition_toBase64: (a: number) => [number, number, number, number];
748
- export const identitycreatefromaddressestransition_toBytes: (a: number) => [number, number, number, number];
749
- export const identitycreatefromaddressestransition_toHex: (a: number) => [number, number, number, number];
750
- export const identitycreatefromaddressestransition_toJSON: (a: number) => [number, number, number];
751
- export const identitycreatefromaddressestransition_toObject: (a: number) => [number, number, number];
752
- export const identitycreatefromaddressestransition_toStateTransition: (a: number) => number;
753
- export const identitycreatefromaddressestransition_type_name: (a: number) => [number, number];
754
- export const identitycreatefromaddressestransition_user_fee_increase: (a: number) => number;
755
- export const identitytopupfromaddressestransition_constructor: (a: any) => [number, number, number];
756
- export const identitytopupfromaddressestransition_fromBase64: (a: number, b: number) => [number, number, number];
757
- export const identitytopupfromaddressestransition_fromBytes: (a: number, b: number) => [number, number, number];
758
- export const identitytopupfromaddressestransition_fromHex: (a: number, b: number) => [number, number, number];
759
- export const identitytopupfromaddressestransition_fromJSON: (a: any) => [number, number, number];
760
- export const identitytopupfromaddressestransition_fromObject: (a: any) => [number, number, number];
761
- export const identitytopupfromaddressestransition_fromStateTransition: (a: number) => [number, number, number];
762
- export const identitytopupfromaddressestransition_identity_id: (a: number) => number;
763
- export const identitytopupfromaddressestransition_inputs: (a: number) => [number, number];
764
- export const identitytopupfromaddressestransition_output: (a: number) => number;
765
- export const identitytopupfromaddressestransition_set_identity_id: (a: number, b: any) => [number, number];
766
- export const identitytopupfromaddressestransition_set_inputs: (a: number, b: number, c: number) => [number, number];
767
- export const identitytopupfromaddressestransition_set_output: (a: number, b: number) => [number, number];
768
- export const identitytopupfromaddressestransition_set_user_fee_increase: (a: number, b: any) => [number, number];
769
- export const identitytopupfromaddressestransition_struct_name: () => [number, number];
770
- export const identitytopupfromaddressestransition_toBase64: (a: number) => [number, number, number, number];
771
- export const identitytopupfromaddressestransition_toBytes: (a: number) => [number, number, number, number];
772
- export const identitytopupfromaddressestransition_toHex: (a: number) => [number, number, number, number];
773
- export const identitytopupfromaddressestransition_toJSON: (a: number) => [number, number, number];
774
- export const identitytopupfromaddressestransition_toObject: (a: number) => [number, number, number];
775
- export const identitytopupfromaddressestransition_toStateTransition: (a: number) => number;
776
- export const identitytopupfromaddressestransition_type_name: (a: number) => [number, number];
777
- export const identitytopupfromaddressestransition_user_fee_increase: (a: number) => number;
778
- export const platformaddress_addressType: (a: number) => [number, number];
779
- export const platformaddress_constructor: (a: any) => [number, number, number];
780
- export const platformaddress_fromBech32m: (a: number, b: number) => [number, number, number];
781
- export const platformaddress_fromBytes: (a: number, b: number) => [number, number, number];
782
- export const platformaddress_fromHex: (a: number, b: number) => [number, number, number];
783
- export const platformaddress_fromP2pkhHash: (a: number, b: number) => [number, number, number];
784
- export const platformaddress_fromP2shHash: (a: number, b: number) => [number, number, number];
785
- export const platformaddress_hash: (a: number) => [number, number];
786
- export const platformaddress_hashToHex: (a: number) => [number, number];
787
- export const platformaddress_isP2pkh: (a: number) => number;
788
- export const platformaddress_isP2sh: (a: number) => number;
789
- export const platformaddress_struct_name: () => [number, number];
790
- export const platformaddress_toBech32m: (a: number, b: any) => [number, number, number, number];
791
- export const platformaddress_toBytes: (a: number) => [number, number];
792
- export const platformaddress_toHex: (a: number) => [number, number];
793
- export const platformaddress_type_name: (a: number) => [number, number];
794
- export const prefundedvotingbalance_constructor: (a: any) => [number, number, number];
795
- export const prefundedvotingbalance_credits: (a: number) => bigint;
796
- export const prefundedvotingbalance_indexName: (a: number) => [number, number];
797
- export const prefundedvotingbalance_struct_name: () => [number, number];
798
- export const prefundedvotingbalance_type_name: (a: number) => [number, number];
799
- export const identifier_toJSON: (a: number) => [number, number];
800
- export const identifier_toString: (a: number) => [number, number];
801
- export const __wbg_assetlockproof_free: (a: number, b: number) => void;
802
- export const __wbg_datacontract_free: (a: number, b: number) => void;
803
- export const __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
804
- export const __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
805
- export const __wbg_distributionfunction_free: (a: number, b: number) => void;
806
- export const __wbg_feestrategystep_free: (a: number, b: number) => void;
807
- export const __wbg_get_verifieddatacontract_dataContract: (a: number) => number;
808
- export const __wbg_identitytopupfromshieldedpooltransition_free: (a: number, b: number) => void;
809
- export const __wbg_masternodevotetransition_free: (a: number, b: number) => void;
810
- export const __wbg_platformaddressinput_free: (a: number, b: number) => void;
811
- export const __wbg_platformaddressoutput_free: (a: number, b: number) => void;
812
- export const __wbg_privateencryptednote_free: (a: number, b: number) => void;
813
- export const __wbg_resourcevotechoice_free: (a: number, b: number) => void;
814
- export const __wbg_set_verifieddatacontract_dataContract: (a: number, b: number) => void;
815
- export const __wbg_shieldfromidentitytransition_free: (a: number, b: number) => void;
816
- export const __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
817
- export const __wbg_tokendistributionrules_free: (a: number, b: number) => void;
818
- export const __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
819
- export const __wbg_tokenminttransition_free: (a: number, b: number) => void;
313
+ export const __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
820
314
  export const __wbg_verifieddatacontract_free: (a: number, b: number) => void;
315
+ export const __wbg_verifieddocuments_free: (a: number, b: number) => void;
821
316
  export const assetlockproof_chain_lock_proof: (a: number) => number;
822
317
  export const assetlockproof_constructor: (a: any) => [number, number, number];
823
318
  export const assetlockproof_createChainAssetLockProof: (a: number, b: number) => [number, number, number];
@@ -838,7 +333,9 @@ export const assetlockproof_toObject: (a: number) => [number, number, number];
838
333
  export const assetlockproof_type_name: (a: number) => [number, number];
839
334
  export const datacontract_config: (a: number) => [number, number, number];
840
335
  export const datacontract_constructor: (a: any) => [number, number, number];
336
+ export const datacontract_documentTypeImmutableProperties: (a: number, b: number, c: number) => [number, number, number];
841
337
  export const datacontract_documentTypeReferences: (a: number, b: number, c: number) => [number, number, number];
338
+ export const datacontract_document_immutable_properties: (a: number) => [number, number, number];
842
339
  export const datacontract_document_references: (a: number) => [number, number, number];
843
340
  export const datacontract_fromBase64: (a: number, b: number, c: number, d: any) => [number, number, number];
844
341
  export const datacontract_fromBytes: (a: number, b: number, c: number, d: any) => [number, number, number];
@@ -910,19 +407,6 @@ export const datacontractupdatetransition_toObject: (a: number) => [number, numb
910
407
  export const datacontractupdatetransition_toStateTransition: (a: number) => number;
911
408
  export const datacontractupdatetransition_type_name: (a: number) => [number, number];
912
409
  export const datacontractupdatetransition_verifyProtocolVersion: (a: number, b: number) => [number, number, number];
913
- export const distributionfunction_Exponential: (a: number) => number;
914
- export const distributionfunction_FixedAmountDistribution: (a: number) => number;
915
- export const distributionfunction_InvertedLogarithmic: (a: number) => number;
916
- export const distributionfunction_Linear: (a: number) => number;
917
- export const distributionfunction_Logarithmic: (a: number) => number;
918
- export const distributionfunction_Polynomial: (a: number) => number;
919
- export const distributionfunction_Random: (a: number) => number;
920
- export const distributionfunction_StepDecreasingAmount: (a: number) => number;
921
- export const distributionfunction_Stepwise: (a: any) => [number, number, number];
922
- export const distributionfunction_function_name: (a: number) => [number, number];
923
- export const distributionfunction_function_value: (a: number) => [number, number, number];
924
- export const distributionfunction_struct_name: () => [number, number];
925
- export const distributionfunction_type_name: (a: number) => [number, number];
926
410
  export const feestrategystep_deductFromInput: (a: number) => number;
927
411
  export const feestrategystep_index: (a: number) => number;
928
412
  export const feestrategystep_isDeductFromInput: (a: number) => number;
@@ -930,58 +414,90 @@ export const feestrategystep_isReduceOutput: (a: number) => number;
930
414
  export const feestrategystep_reduceOutput: (a: number) => number;
931
415
  export const feestrategystep_struct_name: () => [number, number];
932
416
  export const feestrategystep_type_name: (a: number) => [number, number];
933
- export const identitytopupfromshieldedpooltransition_actions: (a: number) => [number, number];
934
- export const identitytopupfromshieldedpooltransition_anchor: (a: number) => [number, number];
935
- export const identitytopupfromshieldedpooltransition_binding_signature: (a: number) => [number, number];
936
- export const identitytopupfromshieldedpooltransition_fromBase64: (a: number, b: number) => [number, number, number];
937
- export const identitytopupfromshieldedpooltransition_fromBytes: (a: number, b: number) => [number, number, number];
938
- export const identitytopupfromshieldedpooltransition_fromHex: (a: number, b: number) => [number, number, number];
939
- export const identitytopupfromshieldedpooltransition_fromJSON: (a: any) => [number, number, number];
940
- export const identitytopupfromshieldedpooltransition_fromObject: (a: any) => [number, number, number];
941
- export const identitytopupfromshieldedpooltransition_fromStateTransition: (a: number) => [number, number, number];
942
- export const identitytopupfromshieldedpooltransition_getModifiedDataIds: (a: number) => [number, number];
943
- export const identitytopupfromshieldedpooltransition_identity_id: (a: number) => number;
944
- export const identitytopupfromshieldedpooltransition_new: (a: any) => [number, number, number];
945
- export const identitytopupfromshieldedpooltransition_proof: (a: number) => [number, number];
946
- export const identitytopupfromshieldedpooltransition_struct_name: () => [number, number];
947
- export const identitytopupfromshieldedpooltransition_toBase64: (a: number) => [number, number, number, number];
948
- export const identitytopupfromshieldedpooltransition_toBytes: (a: number) => [number, number, number, number];
949
- export const identitytopupfromshieldedpooltransition_toHex: (a: number) => [number, number, number, number];
950
- export const identitytopupfromshieldedpooltransition_toJSON: (a: number) => [number, number, number];
951
- export const identitytopupfromshieldedpooltransition_toObject: (a: number) => [number, number, number];
952
- export const identitytopupfromshieldedpooltransition_toStateTransition: (a: number) => number;
953
- export const identitytopupfromshieldedpooltransition_top_up_amount: (a: number) => bigint;
954
- export const identitytopupfromshieldedpooltransition_type_name: (a: number) => [number, number];
955
- export const masternodevotetransition_asset_lock_proof: (a: number) => number;
956
- export const masternodevotetransition_constructor: (a: any) => [number, number, number];
957
- export const masternodevotetransition_fromBase64: (a: number, b: number) => [number, number, number];
958
- export const masternodevotetransition_fromBytes: (a: number, b: number) => [number, number, number];
959
- export const masternodevotetransition_fromHex: (a: number, b: number) => [number, number, number];
960
- export const masternodevotetransition_fromJSON: (a: any) => [number, number, number];
961
- export const masternodevotetransition_fromObject: (a: any) => [number, number, number];
962
- export const masternodevotetransition_fromStateTransition: (a: number) => [number, number, number];
963
- export const masternodevotetransition_modified_data_ids: (a: number) => [number, number];
964
- export const masternodevotetransition_nonce: (a: number) => bigint;
965
- export const masternodevotetransition_pro_tx_hash: (a: number) => number;
966
- export const masternodevotetransition_set_nonce: (a: number, b: any) => [number, number];
967
- export const masternodevotetransition_set_pro_tx_hash: (a: number, b: any) => [number, number];
968
- export const masternodevotetransition_set_signature: (a: number, b: number, c: number) => void;
969
- export const masternodevotetransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
970
- export const masternodevotetransition_set_user_fee_increase: (a: number, b: any) => [number, number];
971
- export const masternodevotetransition_set_vote: (a: number, b: number) => void;
972
- export const masternodevotetransition_set_voter_identity_id: (a: number, b: any) => [number, number];
973
- export const masternodevotetransition_signature: (a: number) => [number, number];
974
- export const masternodevotetransition_signature_public_key_id: (a: number) => number;
975
- export const masternodevotetransition_struct_name: () => [number, number];
976
- export const masternodevotetransition_toBase64: (a: number) => [number, number, number, number];
977
- export const masternodevotetransition_toBytes: (a: number) => [number, number, number, number];
978
- export const masternodevotetransition_toHex: (a: number) => [number, number, number, number];
979
- export const masternodevotetransition_toJSON: (a: number) => [number, number, number];
980
- export const masternodevotetransition_toObject: (a: number) => [number, number, number];
981
- export const masternodevotetransition_toStateTransition: (a: number) => number;
982
- export const masternodevotetransition_type_name: (a: number) => [number, number];
983
- export const masternodevotetransition_vote: (a: number) => number;
984
- export const masternodevotetransition_voter_identity_id: (a: number) => number;
417
+ export const identitycreatetransition_asset_lock_proof: (a: number) => number;
418
+ export const identitycreatetransition_constructor: (a: any) => [number, number, number];
419
+ export const identitycreatetransition_default: (a: any) => [number, number, number];
420
+ export const identitycreatetransition_fromBase64: (a: number, b: number) => [number, number, number];
421
+ export const identitycreatetransition_fromBytes: (a: number, b: number) => [number, number, number];
422
+ export const identitycreatetransition_fromHex: (a: number, b: number) => [number, number, number];
423
+ export const identitycreatetransition_fromJSON: (a: any) => [number, number, number];
424
+ export const identitycreatetransition_fromObject: (a: any) => [number, number, number];
425
+ export const identitycreatetransition_fromStateTransition: (a: number) => [number, number, number];
426
+ export const identitycreatetransition_identity_id: (a: number) => number;
427
+ export const identitycreatetransition_public_keys: (a: number) => [number, number];
428
+ export const identitycreatetransition_set_asset_lock_proof: (a: number, b: number) => [number, number];
429
+ export const identitycreatetransition_set_public_keys: (a: number, b: any) => [number, number];
430
+ export const identitycreatetransition_set_signature: (a: number, b: number, c: number) => void;
431
+ export const identitycreatetransition_set_user_fee_increase: (a: number, b: any) => [number, number];
432
+ export const identitycreatetransition_signature: (a: number) => [number, number];
433
+ export const identitycreatetransition_struct_name: () => [number, number];
434
+ export const identitycreatetransition_toBase64: (a: number) => [number, number, number, number];
435
+ export const identitycreatetransition_toBytes: (a: number) => [number, number, number, number];
436
+ export const identitycreatetransition_toHex: (a: number) => [number, number, number, number];
437
+ export const identitycreatetransition_toJSON: (a: number) => [number, number, number];
438
+ export const identitycreatetransition_toObject: (a: number) => [number, number, number];
439
+ export const identitycreatetransition_toStateTransition: (a: number) => number;
440
+ export const identitycreatetransition_type_name: (a: number) => [number, number];
441
+ export const identitycreatetransition_user_fee_increase: (a: number) => number;
442
+ export const identitytopupfromaddressestransition_constructor: (a: any) => [number, number, number];
443
+ export const identitytopupfromaddressestransition_fromBase64: (a: number, b: number) => [number, number, number];
444
+ export const identitytopupfromaddressestransition_fromBytes: (a: number, b: number) => [number, number, number];
445
+ export const identitytopupfromaddressestransition_fromHex: (a: number, b: number) => [number, number, number];
446
+ export const identitytopupfromaddressestransition_fromJSON: (a: any) => [number, number, number];
447
+ export const identitytopupfromaddressestransition_fromObject: (a: any) => [number, number, number];
448
+ export const identitytopupfromaddressestransition_fromStateTransition: (a: number) => [number, number, number];
449
+ export const identitytopupfromaddressestransition_identity_id: (a: number) => number;
450
+ export const identitytopupfromaddressestransition_inputs: (a: number) => [number, number];
451
+ export const identitytopupfromaddressestransition_output: (a: number) => number;
452
+ export const identitytopupfromaddressestransition_set_identity_id: (a: number, b: any) => [number, number];
453
+ export const identitytopupfromaddressestransition_set_inputs: (a: number, b: number, c: number) => [number, number];
454
+ export const identitytopupfromaddressestransition_set_output: (a: number, b: number) => [number, number];
455
+ export const identitytopupfromaddressestransition_set_user_fee_increase: (a: number, b: any) => [number, number];
456
+ export const identitytopupfromaddressestransition_struct_name: () => [number, number];
457
+ export const identitytopupfromaddressestransition_toBase64: (a: number) => [number, number, number, number];
458
+ export const identitytopupfromaddressestransition_toBytes: (a: number) => [number, number, number, number];
459
+ export const identitytopupfromaddressestransition_toHex: (a: number) => [number, number, number, number];
460
+ export const identitytopupfromaddressestransition_toJSON: (a: number) => [number, number, number];
461
+ export const identitytopupfromaddressestransition_toObject: (a: number) => [number, number, number];
462
+ export const identitytopupfromaddressestransition_toStateTransition: (a: number) => number;
463
+ export const identitytopupfromaddressestransition_type_name: (a: number) => [number, number];
464
+ export const identitytopupfromaddressestransition_user_fee_increase: (a: number) => number;
465
+ export const identitytopuptransition_asset_lock_proof: (a: number) => number;
466
+ export const identitytopuptransition_constructor: (a: any) => [number, number, number];
467
+ export const identitytopuptransition_fromBase64: (a: number, b: number) => [number, number, number];
468
+ export const identitytopuptransition_fromBytes: (a: number, b: number) => [number, number, number];
469
+ export const identitytopuptransition_fromHex: (a: number, b: number) => [number, number, number];
470
+ export const identitytopuptransition_fromJSON: (a: any) => [number, number, number];
471
+ export const identitytopuptransition_fromObject: (a: any) => [number, number, number];
472
+ export const identitytopuptransition_fromStateTransition: (a: number) => [number, number, number];
473
+ export const identitytopuptransition_identity_identifier: (a: number) => number;
474
+ export const identitytopuptransition_modified_data_ids: (a: number) => [number, number];
475
+ export const identitytopuptransition_optional_asset_lock_proof: (a: number) => number;
476
+ export const identitytopuptransition_set_asset_lock_proof: (a: number, b: number) => [number, number];
477
+ export const identitytopuptransition_set_identity_identifier: (a: number, b: any) => [number, number];
478
+ export const identitytopuptransition_set_signature: (a: number, b: number, c: number) => void;
479
+ export const identitytopuptransition_set_user_fee_increase: (a: number, b: number) => void;
480
+ export const identitytopuptransition_signature: (a: number) => [number, number];
481
+ export const identitytopuptransition_struct_name: () => [number, number];
482
+ export const identitytopuptransition_toBase64: (a: number) => [number, number, number, number];
483
+ export const identitytopuptransition_toBytes: (a: number) => [number, number, number, number];
484
+ export const identitytopuptransition_toHex: (a: number) => [number, number, number, number];
485
+ export const identitytopuptransition_toJSON: (a: number) => [number, number, number];
486
+ export const identitytopuptransition_toObject: (a: number) => [number, number, number];
487
+ export const identitytopuptransition_toStateTransition: (a: number) => number;
488
+ export const identitytopuptransition_type_name: (a: number) => [number, number];
489
+ export const identitytopuptransition_user_fee_increase: (a: number) => number;
490
+ export const outpoint_constructor: (a: number, b: number, c: number) => [number, number, number];
491
+ export const outpoint_fromBase64: (a: number, b: number) => [number, number, number];
492
+ export const outpoint_fromBytes: (a: number, b: number) => [number, number, number];
493
+ export const outpoint_fromHex: (a: number, b: number) => [number, number, number];
494
+ export const outpoint_struct_name: () => [number, number];
495
+ export const outpoint_toBase64: (a: number) => [number, number];
496
+ export const outpoint_toBytes: (a: number) => [number, number];
497
+ export const outpoint_toHex: (a: number) => [number, number];
498
+ export const outpoint_txid: (a: number) => [number, number];
499
+ export const outpoint_type_name: (a: number) => [number, number];
500
+ export const outpoint_vout: (a: number) => number;
985
501
  export const platformaddressinput_address: (a: number) => number;
986
502
  export const platformaddressinput_amount: (a: number) => any;
987
503
  export const platformaddressinput_constructor: (a: any, b: number, c: any) => [number, number, number];
@@ -993,220 +509,155 @@ export const platformaddressoutput_amount: (a: number) => any;
993
509
  export const platformaddressoutput_constructor: (a: any, b: number) => [number, number, number];
994
510
  export const platformaddressoutput_struct_name: () => [number, number];
995
511
  export const platformaddressoutput_type_name: (a: number) => [number, number];
996
- export const privateencryptednote_constructor: (a: number, b: number, c: number, d: number) => number;
997
- export const privateencryptednote_derivation_encryption_key_index: (a: number) => number;
998
- export const privateencryptednote_root_encryption_key_index: (a: number) => number;
999
- export const privateencryptednote_set_derivation_encryption_key_index: (a: number, b: number) => void;
1000
- export const privateencryptednote_set_root_encryption_key_index: (a: number, b: number) => void;
1001
- export const privateencryptednote_set_value: (a: number, b: number, c: number) => void;
1002
- export const privateencryptednote_struct_name: () => [number, number];
1003
- export const privateencryptednote_type_name: (a: number) => [number, number];
1004
- export const privateencryptednote_value: (a: number) => [number, number];
1005
- export const resourcevotechoice_Abstain: () => number;
1006
- export const resourcevotechoice_Lock: () => number;
1007
- export const resourcevotechoice_TowardsIdentity: (a: any) => [number, number, number];
1008
- export const resourcevotechoice_fromJSON: (a: any) => [number, number, number];
1009
- export const resourcevotechoice_fromObject: (a: any) => [number, number, number];
1010
- export const resourcevotechoice_struct_name: () => [number, number];
1011
- export const resourcevotechoice_toJSON: (a: number) => [number, number, number];
1012
- export const resourcevotechoice_toObject: (a: number) => [number, number, number];
1013
- export const resourcevotechoice_type_name: (a: number) => [number, number];
1014
- export const resourcevotechoice_value: (a: number) => number;
1015
- export const resourcevotechoice_vote_type: (a: number) => [number, number];
1016
- export const shieldfromidentitytransition_actions: (a: number) => [number, number];
1017
- export const shieldfromidentitytransition_amount: (a: number) => bigint;
1018
- export const shieldfromidentitytransition_anchor: (a: number) => [number, number];
1019
- export const shieldfromidentitytransition_binding_signature: (a: number) => [number, number];
1020
- export const shieldfromidentitytransition_fromBase64: (a: number, b: number) => [number, number, number];
1021
- export const shieldfromidentitytransition_fromBytes: (a: number, b: number) => [number, number, number];
1022
- export const shieldfromidentitytransition_fromHex: (a: number, b: number) => [number, number, number];
1023
- export const shieldfromidentitytransition_fromJSON: (a: any) => [number, number, number];
1024
- export const shieldfromidentitytransition_fromObject: (a: any) => [number, number, number];
1025
- export const shieldfromidentitytransition_fromStateTransition: (a: number) => [number, number, number];
1026
- export const shieldfromidentitytransition_getModifiedDataIds: (a: number) => [number, number];
1027
- export const shieldfromidentitytransition_identity_id: (a: number) => number;
1028
- export const shieldfromidentitytransition_new: (a: any) => [number, number, number];
1029
- export const shieldfromidentitytransition_nonce: (a: number) => bigint;
1030
- export const shieldfromidentitytransition_proof: (a: number) => [number, number];
1031
- export const shieldfromidentitytransition_set_identity_id: (a: number, b: any) => [number, number];
1032
- export const shieldfromidentitytransition_set_nonce: (a: number, b: any) => [number, number];
1033
- export const shieldfromidentitytransition_set_signature: (a: number, b: number, c: number) => void;
1034
- export const shieldfromidentitytransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
1035
- export const shieldfromidentitytransition_set_user_fee_increase: (a: number, b: any) => [number, number];
1036
- export const shieldfromidentitytransition_signature: (a: number) => [number, number];
1037
- export const shieldfromidentitytransition_signature_public_key_id: (a: number) => number;
1038
- export const shieldfromidentitytransition_struct_name: () => [number, number];
1039
- export const shieldfromidentitytransition_toBase64: (a: number) => [number, number, number, number];
1040
- export const shieldfromidentitytransition_toBytes: (a: number) => [number, number, number, number];
1041
- export const shieldfromidentitytransition_toHex: (a: number) => [number, number, number, number];
1042
- export const shieldfromidentitytransition_toJSON: (a: number) => [number, number, number];
1043
- export const shieldfromidentitytransition_toObject: (a: number) => [number, number, number];
1044
- export const shieldfromidentitytransition_toStateTransition: (a: number) => number;
1045
- export const shieldfromidentitytransition_type_name: (a: number) => [number, number];
1046
- export const shieldfromidentitytransition_user_fee_increase: (a: number) => number;
1047
- export const tokenclaimtransition_base: (a: number) => number;
1048
- export const tokenclaimtransition_constructor: (a: any) => [number, number, number];
1049
- export const tokenclaimtransition_distribution_type: (a: number) => [number, number];
1050
- export const tokenclaimtransition_public_note: (a: number) => [number, number];
1051
- export const tokenclaimtransition_set_base: (a: number, b: number) => void;
1052
- export const tokenclaimtransition_set_distribution_type: (a: number, b: any) => [number, number];
1053
- export const tokenclaimtransition_set_public_note: (a: number, b: number, c: number) => void;
1054
- export const tokenclaimtransition_struct_name: () => [number, number];
1055
- export const tokenclaimtransition_type_name: (a: number) => [number, number];
1056
- export const tokendistributionrules_change_direct_purchase_pricing_rules: (a: number) => number;
1057
- export const tokendistributionrules_constructor: (a: any) => [number, number, number];
1058
- export const tokendistributionrules_is_minting_allowing_choosing_destination: (a: number) => number;
1059
- export const tokendistributionrules_minting_allow_choosing_destination_rules: (a: number) => number;
1060
- export const tokendistributionrules_new_tokens_destination_identity: (a: number) => number;
1061
- export const tokendistributionrules_new_tokens_destination_identity_rules: (a: number) => number;
1062
- export const tokendistributionrules_perpetual_distribution: (a: number) => number;
1063
- export const tokendistributionrules_perpetual_distribution_rules: (a: number) => number;
1064
- export const tokendistributionrules_pre_programmed_distribution: (a: number) => number;
1065
- export const tokendistributionrules_set_change_direct_purchase_pricing_rules: (a: number, b: number) => void;
1066
- export const tokendistributionrules_set_is_minting_allowing_choosing_destination: (a: number, b: number) => void;
1067
- export const tokendistributionrules_set_minting_allow_choosing_destination_rules: (a: number, b: number) => void;
1068
- export const tokendistributionrules_set_new_tokens_destination_identity: (a: number, b: any) => [number, number];
1069
- export const tokendistributionrules_set_new_tokens_destination_identity_rules: (a: number, b: number) => void;
1070
- export const tokendistributionrules_set_perpetual_distribution: (a: number, b: any) => [number, number];
1071
- export const tokendistributionrules_set_perpetual_distribution_rules: (a: number, b: number) => void;
1072
- export const tokendistributionrules_set_pre_programmed_distribution: (a: number, b: any) => [number, number];
1073
- export const tokendistributionrules_struct_name: () => [number, number];
1074
- export const tokendistributionrules_type_name: (a: number) => [number, number];
1075
- export const tokenfreezetransition_base: (a: number) => number;
1076
- export const tokenfreezetransition_constructor: (a: any) => [number, number, number];
1077
- export const tokenfreezetransition_frozen_identity_id: (a: number) => number;
1078
- export const tokenfreezetransition_public_note: (a: number) => [number, number];
1079
- export const tokenfreezetransition_set_base: (a: number, b: number) => void;
1080
- export const tokenfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
1081
- export const tokenfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
1082
- export const tokenfreezetransition_struct_name: () => [number, number];
1083
- export const tokenfreezetransition_type_name: (a: number) => [number, number];
1084
- export const tokenminttransition_amount: (a: number) => bigint;
1085
- export const tokenminttransition_base: (a: number) => number;
1086
- export const tokenminttransition_constructor: (a: any) => [number, number, number];
1087
- export const tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
1088
- export const tokenminttransition_issued_to_identity_id: (a: number) => number;
1089
- export const tokenminttransition_public_note: (a: number) => [number, number];
1090
- export const tokenminttransition_set_amount: (a: number, b: any) => [number, number];
1091
- export const tokenminttransition_set_base: (a: number, b: number) => void;
1092
- export const tokenminttransition_set_issued_to_identity_id: (a: number, b: any) => [number, number];
1093
- export const tokenminttransition_set_public_note: (a: number, b: number, c: number) => void;
1094
- export const tokenminttransition_struct_name: () => [number, number];
1095
- export const tokenminttransition_type_name: (a: number) => [number, number];
1096
- export const verifieddatacontract_fromJSON: (a: any, b: any) => [number, number, number];
1097
- export const verifieddatacontract_fromObject: (a: any, b: any) => [number, number, number];
1098
- export const verifieddatacontract_struct_name: () => [number, number];
1099
- export const verifieddatacontract_toJSON: (a: number, b: any) => [number, number, number];
1100
- export const verifieddatacontract_toObject: (a: number, b: any) => [number, number, number];
1101
- export const verifieddatacontract_type_name: (a: number) => [number, number];
1102
- export const masternodevotetransition_user_fee_increase: (a: number) => number;
1103
- export const __wbg_addresscreditwithdrawaltransition_free: (a: number, b: number) => void;
1104
- export const __wbg_chainassetlockproof_free: (a: number, b: number) => void;
1105
- export const __wbg_get_verifiedmasternodevote_vote: (a: number) => number;
1106
- export const __wbg_get_verifiednextdistribution_vote: (a: number) => number;
1107
- export const __wbg_identity_free: (a: number, b: number) => void;
1108
- export const __wbg_outpoint_free: (a: number, b: number) => void;
1109
- export const __wbg_publickey_free: (a: number, b: number) => void;
1110
- export const __wbg_resourcevote_free: (a: number, b: number) => void;
1111
- export const __wbg_set_verifiedmasternodevote_vote: (a: number, b: number) => void;
512
+ export const statetransition_action_type: (a: number) => [number, number];
513
+ export const statetransition_action_type_number: (a: number) => number;
514
+ export const statetransition_fromBase64: (a: number, b: number) => [number, number, number];
515
+ export const statetransition_fromBytes: (a: number, b: number) => [number, number, number];
516
+ export const statetransition_fromHex: (a: number, b: number) => [number, number, number];
517
+ export const statetransition_getKeyLevelRequirement: (a: number, b: any) => [number, number, number, number];
518
+ export const statetransition_getSignableBytes: (a: number) => [number, number, number, number];
519
+ export const statetransition_hash: (a: number, b: number) => [number, number, number, number];
520
+ export const statetransition_identity_contract_nonce: (a: number) => [number, bigint];
521
+ export const statetransition_identity_nonce: (a: number) => [number, bigint];
522
+ export const statetransition_owner_id: (a: number) => number;
523
+ export const statetransition_purpose_requirement: (a: number) => [number, number];
524
+ export const statetransition_setIdentityContractNonce: (a: number, b: any) => [number, number];
525
+ export const statetransition_setIdentityNonce: (a: number, b: any) => [number, number];
526
+ export const statetransition_setOwnerId: (a: number, b: any) => [number, number];
527
+ export const statetransition_set_signature: (a: number, b: number, c: number) => number;
528
+ export const statetransition_set_signature_public_key_id: (a: number, b: number) => void;
529
+ export const statetransition_set_user_fee_increase: (a: number, b: number) => void;
530
+ export const statetransition_sign: (a: number, b: number, c: number) => [number, number, number, number];
531
+ export const statetransition_signByPrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number, number];
532
+ export const statetransition_signature: (a: number) => [number, number];
533
+ export const statetransition_signature_public_key_id: (a: number) => number;
534
+ export const statetransition_struct_name: () => [number, number];
535
+ export const statetransition_toBase64: (a: number) => [number, number, number, number];
536
+ export const statetransition_toBytes: (a: number) => [number, number, number, number];
537
+ export const statetransition_toHex: (a: number) => [number, number, number, number];
538
+ export const statetransition_type_name: (a: number) => [number, number];
539
+ export const statetransition_user_fee_increase: (a: number) => number;
540
+ export const statetransition_verifyPublicKey: (a: number, b: number, c: number, d: number) => [number, number];
541
+ export const tokendestroyfrozenfundstransition_base: (a: number) => number;
542
+ export const tokendestroyfrozenfundstransition_constructor: (a: any) => [number, number, number];
543
+ export const tokendestroyfrozenfundstransition_frozen_identity_id: (a: number) => number;
544
+ export const tokendestroyfrozenfundstransition_public_note: (a: number) => [number, number];
545
+ export const tokendestroyfrozenfundstransition_set_base: (a: number, b: number) => void;
546
+ export const tokendestroyfrozenfundstransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
547
+ export const tokendestroyfrozenfundstransition_set_public_note: (a: number, b: number, c: number) => void;
548
+ export const tokendestroyfrozenfundstransition_struct_name: () => [number, number];
549
+ export const tokendestroyfrozenfundstransition_type_name: (a: number) => [number, number];
550
+ export const verifieddatacontract_fromJSON: (a: any, b: any) => [number, number, number];
551
+ export const verifieddatacontract_fromObject: (a: any, b: any) => [number, number, number];
552
+ export const verifieddatacontract_struct_name: () => [number, number];
553
+ export const verifieddatacontract_toJSON: (a: number, b: any) => [number, number, number];
554
+ export const verifieddatacontract_toObject: (a: number, b: any) => [number, number, number];
555
+ export const verifieddatacontract_type_name: (a: number) => [number, number];
556
+ export const verifieddocuments_documents: (a: number) => any;
557
+ export const verifieddocuments_fromJSON: (a: any) => [number, number, number];
558
+ export const verifieddocuments_fromObject: (a: any) => [number, number, number];
559
+ export const verifieddocuments_struct_name: () => [number, number];
560
+ export const verifieddocuments_toJSON: (a: number) => [number, number, number];
561
+ export const verifieddocuments_toObject: (a: number) => any;
562
+ export const verifieddocuments_type_name: (a: number) => [number, number];
563
+ export const __wbg_get_verifiedassetlockconsumed_status: (a: number) => [number, number];
564
+ export const __wbg_get_verifiedidentitywithshieldednullifiers_identity: (a: number) => number;
565
+ export const __wbg_get_verifiedmasternodevote_vote: (a: number) => number;
566
+ export const __wbg_get_verifiednextdistribution_vote: (a: number) => number;
567
+ export const __wbg_identitycreatefromshieldedpooltransition_free: (a: number, b: number) => void;
568
+ export const __wbg_platformaddress_free: (a: number, b: number) => void;
569
+ export const __wbg_set_verifiedassetlockconsumed_status: (a: number, b: number, c: number) => void;
570
+ export const __wbg_set_verifiedidentitywithshieldednullifiers_identity: (a: number, b: number) => void;
571
+ export const __wbg_set_verifiedmasternodevote_vote: (a: number, b: number) => void;
572
+ export const __wbg_shieldfromassetlocktransition_free: (a: number, b: number) => void;
573
+ export const __wbg_verifiedassetlockconsumed_free: (a: number, b: number) => void;
574
+ export const __wbg_verifiedassetlockconsumedwithaddressinfos_free: (a: number, b: number) => void;
575
+ export const __wbg_verifiedidentitywithshieldednullifiers_free: (a: number, b: number) => void;
1112
576
  export const __wbg_verifiedmasternodevote_free: (a: number, b: number) => void;
1113
577
  export const __wbg_verifiednextdistribution_free: (a: number, b: number) => void;
1114
- export const addresscreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
1115
- export const addresscreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
1116
- export const addresscreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
1117
- export const addresscreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
1118
- export const addresscreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
1119
- export const addresscreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
1120
- export const addresscreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
1121
- export const addresscreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
1122
- export const addresscreditwithdrawaltransition_inputs: (a: number) => [number, number];
1123
- export const addresscreditwithdrawaltransition_output: (a: number) => number;
1124
- export const addresscreditwithdrawaltransition_output_script: (a: number) => number;
1125
- export const addresscreditwithdrawaltransition_pooling: (a: number) => [number, number];
1126
- export const addresscreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
1127
- export const addresscreditwithdrawaltransition_set_inputs: (a: number, b: number, c: number) => [number, number];
1128
- export const addresscreditwithdrawaltransition_set_output: (a: number, b: number) => [number, number];
1129
- export const addresscreditwithdrawaltransition_set_output_script: (a: number, b: number) => void;
1130
- export const addresscreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
1131
- export const addresscreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
1132
- export const addresscreditwithdrawaltransition_struct_name: () => [number, number];
1133
- export const addresscreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
1134
- export const addresscreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
1135
- export const addresscreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
1136
- export const addresscreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
1137
- export const addresscreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
1138
- export const addresscreditwithdrawaltransition_toStateTransition: (a: number) => number;
1139
- export const addresscreditwithdrawaltransition_type_name: (a: number) => [number, number];
1140
- export const addresscreditwithdrawaltransition_user_fee_increase: (a: number) => number;
1141
- export const chainassetlockproof_constructor: (a: number, b: number) => [number, number, number];
1142
- export const chainassetlockproof_core_chain_locked_height: (a: number) => number;
1143
- export const chainassetlockproof_createIdentityId: (a: number) => number;
1144
- export const chainassetlockproof_fromBytes: (a: number, b: number) => [number, number, number];
1145
- export const chainassetlockproof_fromJSON: (a: any) => [number, number, number];
1146
- export const chainassetlockproof_fromObject: (a: any) => [number, number, number];
1147
- export const chainassetlockproof_out_point: (a: number) => number;
1148
- export const chainassetlockproof_set_core_chain_locked_height: (a: number, b: number) => void;
1149
- export const chainassetlockproof_set_out_point: (a: number, b: number) => void;
1150
- export const chainassetlockproof_struct_name: () => [number, number];
1151
- export const chainassetlockproof_toBytes: (a: number) => [number, number, number, number];
1152
- export const chainassetlockproof_toJSON: (a: number) => [number, number, number];
1153
- export const chainassetlockproof_toObject: (a: number) => [number, number, number];
1154
- export const chainassetlockproof_type_name: (a: number) => [number, number];
1155
- export const computePlatformSighash: (a: number, b: number, c: number, d: number) => [number, number, number, number];
1156
- export const identity_addPublicKey: (a: number, b: number) => void;
1157
- export const identity_balance: (a: number) => bigint;
1158
- export const identity_constructor: (a: any) => [number, number, number];
1159
- export const identity_fromBase64: (a: number, b: number) => [number, number, number];
1160
- export const identity_fromBytes: (a: number, b: number) => [number, number, number];
1161
- export const identity_fromHex: (a: number, b: number) => [number, number, number];
1162
- export const identity_fromJSON: (a: any) => [number, number, number];
1163
- export const identity_fromObject: (a: any, b: any) => [number, number, number];
1164
- export const identity_getPublicKeyById: (a: number, b: number) => number;
1165
- export const identity_id: (a: number) => number;
1166
- export const identity_public_keys: (a: number) => [number, number];
1167
- export const identity_revision: (a: number) => bigint;
1168
- export const identity_set_balance: (a: number, b: any) => [number, number];
1169
- export const identity_set_id: (a: number, b: any) => [number, number];
1170
- export const identity_set_revision: (a: number, b: any) => [number, number];
1171
- export const identity_struct_name: () => [number, number];
1172
- export const identity_toBase64: (a: number) => [number, number, number, number];
1173
- export const identity_toBytes: (a: number) => [number, number, number, number];
1174
- export const identity_toHex: (a: number) => [number, number, number, number];
1175
- export const identity_toJSON: (a: number) => [number, number, number];
1176
- export const identity_toObject: (a: number) => [number, number, number];
1177
- export const identity_type_name: (a: number) => [number, number];
1178
- export const outpoint_constructor: (a: number, b: number, c: number) => [number, number, number];
1179
- export const outpoint_fromBase64: (a: number, b: number) => [number, number, number];
1180
- export const outpoint_fromBytes: (a: number, b: number) => [number, number, number];
1181
- export const outpoint_fromHex: (a: number, b: number) => [number, number, number];
1182
- export const outpoint_struct_name: () => [number, number];
1183
- export const outpoint_toBase64: (a: number) => [number, number];
1184
- export const outpoint_toBytes: (a: number) => [number, number];
1185
- export const outpoint_toHex: (a: number) => [number, number];
1186
- export const outpoint_txid: (a: number) => [number, number];
1187
- export const outpoint_type_name: (a: number) => [number, number];
1188
- export const outpoint_vout: (a: number) => number;
1189
- export const publickey_compressed: (a: number) => number;
1190
- export const publickey_constructor: (a: number, b: number, c: number) => [number, number, number];
1191
- export const publickey_fromBytes: (a: number, b: number) => [number, number, number];
1192
- export const publickey_getPublicKeyHash: (a: number) => [number, number];
1193
- export const publickey_inner: (a: number) => [number, number];
1194
- export const publickey_set_compressed: (a: number, b: number) => void;
1195
- export const publickey_set_inner: (a: number, b: number, c: number) => [number, number];
1196
- export const publickey_struct_name: () => [number, number];
1197
- export const publickey_toBytes: (a: number) => [number, number];
1198
- export const publickey_type_name: (a: number) => [number, number];
1199
- export const resourcevote_choice: (a: number) => number;
1200
- export const resourcevote_constructor: (a: number, b: number) => number;
1201
- export const resourcevote_fromJSON: (a: any) => [number, number, number];
1202
- export const resourcevote_fromObject: (a: any) => [number, number, number];
1203
- export const resourcevote_poll: (a: number) => number;
1204
- export const resourcevote_set_choice: (a: number, b: number) => void;
1205
- export const resourcevote_set_poll: (a: number, b: number) => void;
1206
- export const resourcevote_struct_name: () => [number, number];
1207
- export const resourcevote_toJSON: (a: number) => [number, number, number];
1208
- export const resourcevote_toObject: (a: number) => [number, number, number];
1209
- export const resourcevote_type_name: (a: number) => [number, number];
578
+ export const __wbg_verifiedshieldednullifiers_free: (a: number, b: number) => void;
579
+ export const __wbg_verifiedshieldednullifierswithaddressinfos_free: (a: number, b: number) => void;
580
+ export const __wbg_verifiedshieldednullifierswithwithdrawaldocument_free: (a: number, b: number) => void;
581
+ export const __wbg_verifiedshieldedpoolstate_free: (a: number, b: number) => void;
582
+ export const identitycreatefromshieldedpooltransition_actions: (a: number) => [number, number];
583
+ export const identitycreatefromshieldedpooltransition_anchor: (a: number) => [number, number];
584
+ export const identitycreatefromshieldedpooltransition_binding_signature: (a: number) => [number, number];
585
+ export const identitycreatefromshieldedpooltransition_denomination: (a: number) => bigint;
586
+ export const identitycreatefromshieldedpooltransition_fromBytes: (a: number, b: number) => [number, number, number];
587
+ export const identitycreatefromshieldedpooltransition_fromJSON: (a: any) => [number, number, number];
588
+ export const identitycreatefromshieldedpooltransition_fromObject: (a: any) => [number, number, number];
589
+ export const identitycreatefromshieldedpooltransition_getModifiedDataIds: (a: number) => [number, number];
590
+ export const identitycreatefromshieldedpooltransition_identity_id: (a: number) => number;
591
+ export const identitycreatefromshieldedpooltransition_new: (a: any) => [number, number, number];
592
+ export const identitycreatefromshieldedpooltransition_proof: (a: number) => [number, number];
593
+ export const identitycreatefromshieldedpooltransition_public_keys: (a: number) => [number, number];
594
+ export const identitycreatefromshieldedpooltransition_send_to_address_on_creation_failure: (a: number) => number;
595
+ export const identitycreatefromshieldedpooltransition_struct_name: () => [number, number];
596
+ export const identitycreatefromshieldedpooltransition_toBytes: (a: number) => [number, number, number, number];
597
+ export const identitycreatefromshieldedpooltransition_toJSON: (a: number) => [number, number, number];
598
+ export const identitycreatefromshieldedpooltransition_toObject: (a: number) => [number, number, number];
599
+ export const identitycreatefromshieldedpooltransition_toStateTransition: (a: number) => number;
600
+ export const identitycreatefromshieldedpooltransition_type_name: (a: number) => [number, number];
601
+ export const platformaddress_addressType: (a: number) => [number, number];
602
+ export const platformaddress_constructor: (a: any) => [number, number, number];
603
+ export const platformaddress_fromBech32m: (a: number, b: number) => [number, number, number];
604
+ export const platformaddress_fromBytes: (a: number, b: number) => [number, number, number];
605
+ export const platformaddress_fromHex: (a: number, b: number) => [number, number, number];
606
+ export const platformaddress_fromP2pkhHash: (a: number, b: number) => [number, number, number];
607
+ export const platformaddress_fromP2shHash: (a: number, b: number) => [number, number, number];
608
+ export const platformaddress_hash: (a: number) => [number, number];
609
+ export const platformaddress_hashToHex: (a: number) => [number, number];
610
+ export const platformaddress_isP2pkh: (a: number) => number;
611
+ export const platformaddress_isP2sh: (a: number) => number;
612
+ export const platformaddress_struct_name: () => [number, number];
613
+ export const platformaddress_toBech32m: (a: number, b: any) => [number, number, number, number];
614
+ export const platformaddress_toBytes: (a: number) => [number, number];
615
+ export const platformaddress_toHex: (a: number) => [number, number];
616
+ export const platformaddress_type_name: (a: number) => [number, number];
617
+ export const shieldfromassetlocktransition_actions: (a: number) => [number, number];
618
+ export const shieldfromassetlocktransition_anchor: (a: number) => [number, number];
619
+ export const shieldfromassetlocktransition_asset_lock_proof: (a: number) => number;
620
+ export const shieldfromassetlocktransition_binding_signature: (a: number) => [number, number];
621
+ export const shieldfromassetlocktransition_fromBytes: (a: number, b: number) => [number, number, number];
622
+ export const shieldfromassetlocktransition_fromJSON: (a: any) => [number, number, number];
623
+ export const shieldfromassetlocktransition_fromObject: (a: any) => [number, number, number];
624
+ export const shieldfromassetlocktransition_getModifiedDataIds: (a: number) => [number, number];
625
+ export const shieldfromassetlocktransition_new: (a: any) => [number, number, number];
626
+ export const shieldfromassetlocktransition_proof: (a: number) => [number, number];
627
+ export const shieldfromassetlocktransition_signature: (a: number) => [number, number];
628
+ export const shieldfromassetlocktransition_struct_name: () => [number, number];
629
+ export const shieldfromassetlocktransition_surplus_output: (a: number) => number;
630
+ export const shieldfromassetlocktransition_toBytes: (a: number) => [number, number, number, number];
631
+ export const shieldfromassetlocktransition_toJSON: (a: number) => [number, number, number];
632
+ export const shieldfromassetlocktransition_toObject: (a: number) => [number, number, number];
633
+ export const shieldfromassetlocktransition_toStateTransition: (a: number) => number;
634
+ export const shieldfromassetlocktransition_type_name: (a: number) => [number, number];
635
+ export const shieldfromassetlocktransition_value_balance: (a: number) => bigint;
636
+ export const testJsValueToJson: (a: any) => [number, number, number];
637
+ export const verifiedassetlockconsumed_fromJSON: (a: any) => [number, number, number];
638
+ export const verifiedassetlockconsumed_fromObject: (a: any) => [number, number, number];
639
+ export const verifiedassetlockconsumed_initialCreditValue: (a: number) => any;
640
+ export const verifiedassetlockconsumed_remainingCreditValue: (a: number) => any;
641
+ export const verifiedassetlockconsumed_struct_name: () => [number, number];
642
+ export const verifiedassetlockconsumed_toJSON: (a: number) => [number, number, number];
643
+ export const verifiedassetlockconsumed_toObject: (a: number) => [number, number, number];
644
+ export const verifiedassetlockconsumed_type_name: (a: number) => [number, number];
645
+ export const verifiedassetlockconsumedwithaddressinfos_address_infos: (a: number) => any;
646
+ export const verifiedassetlockconsumedwithaddressinfos_fromJSON: (a: any) => [number, number, number];
647
+ export const verifiedassetlockconsumedwithaddressinfos_initialCreditValue: (a: number) => any;
648
+ export const verifiedassetlockconsumedwithaddressinfos_remainingCreditValue: (a: number) => any;
649
+ export const verifiedassetlockconsumedwithaddressinfos_status: (a: number) => [number, number];
650
+ export const verifiedassetlockconsumedwithaddressinfos_struct_name: () => [number, number];
651
+ export const verifiedassetlockconsumedwithaddressinfos_toJSON: (a: number) => [number, number, number];
652
+ export const verifiedassetlockconsumedwithaddressinfos_toObject: (a: number) => any;
653
+ export const verifiedassetlockconsumedwithaddressinfos_type_name: (a: number) => [number, number];
654
+ export const verifiedidentitywithshieldednullifiers_fromJSON: (a: any) => [number, number, number];
655
+ export const verifiedidentitywithshieldednullifiers_fromObject: (a: any) => [number, number, number];
656
+ export const verifiedidentitywithshieldednullifiers_nullifiers: (a: number) => any;
657
+ export const verifiedidentitywithshieldednullifiers_struct_name: () => [number, number];
658
+ export const verifiedidentitywithshieldednullifiers_toJSON: (a: number) => [number, number, number];
659
+ export const verifiedidentitywithshieldednullifiers_toObject: (a: number) => [number, number, number];
660
+ export const verifiedidentitywithshieldednullifiers_type_name: (a: number) => [number, number];
1210
661
  export const verifiedmasternodevote_fromJSON: (a: any) => [number, number, number];
1211
662
  export const verifiedmasternodevote_fromObject: (a: any) => [number, number, number];
1212
663
  export const verifiedmasternodevote_struct_name: () => [number, number];
@@ -1219,242 +670,150 @@ export const verifiednextdistribution_struct_name: () => [number, number];
1219
670
  export const verifiednextdistribution_toJSON: (a: number) => [number, number, number];
1220
671
  export const verifiednextdistribution_toObject: (a: number) => [number, number, number];
1221
672
  export const verifiednextdistribution_type_name: (a: number) => [number, number];
1222
- export const __wbg_set_verifiednextdistribution_vote: (a: number, b: number) => void;
1223
- export const __wbg_actiontaker_free: (a: number, b: number) => void;
1224
- export const __wbg_distributionexponential_free: (a: number, b: number) => void;
1225
- export const __wbg_distributionfixedamount_free: (a: number, b: number) => void;
1226
- export const __wbg_distributioninvertedlogarithmic_free: (a: number, b: number) => void;
1227
- export const __wbg_distributionlinear_free: (a: number, b: number) => void;
1228
- export const __wbg_distributionlogarithmic_free: (a: number, b: number) => void;
1229
- export const __wbg_distributionpolynomial_free: (a: number, b: number) => void;
1230
- export const __wbg_distributionrandom_free: (a: number, b: number) => void;
1231
- export const __wbg_distributionstepdecreasingamount_free: (a: number, b: number) => void;
1232
- export const __wbg_identitysigner_free: (a: number, b: number) => void;
1233
- export const __wbg_instantassetlockproof_free: (a: number, b: number) => void;
1234
- export const __wbg_partialidentity_free: (a: number, b: number) => void;
1235
- export const __wbg_platformaddresssigner_free: (a: number, b: number) => void;
1236
- export const __wbg_privatekey_free: (a: number, b: number) => void;
1237
- export const __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
1238
- export const actiontaker_constructor: (a: any) => [number, number, number];
1239
- export const actiontaker_set_value: (a: number, b: any) => [number, number];
1240
- export const actiontaker_struct_name: () => [number, number];
1241
- export const actiontaker_taker_type: (a: number) => [number, number];
1242
- export const actiontaker_type_name: (a: number) => [number, number];
1243
- export const actiontaker_value: (a: number) => any;
1244
- export const distributionexponential_a: (a: number) => bigint;
1245
- export const distributionexponential_b: (a: number) => bigint;
1246
- export const distributionexponential_d: (a: number) => bigint;
1247
- export const distributionexponential_m: (a: number) => bigint;
1248
- export const distributionexponential_max_value: (a: number) => [number, bigint];
1249
- export const distributionexponential_min_value: (a: number) => [number, bigint];
1250
- export const distributionexponential_n: (a: number) => bigint;
1251
- export const distributionexponential_new: (a: any) => [number, number, number];
1252
- export const distributionexponential_o: (a: number) => bigint;
1253
- export const distributionexponential_set_a: (a: number, b: bigint) => void;
1254
- export const distributionexponential_set_b: (a: number, b: bigint) => void;
1255
- export const distributionexponential_set_d: (a: number, b: bigint) => void;
1256
- export const distributionexponential_set_m: (a: number, b: bigint) => void;
1257
- export const distributionexponential_set_max_value: (a: number, b: number, c: bigint) => void;
1258
- export const distributionexponential_set_min_value: (a: number, b: number, c: bigint) => void;
1259
- export const distributionexponential_set_n: (a: number, b: bigint) => void;
1260
- export const distributionexponential_set_o: (a: number, b: bigint) => void;
1261
- export const distributionexponential_set_start_moment: (a: number, b: number, c: bigint) => void;
1262
- export const distributionexponential_start_moment: (a: number) => [number, bigint];
1263
- export const distributionfixedamount_amount: (a: number) => bigint;
1264
- export const distributionfixedamount_new: (a: any) => [number, number, number];
1265
- export const distributionfixedamount_set_amount: (a: number, b: bigint) => void;
1266
- export const distributioninvertedlogarithmic_a: (a: number) => bigint;
1267
- export const distributioninvertedlogarithmic_b: (a: number) => bigint;
1268
- export const distributioninvertedlogarithmic_d: (a: number) => bigint;
1269
- export const distributioninvertedlogarithmic_m: (a: number) => bigint;
1270
- export const distributioninvertedlogarithmic_max_value: (a: number) => [number, bigint];
1271
- export const distributioninvertedlogarithmic_min_value: (a: number) => [number, bigint];
1272
- export const distributioninvertedlogarithmic_n: (a: number) => bigint;
1273
- export const distributioninvertedlogarithmic_new: (a: any) => [number, number, number];
1274
- export const distributioninvertedlogarithmic_o: (a: number) => bigint;
1275
- export const distributioninvertedlogarithmic_set_a: (a: number, b: bigint) => void;
1276
- export const distributioninvertedlogarithmic_set_b: (a: number, b: bigint) => void;
1277
- export const distributioninvertedlogarithmic_set_d: (a: number, b: bigint) => void;
1278
- export const distributioninvertedlogarithmic_set_m: (a: number, b: bigint) => void;
1279
- export const distributioninvertedlogarithmic_set_max_value: (a: number, b: number, c: bigint) => void;
1280
- export const distributioninvertedlogarithmic_set_min_value: (a: number, b: number, c: bigint) => void;
1281
- export const distributioninvertedlogarithmic_set_n: (a: number, b: bigint) => void;
1282
- export const distributioninvertedlogarithmic_set_o: (a: number, b: bigint) => void;
1283
- export const distributioninvertedlogarithmic_set_start_moment: (a: number, b: number, c: bigint) => void;
1284
- export const distributioninvertedlogarithmic_start_moment: (a: number) => [number, bigint];
1285
- export const distributionlinear_a: (a: number) => bigint;
1286
- export const distributionlinear_d: (a: number) => bigint;
1287
- export const distributionlinear_max_value: (a: number) => [number, bigint];
1288
- export const distributionlinear_min_value: (a: number) => [number, bigint];
1289
- export const distributionlinear_new: (a: any) => [number, number, number];
1290
- export const distributionlinear_set_a: (a: number, b: bigint) => void;
1291
- export const distributionlinear_set_d: (a: number, b: bigint) => void;
1292
- export const distributionlinear_set_max_value: (a: number, b: number, c: bigint) => void;
1293
- export const distributionlinear_set_min_value: (a: number, b: number, c: bigint) => void;
1294
- export const distributionlinear_set_start_step: (a: number, b: number, c: bigint) => void;
1295
- export const distributionlinear_set_starting_amount: (a: number, b: bigint) => void;
1296
- export const distributionlinear_start_step: (a: number) => [number, bigint];
1297
- export const distributionlinear_starting_amount: (a: number) => bigint;
1298
- export const distributionlogarithmic_a: (a: number) => bigint;
1299
- export const distributionlogarithmic_b: (a: number) => bigint;
1300
- export const distributionlogarithmic_d: (a: number) => bigint;
1301
- export const distributionlogarithmic_m: (a: number) => bigint;
1302
- export const distributionlogarithmic_max_value: (a: number) => [number, bigint];
1303
- export const distributionlogarithmic_min_value: (a: number) => [number, bigint];
1304
- export const distributionlogarithmic_n: (a: number) => bigint;
1305
- export const distributionlogarithmic_new: (a: any) => [number, number, number];
1306
- export const distributionlogarithmic_o: (a: number) => bigint;
1307
- export const distributionlogarithmic_set_a: (a: number, b: bigint) => void;
1308
- export const distributionlogarithmic_set_b: (a: number, b: bigint) => void;
1309
- export const distributionlogarithmic_set_d: (a: number, b: bigint) => void;
1310
- export const distributionlogarithmic_set_m: (a: number, b: bigint) => void;
1311
- export const distributionlogarithmic_set_max_value: (a: number, b: number, c: bigint) => void;
1312
- export const distributionlogarithmic_set_min_value: (a: number, b: number, c: bigint) => void;
1313
- export const distributionlogarithmic_set_n: (a: number, b: bigint) => void;
1314
- export const distributionlogarithmic_set_o: (a: number, b: bigint) => void;
1315
- export const distributionlogarithmic_set_start_moment: (a: number, b: number, c: bigint) => void;
1316
- export const distributionlogarithmic_start_moment: (a: number) => [number, bigint];
1317
- export const distributionpolynomial_a: (a: number) => bigint;
1318
- export const distributionpolynomial_b: (a: number) => bigint;
1319
- export const distributionpolynomial_d: (a: number) => bigint;
1320
- export const distributionpolynomial_m: (a: number) => bigint;
1321
- export const distributionpolynomial_max_value: (a: number) => [number, bigint];
1322
- export const distributionpolynomial_min_value: (a: number) => [number, bigint];
1323
- export const distributionpolynomial_n: (a: number) => bigint;
1324
- export const distributionpolynomial_new: (a: any) => [number, number, number];
1325
- export const distributionpolynomial_o: (a: number) => bigint;
1326
- export const distributionpolynomial_set_a: (a: number, b: bigint) => void;
1327
- export const distributionpolynomial_set_b: (a: number, b: bigint) => void;
1328
- export const distributionpolynomial_set_d: (a: number, b: bigint) => void;
1329
- export const distributionpolynomial_set_m: (a: number, b: bigint) => void;
1330
- export const distributionpolynomial_set_max_value: (a: number, b: number, c: bigint) => void;
1331
- export const distributionpolynomial_set_min_value: (a: number, b: number, c: bigint) => void;
1332
- export const distributionpolynomial_set_n: (a: number, b: bigint) => void;
1333
- export const distributionpolynomial_set_o: (a: number, b: bigint) => void;
1334
- export const distributionpolynomial_set_start_moment: (a: number, b: number, c: bigint) => void;
1335
- export const distributionpolynomial_start_moment: (a: number) => [number, bigint];
1336
- export const distributionrandom_max: (a: number) => bigint;
1337
- export const distributionrandom_min: (a: number) => bigint;
1338
- export const distributionrandom_new: (a: any) => [number, number, number];
1339
- export const distributionrandom_set_max: (a: number, b: bigint) => void;
1340
- export const distributionrandom_set_min: (a: number, b: bigint) => void;
1341
- export const distributionstepdecreasingamount_decrease_per_interval_denominator: (a: number) => number;
1342
- export const distributionstepdecreasingamount_decrease_per_interval_numerator: (a: number) => number;
1343
- export const distributionstepdecreasingamount_distribution_start_amount: (a: number) => bigint;
1344
- export const distributionstepdecreasingamount_max_interval_count: (a: number) => number;
1345
- export const distributionstepdecreasingamount_min_value: (a: number) => [number, bigint];
1346
- export const distributionstepdecreasingamount_new: (a: any) => [number, number, number];
1347
- export const distributionstepdecreasingamount_set_decrease_per_interval_denominator: (a: number, b: number) => void;
1348
- export const distributionstepdecreasingamount_set_decrease_per_interval_numerator: (a: number, b: number) => void;
1349
- export const distributionstepdecreasingamount_set_distribution_start_amount: (a: number, b: bigint) => void;
1350
- export const distributionstepdecreasingamount_set_max_interval_count: (a: number, b: number) => void;
1351
- export const distributionstepdecreasingamount_set_min_value: (a: number, b: number, c: bigint) => void;
1352
- export const distributionstepdecreasingamount_set_start_decreasing_offset: (a: number, b: number, c: bigint) => void;
1353
- export const distributionstepdecreasingamount_set_step_count: (a: number, b: number) => void;
1354
- export const distributionstepdecreasingamount_set_trailing_distribution_interval_amount: (a: number, b: bigint) => void;
1355
- export const distributionstepdecreasingamount_start_decreasing_offset: (a: number) => [number, bigint];
1356
- export const distributionstepdecreasingamount_step_count: (a: number) => number;
1357
- export const distributionstepdecreasingamount_trailing_distribution_interval_amount: (a: number) => bigint;
1358
- export const identitysigner_addKey: (a: number, b: number) => [number, number];
1359
- export const identitysigner_addKeyFromWif: (a: number, b: number, c: number) => [number, number];
1360
- export const identitysigner_constructor: () => number;
1361
- export const identitysigner_key_count: (a: number) => number;
1362
- export const identitysigner_struct_name: () => [number, number];
1363
- export const identitysigner_type_name: (a: number) => [number, number];
1364
- export const instantassetlockproof_constructor: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
1365
- export const instantassetlockproof_createIdentityId: (a: number) => [number, number, number];
1366
- export const instantassetlockproof_fromJSON: (a: any) => [number, number, number];
1367
- export const instantassetlockproof_fromObject: (a: any) => [number, number, number];
1368
- export const instantassetlockproof_instant_lock: (a: number) => [number, number];
1369
- export const instantassetlockproof_out_point: (a: number) => number;
1370
- export const instantassetlockproof_output: (a: number) => [number, number];
1371
- export const instantassetlockproof_output_index: (a: number) => number;
1372
- export const instantassetlockproof_set_instant_lock: (a: number, b: number, c: number) => [number, number];
1373
- export const instantassetlockproof_set_output_index: (a: number, b: any) => [number, number];
1374
- export const instantassetlockproof_struct_name: () => [number, number];
1375
- export const instantassetlockproof_toJSON: (a: number) => [number, number, number];
1376
- export const instantassetlockproof_toObject: (a: number) => [number, number, number];
1377
- export const instantassetlockproof_transaction: (a: number) => [number, number];
1378
- export const instantassetlockproof_type_name: (a: number) => [number, number];
1379
- export const partialidentity_balance: (a: number) => [number, bigint];
1380
- export const partialidentity_constructor: (a: any) => [number, number, number];
1381
- export const partialidentity_fromJSON: (a: any, b: any) => [number, number, number];
1382
- export const partialidentity_fromObject: (a: any, b: any) => [number, number, number];
1383
- export const partialidentity_id: (a: number) => number;
1384
- export const partialidentity_loaded_public_keys: (a: number) => [number, number, number];
1385
- export const partialidentity_not_found_public_keys: (a: number) => any;
1386
- export const partialidentity_revision: (a: number) => [number, bigint];
1387
- export const partialidentity_set_balance: (a: number, b: number, c: bigint) => void;
1388
- export const partialidentity_set_id: (a: number, b: any) => [number, number];
1389
- export const partialidentity_set_loaded_public_keys: (a: number, b: any) => [number, number];
1390
- export const partialidentity_set_not_found_public_keys: (a: number, b: number) => [number, number];
1391
- export const partialidentity_set_revision: (a: number, b: number, c: bigint) => void;
1392
- export const partialidentity_struct_name: () => [number, number];
1393
- export const partialidentity_toJSON: (a: number) => [number, number, number];
1394
- export const partialidentity_toObject: (a: number) => [number, number, number];
1395
- export const partialidentity_type_name: (a: number) => [number, number];
1396
- export const platformaddresssigner_addKey: (a: number, b: number) => [number, number, number];
1397
- export const platformaddresssigner_getPrivateKeysBytes: (a: number) => [number, number, number];
1398
- export const platformaddresssigner_hasKey: (a: number, b: any) => [number, number, number];
1399
- export const platformaddresssigner_key_count: (a: number) => number;
1400
- export const platformaddresssigner_struct_name: () => [number, number];
1401
- export const platformaddresssigner_type_name: (a: number) => [number, number];
1402
- export const privatekey_fromBytes: (a: number, b: number, c: any) => [number, number, number];
1403
- export const privatekey_fromHex: (a: number, b: number, c: any) => [number, number, number];
1404
- export const privatekey_fromWIF: (a: number, b: number) => [number, number, number];
1405
- export const privatekey_getPublicKey: (a: number) => number;
1406
- export const privatekey_getPublicKeyHash: (a: number) => [number, number];
1407
- export const privatekey_struct_name: () => [number, number];
1408
- export const privatekey_toBytes: (a: number) => [number, number];
1409
- export const privatekey_toHex: (a: number) => [number, number];
1410
- export const privatekey_toWIF: (a: number) => [number, number];
1411
- export const privatekey_type_name: (a: number) => [number, number];
1412
- export const tokenunfreezetransition_base: (a: number) => number;
1413
- export const tokenunfreezetransition_constructor: (a: any) => [number, number, number];
1414
- export const tokenunfreezetransition_frozen_identity_id: (a: number) => number;
1415
- export const tokenunfreezetransition_public_note: (a: number) => [number, number];
1416
- export const tokenunfreezetransition_set_base: (a: number, b: number) => void;
1417
- export const tokenunfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
1418
- export const tokenunfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
1419
- export const tokenunfreezetransition_struct_name: () => [number, number];
1420
- export const tokenunfreezetransition_type_name: (a: number) => [number, number];
1421
- export const platformaddresssigner_constructor: () => number;
1422
- export const __wbg_contesteddocumentvotepollwinnerinfo_free: (a: number, b: number) => void;
1423
- export const __wbg_identitycreatefromshieldedpooltransition_free: (a: number, b: number) => void;
673
+ export const verifiedshieldednullifiers_fromJSON: (a: any) => [number, number, number];
674
+ export const verifiedshieldednullifiers_fromObject: (a: any) => [number, number, number];
675
+ export const verifiedshieldednullifiers_nullifiers: (a: number) => any;
676
+ export const verifiedshieldednullifiers_struct_name: () => [number, number];
677
+ export const verifiedshieldednullifiers_toJSON: (a: number) => [number, number, number];
678
+ export const verifiedshieldednullifiers_toObject: (a: number) => any;
679
+ export const verifiedshieldednullifiers_type_name: (a: number) => [number, number];
680
+ export const verifiedshieldednullifierswithaddressinfos_address_infos: (a: number) => any;
681
+ export const verifiedshieldednullifierswithaddressinfos_fromJSON: (a: any) => [number, number, number];
682
+ export const verifiedshieldednullifierswithaddressinfos_nullifiers: (a: number) => any;
683
+ export const verifiedshieldednullifierswithaddressinfos_struct_name: () => [number, number];
684
+ export const verifiedshieldednullifierswithaddressinfos_toJSON: (a: number) => [number, number, number];
685
+ export const verifiedshieldednullifierswithaddressinfos_toObject: (a: number) => any;
686
+ export const verifiedshieldednullifierswithaddressinfos_type_name: (a: number) => [number, number];
687
+ export const verifiedshieldednullifierswithwithdrawaldocument_documents: (a: number) => any;
688
+ export const verifiedshieldednullifierswithwithdrawaldocument_fromJSON: (a: any) => [number, number, number];
689
+ export const verifiedshieldednullifierswithwithdrawaldocument_nullifiers: (a: number) => any;
690
+ export const verifiedshieldednullifierswithwithdrawaldocument_struct_name: () => [number, number];
691
+ export const verifiedshieldednullifierswithwithdrawaldocument_toJSON: (a: number) => [number, number, number];
692
+ export const verifiedshieldednullifierswithwithdrawaldocument_toObject: (a: number) => any;
693
+ export const verifiedshieldednullifierswithwithdrawaldocument_type_name: (a: number) => [number, number];
694
+ export const verifiedshieldedpoolstate_fromJSON: (a: any) => [number, number, number];
695
+ export const verifiedshieldedpoolstate_fromObject: (a: any) => [number, number, number];
696
+ export const verifiedshieldedpoolstate_poolBalance: (a: number) => any;
697
+ export const verifiedshieldedpoolstate_struct_name: () => [number, number];
698
+ export const verifiedshieldedpoolstate_toJSON: (a: number) => [number, number, number];
699
+ export const verifiedshieldedpoolstate_toObject: (a: number) => [number, number, number];
700
+ export const verifiedshieldedpoolstate_type_name: (a: number) => [number, number];
701
+ export const verifiedshieldednullifierswithaddressinfos_fromObject: (a: any) => [number, number, number];
702
+ export const verifiedshieldednullifierswithwithdrawaldocument_fromObject: (a: any) => [number, number, number];
703
+ export const verifiedassetlockconsumedwithaddressinfos_fromObject: (a: any) => [number, number, number];
704
+ export const __wbg_set_verifiednextdistribution_vote: (a: number, b: number) => void;
705
+ export const __wbg_consensuserror_free: (a: number, b: number) => void;
706
+ export const __wbg_distributionfunction_free: (a: number, b: number) => void;
707
+ export const __wbg_finalizedepochinfo_free: (a: number, b: number) => void;
708
+ export const __wbg_groupaction_free: (a: number, b: number) => void;
709
+ export const __wbg_groupactionevent_free: (a: number, b: number) => void;
710
+ export const __wbg_masternodevotetransition_free: (a: number, b: number) => void;
1424
711
  export const __wbg_shieldedwithdrawaltransition_free: (a: number, b: number) => void;
1425
- export const __wbg_tokenpreprogrammeddistribution_free: (a: number, b: number) => void;
1426
- export const __wbg_wasmdpperror_free: (a: number, b: number) => void;
1427
- export const contesteddocumentvotepollwinnerinfo_constructor: (a: number, b: number, c: number) => [number, number, number];
1428
- export const contesteddocumentvotepollwinnerinfo_fromJSON: (a: any) => [number, number, number];
1429
- export const contesteddocumentvotepollwinnerinfo_fromObject: (a: any) => [number, number, number];
1430
- export const contesteddocumentvotepollwinnerinfo_identity_id: (a: number) => number;
1431
- export const contesteddocumentvotepollwinnerinfo_is_locked: (a: number) => number;
1432
- export const contesteddocumentvotepollwinnerinfo_is_no_winner: (a: number) => number;
1433
- export const contesteddocumentvotepollwinnerinfo_is_won_by_identity: (a: number) => number;
1434
- export const contesteddocumentvotepollwinnerinfo_kind: (a: number) => [number, number];
1435
- export const contesteddocumentvotepollwinnerinfo_struct_name: () => [number, number];
1436
- export const contesteddocumentvotepollwinnerinfo_toJSON: (a: number) => [number, number, number];
1437
- export const contesteddocumentvotepollwinnerinfo_toObject: (a: number) => [number, number, number];
1438
- export const contesteddocumentvotepollwinnerinfo_type_name: (a: number) => [number, number];
1439
- export const identitycreatefromshieldedpooltransition_actions: (a: number) => [number, number];
1440
- export const identitycreatefromshieldedpooltransition_anchor: (a: number) => [number, number];
1441
- export const identitycreatefromshieldedpooltransition_binding_signature: (a: number) => [number, number];
1442
- export const identitycreatefromshieldedpooltransition_denomination: (a: number) => bigint;
1443
- export const identitycreatefromshieldedpooltransition_fromBytes: (a: number, b: number) => [number, number, number];
1444
- export const identitycreatefromshieldedpooltransition_fromJSON: (a: any) => [number, number, number];
1445
- export const identitycreatefromshieldedpooltransition_fromObject: (a: any) => [number, number, number];
1446
- export const identitycreatefromshieldedpooltransition_getModifiedDataIds: (a: number) => [number, number];
1447
- export const identitycreatefromshieldedpooltransition_identity_id: (a: number) => number;
1448
- export const identitycreatefromshieldedpooltransition_new: (a: any) => [number, number, number];
1449
- export const identitycreatefromshieldedpooltransition_proof: (a: number) => [number, number];
1450
- export const identitycreatefromshieldedpooltransition_public_keys: (a: number) => [number, number];
1451
- export const identitycreatefromshieldedpooltransition_send_to_address_on_creation_failure: (a: number) => number;
1452
- export const identitycreatefromshieldedpooltransition_struct_name: () => [number, number];
1453
- export const identitycreatefromshieldedpooltransition_toBytes: (a: number) => [number, number, number, number];
1454
- export const identitycreatefromshieldedpooltransition_toJSON: (a: number) => [number, number, number];
1455
- export const identitycreatefromshieldedpooltransition_toObject: (a: number) => [number, number, number];
1456
- export const identitycreatefromshieldedpooltransition_toStateTransition: (a: number) => number;
1457
- export const identitycreatefromshieldedpooltransition_type_name: (a: number) => [number, number];
712
+ export const __wbg_tokenconfigurationchangeitem_free: (a: number, b: number) => void;
713
+ export const __wbg_tokenevent_free: (a: number, b: number) => void;
714
+ export const __wbg_tokenpricingschedule_free: (a: number, b: number) => void;
715
+ export const consensuserror_code: (a: number) => number;
716
+ export const consensuserror_deserialize: (a: number, b: number) => [number, number, number];
717
+ export const consensuserror_document_immutability_error_code: (a: number) => number;
718
+ export const consensuserror_document_reference_error_code: (a: number) => number;
719
+ export const consensuserror_message: (a: number) => [number, number];
720
+ export const consensuserror_struct_name: () => [number, number];
721
+ export const consensuserror_type_name: (a: number) => [number, number];
722
+ export const distributionfunction_Exponential: (a: number) => number;
723
+ export const distributionfunction_FixedAmountDistribution: (a: number) => number;
724
+ export const distributionfunction_InvertedLogarithmic: (a: number) => number;
725
+ export const distributionfunction_Linear: (a: number) => number;
726
+ export const distributionfunction_Logarithmic: (a: number) => number;
727
+ export const distributionfunction_Polynomial: (a: number) => number;
728
+ export const distributionfunction_Random: (a: number) => number;
729
+ export const distributionfunction_StepDecreasingAmount: (a: number) => number;
730
+ export const distributionfunction_Stepwise: (a: any) => [number, number, number];
731
+ export const distributionfunction_function_name: (a: number) => [number, number];
732
+ export const distributionfunction_function_value: (a: number) => [number, number, number];
733
+ export const distributionfunction_struct_name: () => [number, number];
734
+ export const distributionfunction_type_name: (a: number) => [number, number];
735
+ export const finalizedepochinfo_block_proposers: (a: number) => any;
736
+ export const finalizedepochinfo_constructor: (a: any) => [number, number, number];
737
+ export const finalizedepochinfo_core_block_rewards: (a: number) => any;
738
+ export const finalizedepochinfo_fee_multiplier: (a: number) => number;
739
+ export const finalizedepochinfo_fee_multiplier_permille: (a: number) => bigint;
740
+ export const finalizedepochinfo_first_block_height: (a: number) => any;
741
+ export const finalizedepochinfo_first_block_time: (a: number) => any;
742
+ export const finalizedepochinfo_first_core_block_height: (a: number) => number;
743
+ export const finalizedepochinfo_fromJSON: (a: any) => [number, number, number];
744
+ export const finalizedepochinfo_fromObject: (a: any) => [number, number, number];
745
+ export const finalizedepochinfo_next_epoch_start_core_block_height: (a: number) => number;
746
+ export const finalizedepochinfo_protocol_version: (a: number) => number;
747
+ export const finalizedepochinfo_set_block_proposers: (a: number, b: any) => [number, number];
748
+ export const finalizedepochinfo_set_core_block_rewards: (a: number, b: bigint) => void;
749
+ export const finalizedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
750
+ export const finalizedepochinfo_set_first_block_height: (a: number, b: bigint) => void;
751
+ export const finalizedepochinfo_set_first_block_time: (a: number, b: bigint) => void;
752
+ export const finalizedepochinfo_set_first_core_block_height: (a: number, b: number) => void;
753
+ export const finalizedepochinfo_set_next_epoch_start_core_block_height: (a: number, b: number) => void;
754
+ export const finalizedepochinfo_set_protocol_version: (a: number, b: number) => void;
755
+ export const finalizedepochinfo_set_total_blocks_in_epoch: (a: number, b: bigint) => void;
756
+ export const finalizedepochinfo_set_total_created_storage_fees: (a: number, b: bigint) => void;
757
+ export const finalizedepochinfo_set_total_distributed_storage_fees: (a: number, b: bigint) => void;
758
+ export const finalizedepochinfo_set_total_processing_fees: (a: number, b: bigint) => void;
759
+ export const finalizedepochinfo_struct_name: () => [number, number];
760
+ export const finalizedepochinfo_toJSON: (a: number) => [number, number, number];
761
+ export const finalizedepochinfo_toObject: (a: number) => [number, number, number];
762
+ export const finalizedepochinfo_total_blocks_in_epoch: (a: number) => any;
763
+ export const finalizedepochinfo_total_created_storage_fees: (a: number) => any;
764
+ export const finalizedepochinfo_total_distributed_storage_fees: (a: number) => any;
765
+ export const finalizedepochinfo_total_processing_fees: (a: number) => any;
766
+ export const finalizedepochinfo_type_name: (a: number) => [number, number];
767
+ export const groupaction_contract_id: (a: number) => number;
768
+ export const groupaction_event: (a: number) => number;
769
+ export const groupaction_fromJSON: (a: any) => [number, number, number];
770
+ export const groupaction_fromObject: (a: any) => [number, number, number];
771
+ export const groupaction_proposer_id: (a: number) => number;
772
+ export const groupaction_struct_name: () => [number, number];
773
+ export const groupaction_toJSON: (a: number) => [number, number, number];
774
+ export const groupaction_toObject: (a: number) => [number, number, number];
775
+ export const groupaction_token_contract_position: (a: number) => number;
776
+ export const groupaction_type_name: (a: number) => [number, number];
777
+ export const groupactionevent_eventName: (a: number) => [number, number];
778
+ export const groupactionevent_fromJSON: (a: any) => [number, number, number];
779
+ export const groupactionevent_fromObject: (a: any) => [number, number, number];
780
+ export const groupactionevent_publicNote: (a: number) => [number, number];
781
+ export const groupactionevent_struct_name: () => [number, number];
782
+ export const groupactionevent_toJSON: (a: number) => [number, number, number];
783
+ export const groupactionevent_toObject: (a: number) => [number, number, number];
784
+ export const groupactionevent_tokenEvent: (a: number) => number;
785
+ export const groupactionevent_type_name: (a: number) => [number, number];
786
+ export const groupactionevent_variant: (a: number) => number;
787
+ export const masternodevotetransition_asset_lock_proof: (a: number) => number;
788
+ export const masternodevotetransition_constructor: (a: any) => [number, number, number];
789
+ export const masternodevotetransition_fromBase64: (a: number, b: number) => [number, number, number];
790
+ export const masternodevotetransition_fromBytes: (a: number, b: number) => [number, number, number];
791
+ export const masternodevotetransition_fromHex: (a: number, b: number) => [number, number, number];
792
+ export const masternodevotetransition_fromJSON: (a: any) => [number, number, number];
793
+ export const masternodevotetransition_fromObject: (a: any) => [number, number, number];
794
+ export const masternodevotetransition_fromStateTransition: (a: number) => [number, number, number];
795
+ export const masternodevotetransition_modified_data_ids: (a: number) => [number, number];
796
+ export const masternodevotetransition_nonce: (a: number) => bigint;
797
+ export const masternodevotetransition_pro_tx_hash: (a: number) => number;
798
+ export const masternodevotetransition_set_nonce: (a: number, b: any) => [number, number];
799
+ export const masternodevotetransition_set_pro_tx_hash: (a: number, b: any) => [number, number];
800
+ export const masternodevotetransition_set_signature: (a: number, b: number, c: number) => void;
801
+ export const masternodevotetransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
802
+ export const masternodevotetransition_set_user_fee_increase: (a: number, b: any) => [number, number];
803
+ export const masternodevotetransition_set_vote: (a: number, b: number) => void;
804
+ export const masternodevotetransition_set_voter_identity_id: (a: number, b: any) => [number, number];
805
+ export const masternodevotetransition_signature: (a: number) => [number, number];
806
+ export const masternodevotetransition_signature_public_key_id: (a: number) => number;
807
+ export const masternodevotetransition_struct_name: () => [number, number];
808
+ export const masternodevotetransition_toBase64: (a: number) => [number, number, number, number];
809
+ export const masternodevotetransition_toBytes: (a: number) => [number, number, number, number];
810
+ export const masternodevotetransition_toHex: (a: number) => [number, number, number, number];
811
+ export const masternodevotetransition_toJSON: (a: number) => [number, number, number];
812
+ export const masternodevotetransition_toObject: (a: number) => [number, number, number];
813
+ export const masternodevotetransition_toStateTransition: (a: number) => number;
814
+ export const masternodevotetransition_type_name: (a: number) => [number, number];
815
+ export const masternodevotetransition_vote: (a: number) => number;
816
+ export const masternodevotetransition_voter_identity_id: (a: number) => number;
1458
817
  export const shieldedwithdrawaltransition_actions: (a: number) => [number, number];
1459
818
  export const shieldedwithdrawaltransition_anchor: (a: number) => [number, number];
1460
819
  export const shieldedwithdrawaltransition_binding_signature: (a: number) => [number, number];
@@ -1474,307 +833,33 @@ export const shieldedwithdrawaltransition_toObject: (a: number) => [number, numb
1474
833
  export const shieldedwithdrawaltransition_toStateTransition: (a: number) => number;
1475
834
  export const shieldedwithdrawaltransition_type_name: (a: number) => [number, number];
1476
835
  export const shieldedwithdrawaltransition_unshielding_amount: (a: number) => bigint;
1477
- export const testJsValueToJson: (a: any) => [number, number, number];
1478
- export const tokenpreprogrammeddistribution_constructor: (a: any) => [number, number, number];
1479
- export const tokenpreprogrammeddistribution_distributions: (a: number) => any;
1480
- export const tokenpreprogrammeddistribution_set_distributions: (a: number, b: any) => [number, number];
1481
- export const tokenpreprogrammeddistribution_struct_name: () => [number, number];
1482
- export const tokenpreprogrammeddistribution_type_name: (a: number) => [number, number];
1483
- export const wasmdpperror_code: (a: number) => number;
1484
- export const wasmdpperror_kind: (a: number) => number;
1485
- export const wasmdpperror_message: (a: number) => [number, number];
1486
- export const wasmdpperror_name: (a: number) => [number, number];
1487
- export const __wbg_consensuserror_free: (a: number, b: number) => void;
1488
- export const __wbg_documentbasetransition_free: (a: number, b: number) => void;
1489
- export const __wbg_identitypublickeyincreation_free: (a: number, b: number) => void;
1490
- export const __wbg_protxhash_free: (a: number, b: number) => void;
1491
- export const __wbg_shieldedtransfertransition_free: (a: number, b: number) => void;
1492
- export const __wbg_shieldtransition_free: (a: number, b: number) => void;
1493
- export const __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
1494
- export const consensuserror_code: (a: number) => number;
1495
- export const consensuserror_deserialize: (a: number, b: number) => [number, number, number];
1496
- export const consensuserror_document_reference_error_code: (a: number) => number;
1497
- export const consensuserror_message: (a: number) => [number, number];
1498
- export const consensuserror_struct_name: () => [number, number];
1499
- export const consensuserror_type_name: (a: number) => [number, number];
1500
- export const documentbasetransition_constructor: (a: any) => [number, number, number];
1501
- export const documentbasetransition_data_contract_id: (a: number) => number;
1502
- export const documentbasetransition_document_type_name: (a: number) => [number, number];
1503
- export const documentbasetransition_id: (a: number) => number;
1504
- export const documentbasetransition_identity_contract_nonce: (a: number) => bigint;
1505
- export const documentbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
1506
- export const documentbasetransition_set_document_type_name: (a: number, b: number, c: number) => void;
1507
- export const documentbasetransition_set_id: (a: number, b: any) => [number, number];
1508
- export const documentbasetransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
1509
- export const documentbasetransition_set_token_payment_info: (a: number, b: number) => void;
1510
- export const documentbasetransition_struct_name: () => [number, number];
1511
- export const documentbasetransition_token_payment_info: (a: number) => number;
1512
- export const documentbasetransition_type_name: (a: number) => [number, number];
1513
- export const identitypublickeyincreation_constructor: (a: any) => [number, number, number];
1514
- export const identitypublickeyincreation_contract_bounds: (a: number) => number;
1515
- export const identitypublickeyincreation_data: (a: number) => [number, number];
1516
- export const identitypublickeyincreation_fromJSON: (a: any) => [number, number, number];
1517
- export const identitypublickeyincreation_fromObject: (a: any) => [number, number, number];
1518
- export const identitypublickeyincreation_getHash: (a: number) => [number, number, number, number];
1519
- export const identitypublickeyincreation_is_read_only: (a: number) => number;
1520
- export const identitypublickeyincreation_key_id: (a: number) => number;
1521
- export const identitypublickeyincreation_key_type: (a: number) => [number, number];
1522
- export const identitypublickeyincreation_purpose: (a: number) => [number, number];
1523
- export const identitypublickeyincreation_security_level: (a: number) => [number, number];
1524
- export const identitypublickeyincreation_set_contract_bounds: (a: number, b: number) => void;
1525
- export const identitypublickeyincreation_set_data: (a: number, b: number, c: number) => void;
1526
- export const identitypublickeyincreation_set_is_read_only: (a: number, b: number) => void;
1527
- export const identitypublickeyincreation_set_key_id: (a: number, b: any) => [number, number];
1528
- export const identitypublickeyincreation_set_key_type: (a: number, b: any) => [number, number];
1529
- export const identitypublickeyincreation_set_purpose: (a: number, b: any) => [number, number];
1530
- export const identitypublickeyincreation_set_security_level: (a: number, b: any) => [number, number];
1531
- export const identitypublickeyincreation_set_signature: (a: number, b: number, c: number) => void;
1532
- export const identitypublickeyincreation_signature: (a: number) => [number, number];
1533
- export const identitypublickeyincreation_struct_name: () => [number, number];
1534
- export const identitypublickeyincreation_toIdentityPublicKey: (a: number) => number;
1535
- export const identitypublickeyincreation_toJSON: (a: number) => [number, number, number];
1536
- export const identitypublickeyincreation_toObject: (a: number) => [number, number, number];
1537
- export const identitypublickeyincreation_type_name: (a: number) => [number, number];
1538
- export const protxhash_struct_name: () => [number, number];
1539
- export const protxhash_type_name: (a: number) => [number, number];
1540
- export const shieldedtransfertransition_actions: (a: number) => [number, number];
1541
- export const shieldedtransfertransition_anchor: (a: number) => [number, number];
1542
- export const shieldedtransfertransition_binding_signature: (a: number) => [number, number];
1543
- export const shieldedtransfertransition_fromBytes: (a: number, b: number) => [number, number, number];
1544
- export const shieldedtransfertransition_fromJSON: (a: any) => [number, number, number];
1545
- export const shieldedtransfertransition_fromObject: (a: any) => [number, number, number];
1546
- export const shieldedtransfertransition_getModifiedDataIds: (a: number) => [number, number];
1547
- export const shieldedtransfertransition_new: (a: any) => [number, number, number];
1548
- export const shieldedtransfertransition_proof: (a: number) => [number, number];
1549
- export const shieldedtransfertransition_struct_name: () => [number, number];
1550
- export const shieldedtransfertransition_toBytes: (a: number) => [number, number, number, number];
1551
- export const shieldedtransfertransition_toJSON: (a: number) => [number, number, number];
1552
- export const shieldedtransfertransition_toObject: (a: number) => [number, number, number];
1553
- export const shieldedtransfertransition_toStateTransition: (a: number) => number;
1554
- export const shieldedtransfertransition_type_name: (a: number) => [number, number];
1555
- export const shieldedtransfertransition_value_balance: (a: number) => bigint;
1556
- export const shieldtransition_actions: (a: number) => [number, number];
1557
- export const shieldtransition_amount: (a: number) => bigint;
1558
- export const shieldtransition_anchor: (a: number) => [number, number];
1559
- export const shieldtransition_binding_signature: (a: number) => [number, number];
1560
- export const shieldtransition_fee_strategy: (a: number) => [number, number];
1561
- export const shieldtransition_fromBytes: (a: number, b: number) => [number, number, number];
1562
- export const shieldtransition_fromJSON: (a: any) => [number, number, number];
1563
- export const shieldtransition_fromObject: (a: any) => [number, number, number];
1564
- export const shieldtransition_getModifiedDataIds: (a: number) => [number, number];
1565
- export const shieldtransition_input_witnesses: (a: number) => [number, number];
1566
- export const shieldtransition_inputs: (a: number) => [number, number];
1567
- export const shieldtransition_new: (a: any) => [number, number, number];
1568
- export const shieldtransition_proof: (a: number) => [number, number];
1569
- export const shieldtransition_struct_name: () => [number, number];
1570
- export const shieldtransition_toBytes: (a: number) => [number, number, number, number];
1571
- export const shieldtransition_toJSON: (a: number) => [number, number, number];
1572
- export const shieldtransition_toObject: (a: number) => [number, number, number];
1573
- export const shieldtransition_toStateTransition: (a: number) => number;
1574
- export const shieldtransition_type_name: (a: number) => [number, number];
1575
- export const shieldtransition_user_fee_increase: (a: number) => number;
1576
- export const tokendestroyfrozenfundstransition_base: (a: number) => number;
1577
- export const tokendestroyfrozenfundstransition_constructor: (a: any) => [number, number, number];
1578
- export const tokendestroyfrozenfundstransition_frozen_identity_id: (a: number) => number;
1579
- export const tokendestroyfrozenfundstransition_public_note: (a: number) => [number, number];
1580
- export const tokendestroyfrozenfundstransition_set_base: (a: number, b: number) => void;
1581
- export const tokendestroyfrozenfundstransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
1582
- export const tokendestroyfrozenfundstransition_set_public_note: (a: number, b: number, c: number) => void;
1583
- export const tokendestroyfrozenfundstransition_struct_name: () => [number, number];
1584
- export const tokendestroyfrozenfundstransition_type_name: (a: number) => [number, number];
1585
- export const __wbg_addresswitness_free: (a: number, b: number) => void;
1586
- export const __wbg_batchedtransition_free: (a: number, b: number) => void;
1587
- export const __wbg_blockbaseddistribution_free: (a: number, b: number) => void;
1588
- export const __wbg_contenderwithserializeddocument_free: (a: number, b: number) => void;
1589
- export const __wbg_contractbounds_free: (a: number, b: number) => void;
1590
- export const __wbg_documentcreatetransition_free: (a: number, b: number) => void;
1591
- export const __wbg_documentdeletetransition_free: (a: number, b: number) => void;
1592
- export const __wbg_documentpurchasetransition_free: (a: number, b: number) => void;
1593
- export const __wbg_get_blockbaseddistribution_interval: (a: number) => bigint;
1594
- export const __wbg_get_epochbaseddistribution_interval: (a: number) => number;
1595
- export const __wbg_get_timebaseddistribution_interval: (a: number) => bigint;
1596
- export const __wbg_rewarddistributiontype_free: (a: number, b: number) => void;
1597
- export const __wbg_serializedorchardaction_free: (a: number, b: number) => void;
1598
- export const __wbg_set_blockbaseddistribution_interval: (a: number, b: bigint) => void;
1599
- export const __wbg_set_epochbaseddistribution_interval: (a: number, b: number) => void;
1600
- export const __wbg_tokenconfigurationlocalization_free: (a: number, b: number) => void;
1601
- export const __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
1602
- export const __wbg_tokentransition_free: (a: number, b: number) => void;
1603
- export const __wbg_verifieddocuments_free: (a: number, b: number) => void;
1604
- export const addresswitness_fromJSON: (a: any) => [number, number, number];
1605
- export const addresswitness_fromObject: (a: any) => [number, number, number];
1606
- export const addresswitness_isP2pkh: (a: number) => number;
1607
- export const addresswitness_isP2sh: (a: number) => number;
1608
- export const addresswitness_kind: (a: number) => [number, number];
1609
- export const addresswitness_p2pkh: (a: number, b: number) => number;
1610
- export const addresswitness_p2sh: (a: any, b: number, c: number) => [number, number, number];
1611
- export const addresswitness_redeemScript: (a: number) => [number, number];
1612
- export const addresswitness_signature: (a: number) => [number, number];
1613
- export const addresswitness_signatures: (a: number) => [number, number];
1614
- export const addresswitness_struct_name: () => [number, number];
1615
- export const addresswitness_toJSON: (a: number) => [number, number, number];
1616
- export const addresswitness_toObject: (a: number) => [number, number, number];
1617
- export const addresswitness_type_name: (a: number) => [number, number];
1618
- export const batchedtransition_constructor: (a: any) => [number, number, number];
1619
- export const batchedtransition_data_contract_id: (a: number) => number;
1620
- export const batchedtransition_set_data_contract_id: (a: number, b: any) => [number, number];
1621
- export const batchedtransition_struct_name: () => [number, number];
1622
- export const batchedtransition_toTransition: (a: number) => any;
1623
- export const batchedtransition_type_name: (a: number) => [number, number];
1624
- export const blockbaseddistribution_function: (a: number) => number;
1625
- export const blockbaseddistribution_set_function: (a: number, b: number) => void;
1626
- export const blockbaseddistribution_struct_name: () => [number, number];
1627
- export const blockbaseddistribution_type_name: (a: number) => [number, number];
1628
- export const contenderwithserializeddocument_constructor: (a: any, b: number, c: number, d: number) => [number, number, number];
1629
- export const contenderwithserializeddocument_fromJSON: (a: any) => [number, number, number];
1630
- export const contenderwithserializeddocument_fromObject: (a: any) => [number, number, number];
1631
- export const contenderwithserializeddocument_identity_id: (a: number) => number;
1632
- export const contenderwithserializeddocument_serialized_document: (a: number) => any;
1633
- export const contenderwithserializeddocument_struct_name: () => [number, number];
1634
- export const contenderwithserializeddocument_toJSON: (a: number) => [number, number, number];
1635
- export const contenderwithserializeddocument_toObject: (a: number) => [number, number, number];
1636
- export const contenderwithserializeddocument_type_name: (a: number) => [number, number];
1637
- export const contenderwithserializeddocument_vote_tally: (a: number) => number;
1638
- export const contractbounds_ContractGroup: (a: any) => [number, number, number];
1639
- export const contractbounds_SingleContract: (a: any) => [number, number, number];
1640
- export const contractbounds_SingleContractDocumentType: (a: any, b: number, c: number) => [number, number, number];
1641
- export const contractbounds_constructor: (a: any, b: number, c: number) => [number, number, number];
1642
- export const contractbounds_contract_bounds_type: (a: number) => [number, number];
1643
- export const contractbounds_contract_bounds_type_number: (a: number) => number;
1644
- export const contractbounds_contract_group_id: (a: number) => number;
1645
- export const contractbounds_document_type_name: (a: number) => [number, number];
1646
- export const contractbounds_fromJSON: (a: any) => [number, number, number];
1647
- export const contractbounds_fromObject: (a: any) => [number, number, number];
1648
- export const contractbounds_id: (a: number) => number;
1649
- export const contractbounds_set_document_type_name: (a: number, b: number, c: number) => void;
1650
- export const contractbounds_set_id: (a: number, b: any) => [number, number];
1651
- export const contractbounds_struct_name: () => [number, number];
1652
- export const contractbounds_toJSON: (a: number) => [number, number, number];
1653
- export const contractbounds_toObject: (a: number) => [number, number, number];
1654
- export const contractbounds_type_name: (a: number) => [number, number];
1655
- export const documentcreatetransition_base: (a: number) => number;
1656
- export const documentcreatetransition_clearPrefundedVotingBalance: (a: number) => void;
1657
- export const documentcreatetransition_constructor: (a: any) => [number, number, number];
1658
- export const documentcreatetransition_data: (a: number) => [number, number, number];
1659
- export const documentcreatetransition_entropy: (a: number) => [number, number];
1660
- export const documentcreatetransition_fromDocumentTransition: (a: number) => [number, number, number];
1661
- export const documentcreatetransition_prefunded_voting_balance: (a: number) => number;
1662
- export const documentcreatetransition_set_base: (a: number, b: number) => void;
1663
- export const documentcreatetransition_set_data: (a: number, b: any) => [number, number];
1664
- export const documentcreatetransition_set_entropy: (a: number, b: number, c: number) => [number, number];
1665
- export const documentcreatetransition_set_prefunded_voting_balance: (a: number, b: number) => void;
1666
- export const documentcreatetransition_struct_name: () => [number, number];
1667
- export const documentcreatetransition_toDocumentTransition: (a: number) => number;
1668
- export const documentcreatetransition_type_name: (a: number) => [number, number];
1669
- export const documentdeletetransition_base: (a: number) => number;
1670
- export const documentdeletetransition_constructor: (a: any) => [number, number, number];
1671
- export const documentdeletetransition_fromDocumentTransition: (a: number) => [number, number, number];
1672
- export const documentdeletetransition_set_base: (a: number, b: number) => void;
1673
- export const documentdeletetransition_struct_name: () => [number, number];
1674
- export const documentdeletetransition_toDocumentTransition: (a: number) => number;
1675
- export const documentdeletetransition_type_name: (a: number) => [number, number];
1676
- export const documentpurchasetransition_base: (a: number) => number;
1677
- export const documentpurchasetransition_constructor: (a: any) => [number, number, number];
1678
- export const documentpurchasetransition_fromDocumentTransition: (a: number) => [number, number, number];
1679
- export const documentpurchasetransition_price: (a: number) => bigint;
1680
- export const documentpurchasetransition_revision: (a: number) => bigint;
1681
- export const documentpurchasetransition_set_base: (a: number, b: number) => void;
1682
- export const documentpurchasetransition_set_price: (a: number, b: any) => [number, number];
1683
- export const documentpurchasetransition_set_revision: (a: number, b: any) => [number, number];
1684
- export const documentpurchasetransition_struct_name: () => [number, number];
1685
- export const documentpurchasetransition_toDocumentTransition: (a: number) => number;
1686
- export const documentpurchasetransition_type_name: (a: number) => [number, number];
1687
- export const epochbaseddistribution_function: (a: number) => number;
1688
- export const epochbaseddistribution_set_function: (a: number, b: number) => void;
1689
- export const epochbaseddistribution_struct_name: () => [number, number];
1690
- export const epochbaseddistribution_type_name: (a: number) => [number, number];
1691
- export const rewarddistributiontype_BlockBasedDistribution: (a: bigint, b: number) => number;
1692
- export const rewarddistributiontype_EpochBasedDistribution: (a: number, b: number) => number;
1693
- export const rewarddistributiontype_TimeBasedDistribution: (a: bigint, b: number) => number;
1694
- export const rewarddistributiontype_distribution: (a: number) => any;
1695
- export const rewarddistributiontype_struct_name: () => [number, number];
1696
- export const rewarddistributiontype_type_name: (a: number) => [number, number];
1697
- export const serializedorchardaction_cmx: (a: number) => [number, number];
1698
- export const serializedorchardaction_constructor: (a: any) => [number, number, number];
1699
- export const serializedorchardaction_cv_net: (a: number) => [number, number];
1700
- export const serializedorchardaction_encrypted_note: (a: number) => [number, number];
1701
- export const serializedorchardaction_fromJSON: (a: any) => [number, number, number];
1702
- export const serializedorchardaction_fromObject: (a: any) => [number, number, number];
1703
- export const serializedorchardaction_nullifier: (a: number) => [number, number];
1704
- export const serializedorchardaction_rk: (a: number) => [number, number];
1705
- export const serializedorchardaction_spend_auth_sig: (a: number) => [number, number];
1706
- export const serializedorchardaction_struct_name: () => [number, number];
1707
- export const serializedorchardaction_toJSON: (a: number) => [number, number, number];
1708
- export const serializedorchardaction_toObject: (a: number) => [number, number, number];
1709
- export const serializedorchardaction_type_name: (a: number) => [number, number];
1710
- export const timebaseddistribution_function: (a: number) => number;
1711
- export const timebaseddistribution_set_function: (a: number, b: number) => void;
1712
- export const timebaseddistribution_struct_name: () => [number, number];
1713
- export const timebaseddistribution_type_name: (a: number) => [number, number];
1714
- export const tokenconfigurationchangeitem_MainControlGroupItem: (a: number) => number;
1715
- export const tokenconfigurationlocalization_constructor: (a: number, b: number, c: number, d: number, e: number) => number;
1716
- export const tokenconfigurationlocalization_fromJSON: (a: any) => [number, number, number];
1717
- export const tokenconfigurationlocalization_fromObject: (a: any) => [number, number, number];
1718
- export const tokenconfigurationlocalization_plural_form: (a: number) => [number, number];
1719
- export const tokenconfigurationlocalization_set_plural_form: (a: number, b: number, c: number) => void;
1720
- export const tokenconfigurationlocalization_set_should_capitalize: (a: number, b: number) => void;
1721
- export const tokenconfigurationlocalization_set_singular_form: (a: number, b: number, c: number) => void;
1722
- export const tokenconfigurationlocalization_should_capitalize: (a: number) => number;
1723
- export const tokenconfigurationlocalization_singular_form: (a: number) => [number, number];
1724
- export const tokenconfigurationlocalization_struct_name: () => [number, number];
1725
- export const tokenconfigurationlocalization_toJSON: (a: number) => [number, number, number];
1726
- export const tokenconfigurationlocalization_toObject: (a: number) => [number, number, number];
1727
- export const tokenconfigurationlocalization_type_name: (a: number) => [number, number];
1728
- export const tokensetpricefordirectpurchasetransition_base: (a: number) => number;
1729
- export const tokensetpricefordirectpurchasetransition_constructor: (a: any) => [number, number, number];
1730
- export const tokensetpricefordirectpurchasetransition_price: (a: number) => number;
1731
- export const tokensetpricefordirectpurchasetransition_public_note: (a: number) => [number, number];
1732
- export const tokensetpricefordirectpurchasetransition_set_base: (a: number, b: number) => void;
1733
- export const tokensetpricefordirectpurchasetransition_set_price: (a: number, b: number) => void;
1734
- export const tokensetpricefordirectpurchasetransition_set_public_note: (a: number, b: number, c: number) => void;
1735
- export const tokensetpricefordirectpurchasetransition_struct_name: () => [number, number];
1736
- export const tokensetpricefordirectpurchasetransition_type_name: (a: number) => [number, number];
1737
- export const tokentransition_constructor: (a: any) => [number, number, number];
1738
- export const tokentransition_contract_id: (a: number) => number;
1739
- export const tokentransition_getHistoricalDocumentId: (a: number, b: any) => [number, number, number];
1740
- export const tokentransition_historical_document_type_name: (a: number) => [number, number];
1741
- export const tokentransition_identity_contract_nonce: (a: number) => bigint;
1742
- export const tokentransition_set_contract_id: (a: number, b: any) => [number, number];
1743
- export const tokentransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
1744
- export const tokentransition_set_token_id: (a: number, b: any) => [number, number];
1745
- export const tokentransition_struct_name: () => [number, number];
1746
- export const tokentransition_token_id: (a: number) => number;
1747
- export const tokentransition_transition: (a: number) => any;
1748
- export const tokentransition_transition_type: (a: number) => [number, number];
1749
- export const tokentransition_transition_type_number: (a: number) => number;
1750
- export const tokentransition_type_name: (a: number) => [number, number];
1751
- export const verifieddocuments_documents: (a: number) => any;
1752
- export const verifieddocuments_fromJSON: (a: any) => [number, number, number];
1753
- export const verifieddocuments_fromObject: (a: any) => [number, number, number];
1754
- export const verifieddocuments_struct_name: () => [number, number];
1755
- export const verifieddocuments_toJSON: (a: number) => [number, number, number];
1756
- export const verifieddocuments_toObject: (a: number) => any;
1757
- export const verifieddocuments_type_name: (a: number) => [number, number];
1758
- export const __wbg_set_timebaseddistribution_interval: (a: number, b: bigint) => void;
1759
- export const __wbg_timebaseddistribution_free: (a: number, b: number) => void;
1760
- export const __wbg_epochbaseddistribution_free: (a: number, b: number) => void;
836
+ export const tokenconfigurationchangeitem_item: (a: number) => any;
837
+ export const tokenconfigurationchangeitem_item_name: (a: number) => [number, number];
838
+ export const tokenconfigurationchangeitem_struct_name: () => [number, number];
839
+ export const tokenconfigurationchangeitem_type_name: (a: number) => [number, number];
840
+ export const tokenevent_fromJSON: (a: any) => [number, number, number];
841
+ export const tokenevent_fromObject: (a: any) => [number, number, number];
842
+ export const tokenevent_struct_name: () => [number, number];
843
+ export const tokenevent_toJSON: (a: number) => [number, number, number];
844
+ export const tokenevent_toObject: (a: number) => [number, number, number];
845
+ export const tokenevent_type_name: (a: number) => [number, number];
846
+ export const tokenevent_variant: (a: number) => number;
847
+ export const tokenpricingschedule_SetPrices: (a: any) => [number, number, number];
848
+ export const tokenpricingschedule_SinglePrice: (a: bigint) => number;
849
+ export const tokenpricingschedule_fromJSON: (a: any) => [number, number, number];
850
+ export const tokenpricingschedule_fromObject: (a: any) => [number, number, number];
851
+ export const tokenpricingschedule_schedule_type: (a: number) => [number, number];
852
+ export const tokenpricingschedule_struct_name: () => [number, number];
853
+ export const tokenpricingschedule_toJSON: (a: number) => [number, number, number];
854
+ export const tokenpricingschedule_toObject: (a: number) => [number, number, number];
855
+ export const tokenpricingschedule_type_name: (a: number) => [number, number];
856
+ export const tokenpricingschedule_value: (a: number) => [number, number, number];
857
+ export const masternodevotetransition_user_fee_increase: (a: number) => number;
1761
858
  export const __wbg_blockinfo_free: (a: number, b: number) => void;
1762
- export const __wbg_changecontrolrules_free: (a: number, b: number) => void;
1763
- export const __wbg_get_verifiedbalancetransfer_recipient: (a: number) => number;
1764
- export const __wbg_get_verifiedbalancetransfer_sender: (a: number) => number;
1765
- export const __wbg_get_verifiedidentity_identity: (a: number) => number;
1766
- export const __wbg_get_verifiedidentityfullwithaddressinfos_identity: (a: number) => number;
1767
- export const __wbg_get_verifiedidentitywithaddressinfos_partialIdentity: (a: number) => number;
1768
- export const __wbg_get_verifiedpartialidentity_partialIdentity: (a: number) => number;
1769
- export const __wbg_set_verifiedbalancetransfer_recipient: (a: number, b: number) => void;
1770
- export const __wbg_set_verifiedbalancetransfer_sender: (a: number, b: number) => void;
1771
- export const __wbg_set_verifiedidentity_identity: (a: number, b: number) => void;
1772
- export const __wbg_verifiedaddressinfos_free: (a: number, b: number) => void;
1773
- export const __wbg_verifiedbalancetransfer_free: (a: number, b: number) => void;
1774
- export const __wbg_verifiedidentity_free: (a: number, b: number) => void;
1775
- export const __wbg_verifiedidentityfullwithaddressinfos_free: (a: number, b: number) => void;
1776
- export const __wbg_verifiedidentitywithaddressinfos_free: (a: number, b: number) => void;
1777
- export const __wbg_verifiedpartialidentity_free: (a: number, b: number) => void;
859
+ export const __wbg_groupstatetransitioninfo_free: (a: number, b: number) => void;
860
+ export const __wbg_identitytopupfromshieldedpooltransition_free: (a: number, b: number) => void;
861
+ export const __wbg_privatekey_free: (a: number, b: number) => void;
862
+ export const __wbg_shieldfromidentitytransition_free: (a: number, b: number) => void;
1778
863
  export const blockinfo_constructor: (a: any) => [number, number, number];
1779
864
  export const blockinfo_core_height: (a: number) => number;
1780
865
  export const blockinfo_epoch_index: (a: number) => number;
@@ -1786,161 +871,300 @@ export const blockinfo_time_ms: (a: number) => bigint;
1786
871
  export const blockinfo_toJSON: (a: number) => [number, number, number];
1787
872
  export const blockinfo_toObject: (a: number) => [number, number, number];
1788
873
  export const blockinfo_type_name: (a: number) => [number, number];
1789
- export const changecontrolrules_admin_action_takers: (a: number) => number;
1790
- export const changecontrolrules_authorized_to_make_change: (a: number) => number;
1791
- export const changecontrolrules_canChangeAdminActionTakers: (a: number, b: any) => [number, number, number];
1792
- export const changecontrolrules_constructor: (a: any) => [number, number, number];
1793
- export const changecontrolrules_is_changing_admin_action_takers_to_no_one_allowed: (a: number) => number;
1794
- export const changecontrolrules_is_changing_authorized_action_takers_to_no_one_allowed: (a: number) => number;
1795
- export const changecontrolrules_is_self_changing_admin_action_takers_allowed: (a: number) => number;
1796
- export const changecontrolrules_set_admin_action_takers: (a: number, b: number) => void;
1797
- export const changecontrolrules_set_authorized_to_make_change: (a: number, b: number) => void;
1798
- export const changecontrolrules_set_is_changing_admin_action_takers_to_no_one_allowed: (a: number, b: number) => void;
1799
- export const changecontrolrules_set_is_changing_authorized_action_takers_to_no_one_allowed: (a: number, b: number) => void;
1800
- export const changecontrolrules_set_is_self_changing_admin_action_takers_allowed: (a: number, b: number) => void;
1801
- export const changecontrolrules_struct_name: () => [number, number];
1802
- export const changecontrolrules_type_name: (a: number) => [number, number];
1803
- export const tokenconfigurationchangeitem_EmergencyActionAdminGroupItem: (a: number) => number;
1804
- export const tokenconfigurationchangeitem_EmergencyActionItem: (a: number) => number;
1805
- export const tokenconfigurationchangeitem_FreezeAdminGroupItem: (a: number) => number;
1806
- export const tokenconfigurationchangeitem_FreezeItem: (a: number) => number;
1807
- export const tokenconfigurationchangeitem_MarketplaceTradeModeAdminGroupItem: (a: number) => number;
1808
- export const tokenconfigurationchangeitem_MarketplaceTradeModeControlGroupItem: (a: number) => number;
1809
- export const tokenconfigurationchangeitem_MarketplaceTradeModeItem: (a: number) => number;
1810
- export const tokenconfigurationchangeitem_MaxSupplyAdminGroupItem: (a: number) => number;
1811
- export const tokenconfigurationchangeitem_MaxSupplyControlGroupItem: (a: number) => number;
1812
- export const tokenconfigurationchangeitem_MaxSupplyItem: (a: number, b: bigint) => number;
1813
- export const tokenconfigurationchangeitem_UnfreezeAdminGroupItem: (a: number) => number;
1814
- export const tokenconfigurationchangeitem_UnfreezeItem: (a: number) => number;
1815
- export const verifiedaddressinfos_address_infos: (a: number) => any;
1816
- export const verifiedaddressinfos_fromJSON: (a: any) => [number, number, number];
1817
- export const verifiedaddressinfos_fromObject: (a: any) => [number, number, number];
1818
- export const verifiedaddressinfos_struct_name: () => [number, number];
1819
- export const verifiedaddressinfos_toJSON: (a: number) => [number, number, number];
1820
- export const verifiedaddressinfos_toObject: (a: number) => any;
1821
- export const verifiedaddressinfos_type_name: (a: number) => [number, number];
1822
- export const verifiedbalancetransfer_fromJSON: (a: any) => [number, number, number];
1823
- export const verifiedbalancetransfer_fromObject: (a: any) => [number, number, number];
1824
- export const verifiedbalancetransfer_struct_name: () => [number, number];
1825
- export const verifiedbalancetransfer_toJSON: (a: number) => [number, number, number];
1826
- export const verifiedbalancetransfer_toObject: (a: number) => [number, number, number];
1827
- export const verifiedbalancetransfer_type_name: (a: number) => [number, number];
1828
- export const verifiedidentity_fromJSON: (a: any) => [number, number, number];
1829
- export const verifiedidentity_fromObject: (a: any) => [number, number, number];
1830
- export const verifiedidentity_struct_name: () => [number, number];
1831
- export const verifiedidentity_toJSON: (a: number) => [number, number, number];
1832
- export const verifiedidentity_toObject: (a: number) => [number, number, number];
1833
- export const verifiedidentity_type_name: (a: number) => [number, number];
1834
- export const verifiedidentityfullwithaddressinfos_address_infos: (a: number) => any;
1835
- export const verifiedidentityfullwithaddressinfos_fromJSON: (a: any) => [number, number, number];
1836
- export const verifiedidentityfullwithaddressinfos_fromObject: (a: any) => [number, number, number];
1837
- export const verifiedidentityfullwithaddressinfos_struct_name: () => [number, number];
1838
- export const verifiedidentityfullwithaddressinfos_toJSON: (a: number) => [number, number, number];
1839
- export const verifiedidentityfullwithaddressinfos_toObject: (a: number) => [number, number, number];
1840
- export const verifiedidentityfullwithaddressinfos_type_name: (a: number) => [number, number];
1841
- export const verifiedidentitywithaddressinfos_address_infos: (a: number) => any;
1842
- export const verifiedidentitywithaddressinfos_fromJSON: (a: any) => [number, number, number];
1843
- export const verifiedidentitywithaddressinfos_fromObject: (a: any) => [number, number, number];
1844
- export const verifiedidentitywithaddressinfos_struct_name: () => [number, number];
1845
- export const verifiedidentitywithaddressinfos_toJSON: (a: number) => [number, number, number];
1846
- export const verifiedidentitywithaddressinfos_toObject: (a: number) => [number, number, number];
1847
- export const verifiedidentitywithaddressinfos_type_name: (a: number) => [number, number];
1848
- export const verifiedpartialidentity_fromJSON: (a: any) => [number, number, number];
1849
- export const verifiedpartialidentity_fromObject: (a: any) => [number, number, number];
1850
- export const verifiedpartialidentity_struct_name: () => [number, number];
1851
- export const verifiedpartialidentity_toJSON: (a: number) => [number, number, number];
1852
- export const verifiedpartialidentity_toObject: (a: number) => [number, number, number];
1853
- export const verifiedpartialidentity_type_name: (a: number) => [number, number];
1854
- export const __wbg_set_verifiedidentityfullwithaddressinfos_identity: (a: number, b: number) => void;
1855
- export const __wbg_set_verifiedidentitywithaddressinfos_partialIdentity: (a: number, b: number) => void;
1856
- export const __wbg_set_verifiedpartialidentity_partialIdentity: (a: number, b: number) => void;
1857
- export const __wbg_addressfundstransfertransition_free: (a: number, b: number) => void;
1858
- export const __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
1859
- export const __wbg_tokenburntransition_free: (a: number, b: number) => void;
1860
- export const __wbg_tokenstatus_free: (a: number, b: number) => void;
1861
- export const __wbg_vote_free: (a: number, b: number) => void;
1862
- export const addressfundstransfertransition_constructor: (a: any) => [number, number, number];
1863
- export const addressfundstransfertransition_fromBase64: (a: number, b: number) => [number, number, number];
1864
- export const addressfundstransfertransition_fromBytes: (a: number, b: number) => [number, number, number];
1865
- export const addressfundstransfertransition_fromHex: (a: number, b: number) => [number, number, number];
1866
- export const addressfundstransfertransition_fromJSON: (a: any) => [number, number, number];
1867
- export const addressfundstransfertransition_fromObject: (a: any) => [number, number, number];
1868
- export const addressfundstransfertransition_fromStateTransition: (a: number) => [number, number, number];
1869
- export const addressfundstransfertransition_inputs: (a: number) => [number, number];
1870
- export const addressfundstransfertransition_outputs: (a: number) => [number, number];
1871
- export const addressfundstransfertransition_set_inputs: (a: number, b: number, c: number) => [number, number];
1872
- export const addressfundstransfertransition_set_outputs: (a: number, b: number, c: number) => [number, number];
1873
- export const addressfundstransfertransition_set_user_fee_increase: (a: number, b: any) => [number, number];
1874
- export const addressfundstransfertransition_struct_name: () => [number, number];
1875
- export const addressfundstransfertransition_toBase64: (a: number) => [number, number, number, number];
1876
- export const addressfundstransfertransition_toBytes: (a: number) => [number, number, number, number];
1877
- export const addressfundstransfertransition_toHex: (a: number) => [number, number, number, number];
1878
- export const addressfundstransfertransition_toJSON: (a: number) => [number, number, number];
1879
- export const addressfundstransfertransition_toObject: (a: number) => [number, number, number];
1880
- export const addressfundstransfertransition_toStateTransition: (a: number) => number;
1881
- export const addressfundstransfertransition_type_name: (a: number) => [number, number];
1882
- export const addressfundstransfertransition_user_fee_increase: (a: number) => number;
1883
- export const identitycreditwithdrawaltransition_amount: (a: number) => bigint;
1884
- export const identitycreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
1885
- export const identitycreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
1886
- export const identitycreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
1887
- export const identitycreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
1888
- export const identitycreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
1889
- export const identitycreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
1890
- export const identitycreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
1891
- export const identitycreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
1892
- export const identitycreditwithdrawaltransition_identity_id: (a: number) => number;
1893
- export const identitycreditwithdrawaltransition_modified_data_ids: (a: number) => [number, number];
1894
- export const identitycreditwithdrawaltransition_nonce: (a: number) => bigint;
1895
- export const identitycreditwithdrawaltransition_optional_asset_lock_proof: (a: number) => number;
1896
- export const identitycreditwithdrawaltransition_output_script: (a: number) => number;
1897
- export const identitycreditwithdrawaltransition_pooling: (a: number) => [number, number];
1898
- export const identitycreditwithdrawaltransition_purpose_requirement: (a: number) => [number, number];
1899
- export const identitycreditwithdrawaltransition_set_amount: (a: number, b: any) => [number, number];
1900
- export const identitycreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
1901
- export const identitycreditwithdrawaltransition_set_identity_id: (a: number, b: any) => [number, number];
1902
- export const identitycreditwithdrawaltransition_set_nonce: (a: number, b: any) => [number, number];
1903
- export const identitycreditwithdrawaltransition_set_output_script: (a: number, b: any) => [number, number];
1904
- export const identitycreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
1905
- export const identitycreditwithdrawaltransition_set_signature: (a: number, b: number, c: number) => void;
1906
- export const identitycreditwithdrawaltransition_set_signature_public_key_id: (a: number, b: number) => void;
1907
- export const identitycreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
1908
- export const identitycreditwithdrawaltransition_signature: (a: number) => [number, number];
1909
- export const identitycreditwithdrawaltransition_signature_public_key_id: (a: number) => number;
1910
- export const identitycreditwithdrawaltransition_struct_name: () => [number, number];
1911
- export const identitycreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
1912
- export const identitycreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
1913
- export const identitycreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
1914
- export const identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
1915
- export const identitycreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
1916
- export const identitycreditwithdrawaltransition_toStateTransition: (a: number) => number;
1917
- export const identitycreditwithdrawaltransition_type_name: (a: number) => [number, number];
1918
- export const identitycreditwithdrawaltransition_user_fee_increase: (a: number) => number;
1919
- export const tokenburntransition_base: (a: number) => number;
1920
- export const tokenburntransition_burn_amount: (a: number) => bigint;
1921
- export const tokenburntransition_constructor: (a: any) => [number, number, number];
1922
- export const tokenburntransition_public_note: (a: number) => [number, number];
1923
- export const tokenburntransition_set_base: (a: number, b: number) => void;
1924
- export const tokenburntransition_set_burn_amount: (a: number, b: any) => [number, number];
1925
- export const tokenburntransition_set_public_note: (a: number, b: number, c: number) => void;
1926
- export const tokenburntransition_struct_name: () => [number, number];
1927
- export const tokenburntransition_type_name: (a: number) => [number, number];
1928
- export const tokenconfigurationchangeitem_noChangeItem: () => number;
1929
- export const tokenstatus_is_paused: (a: number) => number;
1930
- export const tokenstatus_struct_name: () => [number, number];
1931
- export const tokenstatus_type_name: (a: number) => [number, number];
1932
- export const vote_choice: (a: number) => number;
1933
- export const vote_constructor: (a: number, b: number) => number;
1934
- export const vote_fromJSON: (a: any) => [number, number, number];
1935
- export const vote_fromObject: (a: any) => [number, number, number];
1936
- export const vote_poll: (a: number) => number;
1937
- export const vote_set_choice: (a: number, b: number) => void;
1938
- export const vote_set_poll: (a: number, b: number) => void;
1939
- export const vote_struct_name: () => [number, number];
1940
- export const vote_toJSON: (a: number) => [number, number, number];
1941
- export const vote_toObject: (a: number) => [number, number, number];
1942
- export const vote_type_name: (a: number) => [number, number];
874
+ export const groupstatetransitioninfo_action_id: (a: number) => number;
875
+ export const groupstatetransitioninfo_constructor: (a: any) => [number, number, number];
876
+ export const groupstatetransitioninfo_group_contract_position: (a: number) => number;
877
+ export const groupstatetransitioninfo_is_action_proposer: (a: number) => number;
878
+ export const groupstatetransitioninfo_set_action_id: (a: number, b: any) => [number, number];
879
+ export const groupstatetransitioninfo_set_group_contract_position: (a: number, b: number) => void;
880
+ export const groupstatetransitioninfo_set_is_action_proposer: (a: number, b: number) => void;
881
+ export const groupstatetransitioninfo_struct_name: () => [number, number];
882
+ export const groupstatetransitioninfo_type_name: (a: number) => [number, number];
883
+ export const identitytopupfromshieldedpooltransition_actions: (a: number) => [number, number];
884
+ export const identitytopupfromshieldedpooltransition_anchor: (a: number) => [number, number];
885
+ export const identitytopupfromshieldedpooltransition_binding_signature: (a: number) => [number, number];
886
+ export const identitytopupfromshieldedpooltransition_fromBase64: (a: number, b: number) => [number, number, number];
887
+ export const identitytopupfromshieldedpooltransition_fromBytes: (a: number, b: number) => [number, number, number];
888
+ export const identitytopupfromshieldedpooltransition_fromHex: (a: number, b: number) => [number, number, number];
889
+ export const identitytopupfromshieldedpooltransition_fromJSON: (a: any) => [number, number, number];
890
+ export const identitytopupfromshieldedpooltransition_fromObject: (a: any) => [number, number, number];
891
+ export const identitytopupfromshieldedpooltransition_fromStateTransition: (a: number) => [number, number, number];
892
+ export const identitytopupfromshieldedpooltransition_getModifiedDataIds: (a: number) => [number, number];
893
+ export const identitytopupfromshieldedpooltransition_identity_id: (a: number) => number;
894
+ export const identitytopupfromshieldedpooltransition_new: (a: any) => [number, number, number];
895
+ export const identitytopupfromshieldedpooltransition_proof: (a: number) => [number, number];
896
+ export const identitytopupfromshieldedpooltransition_struct_name: () => [number, number];
897
+ export const identitytopupfromshieldedpooltransition_toBase64: (a: number) => [number, number, number, number];
898
+ export const identitytopupfromshieldedpooltransition_toBytes: (a: number) => [number, number, number, number];
899
+ export const identitytopupfromshieldedpooltransition_toHex: (a: number) => [number, number, number, number];
900
+ export const identitytopupfromshieldedpooltransition_toJSON: (a: number) => [number, number, number];
901
+ export const identitytopupfromshieldedpooltransition_toObject: (a: number) => [number, number, number];
902
+ export const identitytopupfromshieldedpooltransition_toStateTransition: (a: number) => number;
903
+ export const identitytopupfromshieldedpooltransition_top_up_amount: (a: number) => bigint;
904
+ export const identitytopupfromshieldedpooltransition_type_name: (a: number) => [number, number];
905
+ export const privatekey_fromBytes: (a: number, b: number, c: any) => [number, number, number];
906
+ export const privatekey_fromHex: (a: number, b: number, c: any) => [number, number, number];
907
+ export const privatekey_fromWIF: (a: number, b: number) => [number, number, number];
908
+ export const privatekey_getPublicKey: (a: number) => number;
909
+ export const privatekey_getPublicKeyHash: (a: number) => [number, number];
910
+ export const privatekey_struct_name: () => [number, number];
911
+ export const privatekey_toBytes: (a: number) => [number, number];
912
+ export const privatekey_toHex: (a: number) => [number, number];
913
+ export const privatekey_toWIF: (a: number) => [number, number];
914
+ export const privatekey_type_name: (a: number) => [number, number];
915
+ export const shieldfromidentitytransition_actions: (a: number) => [number, number];
916
+ export const shieldfromidentitytransition_amount: (a: number) => bigint;
917
+ export const shieldfromidentitytransition_anchor: (a: number) => [number, number];
918
+ export const shieldfromidentitytransition_binding_signature: (a: number) => [number, number];
919
+ export const shieldfromidentitytransition_fromBase64: (a: number, b: number) => [number, number, number];
920
+ export const shieldfromidentitytransition_fromBytes: (a: number, b: number) => [number, number, number];
921
+ export const shieldfromidentitytransition_fromHex: (a: number, b: number) => [number, number, number];
922
+ export const shieldfromidentitytransition_fromJSON: (a: any) => [number, number, number];
923
+ export const shieldfromidentitytransition_fromObject: (a: any) => [number, number, number];
924
+ export const shieldfromidentitytransition_fromStateTransition: (a: number) => [number, number, number];
925
+ export const shieldfromidentitytransition_getModifiedDataIds: (a: number) => [number, number];
926
+ export const shieldfromidentitytransition_identity_id: (a: number) => number;
927
+ export const shieldfromidentitytransition_new: (a: any) => [number, number, number];
928
+ export const shieldfromidentitytransition_nonce: (a: number) => bigint;
929
+ export const shieldfromidentitytransition_proof: (a: number) => [number, number];
930
+ export const shieldfromidentitytransition_set_identity_id: (a: number, b: any) => [number, number];
931
+ export const shieldfromidentitytransition_set_nonce: (a: number, b: any) => [number, number];
932
+ export const shieldfromidentitytransition_set_signature: (a: number, b: number, c: number) => void;
933
+ export const shieldfromidentitytransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
934
+ export const shieldfromidentitytransition_set_user_fee_increase: (a: number, b: any) => [number, number];
935
+ export const shieldfromidentitytransition_signature: (a: number) => [number, number];
936
+ export const shieldfromidentitytransition_signature_public_key_id: (a: number) => number;
937
+ export const shieldfromidentitytransition_struct_name: () => [number, number];
938
+ export const shieldfromidentitytransition_toBase64: (a: number) => [number, number, number, number];
939
+ export const shieldfromidentitytransition_toBytes: (a: number) => [number, number, number, number];
940
+ export const shieldfromidentitytransition_toHex: (a: number) => [number, number, number, number];
941
+ export const shieldfromidentitytransition_toJSON: (a: number) => [number, number, number];
942
+ export const shieldfromidentitytransition_toObject: (a: number) => [number, number, number];
943
+ export const shieldfromidentitytransition_toStateTransition: (a: number) => number;
944
+ export const shieldfromidentitytransition_type_name: (a: number) => [number, number];
945
+ export const shieldfromidentitytransition_user_fee_increase: (a: number) => number;
946
+ export const __wbg_actiontaker_free: (a: number, b: number) => void;
947
+ export const __wbg_contesteddocumentvotepollwinnerinfo_free: (a: number, b: number) => void;
948
+ export const __wbg_distributionexponential_free: (a: number, b: number) => void;
949
+ export const __wbg_distributionfixedamount_free: (a: number, b: number) => void;
950
+ export const __wbg_distributioninvertedlogarithmic_free: (a: number, b: number) => void;
951
+ export const __wbg_distributionlinear_free: (a: number, b: number) => void;
952
+ export const __wbg_distributionlogarithmic_free: (a: number, b: number) => void;
953
+ export const __wbg_distributionpolynomial_free: (a: number, b: number) => void;
954
+ export const __wbg_distributionrandom_free: (a: number, b: number) => void;
955
+ export const __wbg_distributionstepdecreasingamount_free: (a: number, b: number) => void;
956
+ export const __wbg_groupstatetransitioninfostatus_free: (a: number, b: number) => void;
957
+ export const __wbg_instantassetlockproof_free: (a: number, b: number) => void;
958
+ export const __wbg_partialidentity_free: (a: number, b: number) => void;
959
+ export const __wbg_sharedencryptednote_free: (a: number, b: number) => void;
960
+ export const __wbg_tokenbasetransition_free: (a: number, b: number) => void;
961
+ export const __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
962
+ export const actiontaker_constructor: (a: any) => [number, number, number];
963
+ export const actiontaker_set_value: (a: number, b: any) => [number, number];
964
+ export const actiontaker_struct_name: () => [number, number];
965
+ export const actiontaker_taker_type: (a: number) => [number, number];
966
+ export const actiontaker_type_name: (a: number) => [number, number];
967
+ export const actiontaker_value: (a: number) => any;
968
+ export const contesteddocumentvotepollwinnerinfo_constructor: (a: number, b: number, c: number) => [number, number, number];
969
+ export const contesteddocumentvotepollwinnerinfo_fromJSON: (a: any) => [number, number, number];
970
+ export const contesteddocumentvotepollwinnerinfo_fromObject: (a: any) => [number, number, number];
971
+ export const contesteddocumentvotepollwinnerinfo_identity_id: (a: number) => number;
972
+ export const contesteddocumentvotepollwinnerinfo_is_locked: (a: number) => number;
973
+ export const contesteddocumentvotepollwinnerinfo_is_no_winner: (a: number) => number;
974
+ export const contesteddocumentvotepollwinnerinfo_is_won_by_identity: (a: number) => number;
975
+ export const contesteddocumentvotepollwinnerinfo_kind: (a: number) => [number, number];
976
+ export const contesteddocumentvotepollwinnerinfo_struct_name: () => [number, number];
977
+ export const contesteddocumentvotepollwinnerinfo_toJSON: (a: number) => [number, number, number];
978
+ export const contesteddocumentvotepollwinnerinfo_toObject: (a: number) => [number, number, number];
979
+ export const contesteddocumentvotepollwinnerinfo_type_name: (a: number) => [number, number];
980
+ export const distributionexponential_a: (a: number) => bigint;
981
+ export const distributionexponential_b: (a: number) => bigint;
982
+ export const distributionexponential_d: (a: number) => bigint;
983
+ export const distributionexponential_m: (a: number) => bigint;
984
+ export const distributionexponential_max_value: (a: number) => [number, bigint];
985
+ export const distributionexponential_min_value: (a: number) => [number, bigint];
986
+ export const distributionexponential_n: (a: number) => bigint;
987
+ export const distributionexponential_new: (a: any) => [number, number, number];
988
+ export const distributionexponential_o: (a: number) => bigint;
989
+ export const distributionexponential_set_a: (a: number, b: bigint) => void;
990
+ export const distributionexponential_set_b: (a: number, b: bigint) => void;
991
+ export const distributionexponential_set_d: (a: number, b: bigint) => void;
992
+ export const distributionexponential_set_m: (a: number, b: bigint) => void;
993
+ export const distributionexponential_set_max_value: (a: number, b: number, c: bigint) => void;
994
+ export const distributionexponential_set_min_value: (a: number, b: number, c: bigint) => void;
995
+ export const distributionexponential_set_n: (a: number, b: bigint) => void;
996
+ export const distributionexponential_set_o: (a: number, b: bigint) => void;
997
+ export const distributionexponential_set_start_moment: (a: number, b: number, c: bigint) => void;
998
+ export const distributionexponential_start_moment: (a: number) => [number, bigint];
999
+ export const distributionfixedamount_amount: (a: number) => bigint;
1000
+ export const distributionfixedamount_new: (a: any) => [number, number, number];
1001
+ export const distributionfixedamount_set_amount: (a: number, b: bigint) => void;
1002
+ export const distributioninvertedlogarithmic_a: (a: number) => bigint;
1003
+ export const distributioninvertedlogarithmic_b: (a: number) => bigint;
1004
+ export const distributioninvertedlogarithmic_d: (a: number) => bigint;
1005
+ export const distributioninvertedlogarithmic_m: (a: number) => bigint;
1006
+ export const distributioninvertedlogarithmic_max_value: (a: number) => [number, bigint];
1007
+ export const distributioninvertedlogarithmic_min_value: (a: number) => [number, bigint];
1008
+ export const distributioninvertedlogarithmic_n: (a: number) => bigint;
1009
+ export const distributioninvertedlogarithmic_new: (a: any) => [number, number, number];
1010
+ export const distributioninvertedlogarithmic_o: (a: number) => bigint;
1011
+ export const distributioninvertedlogarithmic_set_a: (a: number, b: bigint) => void;
1012
+ export const distributioninvertedlogarithmic_set_b: (a: number, b: bigint) => void;
1013
+ export const distributioninvertedlogarithmic_set_d: (a: number, b: bigint) => void;
1014
+ export const distributioninvertedlogarithmic_set_m: (a: number, b: bigint) => void;
1015
+ export const distributioninvertedlogarithmic_set_max_value: (a: number, b: number, c: bigint) => void;
1016
+ export const distributioninvertedlogarithmic_set_min_value: (a: number, b: number, c: bigint) => void;
1017
+ export const distributioninvertedlogarithmic_set_n: (a: number, b: bigint) => void;
1018
+ export const distributioninvertedlogarithmic_set_o: (a: number, b: bigint) => void;
1019
+ export const distributioninvertedlogarithmic_set_start_moment: (a: number, b: number, c: bigint) => void;
1020
+ export const distributioninvertedlogarithmic_start_moment: (a: number) => [number, bigint];
1021
+ export const distributionlinear_a: (a: number) => bigint;
1022
+ export const distributionlinear_d: (a: number) => bigint;
1023
+ export const distributionlinear_max_value: (a: number) => [number, bigint];
1024
+ export const distributionlinear_min_value: (a: number) => [number, bigint];
1025
+ export const distributionlinear_new: (a: any) => [number, number, number];
1026
+ export const distributionlinear_set_a: (a: number, b: bigint) => void;
1027
+ export const distributionlinear_set_d: (a: number, b: bigint) => void;
1028
+ export const distributionlinear_set_max_value: (a: number, b: number, c: bigint) => void;
1029
+ export const distributionlinear_set_min_value: (a: number, b: number, c: bigint) => void;
1030
+ export const distributionlinear_set_start_step: (a: number, b: number, c: bigint) => void;
1031
+ export const distributionlinear_set_starting_amount: (a: number, b: bigint) => void;
1032
+ export const distributionlinear_start_step: (a: number) => [number, bigint];
1033
+ export const distributionlinear_starting_amount: (a: number) => bigint;
1034
+ export const distributionlogarithmic_a: (a: number) => bigint;
1035
+ export const distributionlogarithmic_b: (a: number) => bigint;
1036
+ export const distributionlogarithmic_d: (a: number) => bigint;
1037
+ export const distributionlogarithmic_m: (a: number) => bigint;
1038
+ export const distributionlogarithmic_max_value: (a: number) => [number, bigint];
1039
+ export const distributionlogarithmic_min_value: (a: number) => [number, bigint];
1040
+ export const distributionlogarithmic_n: (a: number) => bigint;
1041
+ export const distributionlogarithmic_new: (a: any) => [number, number, number];
1042
+ export const distributionlogarithmic_o: (a: number) => bigint;
1043
+ export const distributionlogarithmic_set_a: (a: number, b: bigint) => void;
1044
+ export const distributionlogarithmic_set_b: (a: number, b: bigint) => void;
1045
+ export const distributionlogarithmic_set_d: (a: number, b: bigint) => void;
1046
+ export const distributionlogarithmic_set_m: (a: number, b: bigint) => void;
1047
+ export const distributionlogarithmic_set_max_value: (a: number, b: number, c: bigint) => void;
1048
+ export const distributionlogarithmic_set_min_value: (a: number, b: number, c: bigint) => void;
1049
+ export const distributionlogarithmic_set_n: (a: number, b: bigint) => void;
1050
+ export const distributionlogarithmic_set_o: (a: number, b: bigint) => void;
1051
+ export const distributionlogarithmic_set_start_moment: (a: number, b: number, c: bigint) => void;
1052
+ export const distributionlogarithmic_start_moment: (a: number) => [number, bigint];
1053
+ export const distributionpolynomial_a: (a: number) => bigint;
1054
+ export const distributionpolynomial_b: (a: number) => bigint;
1055
+ export const distributionpolynomial_d: (a: number) => bigint;
1056
+ export const distributionpolynomial_m: (a: number) => bigint;
1057
+ export const distributionpolynomial_max_value: (a: number) => [number, bigint];
1058
+ export const distributionpolynomial_min_value: (a: number) => [number, bigint];
1059
+ export const distributionpolynomial_n: (a: number) => bigint;
1060
+ export const distributionpolynomial_new: (a: any) => [number, number, number];
1061
+ export const distributionpolynomial_o: (a: number) => bigint;
1062
+ export const distributionpolynomial_set_a: (a: number, b: bigint) => void;
1063
+ export const distributionpolynomial_set_b: (a: number, b: bigint) => void;
1064
+ export const distributionpolynomial_set_d: (a: number, b: bigint) => void;
1065
+ export const distributionpolynomial_set_m: (a: number, b: bigint) => void;
1066
+ export const distributionpolynomial_set_max_value: (a: number, b: number, c: bigint) => void;
1067
+ export const distributionpolynomial_set_min_value: (a: number, b: number, c: bigint) => void;
1068
+ export const distributionpolynomial_set_n: (a: number, b: bigint) => void;
1069
+ export const distributionpolynomial_set_o: (a: number, b: bigint) => void;
1070
+ export const distributionpolynomial_set_start_moment: (a: number, b: number, c: bigint) => void;
1071
+ export const distributionpolynomial_start_moment: (a: number) => [number, bigint];
1072
+ export const distributionrandom_max: (a: number) => bigint;
1073
+ export const distributionrandom_min: (a: number) => bigint;
1074
+ export const distributionrandom_new: (a: any) => [number, number, number];
1075
+ export const distributionrandom_set_max: (a: number, b: bigint) => void;
1076
+ export const distributionrandom_set_min: (a: number, b: bigint) => void;
1077
+ export const distributionstepdecreasingamount_decrease_per_interval_denominator: (a: number) => number;
1078
+ export const distributionstepdecreasingamount_decrease_per_interval_numerator: (a: number) => number;
1079
+ export const distributionstepdecreasingamount_distribution_start_amount: (a: number) => bigint;
1080
+ export const distributionstepdecreasingamount_max_interval_count: (a: number) => number;
1081
+ export const distributionstepdecreasingamount_min_value: (a: number) => [number, bigint];
1082
+ export const distributionstepdecreasingamount_new: (a: any) => [number, number, number];
1083
+ export const distributionstepdecreasingamount_set_decrease_per_interval_denominator: (a: number, b: number) => void;
1084
+ export const distributionstepdecreasingamount_set_decrease_per_interval_numerator: (a: number, b: number) => void;
1085
+ export const distributionstepdecreasingamount_set_distribution_start_amount: (a: number, b: bigint) => void;
1086
+ export const distributionstepdecreasingamount_set_max_interval_count: (a: number, b: number) => void;
1087
+ export const distributionstepdecreasingamount_set_min_value: (a: number, b: number, c: bigint) => void;
1088
+ export const distributionstepdecreasingamount_set_start_decreasing_offset: (a: number, b: number, c: bigint) => void;
1089
+ export const distributionstepdecreasingamount_set_step_count: (a: number, b: number) => void;
1090
+ export const distributionstepdecreasingamount_set_trailing_distribution_interval_amount: (a: number, b: bigint) => void;
1091
+ export const distributionstepdecreasingamount_start_decreasing_offset: (a: number) => [number, bigint];
1092
+ export const distributionstepdecreasingamount_step_count: (a: number) => number;
1093
+ export const distributionstepdecreasingamount_trailing_distribution_interval_amount: (a: number) => bigint;
1094
+ export const groupstatetransitioninfostatus_action_id: (a: number) => number;
1095
+ export const groupstatetransitioninfostatus_group_contract_position: (a: number) => number;
1096
+ export const groupstatetransitioninfostatus_is_proposer: (a: number) => number;
1097
+ export const groupstatetransitioninfostatus_otherSigner: (a: number, b: any) => [number, number, number];
1098
+ export const groupstatetransitioninfostatus_proposer: (a: number) => number;
1099
+ export const groupstatetransitioninfostatus_struct_name: () => [number, number];
1100
+ export const groupstatetransitioninfostatus_toInfo: (a: number) => number;
1101
+ export const groupstatetransitioninfostatus_type_name: (a: number) => [number, number];
1102
+ export const instantassetlockproof_constructor: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
1103
+ export const instantassetlockproof_createIdentityId: (a: number) => [number, number, number];
1104
+ export const instantassetlockproof_fromJSON: (a: any) => [number, number, number];
1105
+ export const instantassetlockproof_fromObject: (a: any) => [number, number, number];
1106
+ export const instantassetlockproof_instant_lock: (a: number) => [number, number];
1107
+ export const instantassetlockproof_out_point: (a: number) => number;
1108
+ export const instantassetlockproof_output: (a: number) => [number, number];
1109
+ export const instantassetlockproof_output_index: (a: number) => number;
1110
+ export const instantassetlockproof_set_instant_lock: (a: number, b: number, c: number) => [number, number];
1111
+ export const instantassetlockproof_set_output_index: (a: number, b: any) => [number, number];
1112
+ export const instantassetlockproof_struct_name: () => [number, number];
1113
+ export const instantassetlockproof_toJSON: (a: number) => [number, number, number];
1114
+ export const instantassetlockproof_toObject: (a: number) => [number, number, number];
1115
+ export const instantassetlockproof_transaction: (a: number) => [number, number];
1116
+ export const instantassetlockproof_type_name: (a: number) => [number, number];
1117
+ export const partialidentity_balance: (a: number) => [number, bigint];
1118
+ export const partialidentity_constructor: (a: any) => [number, number, number];
1119
+ export const partialidentity_fromJSON: (a: any, b: any) => [number, number, number];
1120
+ export const partialidentity_fromObject: (a: any, b: any) => [number, number, number];
1121
+ export const partialidentity_id: (a: number) => number;
1122
+ export const partialidentity_loaded_public_keys: (a: number) => [number, number, number];
1123
+ export const partialidentity_not_found_public_keys: (a: number) => any;
1124
+ export const partialidentity_revision: (a: number) => [number, bigint];
1125
+ export const partialidentity_set_balance: (a: number, b: number, c: bigint) => void;
1126
+ export const partialidentity_set_id: (a: number, b: any) => [number, number];
1127
+ export const partialidentity_set_loaded_public_keys: (a: number, b: any) => [number, number];
1128
+ export const partialidentity_set_not_found_public_keys: (a: number, b: number) => [number, number];
1129
+ export const partialidentity_set_revision: (a: number, b: number, c: bigint) => void;
1130
+ export const partialidentity_struct_name: () => [number, number];
1131
+ export const partialidentity_toJSON: (a: number) => [number, number, number];
1132
+ export const partialidentity_toObject: (a: number) => [number, number, number];
1133
+ export const partialidentity_type_name: (a: number) => [number, number];
1134
+ export const sharedencryptednote_constructor: (a: number, b: number, c: number, d: number) => number;
1135
+ export const sharedencryptednote_recipient_key_index: (a: number) => number;
1136
+ export const sharedencryptednote_sender_key_index: (a: number) => number;
1137
+ export const sharedencryptednote_set_recipient_key_index: (a: number, b: number) => void;
1138
+ export const sharedencryptednote_set_sender_key_index: (a: number, b: number) => void;
1139
+ export const sharedencryptednote_set_value: (a: number, b: number, c: number) => void;
1140
+ export const sharedencryptednote_struct_name: () => [number, number];
1141
+ export const sharedencryptednote_type_name: (a: number) => [number, number];
1142
+ export const sharedencryptednote_value: (a: number) => [number, number];
1143
+ export const tokenbasetransition_constructor: (a: any) => [number, number, number];
1144
+ export const tokenbasetransition_data_contract_id: (a: number) => number;
1145
+ export const tokenbasetransition_identity_contract_nonce: (a: number) => bigint;
1146
+ export const tokenbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
1147
+ export const tokenbasetransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
1148
+ export const tokenbasetransition_set_token_contract_position: (a: number, b: any) => [number, number];
1149
+ export const tokenbasetransition_set_token_id: (a: number, b: any) => [number, number];
1150
+ export const tokenbasetransition_set_using_group_info: (a: number, b: any) => [number, number];
1151
+ export const tokenbasetransition_struct_name: () => [number, number];
1152
+ export const tokenbasetransition_token_contract_position: (a: number) => number;
1153
+ export const tokenbasetransition_token_id: (a: number) => number;
1154
+ export const tokenbasetransition_type_name: (a: number) => [number, number];
1155
+ export const tokenbasetransition_using_group_info: (a: number) => number;
1156
+ export const tokenclaimtransition_base: (a: number) => number;
1157
+ export const tokenclaimtransition_constructor: (a: any) => [number, number, number];
1158
+ export const tokenclaimtransition_distribution_type: (a: number) => [number, number];
1159
+ export const tokenclaimtransition_public_note: (a: number) => [number, number];
1160
+ export const tokenclaimtransition_set_base: (a: number, b: number) => void;
1161
+ export const tokenclaimtransition_set_distribution_type: (a: number, b: any) => [number, number];
1162
+ export const tokenclaimtransition_set_public_note: (a: number, b: number, c: number) => void;
1163
+ export const tokenclaimtransition_struct_name: () => [number, number];
1164
+ export const tokenclaimtransition_type_name: (a: number) => [number, number];
1165
+ export const __wbg_addressfundstransfertransition_free: (a: number, b: number) => void;
1943
1166
  export const __wbg_document_free: (a: number, b: number) => void;
1167
+ export const __wbg_extendedepochinfo_free: (a: number, b: number) => void;
1944
1168
  export const __wbg_get_verifiedtokenactionwithdocument_document: (a: number) => number;
1945
1169
  export const __wbg_get_verifiedtokenbalance_tokenId: (a: number) => number;
1946
1170
  export const __wbg_get_verifiedtokenbalanceabsence_tokenId: (a: number) => number;
@@ -1960,7 +1184,6 @@ export const __wbg_get_verifiedtokenpricingschedule_pricingSchedule: (a: number)
1960
1184
  export const __wbg_get_verifiedtokenpricingschedule_tokenId: (a: number) => number;
1961
1185
  export const __wbg_get_verifiedtokenstatus_tokenStatus: (a: number) => number;
1962
1186
  export const __wbg_group_free: (a: number, b: number) => void;
1963
- export const __wbg_identitycredittransfertoaddresses_free: (a: number, b: number) => void;
1964
1187
  export const __wbg_set_verifiedtokenactionwithdocument_document: (a: number, b: number) => void;
1965
1188
  export const __wbg_set_verifiedtokenbalance_tokenId: (a: number, b: number) => void;
1966
1189
  export const __wbg_set_verifiedtokenbalanceabsence_tokenId: (a: number, b: number) => void;
@@ -1976,7 +1199,6 @@ export const __wbg_set_verifiedtokenidentityinfo_tokenId: (a: number, b: number)
1976
1199
  export const __wbg_set_verifiedtokenidentityinfo_tokenInfo: (a: number, b: number) => void;
1977
1200
  export const __wbg_set_verifiedtokenpricingschedule_tokenId: (a: number, b: number) => void;
1978
1201
  export const __wbg_set_verifiedtokenstatus_tokenStatus: (a: number, b: number) => void;
1979
- export const __wbg_tokenpaymentinfo_free: (a: number, b: number) => void;
1980
1202
  export const __wbg_verifiedtokenactionwithdocument_free: (a: number, b: number) => void;
1981
1203
  export const __wbg_verifiedtokenbalance_free: (a: number, b: number) => void;
1982
1204
  export const __wbg_verifiedtokenbalanceabsence_free: (a: number, b: number) => void;
@@ -1989,6 +1211,28 @@ export const __wbg_verifiedtokenidentityinfo_free: (a: number, b: number) => voi
1989
1211
  export const __wbg_verifiedtokenpricingschedule_free: (a: number, b: number) => void;
1990
1212
  export const __wbg_verifiedtokenstatus_free: (a: number, b: number) => void;
1991
1213
  export const __wbg_votepoll_free: (a: number, b: number) => void;
1214
+ export const addressfundstransfertransition_constructor: (a: any) => [number, number, number];
1215
+ export const addressfundstransfertransition_fromBase64: (a: number, b: number) => [number, number, number];
1216
+ export const addressfundstransfertransition_fromBytes: (a: number, b: number) => [number, number, number];
1217
+ export const addressfundstransfertransition_fromHex: (a: number, b: number) => [number, number, number];
1218
+ export const addressfundstransfertransition_fromJSON: (a: any) => [number, number, number];
1219
+ export const addressfundstransfertransition_fromObject: (a: any) => [number, number, number];
1220
+ export const addressfundstransfertransition_fromStateTransition: (a: number) => [number, number, number];
1221
+ export const addressfundstransfertransition_inputs: (a: number) => [number, number];
1222
+ export const addressfundstransfertransition_outputs: (a: number) => [number, number];
1223
+ export const addressfundstransfertransition_set_inputs: (a: number, b: number, c: number) => [number, number];
1224
+ export const addressfundstransfertransition_set_outputs: (a: number, b: number, c: number) => [number, number];
1225
+ export const addressfundstransfertransition_set_user_fee_increase: (a: number, b: any) => [number, number];
1226
+ export const addressfundstransfertransition_struct_name: () => [number, number];
1227
+ export const addressfundstransfertransition_toBase64: (a: number) => [number, number, number, number];
1228
+ export const addressfundstransfertransition_toBytes: (a: number) => [number, number, number, number];
1229
+ export const addressfundstransfertransition_toHex: (a: number) => [number, number, number, number];
1230
+ export const addressfundstransfertransition_toJSON: (a: number) => [number, number, number];
1231
+ export const addressfundstransfertransition_toObject: (a: number) => [number, number, number];
1232
+ export const addressfundstransfertransition_toStateTransition: (a: number) => number;
1233
+ export const addressfundstransfertransition_type_name: (a: number) => [number, number];
1234
+ export const addressfundstransfertransition_user_fee_increase: (a: number) => number;
1235
+ export const computePlatformSighash: (a: number, b: number, c: number, d: number) => [number, number, number, number];
1992
1236
  export const document_constructor: (a: any) => [number, number, number];
1993
1237
  export const document_created_at: (a: number) => [number, bigint];
1994
1238
  export const document_created_at_block_height: (a: number) => [number, bigint];
@@ -2035,6 +1279,26 @@ export const document_type_name: (a: number) => [number, number];
2035
1279
  export const document_updated_at: (a: number) => [number, bigint];
2036
1280
  export const document_updated_at_block_height: (a: number) => [number, bigint];
2037
1281
  export const document_updated_at_core_block_height: (a: number) => number;
1282
+ export const extendedepochinfo_constructor: (a: any) => [number, number, number];
1283
+ export const extendedepochinfo_fee_multiplier: (a: number) => number;
1284
+ export const extendedepochinfo_fee_multiplier_permille: (a: number) => bigint;
1285
+ export const extendedepochinfo_first_block_height: (a: number) => any;
1286
+ export const extendedepochinfo_first_block_time: (a: number) => any;
1287
+ export const extendedepochinfo_first_core_block_height: (a: number) => number;
1288
+ export const extendedepochinfo_fromJSON: (a: any) => [number, number, number];
1289
+ export const extendedepochinfo_fromObject: (a: any) => [number, number, number];
1290
+ export const extendedepochinfo_index: (a: number) => number;
1291
+ export const extendedepochinfo_protocol_version: (a: number) => number;
1292
+ export const extendedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
1293
+ export const extendedepochinfo_set_first_block_height: (a: number, b: any) => [number, number];
1294
+ export const extendedepochinfo_set_first_block_time: (a: number, b: any) => [number, number];
1295
+ export const extendedepochinfo_set_first_core_block_height: (a: number, b: any) => [number, number];
1296
+ export const extendedepochinfo_set_index: (a: number, b: any) => [number, number];
1297
+ export const extendedepochinfo_set_protocol_version: (a: number, b: number) => void;
1298
+ export const extendedepochinfo_struct_name: () => [number, number];
1299
+ export const extendedepochinfo_toJSON: (a: number) => [number, number, number];
1300
+ export const extendedepochinfo_toObject: (a: number) => [number, number, number];
1301
+ export const extendedepochinfo_type_name: (a: number) => [number, number];
2038
1302
  export const group_constructor: (a: any, b: number) => [number, number, number];
2039
1303
  export const group_fromJSON: (a: any) => [number, number, number];
2040
1304
  export const group_fromObject: (a: any) => [number, number, number];
@@ -2047,50 +1311,7 @@ export const group_struct_name: () => [number, number];
2047
1311
  export const group_toJSON: (a: number) => [number, number, number];
2048
1312
  export const group_toObject: (a: number) => [number, number, number];
2049
1313
  export const group_type_name: (a: number) => [number, number];
2050
- export const identitycredittransfertoaddresses_constructor: (a: any) => [number, number, number];
2051
- export const identitycredittransfertoaddresses_fromBase64: (a: number, b: number) => [number, number, number];
2052
- export const identitycredittransfertoaddresses_fromBytes: (a: number, b: number) => [number, number, number];
2053
- export const identitycredittransfertoaddresses_fromHex: (a: number, b: number) => [number, number, number];
2054
- export const identitycredittransfertoaddresses_fromJSON: (a: any) => [number, number, number];
2055
- export const identitycredittransfertoaddresses_fromObject: (a: any) => [number, number, number];
2056
- export const identitycredittransfertoaddresses_fromStateTransition: (a: number) => [number, number, number];
2057
- export const identitycredittransfertoaddresses_nonce: (a: number) => bigint;
2058
- export const identitycredittransfertoaddresses_recipient_addresses: (a: number) => [number, number];
2059
- export const identitycredittransfertoaddresses_sender_id: (a: number) => number;
2060
- export const identitycredittransfertoaddresses_set_nonce: (a: number, b: any) => [number, number];
2061
- export const identitycredittransfertoaddresses_set_recipient_addresses: (a: number, b: number, c: number) => [number, number];
2062
- export const identitycredittransfertoaddresses_set_sender_id: (a: number, b: any) => [number, number];
2063
- export const identitycredittransfertoaddresses_set_signature: (a: number, b: number, c: number) => void;
2064
- export const identitycredittransfertoaddresses_set_signature_public_key_id: (a: number, b: any) => [number, number];
2065
- export const identitycredittransfertoaddresses_set_user_fee_increase: (a: number, b: any) => [number, number];
2066
- export const identitycredittransfertoaddresses_signature: (a: number) => [number, number];
2067
- export const identitycredittransfertoaddresses_signature_public_key_id: (a: number) => number;
2068
- export const identitycredittransfertoaddresses_struct_name: () => [number, number];
2069
- export const identitycredittransfertoaddresses_toBase64: (a: number) => [number, number, number, number];
2070
- export const identitycredittransfertoaddresses_toBytes: (a: number) => [number, number, number, number];
2071
- export const identitycredittransfertoaddresses_toHex: (a: number) => [number, number, number, number];
2072
- export const identitycredittransfertoaddresses_toJSON: (a: number) => [number, number, number];
2073
- export const identitycredittransfertoaddresses_toObject: (a: number) => [number, number, number];
2074
- export const identitycredittransfertoaddresses_toStateTransition: (a: number) => number;
2075
- export const identitycredittransfertoaddresses_type_name: (a: number) => [number, number];
2076
- export const identitycredittransfertoaddresses_user_fee_increase: (a: number) => number;
2077
- export const tokenpaymentinfo_constructor: (a: any) => [number, number, number];
2078
- export const tokenpaymentinfo_fromJSON: (a: any) => [number, number, number];
2079
- export const tokenpaymentinfo_fromObject: (a: any) => [number, number, number];
2080
- export const tokenpaymentinfo_gas_fees_paid_by: (a: number) => [number, number];
2081
- export const tokenpaymentinfo_maximum_token_cost: (a: number) => [number, bigint];
2082
- export const tokenpaymentinfo_minimum_token_cost: (a: number) => [number, bigint];
2083
- export const tokenpaymentinfo_payment_token_contract_id: (a: number) => number;
2084
- export const tokenpaymentinfo_set_gas_fees_paid_by: (a: number, b: any) => [number, number];
2085
- export const tokenpaymentinfo_set_maximum_token_cost: (a: number, b: number, c: bigint) => void;
2086
- export const tokenpaymentinfo_set_minimum_token_cost: (a: number, b: number, c: bigint) => void;
2087
- export const tokenpaymentinfo_set_payment_token_contract_id: (a: number, b: any) => [number, number];
2088
- export const tokenpaymentinfo_set_token_contract_position: (a: number, b: number) => void;
2089
- export const tokenpaymentinfo_struct_name: () => [number, number];
2090
- export const tokenpaymentinfo_toJSON: (a: number) => [number, number, number];
2091
- export const tokenpaymentinfo_toObject: (a: number) => [number, number, number];
2092
- export const tokenpaymentinfo_token_contract_position: (a: number) => number;
2093
- export const tokenpaymentinfo_type_name: (a: number) => [number, number];
1314
+ export const tokenconfigurationchangeitem_noChangeItem: () => number;
2094
1315
  export const verifiedtokenactionwithdocument_fromJSON: (a: any) => [number, number, number];
2095
1316
  export const verifiedtokenactionwithdocument_fromObject: (a: any) => [number, number, number];
2096
1317
  export const verifiedtokenactionwithdocument_struct_name: () => [number, number];
@@ -2179,20 +1400,93 @@ export const votepoll_type_name: (a: number) => [number, number];
2179
1400
  export const __wbg_set_verifiedtokengroupactionwithtokenpricingschedule_actionStatus: (a: number, b: number, c: number) => void;
2180
1401
  export const __wbg_set_verifiedtokenpricingschedule_pricingSchedule: (a: number, b: number) => void;
2181
1402
  export const __wbg_set_verifiedtokengroupactionwithtokenpricingschedule_groupPower: (a: number, b: number) => void;
2182
- export const __wbg_groupstatetransitioninfostatus_free: (a: number, b: number) => void;
2183
- export const __wbg_identitytokeninfo_free: (a: number, b: number) => void;
1403
+ export const __wbg_chainassetlockproof_free: (a: number, b: number) => void;
1404
+ export const __wbg_corescript_free: (a: number, b: number) => void;
1405
+ export const __wbg_get_verifiedbalancetransfer_recipient: (a: number) => number;
1406
+ export const __wbg_get_verifiedbalancetransfer_sender: (a: number) => number;
1407
+ export const __wbg_get_verifiedidentity_identity: (a: number) => number;
1408
+ export const __wbg_get_verifiedidentityfullwithaddressinfos_identity: (a: number) => number;
1409
+ export const __wbg_get_verifiedidentitywithaddressinfos_partialIdentity: (a: number) => number;
1410
+ export const __wbg_get_verifiedpartialidentity_partialIdentity: (a: number) => number;
1411
+ export const __wbg_set_verifiedbalancetransfer_recipient: (a: number, b: number) => void;
1412
+ export const __wbg_set_verifiedbalancetransfer_sender: (a: number, b: number) => void;
1413
+ export const __wbg_set_verifiedidentity_identity: (a: number, b: number) => void;
1414
+ export const __wbg_verifiedaddressinfos_free: (a: number, b: number) => void;
1415
+ export const __wbg_verifiedbalancetransfer_free: (a: number, b: number) => void;
1416
+ export const __wbg_verifiedidentity_free: (a: number, b: number) => void;
1417
+ export const __wbg_verifiedidentityfullwithaddressinfos_free: (a: number, b: number) => void;
1418
+ export const __wbg_verifiedidentitywithaddressinfos_free: (a: number, b: number) => void;
1419
+ export const __wbg_verifiedpartialidentity_free: (a: number, b: number) => void;
1420
+ export const chainassetlockproof_constructor: (a: number, b: number) => [number, number, number];
1421
+ export const chainassetlockproof_core_chain_locked_height: (a: number) => number;
1422
+ export const chainassetlockproof_createIdentityId: (a: number) => number;
1423
+ export const chainassetlockproof_fromBytes: (a: number, b: number) => [number, number, number];
1424
+ export const chainassetlockproof_fromJSON: (a: any) => [number, number, number];
1425
+ export const chainassetlockproof_fromObject: (a: any) => [number, number, number];
1426
+ export const chainassetlockproof_out_point: (a: number) => number;
1427
+ export const chainassetlockproof_set_core_chain_locked_height: (a: number, b: number) => void;
1428
+ export const chainassetlockproof_set_out_point: (a: number, b: number) => void;
1429
+ export const chainassetlockproof_struct_name: () => [number, number];
1430
+ export const chainassetlockproof_toBytes: (a: number) => [number, number, number, number];
1431
+ export const chainassetlockproof_toJSON: (a: number) => [number, number, number];
1432
+ export const chainassetlockproof_toObject: (a: number) => [number, number, number];
1433
+ export const chainassetlockproof_type_name: (a: number) => [number, number];
1434
+ export const corescript_fromBytes: (a: number, b: number) => number;
1435
+ export const corescript_fromP2PKH: (a: number, b: number) => [number, number, number];
1436
+ export const corescript_fromP2SH: (a: number, b: number) => [number, number, number];
1437
+ export const corescript_struct_name: () => [number, number];
1438
+ export const corescript_toASMString: (a: number) => [number, number];
1439
+ export const corescript_toAddress: (a: number, b: any) => [number, number, number, number];
1440
+ export const corescript_toBase64: (a: number) => [number, number];
1441
+ export const corescript_toBytes: (a: number) => [number, number];
1442
+ export const corescript_toHex: (a: number) => [number, number];
1443
+ export const corescript_toString: (a: number) => [number, number];
1444
+ export const corescript_type_name: (a: number) => [number, number];
1445
+ export const verifiedaddressinfos_address_infos: (a: number) => any;
1446
+ export const verifiedaddressinfos_fromJSON: (a: any) => [number, number, number];
1447
+ export const verifiedaddressinfos_fromObject: (a: any) => [number, number, number];
1448
+ export const verifiedaddressinfos_struct_name: () => [number, number];
1449
+ export const verifiedaddressinfos_toJSON: (a: number) => [number, number, number];
1450
+ export const verifiedaddressinfos_toObject: (a: number) => any;
1451
+ export const verifiedaddressinfos_type_name: (a: number) => [number, number];
1452
+ export const verifiedbalancetransfer_fromJSON: (a: any) => [number, number, number];
1453
+ export const verifiedbalancetransfer_fromObject: (a: any) => [number, number, number];
1454
+ export const verifiedbalancetransfer_struct_name: () => [number, number];
1455
+ export const verifiedbalancetransfer_toJSON: (a: number) => [number, number, number];
1456
+ export const verifiedbalancetransfer_toObject: (a: number) => [number, number, number];
1457
+ export const verifiedbalancetransfer_type_name: (a: number) => [number, number];
1458
+ export const verifiedidentity_fromJSON: (a: any) => [number, number, number];
1459
+ export const verifiedidentity_fromObject: (a: any) => [number, number, number];
1460
+ export const verifiedidentity_struct_name: () => [number, number];
1461
+ export const verifiedidentity_toJSON: (a: number) => [number, number, number];
1462
+ export const verifiedidentity_toObject: (a: number) => [number, number, number];
1463
+ export const verifiedidentity_type_name: (a: number) => [number, number];
1464
+ export const verifiedidentityfullwithaddressinfos_address_infos: (a: number) => any;
1465
+ export const verifiedidentityfullwithaddressinfos_fromJSON: (a: any) => [number, number, number];
1466
+ export const verifiedidentityfullwithaddressinfos_fromObject: (a: any) => [number, number, number];
1467
+ export const verifiedidentityfullwithaddressinfos_struct_name: () => [number, number];
1468
+ export const verifiedidentityfullwithaddressinfos_toJSON: (a: number) => [number, number, number];
1469
+ export const verifiedidentityfullwithaddressinfos_toObject: (a: number) => [number, number, number];
1470
+ export const verifiedidentityfullwithaddressinfos_type_name: (a: number) => [number, number];
1471
+ export const verifiedidentitywithaddressinfos_address_infos: (a: number) => any;
1472
+ export const verifiedidentitywithaddressinfos_fromJSON: (a: any) => [number, number, number];
1473
+ export const verifiedidentitywithaddressinfos_fromObject: (a: any) => [number, number, number];
1474
+ export const verifiedidentitywithaddressinfos_struct_name: () => [number, number];
1475
+ export const verifiedidentitywithaddressinfos_toJSON: (a: number) => [number, number, number];
1476
+ export const verifiedidentitywithaddressinfos_toObject: (a: number) => [number, number, number];
1477
+ export const verifiedidentitywithaddressinfos_type_name: (a: number) => [number, number];
1478
+ export const verifiedpartialidentity_fromJSON: (a: any) => [number, number, number];
1479
+ export const verifiedpartialidentity_fromObject: (a: any) => [number, number, number];
1480
+ export const verifiedpartialidentity_struct_name: () => [number, number];
1481
+ export const verifiedpartialidentity_toJSON: (a: number) => [number, number, number];
1482
+ export const verifiedpartialidentity_toObject: (a: number) => [number, number, number];
1483
+ export const verifiedpartialidentity_type_name: (a: number) => [number, number];
1484
+ export const __wbg_set_verifiedidentityfullwithaddressinfos_identity: (a: number, b: number) => void;
1485
+ export const __wbg_set_verifiedidentitywithaddressinfos_partialIdentity: (a: number, b: number) => void;
1486
+ export const __wbg_set_verifiedpartialidentity_partialIdentity: (a: number, b: number) => void;
2184
1487
  export const __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
2185
- export const groupstatetransitioninfostatus_action_id: (a: number) => number;
2186
- export const groupstatetransitioninfostatus_group_contract_position: (a: number) => number;
2187
- export const groupstatetransitioninfostatus_is_proposer: (a: number) => number;
2188
- export const groupstatetransitioninfostatus_otherSigner: (a: number, b: any) => [number, number, number];
2189
- export const groupstatetransitioninfostatus_proposer: (a: number) => number;
2190
- export const groupstatetransitioninfostatus_struct_name: () => [number, number];
2191
- export const groupstatetransitioninfostatus_toInfo: (a: number) => number;
2192
- export const groupstatetransitioninfostatus_type_name: (a: number) => [number, number];
2193
- export const identitytokeninfo_is_frozen: (a: number) => number;
2194
- export const identitytokeninfo_struct_name: () => [number, number];
2195
- export const identitytokeninfo_type_name: (a: number) => [number, number];
1488
+ export const __wbg_tokenstatus_free: (a: number, b: number) => void;
1489
+ export const __wbg_tokentransfertransition_free: (a: number, b: number) => void;
2196
1490
  export const tokenemergencyactiontransition_base: (a: number) => number;
2197
1491
  export const tokenemergencyactiontransition_constructor: (a: any) => [number, number, number];
2198
1492
  export const tokenemergencyactiontransition_emergency_action: (a: number) => [number, number];
@@ -2202,6 +1496,755 @@ export const tokenemergencyactiontransition_set_emergency_action: (a: number, b:
2202
1496
  export const tokenemergencyactiontransition_set_public_note: (a: number, b: number, c: number) => void;
2203
1497
  export const tokenemergencyactiontransition_struct_name: () => [number, number];
2204
1498
  export const tokenemergencyactiontransition_type_name: (a: number) => [number, number];
1499
+ export const tokenstatus_is_paused: (a: number) => number;
1500
+ export const tokenstatus_struct_name: () => [number, number];
1501
+ export const tokenstatus_type_name: (a: number) => [number, number];
1502
+ export const tokentransfertransition_amount: (a: number) => bigint;
1503
+ export const tokentransfertransition_base: (a: number) => number;
1504
+ export const tokentransfertransition_constructor: (a: any) => [number, number, number];
1505
+ export const tokentransfertransition_private_encrypted_note: (a: number) => number;
1506
+ export const tokentransfertransition_public_note: (a: number) => [number, number];
1507
+ export const tokentransfertransition_recipient_id: (a: number) => number;
1508
+ export const tokentransfertransition_set_amount: (a: number, b: any) => [number, number];
1509
+ export const tokentransfertransition_set_base: (a: number, b: number) => void;
1510
+ export const tokentransfertransition_set_private_encrypted_note: (a: number, b: any) => [number, number];
1511
+ export const tokentransfertransition_set_public_note: (a: number, b: number, c: number) => void;
1512
+ export const tokentransfertransition_set_recipient_id: (a: number, b: any) => [number, number];
1513
+ export const tokentransfertransition_set_shared_encrypted_note: (a: number, b: any) => [number, number];
1514
+ export const tokentransfertransition_shared_encrypted_note: (a: number) => number;
1515
+ export const tokentransfertransition_struct_name: () => [number, number];
1516
+ export const tokentransfertransition_type_name: (a: number) => [number, number];
1517
+ export const __wbg_addressfundingfromassetlocktransition_free: (a: number, b: number) => void;
1518
+ export const __wbg_documentbasetransition_free: (a: number, b: number) => void;
1519
+ export const __wbg_identifier_free: (a: number, b: number) => void;
1520
+ export const __wbg_identitycreatefromaddressestransition_free: (a: number, b: number) => void;
1521
+ export const __wbg_protxhash_free: (a: number, b: number) => void;
1522
+ export const __wbg_resourcevote_free: (a: number, b: number) => void;
1523
+ export const __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
1524
+ export const __wbg_unshieldtransition_free: (a: number, b: number) => void;
1525
+ export const addressfundingfromassetlocktransition_asset_lock_proof: (a: number) => number;
1526
+ export const addressfundingfromassetlocktransition_constructor: (a: any) => [number, number, number];
1527
+ export const addressfundingfromassetlocktransition_fromBase64: (a: number, b: number) => [number, number, number];
1528
+ export const addressfundingfromassetlocktransition_fromBytes: (a: number, b: number) => [number, number, number];
1529
+ export const addressfundingfromassetlocktransition_fromHex: (a: number, b: number) => [number, number, number];
1530
+ export const addressfundingfromassetlocktransition_fromJSON: (a: any) => [number, number, number];
1531
+ export const addressfundingfromassetlocktransition_fromObject: (a: any) => [number, number, number];
1532
+ export const addressfundingfromassetlocktransition_fromStateTransition: (a: number) => [number, number, number];
1533
+ export const addressfundingfromassetlocktransition_inputs: (a: number) => [number, number];
1534
+ export const addressfundingfromassetlocktransition_outputs: (a: number) => [number, number];
1535
+ export const addressfundingfromassetlocktransition_set_asset_lock_proof: (a: number, b: number) => void;
1536
+ export const addressfundingfromassetlocktransition_set_inputs: (a: number, b: number, c: number) => [number, number];
1537
+ export const addressfundingfromassetlocktransition_set_outputs: (a: number, b: number, c: number) => [number, number];
1538
+ export const addressfundingfromassetlocktransition_set_user_fee_increase: (a: number, b: any) => [number, number];
1539
+ export const addressfundingfromassetlocktransition_struct_name: () => [number, number];
1540
+ export const addressfundingfromassetlocktransition_toBase64: (a: number) => [number, number, number, number];
1541
+ export const addressfundingfromassetlocktransition_toBytes: (a: number) => [number, number, number, number];
1542
+ export const addressfundingfromassetlocktransition_toHex: (a: number) => [number, number, number, number];
1543
+ export const addressfundingfromassetlocktransition_toJSON: (a: number) => [number, number, number];
1544
+ export const addressfundingfromassetlocktransition_toObject: (a: number) => [number, number, number];
1545
+ export const addressfundingfromassetlocktransition_toStateTransition: (a: number) => number;
1546
+ export const addressfundingfromassetlocktransition_type_name: (a: number) => [number, number];
1547
+ export const addressfundingfromassetlocktransition_user_fee_increase: (a: number) => number;
1548
+ export const documentbasetransition_constructor: (a: any) => [number, number, number];
1549
+ export const documentbasetransition_data_contract_id: (a: number) => number;
1550
+ export const documentbasetransition_document_type_name: (a: number) => [number, number];
1551
+ export const documentbasetransition_id: (a: number) => number;
1552
+ export const documentbasetransition_identity_contract_nonce: (a: number) => bigint;
1553
+ export const documentbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
1554
+ export const documentbasetransition_set_document_type_name: (a: number, b: number, c: number) => void;
1555
+ export const documentbasetransition_set_id: (a: number, b: any) => [number, number];
1556
+ export const documentbasetransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
1557
+ export const documentbasetransition_set_token_payment_info: (a: number, b: number) => void;
1558
+ export const documentbasetransition_struct_name: () => [number, number];
1559
+ export const documentbasetransition_token_payment_info: (a: number) => number;
1560
+ export const documentbasetransition_type_name: (a: number) => [number, number];
1561
+ export const identifier_constructor: (a: any) => [number, number, number];
1562
+ export const identifier_fromBase58: (a: number, b: number) => [number, number, number];
1563
+ export const identifier_fromBase64: (a: number, b: number) => [number, number, number];
1564
+ export const identifier_fromBytes: (a: number, b: number) => [number, number, number];
1565
+ export const identifier_fromHex: (a: number, b: number) => [number, number, number];
1566
+ export const identifier_struct_name: () => [number, number];
1567
+ export const identifier_toBase58: (a: number) => [number, number];
1568
+ export const identifier_toBase64: (a: number) => [number, number];
1569
+ export const identifier_toBytes: (a: number) => [number, number];
1570
+ export const identifier_toHex: (a: number) => [number, number];
1571
+ export const identifier_type_name: (a: number) => [number, number];
1572
+ export const identitycreatefromaddressestransition_constructor: (a: any) => [number, number, number];
1573
+ export const identitycreatefromaddressestransition_fromBase64: (a: number, b: number) => [number, number, number];
1574
+ export const identitycreatefromaddressestransition_fromBytes: (a: number, b: number) => [number, number, number];
1575
+ export const identitycreatefromaddressestransition_fromHex: (a: number, b: number) => [number, number, number];
1576
+ export const identitycreatefromaddressestransition_fromJSON: (a: any) => [number, number, number];
1577
+ export const identitycreatefromaddressestransition_fromObject: (a: any) => [number, number, number];
1578
+ export const identitycreatefromaddressestransition_fromStateTransition: (a: number) => [number, number, number];
1579
+ export const identitycreatefromaddressestransition_inputs: (a: number) => [number, number];
1580
+ export const identitycreatefromaddressestransition_output: (a: number) => number;
1581
+ export const identitycreatefromaddressestransition_public_keys: (a: number) => [number, number];
1582
+ export const identitycreatefromaddressestransition_set_inputs: (a: number, b: number, c: number) => [number, number];
1583
+ export const identitycreatefromaddressestransition_set_output: (a: number, b: number) => [number, number];
1584
+ export const identitycreatefromaddressestransition_set_public_keys: (a: number, b: any) => [number, number];
1585
+ export const identitycreatefromaddressestransition_set_user_fee_increase: (a: number, b: any) => [number, number];
1586
+ export const identitycreatefromaddressestransition_struct_name: () => [number, number];
1587
+ export const identitycreatefromaddressestransition_toBase64: (a: number) => [number, number, number, number];
1588
+ export const identitycreatefromaddressestransition_toBytes: (a: number) => [number, number, number, number];
1589
+ export const identitycreatefromaddressestransition_toHex: (a: number) => [number, number, number, number];
1590
+ export const identitycreatefromaddressestransition_toJSON: (a: number) => [number, number, number];
1591
+ export const identitycreatefromaddressestransition_toObject: (a: number) => [number, number, number];
1592
+ export const identitycreatefromaddressestransition_toStateTransition: (a: number) => number;
1593
+ export const identitycreatefromaddressestransition_type_name: (a: number) => [number, number];
1594
+ export const identitycreatefromaddressestransition_user_fee_increase: (a: number) => number;
1595
+ export const protxhash_struct_name: () => [number, number];
1596
+ export const protxhash_type_name: (a: number) => [number, number];
1597
+ export const resourcevote_choice: (a: number) => number;
1598
+ export const resourcevote_constructor: (a: number, b: number) => number;
1599
+ export const resourcevote_fromJSON: (a: any) => [number, number, number];
1600
+ export const resourcevote_fromObject: (a: any) => [number, number, number];
1601
+ export const resourcevote_poll: (a: number) => number;
1602
+ export const resourcevote_set_choice: (a: number, b: number) => void;
1603
+ export const resourcevote_set_poll: (a: number, b: number) => void;
1604
+ export const resourcevote_struct_name: () => [number, number];
1605
+ export const resourcevote_toJSON: (a: number) => [number, number, number];
1606
+ export const resourcevote_toObject: (a: number) => [number, number, number];
1607
+ export const resourcevote_type_name: (a: number) => [number, number];
1608
+ export const tokenkeepshistoryrules_constructor: (a: any) => [number, number, number];
1609
+ export const tokenkeepshistoryrules_is_keeping_burning_history: (a: number) => number;
1610
+ export const tokenkeepshistoryrules_is_keeping_direct_pricing_history: (a: number) => number;
1611
+ export const tokenkeepshistoryrules_is_keeping_direct_purchase_history: (a: number) => number;
1612
+ export const tokenkeepshistoryrules_is_keeping_freezing_history: (a: number) => number;
1613
+ export const tokenkeepshistoryrules_is_keeping_minting_history: (a: number) => number;
1614
+ export const tokenkeepshistoryrules_is_keeping_transfer_history: (a: number) => number;
1615
+ export const tokenkeepshistoryrules_set_is_keeping_burning_history: (a: number, b: number) => void;
1616
+ export const tokenkeepshistoryrules_set_is_keeping_direct_pricing_history: (a: number, b: number) => void;
1617
+ export const tokenkeepshistoryrules_set_is_keeping_direct_purchase_history: (a: number, b: number) => void;
1618
+ export const tokenkeepshistoryrules_set_is_keeping_freezing_history: (a: number, b: number) => void;
1619
+ export const tokenkeepshistoryrules_set_is_keeping_minting_history: (a: number, b: number) => void;
1620
+ export const tokenkeepshistoryrules_set_is_keeping_transfer_history: (a: number, b: number) => void;
1621
+ export const tokenkeepshistoryrules_struct_name: () => [number, number];
1622
+ export const tokenkeepshistoryrules_type_name: (a: number) => [number, number];
1623
+ export const unshieldtransition_actions: (a: number) => [number, number];
1624
+ export const unshieldtransition_anchor: (a: number) => [number, number];
1625
+ export const unshieldtransition_binding_signature: (a: number) => [number, number];
1626
+ export const unshieldtransition_fromBytes: (a: number, b: number) => [number, number, number];
1627
+ export const unshieldtransition_fromJSON: (a: any) => [number, number, number];
1628
+ export const unshieldtransition_fromObject: (a: any) => [number, number, number];
1629
+ export const unshieldtransition_getModifiedDataIds: (a: number) => [number, number];
1630
+ export const unshieldtransition_new: (a: any) => [number, number, number];
1631
+ export const unshieldtransition_output_address: (a: number) => number;
1632
+ export const unshieldtransition_proof: (a: number) => [number, number];
1633
+ export const unshieldtransition_struct_name: () => [number, number];
1634
+ export const unshieldtransition_toBytes: (a: number) => [number, number, number, number];
1635
+ export const unshieldtransition_toJSON: (a: number) => [number, number, number];
1636
+ export const unshieldtransition_toObject: (a: number) => [number, number, number];
1637
+ export const unshieldtransition_toStateTransition: (a: number) => number;
1638
+ export const unshieldtransition_type_name: (a: number) => [number, number];
1639
+ export const unshieldtransition_unshielding_amount: (a: number) => bigint;
1640
+ export const identifier_toJSON: (a: number) => [number, number];
1641
+ export const identifier_toString: (a: number) => [number, number];
1642
+ export const __wbg_addresswitness_free: (a: number, b: number) => void;
1643
+ export const __wbg_batchedtransition_free: (a: number, b: number) => void;
1644
+ export const __wbg_blockbaseddistribution_free: (a: number, b: number) => void;
1645
+ export const __wbg_contenderwithserializeddocument_free: (a: number, b: number) => void;
1646
+ export const __wbg_contractbounds_free: (a: number, b: number) => void;
1647
+ export const __wbg_documentcreatetransition_free: (a: number, b: number) => void;
1648
+ export const __wbg_documentreplacetransition_free: (a: number, b: number) => void;
1649
+ export const __wbg_documentupdatepricetransition_free: (a: number, b: number) => void;
1650
+ export const __wbg_get_blockbaseddistribution_interval: (a: number) => bigint;
1651
+ export const __wbg_get_epochbaseddistribution_interval: (a: number) => number;
1652
+ export const __wbg_get_timebaseddistribution_interval: (a: number) => bigint;
1653
+ export const __wbg_privateencryptednote_free: (a: number, b: number) => void;
1654
+ export const __wbg_rewarddistributiontype_free: (a: number, b: number) => void;
1655
+ export const __wbg_serializedorchardaction_free: (a: number, b: number) => void;
1656
+ export const __wbg_set_blockbaseddistribution_interval: (a: number, b: bigint) => void;
1657
+ export const __wbg_set_epochbaseddistribution_interval: (a: number, b: number) => void;
1658
+ export const __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
1659
+ export const __wbg_tokenconfigurationlocalization_free: (a: number, b: number) => void;
1660
+ export const __wbg_tokencontractinfo_free: (a: number, b: number) => void;
1661
+ export const __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
1662
+ export const __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
1663
+ export const __wbg_tokenminttransition_free: (a: number, b: number) => void;
1664
+ export const __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
1665
+ export const addresswitness_fromJSON: (a: any) => [number, number, number];
1666
+ export const addresswitness_fromObject: (a: any) => [number, number, number];
1667
+ export const addresswitness_isP2pkh: (a: number) => number;
1668
+ export const addresswitness_isP2sh: (a: number) => number;
1669
+ export const addresswitness_kind: (a: number) => [number, number];
1670
+ export const addresswitness_p2pkh: (a: number, b: number) => number;
1671
+ export const addresswitness_p2sh: (a: any, b: number, c: number) => [number, number, number];
1672
+ export const addresswitness_redeemScript: (a: number) => [number, number];
1673
+ export const addresswitness_signature: (a: number) => [number, number];
1674
+ export const addresswitness_signatures: (a: number) => [number, number];
1675
+ export const addresswitness_struct_name: () => [number, number];
1676
+ export const addresswitness_toJSON: (a: number) => [number, number, number];
1677
+ export const addresswitness_toObject: (a: number) => [number, number, number];
1678
+ export const addresswitness_type_name: (a: number) => [number, number];
1679
+ export const batchedtransition_constructor: (a: any) => [number, number, number];
1680
+ export const batchedtransition_data_contract_id: (a: number) => number;
1681
+ export const batchedtransition_set_data_contract_id: (a: number, b: any) => [number, number];
1682
+ export const batchedtransition_struct_name: () => [number, number];
1683
+ export const batchedtransition_toTransition: (a: number) => any;
1684
+ export const batchedtransition_type_name: (a: number) => [number, number];
1685
+ export const blockbaseddistribution_function: (a: number) => number;
1686
+ export const blockbaseddistribution_set_function: (a: number, b: number) => void;
1687
+ export const blockbaseddistribution_struct_name: () => [number, number];
1688
+ export const blockbaseddistribution_type_name: (a: number) => [number, number];
1689
+ export const contenderwithserializeddocument_constructor: (a: any, b: number, c: number, d: number) => [number, number, number];
1690
+ export const contenderwithserializeddocument_fromJSON: (a: any) => [number, number, number];
1691
+ export const contenderwithserializeddocument_fromObject: (a: any) => [number, number, number];
1692
+ export const contenderwithserializeddocument_identity_id: (a: number) => number;
1693
+ export const contenderwithserializeddocument_serialized_document: (a: number) => any;
1694
+ export const contenderwithserializeddocument_struct_name: () => [number, number];
1695
+ export const contenderwithserializeddocument_toJSON: (a: number) => [number, number, number];
1696
+ export const contenderwithserializeddocument_toObject: (a: number) => [number, number, number];
1697
+ export const contenderwithserializeddocument_type_name: (a: number) => [number, number];
1698
+ export const contenderwithserializeddocument_vote_tally: (a: number) => number;
1699
+ export const contractbounds_ContractGroup: (a: any) => [number, number, number];
1700
+ export const contractbounds_SingleContract: (a: any) => [number, number, number];
1701
+ export const contractbounds_SingleContractDocumentType: (a: any, b: number, c: number) => [number, number, number];
1702
+ export const contractbounds_constructor: (a: any, b: number, c: number) => [number, number, number];
1703
+ export const contractbounds_contract_bounds_type: (a: number) => [number, number];
1704
+ export const contractbounds_contract_bounds_type_number: (a: number) => number;
1705
+ export const contractbounds_contract_group_id: (a: number) => number;
1706
+ export const contractbounds_document_type_name: (a: number) => [number, number];
1707
+ export const contractbounds_fromJSON: (a: any) => [number, number, number];
1708
+ export const contractbounds_fromObject: (a: any) => [number, number, number];
1709
+ export const contractbounds_id: (a: number) => number;
1710
+ export const contractbounds_set_document_type_name: (a: number, b: number, c: number) => void;
1711
+ export const contractbounds_set_id: (a: number, b: any) => [number, number];
1712
+ export const contractbounds_struct_name: () => [number, number];
1713
+ export const contractbounds_toJSON: (a: number) => [number, number, number];
1714
+ export const contractbounds_toObject: (a: number) => [number, number, number];
1715
+ export const contractbounds_type_name: (a: number) => [number, number];
1716
+ export const documentcreatetransition_base: (a: number) => number;
1717
+ export const documentcreatetransition_clearPrefundedVotingBalance: (a: number) => void;
1718
+ export const documentcreatetransition_constructor: (a: any) => [number, number, number];
1719
+ export const documentcreatetransition_data: (a: number) => [number, number, number];
1720
+ export const documentcreatetransition_entropy: (a: number) => [number, number];
1721
+ export const documentcreatetransition_fromDocumentTransition: (a: number) => [number, number, number];
1722
+ export const documentcreatetransition_prefunded_voting_balance: (a: number) => number;
1723
+ export const documentcreatetransition_set_base: (a: number, b: number) => void;
1724
+ export const documentcreatetransition_set_data: (a: number, b: any) => [number, number];
1725
+ export const documentcreatetransition_set_entropy: (a: number, b: number, c: number) => [number, number];
1726
+ export const documentcreatetransition_set_prefunded_voting_balance: (a: number, b: number) => void;
1727
+ export const documentcreatetransition_struct_name: () => [number, number];
1728
+ export const documentcreatetransition_toDocumentTransition: (a: number) => number;
1729
+ export const documentcreatetransition_type_name: (a: number) => [number, number];
1730
+ export const documentreplacetransition_base: (a: number) => number;
1731
+ export const documentreplacetransition_constructor: (a: any) => [number, number, number];
1732
+ export const documentreplacetransition_data: (a: number) => [number, number, number];
1733
+ export const documentreplacetransition_fromDocumentTransition: (a: number) => [number, number, number];
1734
+ export const documentreplacetransition_revision: (a: number) => bigint;
1735
+ export const documentreplacetransition_set_base: (a: number, b: number) => void;
1736
+ export const documentreplacetransition_set_data: (a: number, b: any) => [number, number];
1737
+ export const documentreplacetransition_set_revision: (a: number, b: any) => [number, number];
1738
+ export const documentreplacetransition_struct_name: () => [number, number];
1739
+ export const documentreplacetransition_toDocumentTransition: (a: number) => number;
1740
+ export const documentreplacetransition_type_name: (a: number) => [number, number];
1741
+ export const documentupdatepricetransition_base: (a: number) => number;
1742
+ export const documentupdatepricetransition_constructor: (a: any) => [number, number, number];
1743
+ export const documentupdatepricetransition_fromDocumentTransition: (a: number) => [number, number, number];
1744
+ export const documentupdatepricetransition_price: (a: number) => bigint;
1745
+ export const documentupdatepricetransition_set_base: (a: number, b: number) => void;
1746
+ export const documentupdatepricetransition_set_price: (a: number, b: any) => [number, number];
1747
+ export const documentupdatepricetransition_struct_name: () => [number, number];
1748
+ export const documentupdatepricetransition_toDocumentTransition: (a: number) => number;
1749
+ export const documentupdatepricetransition_type_name: (a: number) => [number, number];
1750
+ export const epochbaseddistribution_function: (a: number) => number;
1751
+ export const epochbaseddistribution_set_function: (a: number, b: number) => void;
1752
+ export const epochbaseddistribution_struct_name: () => [number, number];
1753
+ export const epochbaseddistribution_type_name: (a: number) => [number, number];
1754
+ export const privateencryptednote_constructor: (a: number, b: number, c: number, d: number) => number;
1755
+ export const privateencryptednote_derivation_encryption_key_index: (a: number) => number;
1756
+ export const privateencryptednote_root_encryption_key_index: (a: number) => number;
1757
+ export const privateencryptednote_set_derivation_encryption_key_index: (a: number, b: number) => void;
1758
+ export const privateencryptednote_set_root_encryption_key_index: (a: number, b: number) => void;
1759
+ export const privateencryptednote_set_value: (a: number, b: number, c: number) => void;
1760
+ export const privateencryptednote_struct_name: () => [number, number];
1761
+ export const privateencryptednote_type_name: (a: number) => [number, number];
1762
+ export const privateencryptednote_value: (a: number) => [number, number];
1763
+ export const rewarddistributiontype_BlockBasedDistribution: (a: bigint, b: number) => number;
1764
+ export const rewarddistributiontype_EpochBasedDistribution: (a: number, b: number) => number;
1765
+ export const rewarddistributiontype_TimeBasedDistribution: (a: bigint, b: number) => number;
1766
+ export const rewarddistributiontype_distribution: (a: number) => any;
1767
+ export const rewarddistributiontype_struct_name: () => [number, number];
1768
+ export const rewarddistributiontype_type_name: (a: number) => [number, number];
1769
+ export const serializedorchardaction_cmx: (a: number) => [number, number];
1770
+ export const serializedorchardaction_constructor: (a: any) => [number, number, number];
1771
+ export const serializedorchardaction_cv_net: (a: number) => [number, number];
1772
+ export const serializedorchardaction_encrypted_note: (a: number) => [number, number];
1773
+ export const serializedorchardaction_fromJSON: (a: any) => [number, number, number];
1774
+ export const serializedorchardaction_fromObject: (a: any) => [number, number, number];
1775
+ export const serializedorchardaction_nullifier: (a: number) => [number, number];
1776
+ export const serializedorchardaction_rk: (a: number) => [number, number];
1777
+ export const serializedorchardaction_spend_auth_sig: (a: number) => [number, number];
1778
+ export const serializedorchardaction_struct_name: () => [number, number];
1779
+ export const serializedorchardaction_toJSON: (a: number) => [number, number, number];
1780
+ export const serializedorchardaction_toObject: (a: number) => [number, number, number];
1781
+ export const serializedorchardaction_type_name: (a: number) => [number, number];
1782
+ export const timebaseddistribution_function: (a: number) => number;
1783
+ export const timebaseddistribution_set_function: (a: number, b: number) => void;
1784
+ export const timebaseddistribution_struct_name: () => [number, number];
1785
+ export const timebaseddistribution_type_name: (a: number) => [number, number];
1786
+ export const tokenconfigupdatetransition_base: (a: number) => number;
1787
+ export const tokenconfigupdatetransition_constructor: (a: any) => [number, number, number];
1788
+ export const tokenconfigupdatetransition_public_note: (a: number) => [number, number];
1789
+ export const tokenconfigupdatetransition_set_base: (a: number, b: number) => void;
1790
+ export const tokenconfigupdatetransition_set_public_note: (a: number, b: number, c: number) => void;
1791
+ export const tokenconfigupdatetransition_set_update_token_configuration_item: (a: number, b: number) => void;
1792
+ export const tokenconfigupdatetransition_struct_name: () => [number, number];
1793
+ export const tokenconfigupdatetransition_type_name: (a: number) => [number, number];
1794
+ export const tokenconfigupdatetransition_update_token_configuration_item: (a: number) => number;
1795
+ export const tokenconfigurationchangeitem_MainControlGroupItem: (a: number) => number;
1796
+ export const tokenconfigurationlocalization_constructor: (a: number, b: number, c: number, d: number, e: number) => number;
1797
+ export const tokenconfigurationlocalization_fromJSON: (a: any) => [number, number, number];
1798
+ export const tokenconfigurationlocalization_fromObject: (a: any) => [number, number, number];
1799
+ export const tokenconfigurationlocalization_plural_form: (a: number) => [number, number];
1800
+ export const tokenconfigurationlocalization_set_plural_form: (a: number, b: number, c: number) => void;
1801
+ export const tokenconfigurationlocalization_set_should_capitalize: (a: number, b: number) => void;
1802
+ export const tokenconfigurationlocalization_set_singular_form: (a: number, b: number, c: number) => void;
1803
+ export const tokenconfigurationlocalization_should_capitalize: (a: number) => number;
1804
+ export const tokenconfigurationlocalization_singular_form: (a: number) => [number, number];
1805
+ export const tokenconfigurationlocalization_struct_name: () => [number, number];
1806
+ export const tokenconfigurationlocalization_toJSON: (a: number) => [number, number, number];
1807
+ export const tokenconfigurationlocalization_toObject: (a: number) => [number, number, number];
1808
+ export const tokenconfigurationlocalization_type_name: (a: number) => [number, number];
1809
+ export const tokencontractinfo_contract_id: (a: number) => number;
1810
+ export const tokencontractinfo_fromJSON: (a: any) => [number, number, number];
1811
+ export const tokencontractinfo_fromObject: (a: any) => [number, number, number];
1812
+ export const tokencontractinfo_struct_name: () => [number, number];
1813
+ export const tokencontractinfo_toJSON: (a: number) => [number, number, number];
1814
+ export const tokencontractinfo_toObject: (a: number) => [number, number, number];
1815
+ export const tokencontractinfo_token_contract_position: (a: number) => number;
1816
+ export const tokencontractinfo_type_name: (a: number) => [number, number];
1817
+ export const tokendirectpurchasetransition_base: (a: number) => number;
1818
+ export const tokendirectpurchasetransition_constructor: (a: any) => [number, number, number];
1819
+ export const tokendirectpurchasetransition_set_base: (a: number, b: number) => void;
1820
+ export const tokendirectpurchasetransition_set_token_count: (a: number, b: bigint) => void;
1821
+ export const tokendirectpurchasetransition_set_total_agreed_price: (a: number, b: bigint) => void;
1822
+ export const tokendirectpurchasetransition_struct_name: () => [number, number];
1823
+ export const tokendirectpurchasetransition_token_count: (a: number) => bigint;
1824
+ export const tokendirectpurchasetransition_total_agreed_price: (a: number) => bigint;
1825
+ export const tokendirectpurchasetransition_type_name: (a: number) => [number, number];
1826
+ export const tokenfreezetransition_base: (a: number) => number;
1827
+ export const tokenfreezetransition_constructor: (a: any) => [number, number, number];
1828
+ export const tokenfreezetransition_frozen_identity_id: (a: number) => number;
1829
+ export const tokenfreezetransition_public_note: (a: number) => [number, number];
1830
+ export const tokenfreezetransition_set_base: (a: number, b: number) => void;
1831
+ export const tokenfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
1832
+ export const tokenfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
1833
+ export const tokenfreezetransition_struct_name: () => [number, number];
1834
+ export const tokenfreezetransition_type_name: (a: number) => [number, number];
1835
+ export const tokenminttransition_amount: (a: number) => bigint;
1836
+ export const tokenminttransition_base: (a: number) => number;
1837
+ export const tokenminttransition_constructor: (a: any) => [number, number, number];
1838
+ export const tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
1839
+ export const tokenminttransition_issued_to_identity_id: (a: number) => number;
1840
+ export const tokenminttransition_public_note: (a: number) => [number, number];
1841
+ export const tokenminttransition_set_amount: (a: number, b: any) => [number, number];
1842
+ export const tokenminttransition_set_base: (a: number, b: number) => void;
1843
+ export const tokenminttransition_set_issued_to_identity_id: (a: number, b: any) => [number, number];
1844
+ export const tokenminttransition_set_public_note: (a: number, b: number, c: number) => void;
1845
+ export const tokenminttransition_struct_name: () => [number, number];
1846
+ export const tokenminttransition_type_name: (a: number) => [number, number];
1847
+ export const tokensetpricefordirectpurchasetransition_base: (a: number) => number;
1848
+ export const tokensetpricefordirectpurchasetransition_constructor: (a: any) => [number, number, number];
1849
+ export const tokensetpricefordirectpurchasetransition_price: (a: number) => number;
1850
+ export const tokensetpricefordirectpurchasetransition_public_note: (a: number) => [number, number];
1851
+ export const tokensetpricefordirectpurchasetransition_set_base: (a: number, b: number) => void;
1852
+ export const tokensetpricefordirectpurchasetransition_set_price: (a: number, b: number) => void;
1853
+ export const tokensetpricefordirectpurchasetransition_set_public_note: (a: number, b: number, c: number) => void;
1854
+ export const tokensetpricefordirectpurchasetransition_struct_name: () => [number, number];
1855
+ export const tokensetpricefordirectpurchasetransition_type_name: (a: number) => [number, number];
1856
+ export const __wbg_set_timebaseddistribution_interval: (a: number, b: bigint) => void;
1857
+ export const __wbg_timebaseddistribution_free: (a: number, b: number) => void;
1858
+ export const __wbg_epochbaseddistribution_free: (a: number, b: number) => void;
1859
+ export const __wbg_batchtransition_free: (a: number, b: number) => void;
1860
+ export const __wbg_documentdeletetransition_free: (a: number, b: number) => void;
1861
+ export const __wbg_documentpurchasetransition_free: (a: number, b: number) => void;
1862
+ export const __wbg_documenttransfertransition_free: (a: number, b: number) => void;
1863
+ export const __wbg_documenttransition_free: (a: number, b: number) => void;
1864
+ export const __wbg_identitycredittransfer_free: (a: number, b: number) => void;
1865
+ export const __wbg_identitycredittransfertoaddresses_free: (a: number, b: number) => void;
1866
+ export const __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
1867
+ export const __wbg_identitykeylimitsupdate_free: (a: number, b: number) => void;
1868
+ export const __wbg_identitysigner_free: (a: number, b: number) => void;
1869
+ export const __wbg_identityupdatetransition_free: (a: number, b: number) => void;
1870
+ export const __wbg_platformaddresssigner_free: (a: number, b: number) => void;
1871
+ export const __wbg_tokenburntransition_free: (a: number, b: number) => void;
1872
+ export const __wbg_tokendistributionrules_free: (a: number, b: number) => void;
1873
+ export const __wbg_tokentransition_free: (a: number, b: number) => void;
1874
+ export const __wbg_wasmdpperror_free: (a: number, b: number) => void;
1875
+ export const batchtransition_all_conflicting_index_collateral_voting_funds: (a: number) => [number, bigint, number, number];
1876
+ export const batchtransition_all_purchases_amount: (a: number) => [number, bigint, number, number];
1877
+ export const batchtransition_batched_transitions: (a: number) => [number, number];
1878
+ export const batchtransition_fromBase64: (a: number, b: number) => [number, number, number];
1879
+ export const batchtransition_fromBatchedTransitions: (a: any, b: any, c: number) => [number, number, number];
1880
+ export const batchtransition_fromBytes: (a: number, b: number) => [number, number, number];
1881
+ export const batchtransition_fromHex: (a: number, b: number) => [number, number, number];
1882
+ export const batchtransition_fromJSON: (a: any) => [number, number, number];
1883
+ export const batchtransition_fromObject: (a: any) => [number, number, number];
1884
+ export const batchtransition_fromStateTransition: (a: number) => [number, number, number];
1885
+ export const batchtransition_modified_data_ids: (a: number) => [number, number];
1886
+ export const batchtransition_owner_id: (a: number) => number;
1887
+ export const batchtransition_setIdentityContractNonce: (a: number, b: any) => [number, number];
1888
+ export const batchtransition_set_signature: (a: number, b: number, c: number) => void;
1889
+ export const batchtransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
1890
+ export const batchtransition_set_transitions: (a: number, b: any) => [number, number];
1891
+ export const batchtransition_signature: (a: number) => [number, number];
1892
+ export const batchtransition_signature_public_key_id: (a: number) => number;
1893
+ export const batchtransition_struct_name: () => [number, number];
1894
+ export const batchtransition_toBase64: (a: number) => [number, number, number, number];
1895
+ export const batchtransition_toBytes: (a: number) => [number, number, number, number];
1896
+ export const batchtransition_toHex: (a: number) => [number, number, number, number];
1897
+ export const batchtransition_toJSON: (a: number) => [number, number, number];
1898
+ export const batchtransition_toObject: (a: number) => [number, number, number];
1899
+ export const batchtransition_toStateTransition: (a: number) => number;
1900
+ export const batchtransition_type_name: (a: number) => [number, number];
1901
+ export const documentdeletetransition_base: (a: number) => number;
1902
+ export const documentdeletetransition_constructor: (a: any) => [number, number, number];
1903
+ export const documentdeletetransition_fromDocumentTransition: (a: number) => [number, number, number];
1904
+ export const documentdeletetransition_set_base: (a: number, b: number) => void;
1905
+ export const documentdeletetransition_struct_name: () => [number, number];
1906
+ export const documentdeletetransition_toDocumentTransition: (a: number) => number;
1907
+ export const documentdeletetransition_type_name: (a: number) => [number, number];
1908
+ export const documentpurchasetransition_base: (a: number) => number;
1909
+ export const documentpurchasetransition_constructor: (a: any) => [number, number, number];
1910
+ export const documentpurchasetransition_fromDocumentTransition: (a: number) => [number, number, number];
1911
+ export const documentpurchasetransition_price: (a: number) => bigint;
1912
+ export const documentpurchasetransition_revision: (a: number) => bigint;
1913
+ export const documentpurchasetransition_set_base: (a: number, b: number) => void;
1914
+ export const documentpurchasetransition_set_price: (a: number, b: any) => [number, number];
1915
+ export const documentpurchasetransition_set_revision: (a: number, b: any) => [number, number];
1916
+ export const documentpurchasetransition_struct_name: () => [number, number];
1917
+ export const documentpurchasetransition_toDocumentTransition: (a: number) => number;
1918
+ export const documentpurchasetransition_type_name: (a: number) => [number, number];
1919
+ export const documenttransfertransition_base: (a: number) => number;
1920
+ export const documenttransfertransition_constructor: (a: any) => [number, number, number];
1921
+ export const documenttransfertransition_fromDocumentTransition: (a: number) => [number, number, number];
1922
+ export const documenttransfertransition_recipient_owner_id: (a: number) => number;
1923
+ export const documenttransfertransition_set_base: (a: number, b: number) => void;
1924
+ export const documenttransfertransition_set_recipient_owner_id: (a: number, b: any) => [number, number];
1925
+ export const documenttransfertransition_struct_name: () => [number, number];
1926
+ export const documenttransfertransition_toDocumentTransition: (a: number) => number;
1927
+ export const documenttransfertransition_type_name: (a: number) => [number, number];
1928
+ export const documenttransition_action_type: (a: number) => [number, number];
1929
+ export const documenttransition_action_type_number: (a: number) => number;
1930
+ export const documenttransition_create_transition: (a: number) => [number, number, number];
1931
+ export const documenttransition_data_contract_id: (a: number) => number;
1932
+ export const documenttransition_delete_transition: (a: number) => [number, number, number];
1933
+ export const documenttransition_document_type_name: (a: number) => [number, number];
1934
+ export const documenttransition_entropy: (a: number) => [number, number];
1935
+ export const documenttransition_id: (a: number) => number;
1936
+ export const documenttransition_identity_contract_nonce: (a: number) => bigint;
1937
+ export const documenttransition_purchase_transition: (a: number) => [number, number, number];
1938
+ export const documenttransition_replace_transition: (a: number) => [number, number, number];
1939
+ export const documenttransition_revision: (a: number) => [number, bigint];
1940
+ export const documenttransition_set_data_contract_id: (a: number, b: any) => [number, number];
1941
+ export const documenttransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
1942
+ export const documenttransition_set_revision: (a: number, b: any) => [number, number];
1943
+ export const documenttransition_struct_name: () => [number, number];
1944
+ export const documenttransition_transfer_transition: (a: number) => [number, number, number];
1945
+ export const documenttransition_type_name: (a: number) => [number, number];
1946
+ export const documenttransition_update_price_transition: (a: number) => [number, number, number];
1947
+ export const identitycredittransfer_amount: (a: number) => bigint;
1948
+ export const identitycredittransfer_constructor: (a: any) => [number, number, number];
1949
+ export const identitycredittransfer_fromBase64: (a: number, b: number) => [number, number, number];
1950
+ export const identitycredittransfer_fromBytes: (a: number, b: number) => [number, number, number];
1951
+ export const identitycredittransfer_fromHex: (a: number, b: number) => [number, number, number];
1952
+ export const identitycredittransfer_fromJSON: (a: any) => [number, number, number];
1953
+ export const identitycredittransfer_fromObject: (a: any) => [number, number, number];
1954
+ export const identitycredittransfer_fromStateTransition: (a: number) => [number, number, number];
1955
+ export const identitycredittransfer_nonce: (a: number) => bigint;
1956
+ export const identitycredittransfer_recipient_id: (a: number) => number;
1957
+ export const identitycredittransfer_sender_id: (a: number) => number;
1958
+ export const identitycredittransfer_set_amount: (a: number, b: any) => [number, number];
1959
+ export const identitycredittransfer_set_nonce: (a: number, b: any) => [number, number];
1960
+ export const identitycredittransfer_set_recipient_id: (a: number, b: any) => [number, number];
1961
+ export const identitycredittransfer_set_sender_id: (a: number, b: any) => [number, number];
1962
+ export const identitycredittransfer_set_signature: (a: number, b: number, c: number) => void;
1963
+ export const identitycredittransfer_set_signature_public_key_id: (a: number, b: any) => [number, number];
1964
+ export const identitycredittransfer_set_user_fee_increase: (a: number, b: any) => [number, number];
1965
+ export const identitycredittransfer_signature: (a: number) => [number, number];
1966
+ export const identitycredittransfer_signature_public_key_id: (a: number) => number;
1967
+ export const identitycredittransfer_struct_name: () => [number, number];
1968
+ export const identitycredittransfer_toBase64: (a: number) => [number, number, number, number];
1969
+ export const identitycredittransfer_toBytes: (a: number) => [number, number, number, number];
1970
+ export const identitycredittransfer_toHex: (a: number) => [number, number, number, number];
1971
+ export const identitycredittransfer_toJSON: (a: number) => [number, number, number];
1972
+ export const identitycredittransfer_toObject: (a: number) => [number, number, number];
1973
+ export const identitycredittransfer_toStateTransition: (a: number) => number;
1974
+ export const identitycredittransfer_type_name: (a: number) => [number, number];
1975
+ export const identitycredittransfer_user_fee_increase: (a: number) => number;
1976
+ export const identitycredittransfertoaddresses_constructor: (a: any) => [number, number, number];
1977
+ export const identitycredittransfertoaddresses_fromBase64: (a: number, b: number) => [number, number, number];
1978
+ export const identitycredittransfertoaddresses_fromBytes: (a: number, b: number) => [number, number, number];
1979
+ export const identitycredittransfertoaddresses_fromHex: (a: number, b: number) => [number, number, number];
1980
+ export const identitycredittransfertoaddresses_fromJSON: (a: any) => [number, number, number];
1981
+ export const identitycredittransfertoaddresses_fromObject: (a: any) => [number, number, number];
1982
+ export const identitycredittransfertoaddresses_fromStateTransition: (a: number) => [number, number, number];
1983
+ export const identitycredittransfertoaddresses_nonce: (a: number) => bigint;
1984
+ export const identitycredittransfertoaddresses_recipient_addresses: (a: number) => [number, number];
1985
+ export const identitycredittransfertoaddresses_sender_id: (a: number) => number;
1986
+ export const identitycredittransfertoaddresses_set_nonce: (a: number, b: any) => [number, number];
1987
+ export const identitycredittransfertoaddresses_set_recipient_addresses: (a: number, b: number, c: number) => [number, number];
1988
+ export const identitycredittransfertoaddresses_set_sender_id: (a: number, b: any) => [number, number];
1989
+ export const identitycredittransfertoaddresses_set_signature: (a: number, b: number, c: number) => void;
1990
+ export const identitycredittransfertoaddresses_set_signature_public_key_id: (a: number, b: any) => [number, number];
1991
+ export const identitycredittransfertoaddresses_set_user_fee_increase: (a: number, b: any) => [number, number];
1992
+ export const identitycredittransfertoaddresses_signature: (a: number) => [number, number];
1993
+ export const identitycredittransfertoaddresses_signature_public_key_id: (a: number) => number;
1994
+ export const identitycredittransfertoaddresses_struct_name: () => [number, number];
1995
+ export const identitycredittransfertoaddresses_toBase64: (a: number) => [number, number, number, number];
1996
+ export const identitycredittransfertoaddresses_toBytes: (a: number) => [number, number, number, number];
1997
+ export const identitycredittransfertoaddresses_toHex: (a: number) => [number, number, number, number];
1998
+ export const identitycredittransfertoaddresses_toJSON: (a: number) => [number, number, number];
1999
+ export const identitycredittransfertoaddresses_toObject: (a: number) => [number, number, number];
2000
+ export const identitycredittransfertoaddresses_toStateTransition: (a: number) => number;
2001
+ export const identitycredittransfertoaddresses_type_name: (a: number) => [number, number];
2002
+ export const identitycredittransfertoaddresses_user_fee_increase: (a: number) => number;
2003
+ export const identitycreditwithdrawaltransition_amount: (a: number) => bigint;
2004
+ export const identitycreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
2005
+ export const identitycreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
2006
+ export const identitycreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
2007
+ export const identitycreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
2008
+ export const identitycreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
2009
+ export const identitycreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
2010
+ export const identitycreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
2011
+ export const identitycreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
2012
+ export const identitycreditwithdrawaltransition_identity_id: (a: number) => number;
2013
+ export const identitycreditwithdrawaltransition_modified_data_ids: (a: number) => [number, number];
2014
+ export const identitycreditwithdrawaltransition_nonce: (a: number) => bigint;
2015
+ export const identitycreditwithdrawaltransition_optional_asset_lock_proof: (a: number) => number;
2016
+ export const identitycreditwithdrawaltransition_output_script: (a: number) => number;
2017
+ export const identitycreditwithdrawaltransition_pooling: (a: number) => [number, number];
2018
+ export const identitycreditwithdrawaltransition_purpose_requirement: (a: number) => [number, number];
2019
+ export const identitycreditwithdrawaltransition_set_amount: (a: number, b: any) => [number, number];
2020
+ export const identitycreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
2021
+ export const identitycreditwithdrawaltransition_set_identity_id: (a: number, b: any) => [number, number];
2022
+ export const identitycreditwithdrawaltransition_set_nonce: (a: number, b: any) => [number, number];
2023
+ export const identitycreditwithdrawaltransition_set_output_script: (a: number, b: any) => [number, number];
2024
+ export const identitycreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
2025
+ export const identitycreditwithdrawaltransition_set_signature: (a: number, b: number, c: number) => void;
2026
+ export const identitycreditwithdrawaltransition_set_signature_public_key_id: (a: number, b: number) => void;
2027
+ export const identitycreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
2028
+ export const identitycreditwithdrawaltransition_signature: (a: number) => [number, number];
2029
+ export const identitycreditwithdrawaltransition_signature_public_key_id: (a: number) => number;
2030
+ export const identitycreditwithdrawaltransition_struct_name: () => [number, number];
2031
+ export const identitycreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
2032
+ export const identitycreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
2033
+ export const identitycreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
2034
+ export const identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
2035
+ export const identitycreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
2036
+ export const identitycreditwithdrawaltransition_toStateTransition: (a: number) => number;
2037
+ export const identitycreditwithdrawaltransition_type_name: (a: number) => [number, number];
2038
+ export const identitycreditwithdrawaltransition_user_fee_increase: (a: number) => number;
2039
+ export const identitykeylimitsupdate_constructor: (a: any) => [number, number, number];
2040
+ export const identitykeylimitsupdate_expires_at: (a: number) => [number, bigint];
2041
+ export const identitykeylimitsupdate_fromBase64: (a: number, b: number) => [number, number, number];
2042
+ export const identitykeylimitsupdate_fromBytes: (a: number, b: number) => [number, number, number];
2043
+ export const identitykeylimitsupdate_fromHex: (a: number, b: number) => [number, number, number];
2044
+ export const identitykeylimitsupdate_fromJSON: (a: any) => [number, number, number];
2045
+ export const identitykeylimitsupdate_fromObject: (a: any) => [number, number, number];
2046
+ export const identitykeylimitsupdate_fromStateTransition: (a: number) => [number, number, number];
2047
+ export const identitykeylimitsupdate_identity_id: (a: number) => number;
2048
+ export const identitykeylimitsupdate_key_id: (a: number) => number;
2049
+ export const identitykeylimitsupdate_nonce: (a: number) => bigint;
2050
+ export const identitykeylimitsupdate_set_expires_at: (a: number, b: number) => [number, number];
2051
+ export const identitykeylimitsupdate_set_identity_id: (a: number, b: any) => [number, number];
2052
+ export const identitykeylimitsupdate_set_key_id: (a: number, b: any) => [number, number];
2053
+ export const identitykeylimitsupdate_set_nonce: (a: number, b: any) => [number, number];
2054
+ export const identitykeylimitsupdate_set_signature: (a: number, b: number, c: number) => void;
2055
+ export const identitykeylimitsupdate_set_signature_public_key_id: (a: number, b: any) => [number, number];
2056
+ export const identitykeylimitsupdate_set_total_budget: (a: number, b: number) => [number, number];
2057
+ export const identitykeylimitsupdate_set_user_fee_increase: (a: number, b: any) => [number, number];
2058
+ export const identitykeylimitsupdate_signature: (a: number) => [number, number];
2059
+ export const identitykeylimitsupdate_signature_public_key_id: (a: number) => number;
2060
+ export const identitykeylimitsupdate_struct_name: () => [number, number];
2061
+ export const identitykeylimitsupdate_toBase64: (a: number) => [number, number, number, number];
2062
+ export const identitykeylimitsupdate_toBytes: (a: number) => [number, number, number, number];
2063
+ export const identitykeylimitsupdate_toHex: (a: number) => [number, number, number, number];
2064
+ export const identitykeylimitsupdate_toJSON: (a: number) => [number, number, number];
2065
+ export const identitykeylimitsupdate_toObject: (a: number) => [number, number, number];
2066
+ export const identitykeylimitsupdate_toStateTransition: (a: number) => number;
2067
+ export const identitykeylimitsupdate_total_budget: (a: number) => [number, bigint];
2068
+ export const identitykeylimitsupdate_type_name: (a: number) => [number, number];
2069
+ export const identitykeylimitsupdate_user_fee_increase: (a: number) => number;
2070
+ export const identitysigner_addKey: (a: number, b: number) => [number, number];
2071
+ export const identitysigner_addKeyFromWif: (a: number, b: number, c: number) => [number, number];
2072
+ export const identitysigner_constructor: () => number;
2073
+ export const identitysigner_key_count: (a: number) => number;
2074
+ export const identitysigner_struct_name: () => [number, number];
2075
+ export const identitysigner_type_name: (a: number) => [number, number];
2076
+ export const identityupdatetransition_constructor: (a: any) => [number, number, number];
2077
+ export const identityupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
2078
+ export const identityupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
2079
+ export const identityupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
2080
+ export const identityupdatetransition_fromJSON: (a: any) => [number, number, number];
2081
+ export const identityupdatetransition_fromObject: (a: any) => [number, number, number];
2082
+ export const identityupdatetransition_fromStateTransition: (a: number) => [number, number, number];
2083
+ export const identityupdatetransition_identity_identifier: (a: number) => number;
2084
+ export const identityupdatetransition_modified_data_ids: (a: number) => [number, number];
2085
+ export const identityupdatetransition_nonce: (a: number) => bigint;
2086
+ export const identityupdatetransition_optional_asset_lock_proof: (a: number) => number;
2087
+ export const identityupdatetransition_public_key_ids_to_add: (a: number) => [number, number];
2088
+ export const identityupdatetransition_public_key_ids_to_disable: (a: number) => [number, number];
2089
+ export const identityupdatetransition_purpose_requirement: (a: number) => [number, number];
2090
+ export const identityupdatetransition_revision: (a: number) => bigint;
2091
+ export const identityupdatetransition_set_identity_identifier: (a: number, b: any) => [number, number];
2092
+ export const identityupdatetransition_set_nonce: (a: number, b: any) => [number, number];
2093
+ export const identityupdatetransition_set_public_key_ids_to_add: (a: number, b: any) => [number, number];
2094
+ export const identityupdatetransition_set_public_key_ids_to_disable: (a: number, b: number, c: number) => void;
2095
+ export const identityupdatetransition_set_revision: (a: number, b: any) => [number, number];
2096
+ export const identityupdatetransition_set_signature: (a: number, b: number, c: number) => void;
2097
+ export const identityupdatetransition_set_signature_public_key_id: (a: number, b: number) => void;
2098
+ export const identityupdatetransition_set_user_fee_increase: (a: number, b: number) => void;
2099
+ export const identityupdatetransition_signature: (a: number) => [number, number];
2100
+ export const identityupdatetransition_signature_public_key_id: (a: number) => number;
2101
+ export const identityupdatetransition_struct_name: () => [number, number];
2102
+ export const identityupdatetransition_toBase64: (a: number) => [number, number, number, number];
2103
+ export const identityupdatetransition_toBytes: (a: number) => [number, number, number, number];
2104
+ export const identityupdatetransition_toHex: (a: number) => [number, number, number, number];
2105
+ export const identityupdatetransition_toJSON: (a: number) => [number, number, number];
2106
+ export const identityupdatetransition_toObject: (a: number) => [number, number, number];
2107
+ export const identityupdatetransition_toStateTransition: (a: number) => number;
2108
+ export const identityupdatetransition_type_name: (a: number) => [number, number];
2109
+ export const identityupdatetransition_user_fee_increase: (a: number) => number;
2110
+ export const platformaddresssigner_addKey: (a: number, b: number) => [number, number, number];
2111
+ export const platformaddresssigner_getPrivateKeysBytes: (a: number) => [number, number, number];
2112
+ export const platformaddresssigner_hasKey: (a: number, b: any) => [number, number, number];
2113
+ export const platformaddresssigner_key_count: (a: number) => number;
2114
+ export const platformaddresssigner_struct_name: () => [number, number];
2115
+ export const platformaddresssigner_type_name: (a: number) => [number, number];
2116
+ export const tokenburntransition_base: (a: number) => number;
2117
+ export const tokenburntransition_burn_amount: (a: number) => bigint;
2118
+ export const tokenburntransition_constructor: (a: any) => [number, number, number];
2119
+ export const tokenburntransition_public_note: (a: number) => [number, number];
2120
+ export const tokenburntransition_set_base: (a: number, b: number) => void;
2121
+ export const tokenburntransition_set_burn_amount: (a: number, b: any) => [number, number];
2122
+ export const tokenburntransition_set_public_note: (a: number, b: number, c: number) => void;
2123
+ export const tokenburntransition_struct_name: () => [number, number];
2124
+ export const tokenburntransition_type_name: (a: number) => [number, number];
2125
+ export const tokendistributionrules_change_direct_purchase_pricing_rules: (a: number) => number;
2126
+ export const tokendistributionrules_constructor: (a: any) => [number, number, number];
2127
+ export const tokendistributionrules_is_minting_allowing_choosing_destination: (a: number) => number;
2128
+ export const tokendistributionrules_minting_allow_choosing_destination_rules: (a: number) => number;
2129
+ export const tokendistributionrules_new_tokens_destination_identity: (a: number) => number;
2130
+ export const tokendistributionrules_new_tokens_destination_identity_rules: (a: number) => number;
2131
+ export const tokendistributionrules_perpetual_distribution: (a: number) => number;
2132
+ export const tokendistributionrules_perpetual_distribution_rules: (a: number) => number;
2133
+ export const tokendistributionrules_pre_programmed_distribution: (a: number) => number;
2134
+ export const tokendistributionrules_set_change_direct_purchase_pricing_rules: (a: number, b: number) => void;
2135
+ export const tokendistributionrules_set_is_minting_allowing_choosing_destination: (a: number, b: number) => void;
2136
+ export const tokendistributionrules_set_minting_allow_choosing_destination_rules: (a: number, b: number) => void;
2137
+ export const tokendistributionrules_set_new_tokens_destination_identity: (a: number, b: any) => [number, number];
2138
+ export const tokendistributionrules_set_new_tokens_destination_identity_rules: (a: number, b: number) => void;
2139
+ export const tokendistributionrules_set_perpetual_distribution: (a: number, b: any) => [number, number];
2140
+ export const tokendistributionrules_set_perpetual_distribution_rules: (a: number, b: number) => void;
2141
+ export const tokendistributionrules_set_pre_programmed_distribution: (a: number, b: any) => [number, number];
2142
+ export const tokendistributionrules_struct_name: () => [number, number];
2143
+ export const tokendistributionrules_type_name: (a: number) => [number, number];
2144
+ export const tokentransition_constructor: (a: any) => [number, number, number];
2145
+ export const tokentransition_contract_id: (a: number) => number;
2146
+ export const tokentransition_getHistoricalDocumentId: (a: number, b: any) => [number, number, number];
2147
+ export const tokentransition_historical_document_type_name: (a: number) => [number, number];
2148
+ export const tokentransition_identity_contract_nonce: (a: number) => bigint;
2149
+ export const tokentransition_set_contract_id: (a: number, b: any) => [number, number];
2150
+ export const tokentransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
2151
+ export const tokentransition_set_token_id: (a: number, b: any) => [number, number];
2152
+ export const tokentransition_struct_name: () => [number, number];
2153
+ export const tokentransition_token_id: (a: number) => number;
2154
+ export const tokentransition_transition: (a: number) => any;
2155
+ export const tokentransition_transition_type: (a: number) => [number, number];
2156
+ export const tokentransition_transition_type_number: (a: number) => number;
2157
+ export const tokentransition_type_name: (a: number) => [number, number];
2158
+ export const wasmdpperror_code: (a: number) => number;
2159
+ export const wasmdpperror_kind: (a: number) => number;
2160
+ export const wasmdpperror_message: (a: number) => [number, number];
2161
+ export const wasmdpperror_name: (a: number) => [number, number];
2162
+ export const platformaddresssigner_constructor: () => number;
2163
+ export const __wbg_authorizedactiontakers_free: (a: number, b: number) => void;
2164
+ export const __wbg_identitypublickey_free: (a: number, b: number) => void;
2165
+ export const __wbg_prefundedvotingbalance_free: (a: number, b: number) => void;
2166
+ export const __wbg_publickey_free: (a: number, b: number) => void;
2167
+ export const __wbg_tokenpreprogrammeddistribution_free: (a: number, b: number) => void;
2168
+ export const __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
2169
+ export const authorizedactiontakers_ContractOwner: () => number;
2170
+ export const authorizedactiontakers_Group: (a: number) => number;
2171
+ export const authorizedactiontakers_Identity: (a: any) => [number, number, number];
2172
+ export const authorizedactiontakers_MainGroup: () => number;
2173
+ export const authorizedactiontakers_NoOne: () => number;
2174
+ export const authorizedactiontakers_struct_name: () => [number, number];
2175
+ export const authorizedactiontakers_taker_type: (a: number) => [number, number];
2176
+ export const authorizedactiontakers_type_name: (a: number) => [number, number];
2177
+ export const authorizedactiontakers_value: (a: number) => any;
2178
+ export const identitypublickey_base64: (a: number) => [number, number, number, number];
2179
+ export const identitypublickey_constructor: (a: any) => [number, number, number];
2180
+ export const identitypublickey_contract_bounds: (a: number) => number;
2181
+ export const identitypublickey_data: (a: number) => [number, number];
2182
+ export const identitypublickey_disabled_at: (a: number) => [number, bigint];
2183
+ export const identitypublickey_expires_at: (a: number) => [number, bigint];
2184
+ export const identitypublickey_fromBase64: (a: number, b: number) => [number, number, number];
2185
+ export const identitypublickey_fromBytes: (a: number, b: number) => [number, number, number];
2186
+ export const identitypublickey_fromHex: (a: number, b: number) => [number, number, number];
2187
+ export const identitypublickey_fromJSON: (a: any, b: any) => [number, number, number];
2188
+ export const identitypublickey_fromObject: (a: any, b: any) => [number, number, number];
2189
+ export const identitypublickey_getPublicKeyHash: (a: number) => [number, number, number, number];
2190
+ export const identitypublickey_hex: (a: number) => [number, number, number, number];
2191
+ export const identitypublickey_is_master: (a: number) => number;
2192
+ export const identitypublickey_is_read_only: (a: number) => number;
2193
+ export const identitypublickey_key_id: (a: number) => number;
2194
+ export const identitypublickey_key_type: (a: number) => [number, number];
2195
+ export const identitypublickey_key_type_number: (a: number) => number;
2196
+ export const identitypublickey_purpose: (a: number) => [number, number];
2197
+ export const identitypublickey_purpose_number: (a: number) => number;
2198
+ export const identitypublickey_security_level: (a: number) => [number, number];
2199
+ export const identitypublickey_security_level_number: (a: number) => number;
2200
+ export const identitypublickey_set_data: (a: number, b: number, c: number) => [number, number];
2201
+ export const identitypublickey_set_disabled_at: (a: number, b: any) => [number, number];
2202
+ export const identitypublickey_set_expires_at: (a: number, b: number) => [number, number];
2203
+ export const identitypublickey_set_is_read_only: (a: number, b: number) => void;
2204
+ export const identitypublickey_set_key_id: (a: number, b: any) => [number, number];
2205
+ export const identitypublickey_set_key_type: (a: number, b: any) => [number, number];
2206
+ export const identitypublickey_set_purpose: (a: number, b: any) => [number, number];
2207
+ export const identitypublickey_set_security_level: (a: number, b: any) => [number, number];
2208
+ export const identitypublickey_set_total_budget: (a: number, b: number) => [number, number];
2209
+ export const identitypublickey_struct_name: () => [number, number];
2210
+ export const identitypublickey_toBytes: (a: number) => [number, number, number, number];
2211
+ export const identitypublickey_toJSON: (a: number) => [number, number, number];
2212
+ export const identitypublickey_toObject: (a: number) => [number, number, number];
2213
+ export const identitypublickey_total_budget: (a: number) => [number, bigint];
2214
+ export const identitypublickey_type_name: (a: number) => [number, number];
2215
+ export const identitypublickey_validatePrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number];
2216
+ export const prefundedvotingbalance_constructor: (a: any) => [number, number, number];
2217
+ export const prefundedvotingbalance_credits: (a: number) => bigint;
2218
+ export const prefundedvotingbalance_indexName: (a: number) => [number, number];
2219
+ export const prefundedvotingbalance_struct_name: () => [number, number];
2220
+ export const prefundedvotingbalance_type_name: (a: number) => [number, number];
2221
+ export const publickey_compressed: (a: number) => number;
2222
+ export const publickey_constructor: (a: number, b: number, c: number) => [number, number, number];
2223
+ export const publickey_fromBytes: (a: number, b: number) => [number, number, number];
2224
+ export const publickey_getPublicKeyHash: (a: number) => [number, number];
2225
+ export const publickey_inner: (a: number) => [number, number];
2226
+ export const publickey_set_compressed: (a: number, b: number) => void;
2227
+ export const publickey_set_inner: (a: number, b: number, c: number) => [number, number];
2228
+ export const publickey_struct_name: () => [number, number];
2229
+ export const publickey_toBytes: (a: number) => [number, number];
2230
+ export const publickey_type_name: (a: number) => [number, number];
2231
+ export const tokenconfigurationchangeitem_NewTokensDestinationIdentityAdminGroupItem: (a: number) => number;
2232
+ export const tokenconfigurationchangeitem_NewTokensDestinationIdentityControlGroupItem: (a: number) => number;
2233
+ export const tokenconfigurationchangeitem_NewTokensDestinationIdentityItem: (a: any) => [number, number, number];
2234
+ export const tokenpreprogrammeddistribution_constructor: (a: any) => [number, number, number];
2235
+ export const tokenpreprogrammeddistribution_distributions: (a: number) => any;
2236
+ export const tokenpreprogrammeddistribution_set_distributions: (a: number, b: any) => [number, number];
2237
+ export const tokenpreprogrammeddistribution_struct_name: () => [number, number];
2238
+ export const tokenpreprogrammeddistribution_type_name: (a: number) => [number, number];
2239
+ export const tokenunfreezetransition_base: (a: number) => number;
2240
+ export const tokenunfreezetransition_constructor: (a: any) => [number, number, number];
2241
+ export const tokenunfreezetransition_frozen_identity_id: (a: number) => number;
2242
+ export const tokenunfreezetransition_public_note: (a: number) => [number, number];
2243
+ export const tokenunfreezetransition_set_base: (a: number, b: number) => void;
2244
+ export const tokenunfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
2245
+ export const tokenunfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
2246
+ export const tokenunfreezetransition_struct_name: () => [number, number];
2247
+ export const tokenunfreezetransition_type_name: (a: number) => [number, number];
2205
2248
  export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
2206
2249
  export const rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
2207
2250
  export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;