@dashevo/wasm-dpp2 4.2.0-dev.10 → 4.2.0-dev.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dpp.compressed.js +1 -1
- package/dist/dpp.d.ts +1615 -1615
- package/dist/dpp.js +1 -1
- package/dist/raw/wasm_dpp2.d.ts +1615 -1615
- package/dist/raw/wasm_dpp2.js +1 -1
- package/dist/raw/wasm_dpp2.no_url.js +1 -1
- package/dist/raw/wasm_dpp2_bg.wasm +0 -0
- package/dist/raw/wasm_dpp2_bg.wasm.d.ts +1615 -1615
- package/package.json +1 -1
|
@@ -1,307 +1,149 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
4
|
+
export const __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_get_verifiedmasternodevote_vote: (a: number) => number;
|
|
6
|
+
export const __wbg_identitysigner_free: (a: number, b: number) => void;
|
|
7
|
+
export const __wbg_identitytopupfromshieldedpooltransition_free: (a: number, b: number) => void;
|
|
8
|
+
export const __wbg_outpoint_free: (a: number, b: number) => void;
|
|
9
|
+
export const __wbg_platformaddresssigner_free: (a: number, b: number) => void;
|
|
10
|
+
export const __wbg_resourcevote_free: (a: number, b: number) => void;
|
|
11
|
+
export const __wbg_set_verifiedmasternodevote_vote: (a: number, b: number) => void;
|
|
12
|
+
export const __wbg_shieldfromidentitytransition_free: (a: number, b: number) => void;
|
|
13
|
+
export const __wbg_verifiedmasternodevote_free: (a: number, b: number) => void;
|
|
14
|
+
export const __wbg_verifiednextdistribution_free: (a: number, b: number) => void;
|
|
15
|
+
export const chainassetlockproof_constructor: (a: number, b: number) => [number, number, number];
|
|
16
|
+
export const chainassetlockproof_core_chain_locked_height: (a: number) => number;
|
|
17
|
+
export const chainassetlockproof_createIdentityId: (a: number) => number;
|
|
18
|
+
export const chainassetlockproof_fromBytes: (a: number, b: number) => [number, number, number];
|
|
19
|
+
export const chainassetlockproof_fromJSON: (a: any) => [number, number, number];
|
|
20
|
+
export const chainassetlockproof_fromObject: (a: any) => [number, number, number];
|
|
21
|
+
export const chainassetlockproof_out_point: (a: number) => number;
|
|
22
|
+
export const chainassetlockproof_set_core_chain_locked_height: (a: number, b: number) => void;
|
|
23
|
+
export const chainassetlockproof_set_out_point: (a: number, b: number) => void;
|
|
24
|
+
export const chainassetlockproof_struct_name: () => [number, number];
|
|
25
|
+
export const chainassetlockproof_toBytes: (a: number) => [number, number, number, number];
|
|
26
|
+
export const chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
27
|
+
export const chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
28
|
+
export const chainassetlockproof_type_name: (a: number) => [number, number];
|
|
29
|
+
export const identitysigner_addKey: (a: number, b: number) => [number, number];
|
|
30
|
+
export const identitysigner_addKeyFromWif: (a: number, b: number, c: number) => [number, number];
|
|
31
|
+
export const identitysigner_constructor: () => number;
|
|
32
|
+
export const identitysigner_key_count: (a: number) => number;
|
|
33
|
+
export const identitysigner_struct_name: () => [number, number];
|
|
34
|
+
export const identitysigner_type_name: (a: number) => [number, number];
|
|
35
|
+
export const identitytopupfromshieldedpooltransition_actions: (a: number) => [number, number];
|
|
36
|
+
export const identitytopupfromshieldedpooltransition_anchor: (a: number) => [number, number];
|
|
37
|
+
export const identitytopupfromshieldedpooltransition_binding_signature: (a: number) => [number, number];
|
|
38
|
+
export const identitytopupfromshieldedpooltransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
39
|
+
export const identitytopupfromshieldedpooltransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
40
|
+
export const identitytopupfromshieldedpooltransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
41
|
+
export const identitytopupfromshieldedpooltransition_fromJSON: (a: any) => [number, number, number];
|
|
42
|
+
export const identitytopupfromshieldedpooltransition_fromObject: (a: any) => [number, number, number];
|
|
43
|
+
export const identitytopupfromshieldedpooltransition_fromStateTransition: (a: number) => [number, number, number];
|
|
44
|
+
export const identitytopupfromshieldedpooltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
45
|
+
export const identitytopupfromshieldedpooltransition_identity_id: (a: number) => number;
|
|
46
|
+
export const identitytopupfromshieldedpooltransition_new: (a: any) => [number, number, number];
|
|
47
|
+
export const identitytopupfromshieldedpooltransition_proof: (a: number) => [number, number];
|
|
48
|
+
export const identitytopupfromshieldedpooltransition_struct_name: () => [number, number];
|
|
49
|
+
export const identitytopupfromshieldedpooltransition_toBase64: (a: number) => [number, number, number, number];
|
|
50
|
+
export const identitytopupfromshieldedpooltransition_toBytes: (a: number) => [number, number, number, number];
|
|
51
|
+
export const identitytopupfromshieldedpooltransition_toHex: (a: number) => [number, number, number, number];
|
|
52
|
+
export const identitytopupfromshieldedpooltransition_toJSON: (a: number) => [number, number, number];
|
|
53
|
+
export const identitytopupfromshieldedpooltransition_toObject: (a: number) => [number, number, number];
|
|
54
|
+
export const identitytopupfromshieldedpooltransition_toStateTransition: (a: number) => number;
|
|
55
|
+
export const identitytopupfromshieldedpooltransition_top_up_amount: (a: number) => bigint;
|
|
56
|
+
export const identitytopupfromshieldedpooltransition_type_name: (a: number) => [number, number];
|
|
57
|
+
export const outpoint_constructor: (a: number, b: number, c: number) => [number, number, number];
|
|
58
|
+
export const outpoint_fromBase64: (a: number, b: number) => [number, number, number];
|
|
59
|
+
export const outpoint_fromBytes: (a: number, b: number) => [number, number, number];
|
|
60
|
+
export const outpoint_fromHex: (a: number, b: number) => [number, number, number];
|
|
61
|
+
export const outpoint_struct_name: () => [number, number];
|
|
62
|
+
export const outpoint_toBase64: (a: number) => [number, number];
|
|
63
|
+
export const outpoint_toBytes: (a: number) => [number, number];
|
|
64
|
+
export const outpoint_toHex: (a: number) => [number, number];
|
|
65
|
+
export const outpoint_txid: (a: number) => [number, number];
|
|
66
|
+
export const outpoint_type_name: (a: number) => [number, number];
|
|
67
|
+
export const outpoint_vout: (a: number) => number;
|
|
68
|
+
export const platformaddresssigner_addKey: (a: number, b: number) => [number, number, number];
|
|
69
|
+
export const platformaddresssigner_getPrivateKeysBytes: (a: number) => [number, number, number];
|
|
70
|
+
export const platformaddresssigner_hasKey: (a: number, b: any) => [number, number, number];
|
|
71
|
+
export const platformaddresssigner_key_count: (a: number) => number;
|
|
72
|
+
export const platformaddresssigner_struct_name: () => [number, number];
|
|
73
|
+
export const platformaddresssigner_type_name: (a: number) => [number, number];
|
|
74
|
+
export const resourcevote_choice: (a: number) => number;
|
|
75
|
+
export const resourcevote_constructor: (a: number, b: number) => number;
|
|
76
|
+
export const resourcevote_fromJSON: (a: any) => [number, number, number];
|
|
77
|
+
export const resourcevote_fromObject: (a: any) => [number, number, number];
|
|
78
|
+
export const resourcevote_poll: (a: number) => number;
|
|
79
|
+
export const resourcevote_set_choice: (a: number, b: number) => void;
|
|
80
|
+
export const resourcevote_set_poll: (a: number, b: number) => void;
|
|
81
|
+
export const resourcevote_struct_name: () => [number, number];
|
|
82
|
+
export const resourcevote_toJSON: (a: number) => [number, number, number];
|
|
83
|
+
export const resourcevote_toObject: (a: number) => [number, number, number];
|
|
84
|
+
export const resourcevote_type_name: (a: number) => [number, number];
|
|
85
|
+
export const shieldfromidentitytransition_actions: (a: number) => [number, number];
|
|
86
|
+
export const shieldfromidentitytransition_amount: (a: number) => bigint;
|
|
87
|
+
export const shieldfromidentitytransition_anchor: (a: number) => [number, number];
|
|
88
|
+
export const shieldfromidentitytransition_binding_signature: (a: number) => [number, number];
|
|
89
|
+
export const shieldfromidentitytransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
90
|
+
export const shieldfromidentitytransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
91
|
+
export const shieldfromidentitytransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
92
|
+
export const shieldfromidentitytransition_fromJSON: (a: any) => [number, number, number];
|
|
93
|
+
export const shieldfromidentitytransition_fromObject: (a: any) => [number, number, number];
|
|
94
|
+
export const shieldfromidentitytransition_fromStateTransition: (a: number) => [number, number, number];
|
|
95
|
+
export const shieldfromidentitytransition_getModifiedDataIds: (a: number) => [number, number];
|
|
96
|
+
export const shieldfromidentitytransition_identity_id: (a: number) => number;
|
|
97
|
+
export const shieldfromidentitytransition_new: (a: any) => [number, number, number];
|
|
98
|
+
export const shieldfromidentitytransition_nonce: (a: number) => bigint;
|
|
99
|
+
export const shieldfromidentitytransition_proof: (a: number) => [number, number];
|
|
100
|
+
export const shieldfromidentitytransition_set_identity_id: (a: number, b: any) => [number, number];
|
|
101
|
+
export const shieldfromidentitytransition_set_nonce: (a: number, b: any) => [number, number];
|
|
102
|
+
export const shieldfromidentitytransition_set_signature: (a: number, b: number, c: number) => void;
|
|
103
|
+
export const shieldfromidentitytransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
|
|
104
|
+
export const shieldfromidentitytransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
105
|
+
export const shieldfromidentitytransition_signature: (a: number) => [number, number];
|
|
106
|
+
export const shieldfromidentitytransition_signature_public_key_id: (a: number) => number;
|
|
107
|
+
export const shieldfromidentitytransition_struct_name: () => [number, number];
|
|
108
|
+
export const shieldfromidentitytransition_toBase64: (a: number) => [number, number, number, number];
|
|
109
|
+
export const shieldfromidentitytransition_toBytes: (a: number) => [number, number, number, number];
|
|
110
|
+
export const shieldfromidentitytransition_toHex: (a: number) => [number, number, number, number];
|
|
111
|
+
export const shieldfromidentitytransition_toJSON: (a: number) => [number, number, number];
|
|
112
|
+
export const shieldfromidentitytransition_toObject: (a: number) => [number, number, number];
|
|
113
|
+
export const shieldfromidentitytransition_toStateTransition: (a: number) => number;
|
|
114
|
+
export const shieldfromidentitytransition_type_name: (a: number) => [number, number];
|
|
115
|
+
export const shieldfromidentitytransition_user_fee_increase: (a: number) => number;
|
|
116
|
+
export const verifiedmasternodevote_fromJSON: (a: any) => [number, number, number];
|
|
117
|
+
export const verifiedmasternodevote_fromObject: (a: any) => [number, number, number];
|
|
118
|
+
export const verifiedmasternodevote_struct_name: () => [number, number];
|
|
119
|
+
export const verifiedmasternodevote_toJSON: (a: number) => [number, number, number];
|
|
120
|
+
export const verifiedmasternodevote_toObject: (a: number) => [number, number, number];
|
|
121
|
+
export const verifiedmasternodevote_type_name: (a: number) => [number, number];
|
|
122
|
+
export const verifiednextdistribution_fromJSON: (a: any) => [number, number, number];
|
|
123
|
+
export const verifiednextdistribution_fromObject: (a: any) => [number, number, number];
|
|
124
|
+
export const verifiednextdistribution_struct_name: () => [number, number];
|
|
125
|
+
export const verifiednextdistribution_toJSON: (a: number) => [number, number, number];
|
|
126
|
+
export const verifiednextdistribution_toObject: (a: number) => [number, number, number];
|
|
127
|
+
export const verifiednextdistribution_type_name: (a: number) => [number, number];
|
|
128
|
+
export const __wbg_get_verifiednextdistribution_vote: (a: number) => number;
|
|
129
|
+
export const platformaddresssigner_constructor: () => number;
|
|
130
|
+
export const __wbg_set_verifiednextdistribution_vote: (a: number, b: number) => void;
|
|
131
|
+
export const __wbg_addressfundingfromassetlocktransition_free: (a: number, b: number) => void;
|
|
132
|
+
export const __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
133
|
+
export const __wbg_contesteddocumentvotepollwinnerinfo_free: (a: number, b: number) => void;
|
|
134
|
+
export const __wbg_datacontract_free: (a: number, b: number) => void;
|
|
135
|
+
export const __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
136
|
+
export const __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
7
137
|
export const __wbg_documentdeletetransition_free: (a: number, b: number) => void;
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const __wbg_shieldfromassetlocktransition_free: (a: number, b: number) => void;
|
|
138
|
+
export const __wbg_documentreplacetransition_free: (a: number, b: number) => void;
|
|
139
|
+
export const __wbg_documenttransfertransition_free: (a: number, b: number) => void;
|
|
140
|
+
export const __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
141
|
+
export const __wbg_get_verifieddatacontract_dataContract: (a: number) => number;
|
|
142
|
+
export const __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
143
|
+
export const __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
144
|
+
export const __wbg_set_verifieddatacontract_dataContract: (a: number, b: number) => void;
|
|
16
145
|
export const __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
17
146
|
export const __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
18
|
-
export const __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
19
|
-
export const addresscreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
|
|
20
|
-
export const addresscreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
|
|
21
|
-
export const addresscreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
22
|
-
export const addresscreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
23
|
-
export const addresscreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
24
|
-
export const addresscreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
|
|
25
|
-
export const addresscreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
|
|
26
|
-
export const addresscreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
|
|
27
|
-
export const addresscreditwithdrawaltransition_inputs: (a: number) => [number, number];
|
|
28
|
-
export const addresscreditwithdrawaltransition_output: (a: number) => number;
|
|
29
|
-
export const addresscreditwithdrawaltransition_output_script: (a: number) => number;
|
|
30
|
-
export const addresscreditwithdrawaltransition_pooling: (a: number) => [number, number];
|
|
31
|
-
export const addresscreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
|
|
32
|
-
export const addresscreditwithdrawaltransition_set_inputs: (a: number, b: number, c: number) => [number, number];
|
|
33
|
-
export const addresscreditwithdrawaltransition_set_output: (a: number, b: number) => [number, number];
|
|
34
|
-
export const addresscreditwithdrawaltransition_set_output_script: (a: number, b: number) => void;
|
|
35
|
-
export const addresscreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
|
|
36
|
-
export const addresscreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
37
|
-
export const addresscreditwithdrawaltransition_struct_name: () => [number, number];
|
|
38
|
-
export const addresscreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
|
|
39
|
-
export const addresscreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
|
|
40
|
-
export const addresscreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
|
|
41
|
-
export const addresscreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
42
|
-
export const addresscreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
|
|
43
|
-
export const addresscreditwithdrawaltransition_toStateTransition: (a: number) => number;
|
|
44
|
-
export const addresscreditwithdrawaltransition_type_name: (a: number) => [number, number];
|
|
45
|
-
export const addresscreditwithdrawaltransition_user_fee_increase: (a: number) => number;
|
|
46
|
-
export const batchtransition_all_conflicting_index_collateral_voting_funds: (a: number) => [number, bigint, number, number];
|
|
47
|
-
export const batchtransition_all_purchases_amount: (a: number) => [number, bigint, number, number];
|
|
48
|
-
export const batchtransition_batched_transitions: (a: number) => [number, number];
|
|
49
|
-
export const batchtransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
50
|
-
export const batchtransition_fromBatchedTransitions: (a: any, b: any, c: number) => [number, number, number];
|
|
51
|
-
export const batchtransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
52
|
-
export const batchtransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
53
|
-
export const batchtransition_fromJSON: (a: any) => [number, number, number];
|
|
54
|
-
export const batchtransition_fromObject: (a: any) => [number, number, number];
|
|
55
|
-
export const batchtransition_fromStateTransition: (a: number) => [number, number, number];
|
|
56
|
-
export const batchtransition_modified_data_ids: (a: number) => [number, number];
|
|
57
|
-
export const batchtransition_owner_id: (a: number) => number;
|
|
58
|
-
export const batchtransition_setIdentityContractNonce: (a: number, b: any) => [number, number];
|
|
59
|
-
export const batchtransition_set_signature: (a: number, b: number, c: number) => void;
|
|
60
|
-
export const batchtransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
|
|
61
|
-
export const batchtransition_set_transitions: (a: number, b: any) => [number, number];
|
|
62
|
-
export const batchtransition_signature: (a: number) => [number, number];
|
|
63
|
-
export const batchtransition_signature_public_key_id: (a: number) => number;
|
|
64
|
-
export const batchtransition_struct_name: () => [number, number];
|
|
65
|
-
export const batchtransition_toBase64: (a: number) => [number, number, number, number];
|
|
66
|
-
export const batchtransition_toBytes: (a: number) => [number, number, number, number];
|
|
67
|
-
export const batchtransition_toHex: (a: number) => [number, number, number, number];
|
|
68
|
-
export const batchtransition_toJSON: (a: number) => [number, number, number];
|
|
69
|
-
export const batchtransition_toObject: (a: number) => [number, number, number];
|
|
70
|
-
export const batchtransition_toStateTransition: (a: number) => number;
|
|
71
|
-
export const batchtransition_type_name: (a: number) => [number, number];
|
|
72
|
-
export const documentcreatetransition_base: (a: number) => number;
|
|
73
|
-
export const documentcreatetransition_clearPrefundedVotingBalance: (a: number) => void;
|
|
74
|
-
export const documentcreatetransition_constructor: (a: any) => [number, number, number];
|
|
75
|
-
export const documentcreatetransition_data: (a: number) => [number, number, number];
|
|
76
|
-
export const documentcreatetransition_entropy: (a: number) => [number, number];
|
|
77
|
-
export const documentcreatetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
78
|
-
export const documentcreatetransition_prefunded_voting_balance: (a: number) => number;
|
|
79
|
-
export const documentcreatetransition_set_base: (a: number, b: number) => void;
|
|
80
|
-
export const documentcreatetransition_set_data: (a: number, b: any) => [number, number];
|
|
81
|
-
export const documentcreatetransition_set_entropy: (a: number, b: number, c: number) => [number, number];
|
|
82
|
-
export const documentcreatetransition_set_prefunded_voting_balance: (a: number, b: number) => void;
|
|
83
|
-
export const documentcreatetransition_struct_name: () => [number, number];
|
|
84
|
-
export const documentcreatetransition_toDocumentTransition: (a: number) => number;
|
|
85
|
-
export const documentcreatetransition_type_name: (a: number) => [number, number];
|
|
86
|
-
export const documentdeletetransition_base: (a: number) => number;
|
|
87
|
-
export const documentdeletetransition_constructor: (a: any) => [number, number, number];
|
|
88
|
-
export const documentdeletetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
89
|
-
export const documentdeletetransition_set_base: (a: number, b: number) => void;
|
|
90
|
-
export const documentdeletetransition_struct_name: () => [number, number];
|
|
91
|
-
export const documentdeletetransition_toDocumentTransition: (a: number) => number;
|
|
92
|
-
export const documentdeletetransition_type_name: (a: number) => [number, number];
|
|
93
|
-
export const documentpurchasetransition_base: (a: number) => number;
|
|
94
|
-
export const documentpurchasetransition_constructor: (a: any) => [number, number, number];
|
|
95
|
-
export const documentpurchasetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
96
|
-
export const documentpurchasetransition_price: (a: number) => bigint;
|
|
97
|
-
export const documentpurchasetransition_revision: (a: number) => bigint;
|
|
98
|
-
export const documentpurchasetransition_set_base: (a: number, b: number) => void;
|
|
99
|
-
export const documentpurchasetransition_set_price: (a: number, b: any) => [number, number];
|
|
100
|
-
export const documentpurchasetransition_set_revision: (a: number, b: any) => [number, number];
|
|
101
|
-
export const documentpurchasetransition_struct_name: () => [number, number];
|
|
102
|
-
export const documentpurchasetransition_toDocumentTransition: (a: number) => number;
|
|
103
|
-
export const documentpurchasetransition_type_name: (a: number) => [number, number];
|
|
104
|
-
export const feestrategystep_deductFromInput: (a: number) => number;
|
|
105
|
-
export const feestrategystep_index: (a: number) => number;
|
|
106
|
-
export const feestrategystep_isDeductFromInput: (a: number) => number;
|
|
107
|
-
export const feestrategystep_isReduceOutput: (a: number) => number;
|
|
108
|
-
export const feestrategystep_reduceOutput: (a: number) => number;
|
|
109
|
-
export const feestrategystep_struct_name: () => [number, number];
|
|
110
|
-
export const feestrategystep_type_name: (a: number) => [number, number];
|
|
111
|
-
export const identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
112
|
-
export const identitycreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
|
|
113
|
-
export const identitycreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
|
|
114
|
-
export const identitycreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
115
|
-
export const identitycreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
116
|
-
export const identitycreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
117
|
-
export const identitycreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
|
|
118
|
-
export const identitycreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
|
|
119
|
-
export const identitycreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
|
|
120
|
-
export const identitycreditwithdrawaltransition_identity_id: (a: number) => number;
|
|
121
|
-
export const identitycreditwithdrawaltransition_modified_data_ids: (a: number) => [number, number];
|
|
122
|
-
export const identitycreditwithdrawaltransition_nonce: (a: number) => bigint;
|
|
123
|
-
export const identitycreditwithdrawaltransition_optional_asset_lock_proof: (a: number) => number;
|
|
124
|
-
export const identitycreditwithdrawaltransition_output_script: (a: number) => number;
|
|
125
|
-
export const identitycreditwithdrawaltransition_pooling: (a: number) => [number, number];
|
|
126
|
-
export const identitycreditwithdrawaltransition_purpose_requirement: (a: number) => [number, number];
|
|
127
|
-
export const identitycreditwithdrawaltransition_set_amount: (a: number, b: any) => [number, number];
|
|
128
|
-
export const identitycreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
|
|
129
|
-
export const identitycreditwithdrawaltransition_set_identity_id: (a: number, b: any) => [number, number];
|
|
130
|
-
export const identitycreditwithdrawaltransition_set_nonce: (a: number, b: any) => [number, number];
|
|
131
|
-
export const identitycreditwithdrawaltransition_set_output_script: (a: number, b: any) => [number, number];
|
|
132
|
-
export const identitycreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
|
|
133
|
-
export const identitycreditwithdrawaltransition_set_signature: (a: number, b: number, c: number) => void;
|
|
134
|
-
export const identitycreditwithdrawaltransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
135
|
-
export const identitycreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
136
|
-
export const identitycreditwithdrawaltransition_signature: (a: number) => [number, number];
|
|
137
|
-
export const identitycreditwithdrawaltransition_signature_public_key_id: (a: number) => number;
|
|
138
|
-
export const identitycreditwithdrawaltransition_struct_name: () => [number, number];
|
|
139
|
-
export const identitycreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
|
|
140
|
-
export const identitycreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
|
|
141
|
-
export const identitycreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
|
|
142
|
-
export const identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
143
|
-
export const identitycreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
|
|
144
|
-
export const identitycreditwithdrawaltransition_toStateTransition: (a: number) => number;
|
|
145
|
-
export const identitycreditwithdrawaltransition_type_name: (a: number) => [number, number];
|
|
146
|
-
export const identitycreditwithdrawaltransition_user_fee_increase: (a: number) => number;
|
|
147
|
-
export const identityupdatetransition_constructor: (a: any) => [number, number, number];
|
|
148
|
-
export const identityupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
149
|
-
export const identityupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
150
|
-
export const identityupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
151
|
-
export const identityupdatetransition_fromJSON: (a: any) => [number, number, number];
|
|
152
|
-
export const identityupdatetransition_fromObject: (a: any) => [number, number, number];
|
|
153
|
-
export const identityupdatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
154
|
-
export const identityupdatetransition_identity_identifier: (a: number) => number;
|
|
155
|
-
export const identityupdatetransition_modified_data_ids: (a: number) => [number, number];
|
|
156
|
-
export const identityupdatetransition_nonce: (a: number) => bigint;
|
|
157
|
-
export const identityupdatetransition_optional_asset_lock_proof: (a: number) => number;
|
|
158
|
-
export const identityupdatetransition_public_key_ids_to_add: (a: number) => [number, number];
|
|
159
|
-
export const identityupdatetransition_public_key_ids_to_disable: (a: number) => [number, number];
|
|
160
|
-
export const identityupdatetransition_purpose_requirement: (a: number) => [number, number];
|
|
161
|
-
export const identityupdatetransition_revision: (a: number) => bigint;
|
|
162
|
-
export const identityupdatetransition_set_identity_identifier: (a: number, b: any) => [number, number];
|
|
163
|
-
export const identityupdatetransition_set_nonce: (a: number, b: any) => [number, number];
|
|
164
|
-
export const identityupdatetransition_set_public_key_ids_to_add: (a: number, b: any) => [number, number];
|
|
165
|
-
export const identityupdatetransition_set_public_key_ids_to_disable: (a: number, b: number, c: number) => void;
|
|
166
|
-
export const identityupdatetransition_set_revision: (a: number, b: any) => [number, number];
|
|
167
|
-
export const identityupdatetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
168
|
-
export const identityupdatetransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
169
|
-
export const identityupdatetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
170
|
-
export const identityupdatetransition_signature: (a: number) => [number, number];
|
|
171
|
-
export const identityupdatetransition_signature_public_key_id: (a: number) => number;
|
|
172
|
-
export const identityupdatetransition_struct_name: () => [number, number];
|
|
173
|
-
export const identityupdatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
174
|
-
export const identityupdatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
175
|
-
export const identityupdatetransition_toHex: (a: number) => [number, number, number, number];
|
|
176
|
-
export const identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
177
|
-
export const identityupdatetransition_toObject: (a: number) => [number, number, number];
|
|
178
|
-
export const identityupdatetransition_toStateTransition: (a: number) => number;
|
|
179
|
-
export const identityupdatetransition_type_name: (a: number) => [number, number];
|
|
180
|
-
export const identityupdatetransition_user_fee_increase: (a: number) => number;
|
|
181
|
-
export const masternodevotetransition_asset_lock_proof: (a: number) => number;
|
|
182
|
-
export const masternodevotetransition_constructor: (a: any) => [number, number, number];
|
|
183
|
-
export const masternodevotetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
184
|
-
export const masternodevotetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
185
|
-
export const masternodevotetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
186
|
-
export const masternodevotetransition_fromJSON: (a: any) => [number, number, number];
|
|
187
|
-
export const masternodevotetransition_fromObject: (a: any) => [number, number, number];
|
|
188
|
-
export const masternodevotetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
189
|
-
export const masternodevotetransition_modified_data_ids: (a: number) => [number, number];
|
|
190
|
-
export const masternodevotetransition_nonce: (a: number) => bigint;
|
|
191
|
-
export const masternodevotetransition_pro_tx_hash: (a: number) => number;
|
|
192
|
-
export const masternodevotetransition_set_nonce: (a: number, b: any) => [number, number];
|
|
193
|
-
export const masternodevotetransition_set_pro_tx_hash: (a: number, b: any) => [number, number];
|
|
194
|
-
export const masternodevotetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
195
|
-
export const masternodevotetransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
|
|
196
|
-
export const masternodevotetransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
197
|
-
export const masternodevotetransition_set_vote: (a: number, b: number) => void;
|
|
198
|
-
export const masternodevotetransition_set_voter_identity_id: (a: number, b: any) => [number, number];
|
|
199
|
-
export const masternodevotetransition_signature: (a: number) => [number, number];
|
|
200
|
-
export const masternodevotetransition_signature_public_key_id: (a: number) => number;
|
|
201
|
-
export const masternodevotetransition_struct_name: () => [number, number];
|
|
202
|
-
export const masternodevotetransition_toBase64: (a: number) => [number, number, number, number];
|
|
203
|
-
export const masternodevotetransition_toBytes: (a: number) => [number, number, number, number];
|
|
204
|
-
export const masternodevotetransition_toHex: (a: number) => [number, number, number, number];
|
|
205
|
-
export const masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
206
|
-
export const masternodevotetransition_toObject: (a: number) => [number, number, number];
|
|
207
|
-
export const masternodevotetransition_toStateTransition: (a: number) => number;
|
|
208
|
-
export const masternodevotetransition_type_name: (a: number) => [number, number];
|
|
209
|
-
export const masternodevotetransition_vote: (a: number) => number;
|
|
210
|
-
export const masternodevotetransition_voter_identity_id: (a: number) => number;
|
|
211
|
-
export const platformaddress_addressType: (a: number) => [number, number];
|
|
212
|
-
export const platformaddress_constructor: (a: any) => [number, number, number];
|
|
213
|
-
export const platformaddress_fromBech32m: (a: number, b: number) => [number, number, number];
|
|
214
|
-
export const platformaddress_fromBytes: (a: number, b: number) => [number, number, number];
|
|
215
|
-
export const platformaddress_fromHex: (a: number, b: number) => [number, number, number];
|
|
216
|
-
export const platformaddress_fromP2pkhHash: (a: number, b: number) => [number, number, number];
|
|
217
|
-
export const platformaddress_fromP2shHash: (a: number, b: number) => [number, number, number];
|
|
218
|
-
export const platformaddress_hash: (a: number) => [number, number];
|
|
219
|
-
export const platformaddress_hashToHex: (a: number) => [number, number];
|
|
220
|
-
export const platformaddress_isP2pkh: (a: number) => number;
|
|
221
|
-
export const platformaddress_isP2sh: (a: number) => number;
|
|
222
|
-
export const platformaddress_struct_name: () => [number, number];
|
|
223
|
-
export const platformaddress_toBech32m: (a: number, b: any) => [number, number, number, number];
|
|
224
|
-
export const platformaddress_toBytes: (a: number) => [number, number];
|
|
225
|
-
export const platformaddress_toHex: (a: number) => [number, number];
|
|
226
|
-
export const platformaddress_type_name: (a: number) => [number, number];
|
|
227
|
-
export const resourcevotechoice_Abstain: () => number;
|
|
228
|
-
export const resourcevotechoice_Lock: () => number;
|
|
229
|
-
export const resourcevotechoice_TowardsIdentity: (a: any) => [number, number, number];
|
|
230
|
-
export const resourcevotechoice_fromJSON: (a: any) => [number, number, number];
|
|
231
|
-
export const resourcevotechoice_fromObject: (a: any) => [number, number, number];
|
|
232
|
-
export const resourcevotechoice_struct_name: () => [number, number];
|
|
233
|
-
export const resourcevotechoice_toJSON: (a: number) => [number, number, number];
|
|
234
|
-
export const resourcevotechoice_toObject: (a: number) => [number, number, number];
|
|
235
|
-
export const resourcevotechoice_type_name: (a: number) => [number, number];
|
|
236
|
-
export const resourcevotechoice_value: (a: number) => number;
|
|
237
|
-
export const resourcevotechoice_vote_type: (a: number) => [number, number];
|
|
238
|
-
export const shieldfromassetlocktransition_actions: (a: number) => [number, number];
|
|
239
|
-
export const shieldfromassetlocktransition_anchor: (a: number) => [number, number];
|
|
240
|
-
export const shieldfromassetlocktransition_asset_lock_proof: (a: number) => number;
|
|
241
|
-
export const shieldfromassetlocktransition_binding_signature: (a: number) => [number, number];
|
|
242
|
-
export const shieldfromassetlocktransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
243
|
-
export const shieldfromassetlocktransition_fromJSON: (a: any) => [number, number, number];
|
|
244
|
-
export const shieldfromassetlocktransition_fromObject: (a: any) => [number, number, number];
|
|
245
|
-
export const shieldfromassetlocktransition_getModifiedDataIds: (a: number) => [number, number];
|
|
246
|
-
export const shieldfromassetlocktransition_new: (a: any) => [number, number, number];
|
|
247
|
-
export const shieldfromassetlocktransition_proof: (a: number) => [number, number];
|
|
248
|
-
export const shieldfromassetlocktransition_signature: (a: number) => [number, number];
|
|
249
|
-
export const shieldfromassetlocktransition_struct_name: () => [number, number];
|
|
250
|
-
export const shieldfromassetlocktransition_surplus_output: (a: number) => number;
|
|
251
|
-
export const shieldfromassetlocktransition_toBytes: (a: number) => [number, number, number, number];
|
|
252
|
-
export const shieldfromassetlocktransition_toJSON: (a: number) => [number, number, number];
|
|
253
|
-
export const shieldfromassetlocktransition_toObject: (a: number) => [number, number, number];
|
|
254
|
-
export const shieldfromassetlocktransition_toStateTransition: (a: number) => number;
|
|
255
|
-
export const shieldfromassetlocktransition_type_name: (a: number) => [number, number];
|
|
256
|
-
export const shieldfromassetlocktransition_value_balance: (a: number) => bigint;
|
|
257
|
-
export const tokenburntransition_base: (a: number) => number;
|
|
258
|
-
export const tokenburntransition_burn_amount: (a: number) => bigint;
|
|
259
|
-
export const tokenburntransition_constructor: (a: any) => [number, number, number];
|
|
260
|
-
export const tokenburntransition_public_note: (a: number) => [number, number];
|
|
261
|
-
export const tokenburntransition_set_base: (a: number, b: number) => void;
|
|
262
|
-
export const tokenburntransition_set_burn_amount: (a: number, b: any) => [number, number];
|
|
263
|
-
export const tokenburntransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
264
|
-
export const tokenburntransition_struct_name: () => [number, number];
|
|
265
|
-
export const tokenburntransition_type_name: (a: number) => [number, number];
|
|
266
|
-
export const tokensetpricefordirectpurchasetransition_base: (a: number) => number;
|
|
267
|
-
export const tokensetpricefordirectpurchasetransition_constructor: (a: any) => [number, number, number];
|
|
268
|
-
export const tokensetpricefordirectpurchasetransition_price: (a: number) => number;
|
|
269
|
-
export const tokensetpricefordirectpurchasetransition_public_note: (a: number) => [number, number];
|
|
270
|
-
export const tokensetpricefordirectpurchasetransition_set_base: (a: number, b: number) => void;
|
|
271
|
-
export const tokensetpricefordirectpurchasetransition_set_price: (a: number, b: number) => void;
|
|
272
|
-
export const tokensetpricefordirectpurchasetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
273
|
-
export const tokensetpricefordirectpurchasetransition_struct_name: () => [number, number];
|
|
274
|
-
export const tokensetpricefordirectpurchasetransition_type_name: (a: number) => [number, number];
|
|
275
|
-
export const tokentransition_constructor: (a: any) => [number, number, number];
|
|
276
|
-
export const tokentransition_contract_id: (a: number) => number;
|
|
277
|
-
export const tokentransition_getHistoricalDocumentId: (a: number, b: any) => [number, number, number];
|
|
278
|
-
export const tokentransition_historical_document_type_name: (a: number) => [number, number];
|
|
279
|
-
export const tokentransition_identity_contract_nonce: (a: number) => bigint;
|
|
280
|
-
export const tokentransition_set_contract_id: (a: number, b: any) => [number, number];
|
|
281
|
-
export const tokentransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
|
|
282
|
-
export const tokentransition_set_token_id: (a: number, b: any) => [number, number];
|
|
283
|
-
export const tokentransition_struct_name: () => [number, number];
|
|
284
|
-
export const tokentransition_token_id: (a: number) => number;
|
|
285
|
-
export const tokentransition_transition: (a: number) => any;
|
|
286
|
-
export const tokentransition_transition_type: (a: number) => [number, number];
|
|
287
|
-
export const tokentransition_transition_type_number: (a: number) => number;
|
|
288
|
-
export const tokentransition_type_name: (a: number) => [number, number];
|
|
289
|
-
export const masternodevotetransition_user_fee_increase: (a: number) => number;
|
|
290
|
-
export const __wbg_addressfundingfromassetlocktransition_free: (a: number, b: number) => void;
|
|
291
|
-
export const __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
292
|
-
export const __wbg_contesteddocumentvotepollwinnerinfo_free: (a: number, b: number) => void;
|
|
293
|
-
export const __wbg_datacontract_free: (a: number, b: number) => void;
|
|
294
|
-
export const __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
295
|
-
export const __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
296
|
-
export const __wbg_documentreplacetransition_free: (a: number, b: number) => void;
|
|
297
|
-
export const __wbg_documenttransfertransition_free: (a: number, b: number) => void;
|
|
298
|
-
export const __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
299
|
-
export const __wbg_documentupdatepricetransition_free: (a: number, b: number) => void;
|
|
300
|
-
export const __wbg_get_verifieddatacontract_dataContract: (a: number) => number;
|
|
301
|
-
export const __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
302
|
-
export const __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
303
|
-
export const __wbg_set_verifieddatacontract_dataContract: (a: number, b: number) => void;
|
|
304
|
-
export const __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
305
147
|
export const __wbg_unshieldtransition_free: (a: number, b: number) => void;
|
|
306
148
|
export const __wbg_verifieddatacontract_free: (a: number, b: number) => void;
|
|
307
149
|
export const addressfundingfromassetlocktransition_asset_lock_proof: (a: number) => number;
|
|
@@ -416,6 +258,13 @@ export const datacontractupdatetransition_toObject: (a: number) => [number, numb
|
|
|
416
258
|
export const datacontractupdatetransition_toStateTransition: (a: number) => number;
|
|
417
259
|
export const datacontractupdatetransition_type_name: (a: number) => [number, number];
|
|
418
260
|
export const datacontractupdatetransition_verifyProtocolVersion: (a: number, b: number) => [number, number, number];
|
|
261
|
+
export const documentdeletetransition_base: (a: number) => number;
|
|
262
|
+
export const documentdeletetransition_constructor: (a: any) => [number, number, number];
|
|
263
|
+
export const documentdeletetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
264
|
+
export const documentdeletetransition_set_base: (a: number, b: number) => void;
|
|
265
|
+
export const documentdeletetransition_struct_name: () => [number, number];
|
|
266
|
+
export const documentdeletetransition_toDocumentTransition: (a: number) => number;
|
|
267
|
+
export const documentdeletetransition_type_name: (a: number) => [number, number];
|
|
419
268
|
export const documentreplacetransition_base: (a: number) => number;
|
|
420
269
|
export const documentreplacetransition_constructor: (a: any) => [number, number, number];
|
|
421
270
|
export const documentreplacetransition_data: (a: number) => [number, number, number];
|
|
@@ -455,15 +304,6 @@ export const documenttransition_struct_name: () => [number, number];
|
|
|
455
304
|
export const documenttransition_transfer_transition: (a: number) => [number, number, number];
|
|
456
305
|
export const documenttransition_type_name: (a: number) => [number, number];
|
|
457
306
|
export const documenttransition_update_price_transition: (a: number) => [number, number, number];
|
|
458
|
-
export const documentupdatepricetransition_base: (a: number) => number;
|
|
459
|
-
export const documentupdatepricetransition_constructor: (a: any) => [number, number, number];
|
|
460
|
-
export const documentupdatepricetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
461
|
-
export const documentupdatepricetransition_price: (a: number) => bigint;
|
|
462
|
-
export const documentupdatepricetransition_set_base: (a: number, b: number) => void;
|
|
463
|
-
export const documentupdatepricetransition_set_price: (a: number, b: any) => [number, number];
|
|
464
|
-
export const documentupdatepricetransition_struct_name: () => [number, number];
|
|
465
|
-
export const documentupdatepricetransition_toDocumentTransition: (a: number) => number;
|
|
466
|
-
export const documentupdatepricetransition_type_name: (a: number) => [number, number];
|
|
467
307
|
export const identitycreatetransition_asset_lock_proof: (a: number) => number;
|
|
468
308
|
export const identitycreatetransition_constructor: (a: any) => [number, number, number];
|
|
469
309
|
export const identitycreatetransition_default: (a: any) => [number, number, number];
|
|
@@ -514,15 +354,24 @@ export const identitytopuptransition_toObject: (a: number) => [number, number, n
|
|
|
514
354
|
export const identitytopuptransition_toStateTransition: (a: number) => number;
|
|
515
355
|
export const identitytopuptransition_type_name: (a: number) => [number, number];
|
|
516
356
|
export const identitytopuptransition_user_fee_increase: (a: number) => number;
|
|
517
|
-
export const
|
|
518
|
-
export const
|
|
519
|
-
export const
|
|
520
|
-
export const
|
|
521
|
-
export const
|
|
522
|
-
export const
|
|
523
|
-
export const
|
|
524
|
-
export const
|
|
525
|
-
export const
|
|
357
|
+
export const tokenburntransition_base: (a: number) => number;
|
|
358
|
+
export const tokenburntransition_burn_amount: (a: number) => bigint;
|
|
359
|
+
export const tokenburntransition_constructor: (a: any) => [number, number, number];
|
|
360
|
+
export const tokenburntransition_public_note: (a: number) => [number, number];
|
|
361
|
+
export const tokenburntransition_set_base: (a: number, b: number) => void;
|
|
362
|
+
export const tokenburntransition_set_burn_amount: (a: number, b: any) => [number, number];
|
|
363
|
+
export const tokenburntransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
364
|
+
export const tokenburntransition_struct_name: () => [number, number];
|
|
365
|
+
export const tokenburntransition_type_name: (a: number) => [number, number];
|
|
366
|
+
export const tokensetpricefordirectpurchasetransition_base: (a: number) => number;
|
|
367
|
+
export const tokensetpricefordirectpurchasetransition_constructor: (a: any) => [number, number, number];
|
|
368
|
+
export const tokensetpricefordirectpurchasetransition_price: (a: number) => number;
|
|
369
|
+
export const tokensetpricefordirectpurchasetransition_public_note: (a: number) => [number, number];
|
|
370
|
+
export const tokensetpricefordirectpurchasetransition_set_base: (a: number, b: number) => void;
|
|
371
|
+
export const tokensetpricefordirectpurchasetransition_set_price: (a: number, b: number) => void;
|
|
372
|
+
export const tokensetpricefordirectpurchasetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
373
|
+
export const tokensetpricefordirectpurchasetransition_struct_name: () => [number, number];
|
|
374
|
+
export const tokensetpricefordirectpurchasetransition_type_name: (a: number) => [number, number];
|
|
526
375
|
export const unshieldtransition_actions: (a: number) => [number, number];
|
|
527
376
|
export const unshieldtransition_anchor: (a: number) => [number, number];
|
|
528
377
|
export const unshieldtransition_binding_signature: (a: number) => [number, number];
|
|
@@ -546,1300 +395,1087 @@ export const verifieddatacontract_struct_name: () => [number, number];
|
|
|
546
395
|
export const verifieddatacontract_toJSON: (a: number, b: any) => [number, number, number];
|
|
547
396
|
export const verifieddatacontract_toObject: (a: number, b: any) => [number, number, number];
|
|
548
397
|
export const verifieddatacontract_type_name: (a: number) => [number, number];
|
|
549
|
-
export const
|
|
550
|
-
export const
|
|
551
|
-
export const
|
|
552
|
-
export const
|
|
553
|
-
export const
|
|
554
|
-
export const
|
|
555
|
-
export const
|
|
556
|
-
export const
|
|
557
|
-
export const
|
|
558
|
-
export const
|
|
559
|
-
export const
|
|
560
|
-
export const
|
|
561
|
-
export const
|
|
562
|
-
export const
|
|
563
|
-
export const
|
|
564
|
-
export const
|
|
565
|
-
export const
|
|
566
|
-
export const
|
|
567
|
-
export const
|
|
568
|
-
export const
|
|
569
|
-
export const
|
|
570
|
-
export const
|
|
571
|
-
export const
|
|
572
|
-
export const
|
|
573
|
-
export const
|
|
574
|
-
export const
|
|
575
|
-
export const
|
|
576
|
-
export const
|
|
577
|
-
export const
|
|
578
|
-
export const
|
|
579
|
-
export const
|
|
580
|
-
export const
|
|
581
|
-
export const
|
|
582
|
-
export const
|
|
583
|
-
export const
|
|
584
|
-
export const
|
|
585
|
-
export const
|
|
586
|
-
export const
|
|
587
|
-
export const
|
|
588
|
-
export const
|
|
589
|
-
export const
|
|
590
|
-
export const
|
|
591
|
-
export const
|
|
592
|
-
export const
|
|
593
|
-
export const
|
|
594
|
-
export const
|
|
595
|
-
export const
|
|
596
|
-
export const
|
|
597
|
-
export const
|
|
598
|
-
export const
|
|
599
|
-
export const
|
|
600
|
-
export const
|
|
601
|
-
export const
|
|
602
|
-
export const
|
|
603
|
-
export const
|
|
604
|
-
export const
|
|
605
|
-
export const
|
|
606
|
-
export const
|
|
607
|
-
export const
|
|
608
|
-
export const
|
|
609
|
-
export const
|
|
610
|
-
export const
|
|
611
|
-
export const
|
|
612
|
-
export const
|
|
613
|
-
export const
|
|
614
|
-
export const
|
|
615
|
-
export const
|
|
616
|
-
export const
|
|
617
|
-
export const
|
|
618
|
-
export const
|
|
619
|
-
export const
|
|
620
|
-
export const
|
|
621
|
-
export const
|
|
622
|
-
export const
|
|
623
|
-
export const
|
|
624
|
-
export const
|
|
625
|
-
export const
|
|
626
|
-
export const
|
|
627
|
-
export const
|
|
628
|
-
export const
|
|
629
|
-
export const
|
|
630
|
-
export const
|
|
631
|
-
export const
|
|
632
|
-
export const
|
|
633
|
-
export const
|
|
634
|
-
export const
|
|
635
|
-
export const
|
|
636
|
-
export const
|
|
637
|
-
export const
|
|
638
|
-
export const
|
|
639
|
-
export const
|
|
640
|
-
export const
|
|
641
|
-
export const
|
|
642
|
-
export const
|
|
643
|
-
export const
|
|
644
|
-
export const
|
|
645
|
-
export const
|
|
646
|
-
export const
|
|
647
|
-
export const
|
|
648
|
-
export const
|
|
649
|
-
export const
|
|
650
|
-
export const
|
|
651
|
-
export const
|
|
652
|
-
export const
|
|
653
|
-
export const
|
|
654
|
-
export const
|
|
655
|
-
export const
|
|
656
|
-
export const
|
|
657
|
-
export const
|
|
658
|
-
export const
|
|
659
|
-
export const
|
|
660
|
-
export const
|
|
661
|
-
export const
|
|
662
|
-
export const
|
|
663
|
-
export const
|
|
664
|
-
export const
|
|
665
|
-
export const
|
|
666
|
-
export const
|
|
667
|
-
export const
|
|
668
|
-
export const
|
|
669
|
-
export const
|
|
670
|
-
export const
|
|
671
|
-
export const
|
|
672
|
-
export const
|
|
673
|
-
export const
|
|
674
|
-
export const
|
|
675
|
-
export const
|
|
676
|
-
export const
|
|
677
|
-
export const
|
|
678
|
-
export const
|
|
679
|
-
export const
|
|
680
|
-
export const
|
|
681
|
-
export const
|
|
682
|
-
export const
|
|
683
|
-
export const
|
|
684
|
-
export const
|
|
685
|
-
export const
|
|
686
|
-
export const
|
|
687
|
-
export const
|
|
688
|
-
export const
|
|
689
|
-
export const
|
|
690
|
-
export const
|
|
691
|
-
export const
|
|
692
|
-
export const
|
|
693
|
-
export const
|
|
694
|
-
export const
|
|
695
|
-
export const
|
|
696
|
-
export const
|
|
697
|
-
export const
|
|
698
|
-
export const
|
|
699
|
-
export const
|
|
700
|
-
export const
|
|
701
|
-
export const
|
|
702
|
-
export const
|
|
703
|
-
export const
|
|
704
|
-
export const
|
|
705
|
-
export const
|
|
706
|
-
export const
|
|
707
|
-
export const
|
|
708
|
-
export const
|
|
709
|
-
export const
|
|
710
|
-
export const
|
|
711
|
-
export const
|
|
712
|
-
export const
|
|
713
|
-
export const
|
|
714
|
-
export const
|
|
715
|
-
export const
|
|
716
|
-
export const
|
|
717
|
-
export const
|
|
718
|
-
export const
|
|
719
|
-
export const
|
|
720
|
-
export const
|
|
721
|
-
export const
|
|
722
|
-
export const
|
|
723
|
-
export const
|
|
724
|
-
export const
|
|
725
|
-
export const
|
|
726
|
-
export const
|
|
727
|
-
export const
|
|
728
|
-
export const
|
|
729
|
-
export const
|
|
730
|
-
export const
|
|
731
|
-
export const
|
|
732
|
-
export const
|
|
733
|
-
export const
|
|
734
|
-
export const
|
|
735
|
-
export const
|
|
736
|
-
export const
|
|
737
|
-
export const
|
|
738
|
-
export const
|
|
739
|
-
export const
|
|
740
|
-
export const
|
|
741
|
-
export const
|
|
742
|
-
export const
|
|
743
|
-
export const
|
|
744
|
-
export const
|
|
745
|
-
export const
|
|
746
|
-
export const
|
|
747
|
-
export const
|
|
748
|
-
export const
|
|
749
|
-
export const
|
|
750
|
-
export const
|
|
751
|
-
export const
|
|
752
|
-
export const
|
|
753
|
-
export const
|
|
754
|
-
export const
|
|
755
|
-
export const
|
|
756
|
-
export const
|
|
757
|
-
export const
|
|
758
|
-
export const
|
|
759
|
-
export const
|
|
760
|
-
export const
|
|
761
|
-
export const
|
|
762
|
-
export const
|
|
763
|
-
export const
|
|
764
|
-
export const
|
|
765
|
-
export const
|
|
766
|
-
export const
|
|
767
|
-
export const
|
|
768
|
-
export const
|
|
769
|
-
export const
|
|
770
|
-
export const
|
|
771
|
-
export const
|
|
772
|
-
export const
|
|
773
|
-
export const
|
|
774
|
-
export const
|
|
775
|
-
export const
|
|
776
|
-
export const
|
|
777
|
-
export const
|
|
778
|
-
export const
|
|
779
|
-
export const
|
|
780
|
-
export const
|
|
781
|
-
export const
|
|
782
|
-
export const
|
|
783
|
-
export const
|
|
784
|
-
export const
|
|
785
|
-
export const
|
|
786
|
-
export const
|
|
787
|
-
export const
|
|
788
|
-
export const
|
|
789
|
-
export const
|
|
790
|
-
export const
|
|
791
|
-
export const
|
|
792
|
-
export const
|
|
793
|
-
export const
|
|
794
|
-
export const
|
|
795
|
-
export const
|
|
796
|
-
export const
|
|
797
|
-
export const
|
|
798
|
-
export const
|
|
799
|
-
export const
|
|
800
|
-
export const
|
|
801
|
-
export const
|
|
802
|
-
export const
|
|
803
|
-
export const
|
|
804
|
-
export const
|
|
805
|
-
export const
|
|
806
|
-
export const
|
|
807
|
-
export const
|
|
808
|
-
export const
|
|
809
|
-
export const
|
|
810
|
-
export const
|
|
811
|
-
export const
|
|
812
|
-
export const
|
|
813
|
-
export const
|
|
814
|
-
export const
|
|
815
|
-
export const
|
|
816
|
-
export const
|
|
817
|
-
export const
|
|
818
|
-
export const
|
|
819
|
-
export const
|
|
820
|
-
export const
|
|
821
|
-
export const
|
|
822
|
-
export const
|
|
823
|
-
export const
|
|
824
|
-
export const
|
|
825
|
-
export const
|
|
826
|
-
export const
|
|
827
|
-
export const
|
|
828
|
-
export const
|
|
829
|
-
export const
|
|
830
|
-
export const
|
|
831
|
-
export const
|
|
832
|
-
export const
|
|
833
|
-
export const
|
|
834
|
-
export const
|
|
835
|
-
export const
|
|
836
|
-
export const
|
|
837
|
-
export const
|
|
838
|
-
export const
|
|
839
|
-
export const
|
|
840
|
-
export const
|
|
841
|
-
export const
|
|
842
|
-
export const
|
|
843
|
-
export const
|
|
844
|
-
export const
|
|
845
|
-
export const
|
|
846
|
-
export const
|
|
847
|
-
export const
|
|
848
|
-
export const
|
|
849
|
-
export const
|
|
850
|
-
export const
|
|
851
|
-
export const
|
|
852
|
-
export const
|
|
853
|
-
export const
|
|
854
|
-
export const
|
|
855
|
-
export const
|
|
856
|
-
export const
|
|
857
|
-
export const
|
|
858
|
-
export const
|
|
859
|
-
export const
|
|
860
|
-
export const
|
|
861
|
-
export const
|
|
862
|
-
export const
|
|
863
|
-
export const
|
|
864
|
-
export const
|
|
865
|
-
export const
|
|
866
|
-
export const
|
|
867
|
-
export const
|
|
868
|
-
export const
|
|
869
|
-
export const
|
|
870
|
-
export const
|
|
871
|
-
export const
|
|
872
|
-
export const
|
|
873
|
-
export const
|
|
874
|
-
export const
|
|
875
|
-
export const
|
|
876
|
-
export const
|
|
877
|
-
export const
|
|
878
|
-
export const
|
|
879
|
-
export const
|
|
880
|
-
export const
|
|
881
|
-
export const
|
|
882
|
-
export const
|
|
883
|
-
export const
|
|
884
|
-
export const
|
|
885
|
-
export const
|
|
886
|
-
export const
|
|
887
|
-
export const
|
|
888
|
-
export const
|
|
889
|
-
export const
|
|
890
|
-
export const
|
|
891
|
-
export const
|
|
892
|
-
export const
|
|
893
|
-
export const
|
|
894
|
-
export const
|
|
895
|
-
export const
|
|
896
|
-
export const
|
|
897
|
-
export const
|
|
898
|
-
export const
|
|
899
|
-
export const
|
|
900
|
-
export const
|
|
901
|
-
export const
|
|
902
|
-
export const
|
|
903
|
-
export const
|
|
904
|
-
export const
|
|
905
|
-
export const
|
|
906
|
-
export const
|
|
907
|
-
export const
|
|
908
|
-
export const
|
|
909
|
-
export const
|
|
910
|
-
export const
|
|
911
|
-
export const
|
|
912
|
-
export const
|
|
913
|
-
export const
|
|
914
|
-
export const
|
|
915
|
-
export const
|
|
916
|
-
export const
|
|
917
|
-
export const
|
|
918
|
-
export const
|
|
919
|
-
export const
|
|
920
|
-
export const
|
|
921
|
-
export const
|
|
922
|
-
export const
|
|
923
|
-
export const
|
|
924
|
-
export const
|
|
925
|
-
export const
|
|
926
|
-
export const
|
|
927
|
-
export const
|
|
928
|
-
export const
|
|
929
|
-
export const
|
|
930
|
-
export const
|
|
931
|
-
export const
|
|
932
|
-
export const
|
|
933
|
-
export const
|
|
934
|
-
export const
|
|
935
|
-
export const
|
|
936
|
-
export const
|
|
937
|
-
export const
|
|
938
|
-
export const
|
|
939
|
-
export const
|
|
940
|
-
export const
|
|
941
|
-
export const
|
|
942
|
-
export const
|
|
943
|
-
export const
|
|
944
|
-
export const
|
|
945
|
-
export const
|
|
946
|
-
export const
|
|
947
|
-
export const
|
|
948
|
-
export const
|
|
949
|
-
export const
|
|
950
|
-
export const
|
|
951
|
-
export const
|
|
952
|
-
export const
|
|
953
|
-
export const
|
|
954
|
-
export const
|
|
955
|
-
export const
|
|
956
|
-
export const
|
|
957
|
-
export const
|
|
958
|
-
export const
|
|
959
|
-
export const
|
|
960
|
-
export const
|
|
961
|
-
export const
|
|
962
|
-
export const
|
|
963
|
-
export const
|
|
964
|
-
export const
|
|
965
|
-
export const
|
|
966
|
-
export const
|
|
967
|
-
export const
|
|
968
|
-
export const
|
|
969
|
-
export const
|
|
970
|
-
export const
|
|
971
|
-
export const
|
|
972
|
-
export const
|
|
973
|
-
export const
|
|
974
|
-
export const
|
|
975
|
-
export const
|
|
976
|
-
export const
|
|
977
|
-
export const
|
|
978
|
-
export const
|
|
979
|
-
export const
|
|
980
|
-
export const
|
|
981
|
-
export const
|
|
982
|
-
export const
|
|
983
|
-
export const
|
|
984
|
-
export const
|
|
985
|
-
export const
|
|
986
|
-
export const
|
|
987
|
-
export const
|
|
988
|
-
export const
|
|
989
|
-
export const
|
|
990
|
-
export const
|
|
991
|
-
export const
|
|
992
|
-
export const
|
|
993
|
-
export const
|
|
994
|
-
export const
|
|
995
|
-
export const
|
|
996
|
-
export const
|
|
997
|
-
export const
|
|
998
|
-
export const
|
|
999
|
-
export const
|
|
1000
|
-
export const
|
|
1001
|
-
export const
|
|
1002
|
-
export const
|
|
1003
|
-
export const
|
|
1004
|
-
export const
|
|
1005
|
-
export const
|
|
1006
|
-
export const
|
|
1007
|
-
export const
|
|
1008
|
-
export const
|
|
1009
|
-
export const
|
|
1010
|
-
export const
|
|
1011
|
-
export const
|
|
1012
|
-
export const
|
|
1013
|
-
export const
|
|
1014
|
-
export const
|
|
1015
|
-
export const
|
|
1016
|
-
export const
|
|
1017
|
-
export const
|
|
1018
|
-
export const
|
|
1019
|
-
export const
|
|
1020
|
-
export const
|
|
1021
|
-
export const
|
|
1022
|
-
export const
|
|
1023
|
-
export const
|
|
1024
|
-
export const
|
|
1025
|
-
export const
|
|
1026
|
-
export const
|
|
1027
|
-
export const
|
|
1028
|
-
export const
|
|
1029
|
-
export const
|
|
1030
|
-
export const
|
|
1031
|
-
export const
|
|
1032
|
-
export const
|
|
1033
|
-
export const
|
|
1034
|
-
export const
|
|
1035
|
-
export const
|
|
1036
|
-
export const
|
|
1037
|
-
export const
|
|
1038
|
-
export const
|
|
1039
|
-
export const
|
|
1040
|
-
export const
|
|
1041
|
-
export const
|
|
1042
|
-
export const
|
|
1043
|
-
export const
|
|
1044
|
-
export const
|
|
1045
|
-
export const
|
|
1046
|
-
export const
|
|
1047
|
-
export const
|
|
1048
|
-
export const
|
|
1049
|
-
export const
|
|
1050
|
-
export const
|
|
1051
|
-
export const
|
|
1052
|
-
export const
|
|
1053
|
-
export const
|
|
1054
|
-
export const
|
|
1055
|
-
export const
|
|
1056
|
-
export const
|
|
1057
|
-
export const
|
|
1058
|
-
export const
|
|
1059
|
-
export const
|
|
1060
|
-
export const
|
|
1061
|
-
export const
|
|
1062
|
-
export const
|
|
1063
|
-
export const
|
|
1064
|
-
export const
|
|
1065
|
-
export const
|
|
1066
|
-
export const
|
|
1067
|
-
export const
|
|
1068
|
-
export const
|
|
1069
|
-
export const
|
|
1070
|
-
export const
|
|
1071
|
-
export const
|
|
1072
|
-
export const
|
|
1073
|
-
export const
|
|
1074
|
-
export const
|
|
1075
|
-
export const
|
|
1076
|
-
export const
|
|
1077
|
-
export const
|
|
1078
|
-
export const
|
|
1079
|
-
export const
|
|
1080
|
-
export const
|
|
1081
|
-
export const
|
|
1082
|
-
export const
|
|
1083
|
-
export const
|
|
1084
|
-
export const
|
|
1085
|
-
export const
|
|
1086
|
-
export const
|
|
1087
|
-
export const
|
|
1088
|
-
export const
|
|
1089
|
-
export const
|
|
1090
|
-
export const
|
|
1091
|
-
export const
|
|
1092
|
-
export const
|
|
1093
|
-
export const
|
|
1094
|
-
export const
|
|
1095
|
-
export const
|
|
1096
|
-
export const
|
|
1097
|
-
export const
|
|
1098
|
-
export const
|
|
1099
|
-
export const
|
|
1100
|
-
export const
|
|
1101
|
-
export const
|
|
1102
|
-
export const
|
|
1103
|
-
export const
|
|
1104
|
-
export const
|
|
1105
|
-
export const
|
|
1106
|
-
export const
|
|
1107
|
-
export const
|
|
1108
|
-
export const
|
|
1109
|
-
export const
|
|
1110
|
-
export const
|
|
1111
|
-
export const
|
|
1112
|
-
export const
|
|
1113
|
-
export const
|
|
1114
|
-
export const
|
|
1115
|
-
export const
|
|
1116
|
-
export const
|
|
1117
|
-
export const
|
|
1118
|
-
export const
|
|
1119
|
-
export const
|
|
1120
|
-
export const
|
|
1121
|
-
export const
|
|
1122
|
-
export const
|
|
1123
|
-
export const
|
|
1124
|
-
export const
|
|
1125
|
-
export const
|
|
1126
|
-
export const
|
|
1127
|
-
export const
|
|
1128
|
-
export const
|
|
1129
|
-
export const
|
|
1130
|
-
export const
|
|
1131
|
-
export const
|
|
1132
|
-
export const
|
|
1133
|
-
export const
|
|
1134
|
-
export const
|
|
1135
|
-
export const
|
|
1136
|
-
export const
|
|
1137
|
-
export const
|
|
1138
|
-
export const
|
|
1139
|
-
export const
|
|
1140
|
-
export const
|
|
1141
|
-
export const
|
|
1142
|
-
export const
|
|
1143
|
-
export const
|
|
1144
|
-
export const
|
|
1145
|
-
export const
|
|
1146
|
-
export const
|
|
1147
|
-
export const
|
|
1148
|
-
export const
|
|
1149
|
-
export const
|
|
1150
|
-
export const
|
|
1151
|
-
export const
|
|
1152
|
-
export const
|
|
1153
|
-
export const
|
|
1154
|
-
export const
|
|
1155
|
-
export const
|
|
1156
|
-
export const
|
|
1157
|
-
export const
|
|
1158
|
-
export const
|
|
1159
|
-
export const
|
|
1160
|
-
export const
|
|
1161
|
-
export const
|
|
1162
|
-
export const
|
|
1163
|
-
export const
|
|
1164
|
-
export const
|
|
1165
|
-
export const
|
|
1166
|
-
export const
|
|
1167
|
-
export const
|
|
1168
|
-
export const
|
|
1169
|
-
export const
|
|
1170
|
-
export const
|
|
1171
|
-
export const
|
|
1172
|
-
export const
|
|
1173
|
-
export const
|
|
1174
|
-
export const
|
|
1175
|
-
export const
|
|
1176
|
-
export const
|
|
1177
|
-
export const
|
|
1178
|
-
export const
|
|
1179
|
-
export const
|
|
1180
|
-
export const
|
|
1181
|
-
export const
|
|
1182
|
-
export const
|
|
1183
|
-
export const
|
|
1184
|
-
export const
|
|
1185
|
-
export const
|
|
1186
|
-
export const
|
|
1187
|
-
export const
|
|
1188
|
-
export const
|
|
1189
|
-
export const
|
|
1190
|
-
export const
|
|
1191
|
-
export const
|
|
1192
|
-
export const
|
|
1193
|
-
export const
|
|
1194
|
-
export const
|
|
1195
|
-
export const
|
|
1196
|
-
export const
|
|
1197
|
-
export const
|
|
1198
|
-
export const
|
|
1199
|
-
export const
|
|
1200
|
-
export const
|
|
1201
|
-
export const
|
|
1202
|
-
export const
|
|
1203
|
-
export const
|
|
1204
|
-
export const
|
|
1205
|
-
export const
|
|
1206
|
-
export const
|
|
1207
|
-
export const
|
|
1208
|
-
export const
|
|
1209
|
-
export const
|
|
1210
|
-
export const
|
|
1211
|
-
export const
|
|
1212
|
-
export const
|
|
1213
|
-
export const
|
|
1214
|
-
export const
|
|
1215
|
-
export const
|
|
1216
|
-
export const
|
|
1217
|
-
export const
|
|
1218
|
-
export const
|
|
1219
|
-
export const
|
|
1220
|
-
export const
|
|
1221
|
-
export const
|
|
1222
|
-
export const
|
|
1223
|
-
export const
|
|
1224
|
-
export const
|
|
1225
|
-
export const
|
|
1226
|
-
export const
|
|
1227
|
-
export const
|
|
1228
|
-
export const
|
|
1229
|
-
export const
|
|
1230
|
-
export const
|
|
1231
|
-
export const
|
|
1232
|
-
export const
|
|
1233
|
-
export const
|
|
1234
|
-
export const
|
|
1235
|
-
export const
|
|
1236
|
-
export const
|
|
1237
|
-
export const
|
|
1238
|
-
export const
|
|
1239
|
-
export const
|
|
1240
|
-
export const
|
|
1241
|
-
export const
|
|
1242
|
-
export const
|
|
1243
|
-
export const
|
|
1244
|
-
export const
|
|
1245
|
-
export const
|
|
1246
|
-
export const
|
|
1247
|
-
export const
|
|
1248
|
-
export const
|
|
1249
|
-
export const
|
|
1250
|
-
export const
|
|
1251
|
-
export const
|
|
1252
|
-
export const
|
|
1253
|
-
export const
|
|
1254
|
-
export const
|
|
1255
|
-
export const
|
|
1256
|
-
export const
|
|
1257
|
-
export const
|
|
1258
|
-
export const
|
|
1259
|
-
export const
|
|
1260
|
-
export const
|
|
1261
|
-
export const
|
|
1262
|
-
export const
|
|
1263
|
-
export const
|
|
1264
|
-
export const
|
|
1265
|
-
export const
|
|
1266
|
-
export const
|
|
1267
|
-
export const
|
|
1268
|
-
export const
|
|
1269
|
-
export const
|
|
1270
|
-
export const
|
|
1271
|
-
export const
|
|
1272
|
-
export const
|
|
1273
|
-
export const
|
|
1274
|
-
export const
|
|
1275
|
-
export const
|
|
1276
|
-
export const
|
|
1277
|
-
export const
|
|
1278
|
-
export const
|
|
1279
|
-
export const
|
|
1280
|
-
export const
|
|
1281
|
-
export const
|
|
1282
|
-
export const
|
|
1283
|
-
export const
|
|
1284
|
-
export const
|
|
1285
|
-
export const
|
|
1286
|
-
export const
|
|
1287
|
-
export const
|
|
1288
|
-
export const
|
|
1289
|
-
export const
|
|
1290
|
-
export const
|
|
1291
|
-
export const
|
|
1292
|
-
export const
|
|
1293
|
-
export const
|
|
1294
|
-
export const
|
|
1295
|
-
export const
|
|
1296
|
-
export const
|
|
1297
|
-
export const
|
|
1298
|
-
export const
|
|
1299
|
-
export const
|
|
1300
|
-
export const
|
|
1301
|
-
export const
|
|
1302
|
-
export const
|
|
1303
|
-
export const
|
|
1304
|
-
export const
|
|
1305
|
-
export const
|
|
1306
|
-
export const
|
|
1307
|
-
export const
|
|
1308
|
-
export const
|
|
1309
|
-
export const
|
|
1310
|
-
export const
|
|
1311
|
-
export const
|
|
1312
|
-
export const
|
|
1313
|
-
export const
|
|
1314
|
-
export const
|
|
1315
|
-
export const
|
|
1316
|
-
export const
|
|
1317
|
-
export const
|
|
1318
|
-
export const
|
|
1319
|
-
export const
|
|
1320
|
-
export const
|
|
1321
|
-
export const
|
|
1322
|
-
export const
|
|
1323
|
-
export const
|
|
1324
|
-
export const
|
|
1325
|
-
export const
|
|
1326
|
-
export const
|
|
1327
|
-
export const
|
|
1328
|
-
export const
|
|
1329
|
-
export const
|
|
1330
|
-
export const
|
|
1331
|
-
export const
|
|
1332
|
-
export const
|
|
1333
|
-
export const
|
|
1334
|
-
export const
|
|
1335
|
-
export const
|
|
1336
|
-
export const
|
|
1337
|
-
export const
|
|
1338
|
-
export const
|
|
1339
|
-
export const
|
|
1340
|
-
export const
|
|
1341
|
-
export const
|
|
1342
|
-
export const
|
|
1343
|
-
export const
|
|
1344
|
-
export const
|
|
1345
|
-
export const
|
|
1346
|
-
export const
|
|
1347
|
-
export const
|
|
1348
|
-
export const
|
|
1349
|
-
export const
|
|
1350
|
-
export const
|
|
1351
|
-
export const
|
|
1352
|
-
export const
|
|
1353
|
-
export const
|
|
1354
|
-
export const
|
|
1355
|
-
export const
|
|
1356
|
-
export const
|
|
1357
|
-
export const
|
|
1358
|
-
export const
|
|
1359
|
-
export const
|
|
1360
|
-
export const
|
|
1361
|
-
export const
|
|
1362
|
-
export const
|
|
1363
|
-
export const
|
|
1364
|
-
export const
|
|
1365
|
-
export const
|
|
1366
|
-
export const
|
|
1367
|
-
export const
|
|
1368
|
-
export const
|
|
1369
|
-
export const
|
|
1370
|
-
export const
|
|
1371
|
-
export const
|
|
1372
|
-
export const
|
|
1373
|
-
export const
|
|
1374
|
-
export const
|
|
1375
|
-
export const
|
|
1376
|
-
export const
|
|
1377
|
-
export const
|
|
1378
|
-
export const
|
|
1379
|
-
export const
|
|
1380
|
-
export const
|
|
1381
|
-
export const
|
|
1382
|
-
export const
|
|
1383
|
-
export const
|
|
1384
|
-
export const
|
|
1385
|
-
export const
|
|
1386
|
-
export const
|
|
1387
|
-
export const
|
|
1388
|
-
export const
|
|
1389
|
-
export const
|
|
1390
|
-
export const
|
|
1391
|
-
export const
|
|
1392
|
-
export const
|
|
1393
|
-
export const
|
|
1394
|
-
export const
|
|
1395
|
-
export const
|
|
1396
|
-
export const
|
|
1397
|
-
export const
|
|
1398
|
-
export const
|
|
1399
|
-
export const
|
|
1400
|
-
export const
|
|
1401
|
-
export const
|
|
1402
|
-
export const
|
|
1403
|
-
export const
|
|
1404
|
-
export const
|
|
1405
|
-
export const
|
|
1406
|
-
export const
|
|
1407
|
-
export const
|
|
1408
|
-
export const
|
|
1409
|
-
export const
|
|
1410
|
-
export const
|
|
1411
|
-
export const
|
|
1412
|
-
export const
|
|
1413
|
-
export const
|
|
1414
|
-
export const
|
|
1415
|
-
export const
|
|
1416
|
-
export const
|
|
1417
|
-
export const
|
|
1418
|
-
export const
|
|
1419
|
-
export const
|
|
1420
|
-
export const
|
|
1421
|
-
export const
|
|
1422
|
-
export const
|
|
1423
|
-
export const
|
|
1424
|
-
export const
|
|
1425
|
-
export const
|
|
1426
|
-
export const
|
|
1427
|
-
export const
|
|
1428
|
-
export const
|
|
1429
|
-
export const
|
|
1430
|
-
export const
|
|
1431
|
-
export const
|
|
1432
|
-
export const
|
|
1433
|
-
export const
|
|
1434
|
-
export const
|
|
1435
|
-
export const
|
|
1436
|
-
export const
|
|
1437
|
-
export const
|
|
1438
|
-
export const
|
|
1439
|
-
export const
|
|
1440
|
-
export const
|
|
1441
|
-
export const
|
|
1442
|
-
export const
|
|
1443
|
-
export const
|
|
1444
|
-
export const
|
|
1445
|
-
export const
|
|
1446
|
-
export const
|
|
1447
|
-
export const
|
|
1448
|
-
export const
|
|
1449
|
-
export const
|
|
1450
|
-
export const
|
|
1451
|
-
export const
|
|
1452
|
-
export const
|
|
1453
|
-
export const
|
|
1454
|
-
export const
|
|
1455
|
-
export const
|
|
1456
|
-
export const
|
|
1457
|
-
export const
|
|
1458
|
-
export const
|
|
1459
|
-
export const
|
|
1460
|
-
export const
|
|
1461
|
-
export const
|
|
1462
|
-
export const
|
|
1463
|
-
export const
|
|
1464
|
-
export const
|
|
1465
|
-
export const
|
|
1466
|
-
export const
|
|
1467
|
-
export const
|
|
1468
|
-
export const
|
|
1469
|
-
export const
|
|
1470
|
-
export const
|
|
1471
|
-
export const
|
|
1472
|
-
export const
|
|
1473
|
-
export const
|
|
1474
|
-
export const
|
|
1475
|
-
export const
|
|
1476
|
-
export const
|
|
1477
|
-
export const
|
|
1478
|
-
export const
|
|
1479
|
-
export const
|
|
1480
|
-
export const
|
|
1481
|
-
export const
|
|
1482
|
-
export const
|
|
1483
|
-
export const
|
|
1484
|
-
export const
|
|
1485
|
-
export const
|
|
1486
|
-
export const
|
|
1487
|
-
export const
|
|
1488
|
-
export const
|
|
1489
|
-
export const
|
|
1490
|
-
export const
|
|
1491
|
-
export const
|
|
1492
|
-
export const
|
|
1493
|
-
export const
|
|
1494
|
-
export const
|
|
1495
|
-
export const
|
|
1496
|
-
export const
|
|
1497
|
-
export const
|
|
1498
|
-
export const
|
|
1499
|
-
export const
|
|
1500
|
-
export const
|
|
1501
|
-
export const
|
|
1502
|
-
export const
|
|
1503
|
-
export const
|
|
1504
|
-
export const
|
|
1505
|
-
export const
|
|
1506
|
-
export const
|
|
1507
|
-
export const
|
|
1508
|
-
export const
|
|
1509
|
-
export const
|
|
1510
|
-
export const
|
|
1511
|
-
export const
|
|
1512
|
-
export const
|
|
1513
|
-
export const
|
|
1514
|
-
export const
|
|
1515
|
-
export const
|
|
1516
|
-
export const
|
|
1517
|
-
export const
|
|
1518
|
-
export const
|
|
1519
|
-
export const
|
|
1520
|
-
export const
|
|
1521
|
-
export const
|
|
1522
|
-
export const
|
|
1523
|
-
export const
|
|
1524
|
-
export const
|
|
1525
|
-
export const
|
|
1526
|
-
export const
|
|
1527
|
-
export const
|
|
1528
|
-
export const
|
|
1529
|
-
export const
|
|
1530
|
-
export const
|
|
1531
|
-
export const
|
|
1532
|
-
export const
|
|
1533
|
-
export const
|
|
1534
|
-
export const
|
|
1535
|
-
export const
|
|
1536
|
-
export const
|
|
1537
|
-
export const
|
|
1538
|
-
export const
|
|
1539
|
-
export const
|
|
1540
|
-
export const
|
|
1541
|
-
export const
|
|
1542
|
-
export const
|
|
1543
|
-
export const
|
|
1544
|
-
export const
|
|
1545
|
-
export const
|
|
1546
|
-
export const
|
|
1547
|
-
export const
|
|
1548
|
-
export const
|
|
1549
|
-
export const
|
|
1550
|
-
export const
|
|
1551
|
-
export const
|
|
1552
|
-
export const
|
|
1553
|
-
export const
|
|
1554
|
-
export const
|
|
1555
|
-
export const
|
|
1556
|
-
export const
|
|
1557
|
-
export const
|
|
1558
|
-
export const
|
|
1559
|
-
export const
|
|
1560
|
-
export const
|
|
1561
|
-
export const
|
|
1562
|
-
export const
|
|
1563
|
-
export const
|
|
1564
|
-
export const
|
|
1565
|
-
export const
|
|
1566
|
-
export const
|
|
1567
|
-
export const
|
|
1568
|
-
export const
|
|
1569
|
-
export const
|
|
1570
|
-
export const
|
|
1571
|
-
export const
|
|
1572
|
-
export const
|
|
1573
|
-
export const
|
|
1574
|
-
export const
|
|
1575
|
-
export const
|
|
1576
|
-
export const
|
|
1577
|
-
export const
|
|
1578
|
-
export const
|
|
1579
|
-
export const
|
|
1580
|
-
export const
|
|
1581
|
-
export const
|
|
1582
|
-
export const
|
|
1583
|
-
export const
|
|
1584
|
-
export const
|
|
1585
|
-
export const
|
|
1586
|
-
export const
|
|
1587
|
-
export const
|
|
1588
|
-
export const
|
|
1589
|
-
export const
|
|
1590
|
-
export const
|
|
1591
|
-
export const
|
|
1592
|
-
export const
|
|
1593
|
-
export const
|
|
1594
|
-
export const
|
|
1595
|
-
export const
|
|
1596
|
-
export const
|
|
1597
|
-
export const
|
|
1598
|
-
export const
|
|
1599
|
-
export const
|
|
1600
|
-
export const
|
|
1601
|
-
export const
|
|
1602
|
-
export const
|
|
1603
|
-
export const
|
|
1604
|
-
export const
|
|
1605
|
-
export const
|
|
1606
|
-
export const
|
|
1607
|
-
export const
|
|
1608
|
-
export const
|
|
1609
|
-
export const
|
|
1610
|
-
export const
|
|
1611
|
-
export const
|
|
1612
|
-
export const
|
|
1613
|
-
export const
|
|
1614
|
-
export const identitycreatefromshieldedpooltransition_identity_id: (a: number) => number;
|
|
1615
|
-
export const identitycreatefromshieldedpooltransition_new: (a: any) => [number, number, number];
|
|
1616
|
-
export const identitycreatefromshieldedpooltransition_proof: (a: number) => [number, number];
|
|
1617
|
-
export const identitycreatefromshieldedpooltransition_public_keys: (a: number) => [number, number];
|
|
1618
|
-
export const identitycreatefromshieldedpooltransition_send_to_address_on_creation_failure: (a: number) => number;
|
|
1619
|
-
export const identitycreatefromshieldedpooltransition_struct_name: () => [number, number];
|
|
1620
|
-
export const identitycreatefromshieldedpooltransition_toBytes: (a: number) => [number, number, number, number];
|
|
1621
|
-
export const identitycreatefromshieldedpooltransition_toJSON: (a: number) => [number, number, number];
|
|
1622
|
-
export const identitycreatefromshieldedpooltransition_toObject: (a: number) => [number, number, number];
|
|
1623
|
-
export const identitycreatefromshieldedpooltransition_toStateTransition: (a: number) => number;
|
|
1624
|
-
export const identitycreatefromshieldedpooltransition_type_name: (a: number) => [number, number];
|
|
1625
|
-
export const identitypublickeyincreation_constructor: (a: any) => [number, number, number];
|
|
1626
|
-
export const identitypublickeyincreation_contract_bounds: (a: number) => number;
|
|
1627
|
-
export const identitypublickeyincreation_data: (a: number) => [number, number];
|
|
1628
|
-
export const identitypublickeyincreation_fromJSON: (a: any) => [number, number, number];
|
|
1629
|
-
export const identitypublickeyincreation_fromObject: (a: any) => [number, number, number];
|
|
1630
|
-
export const identitypublickeyincreation_getHash: (a: number) => [number, number, number, number];
|
|
1631
|
-
export const identitypublickeyincreation_is_read_only: (a: number) => number;
|
|
1632
|
-
export const identitypublickeyincreation_key_id: (a: number) => number;
|
|
1633
|
-
export const identitypublickeyincreation_key_type: (a: number) => [number, number];
|
|
1634
|
-
export const identitypublickeyincreation_purpose: (a: number) => [number, number];
|
|
1635
|
-
export const identitypublickeyincreation_security_level: (a: number) => [number, number];
|
|
1636
|
-
export const identitypublickeyincreation_set_contract_bounds: (a: number, b: number) => void;
|
|
1637
|
-
export const identitypublickeyincreation_set_data: (a: number, b: number, c: number) => void;
|
|
1638
|
-
export const identitypublickeyincreation_set_is_read_only: (a: number, b: number) => void;
|
|
1639
|
-
export const identitypublickeyincreation_set_key_id: (a: number, b: any) => [number, number];
|
|
1640
|
-
export const identitypublickeyincreation_set_key_type: (a: number, b: any) => [number, number];
|
|
1641
|
-
export const identitypublickeyincreation_set_purpose: (a: number, b: any) => [number, number];
|
|
1642
|
-
export const identitypublickeyincreation_set_security_level: (a: number, b: any) => [number, number];
|
|
1643
|
-
export const identitypublickeyincreation_set_signature: (a: number, b: number, c: number) => void;
|
|
1644
|
-
export const identitypublickeyincreation_signature: (a: number) => [number, number];
|
|
1645
|
-
export const identitypublickeyincreation_struct_name: () => [number, number];
|
|
1646
|
-
export const identitypublickeyincreation_toIdentityPublicKey: (a: number) => number;
|
|
1647
|
-
export const identitypublickeyincreation_toJSON: (a: number) => [number, number, number];
|
|
1648
|
-
export const identitypublickeyincreation_toObject: (a: number) => [number, number, number];
|
|
1649
|
-
export const identitypublickeyincreation_type_name: (a: number) => [number, number];
|
|
1650
|
-
export const privateencryptednote_constructor: (a: number, b: number, c: number, d: number) => number;
|
|
1651
|
-
export const privateencryptednote_derivation_encryption_key_index: (a: number) => number;
|
|
1652
|
-
export const privateencryptednote_root_encryption_key_index: (a: number) => number;
|
|
1653
|
-
export const privateencryptednote_set_derivation_encryption_key_index: (a: number, b: number) => void;
|
|
1654
|
-
export const privateencryptednote_set_root_encryption_key_index: (a: number, b: number) => void;
|
|
1655
|
-
export const privateencryptednote_set_value: (a: number, b: number, c: number) => void;
|
|
1656
|
-
export const privateencryptednote_struct_name: () => [number, number];
|
|
1657
|
-
export const privateencryptednote_type_name: (a: number) => [number, number];
|
|
1658
|
-
export const privateencryptednote_value: (a: number) => [number, number];
|
|
1659
|
-
export const serializedorchardaction_cmx: (a: number) => [number, number];
|
|
1660
|
-
export const serializedorchardaction_constructor: (a: any) => [number, number, number];
|
|
1661
|
-
export const serializedorchardaction_cv_net: (a: number) => [number, number];
|
|
1662
|
-
export const serializedorchardaction_encrypted_note: (a: number) => [number, number];
|
|
1663
|
-
export const serializedorchardaction_fromJSON: (a: any) => [number, number, number];
|
|
1664
|
-
export const serializedorchardaction_fromObject: (a: any) => [number, number, number];
|
|
1665
|
-
export const serializedorchardaction_nullifier: (a: number) => [number, number];
|
|
1666
|
-
export const serializedorchardaction_rk: (a: number) => [number, number];
|
|
1667
|
-
export const serializedorchardaction_spend_auth_sig: (a: number) => [number, number];
|
|
1668
|
-
export const serializedorchardaction_struct_name: () => [number, number];
|
|
1669
|
-
export const serializedorchardaction_toJSON: (a: number) => [number, number, number];
|
|
1670
|
-
export const serializedorchardaction_toObject: (a: number) => [number, number, number];
|
|
1671
|
-
export const serializedorchardaction_type_name: (a: number) => [number, number];
|
|
1672
|
-
export const tokenconfigupdatetransition_base: (a: number) => number;
|
|
1673
|
-
export const tokenconfigupdatetransition_constructor: (a: any) => [number, number, number];
|
|
1674
|
-
export const tokenconfigupdatetransition_public_note: (a: number) => [number, number];
|
|
1675
|
-
export const tokenconfigupdatetransition_set_base: (a: number, b: number) => void;
|
|
1676
|
-
export const tokenconfigupdatetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1677
|
-
export const tokenconfigupdatetransition_set_update_token_configuration_item: (a: number, b: number) => void;
|
|
1678
|
-
export const tokenconfigupdatetransition_struct_name: () => [number, number];
|
|
1679
|
-
export const tokenconfigupdatetransition_type_name: (a: number) => [number, number];
|
|
1680
|
-
export const tokenconfigupdatetransition_update_token_configuration_item: (a: number) => number;
|
|
1681
|
-
export const tokenconfigurationchangeitem_EmergencyActionAdminGroupItem: (a: number) => number;
|
|
1682
|
-
export const tokenconfigurationchangeitem_EmergencyActionItem: (a: number) => number;
|
|
1683
|
-
export const tokenconfigurationchangeitem_PerpetualDistributionAdminGroupItem: (a: number) => number;
|
|
1684
|
-
export const tokenconfigurationchangeitem_PerpetualDistributionConfigurationItem: (a: number) => number;
|
|
1685
|
-
export const tokenconfigurationchangeitem_PerpetualDistributionControlGroupItem: (a: number) => number;
|
|
1686
|
-
export const tokenconfigurationchangeitem_item: (a: number) => any;
|
|
1687
|
-
export const tokenconfigurationchangeitem_item_name: (a: number) => [number, number];
|
|
1688
|
-
export const tokenconfigurationchangeitem_struct_name: () => [number, number];
|
|
1689
|
-
export const tokenconfigurationchangeitem_type_name: (a: number) => [number, number];
|
|
1690
|
-
export const tokenevent_fromJSON: (a: any) => [number, number, number];
|
|
1691
|
-
export const tokenevent_fromObject: (a: any) => [number, number, number];
|
|
1692
|
-
export const tokenevent_struct_name: () => [number, number];
|
|
1693
|
-
export const tokenevent_toJSON: (a: number) => [number, number, number];
|
|
1694
|
-
export const tokenevent_toObject: (a: number) => [number, number, number];
|
|
1695
|
-
export const tokenevent_type_name: (a: number) => [number, number];
|
|
1696
|
-
export const tokenevent_variant: (a: number) => number;
|
|
1697
|
-
export const tokenpricingschedule_SetPrices: (a: any) => [number, number, number];
|
|
1698
|
-
export const tokenpricingschedule_SinglePrice: (a: bigint) => number;
|
|
1699
|
-
export const tokenpricingschedule_fromJSON: (a: any) => [number, number, number];
|
|
1700
|
-
export const tokenpricingschedule_fromObject: (a: any) => [number, number, number];
|
|
1701
|
-
export const tokenpricingschedule_schedule_type: (a: number) => [number, number];
|
|
1702
|
-
export const tokenpricingschedule_struct_name: () => [number, number];
|
|
1703
|
-
export const tokenpricingschedule_toJSON: (a: number) => [number, number, number];
|
|
1704
|
-
export const tokenpricingschedule_toObject: (a: number) => [number, number, number];
|
|
1705
|
-
export const tokenpricingschedule_type_name: (a: number) => [number, number];
|
|
1706
|
-
export const tokenpricingschedule_value: (a: number) => [number, number, number];
|
|
1707
|
-
export const __wbg_get_verifiedassetlockconsumed_status: (a: number) => [number, number];
|
|
1708
|
-
export const __wbg_get_verifiedidentitywithshieldednullifiers_identity: (a: number) => number;
|
|
1709
|
-
export const __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
1710
|
-
export const __wbg_platformaddressinput_free: (a: number, b: number) => void;
|
|
1711
|
-
export const __wbg_platformaddressoutput_free: (a: number, b: number) => void;
|
|
1712
|
-
export const __wbg_set_verifiedassetlockconsumed_status: (a: number, b: number, c: number) => void;
|
|
1713
|
-
export const __wbg_set_verifiedidentitywithshieldednullifiers_identity: (a: number, b: number) => void;
|
|
1714
|
-
export const __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
1715
|
-
export const __wbg_verifiedassetlockconsumed_free: (a: number, b: number) => void;
|
|
1716
|
-
export const __wbg_verifiedassetlockconsumedwithaddressinfos_free: (a: number, b: number) => void;
|
|
1717
|
-
export const __wbg_verifieddocuments_free: (a: number, b: number) => void;
|
|
1718
|
-
export const __wbg_verifiedidentitywithshieldednullifiers_free: (a: number, b: number) => void;
|
|
1719
|
-
export const __wbg_verifiedshieldednullifiers_free: (a: number, b: number) => void;
|
|
1720
|
-
export const __wbg_verifiedshieldednullifierswithaddressinfos_free: (a: number, b: number) => void;
|
|
1721
|
-
export const __wbg_verifiedshieldednullifierswithwithdrawaldocument_free: (a: number, b: number) => void;
|
|
1722
|
-
export const __wbg_verifiedshieldedpoolstate_free: (a: number, b: number) => void;
|
|
1723
|
-
export const identitypublickey_base64: (a: number) => [number, number, number, number];
|
|
1724
|
-
export const identitypublickey_constructor: (a: any) => [number, number, number];
|
|
1725
|
-
export const identitypublickey_contract_bounds: (a: number) => number;
|
|
1726
|
-
export const identitypublickey_data: (a: number) => [number, number];
|
|
1727
|
-
export const identitypublickey_disabled_at: (a: number) => [number, bigint];
|
|
1728
|
-
export const identitypublickey_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1729
|
-
export const identitypublickey_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1730
|
-
export const identitypublickey_fromHex: (a: number, b: number) => [number, number, number];
|
|
1731
|
-
export const identitypublickey_fromJSON: (a: any, b: any) => [number, number, number];
|
|
1732
|
-
export const identitypublickey_fromObject: (a: any, b: any) => [number, number, number];
|
|
1733
|
-
export const identitypublickey_getPublicKeyHash: (a: number) => [number, number, number, number];
|
|
1734
|
-
export const identitypublickey_hex: (a: number) => [number, number, number, number];
|
|
1735
|
-
export const identitypublickey_is_master: (a: number) => number;
|
|
1736
|
-
export const identitypublickey_is_read_only: (a: number) => number;
|
|
1737
|
-
export const identitypublickey_key_id: (a: number) => number;
|
|
1738
|
-
export const identitypublickey_key_type: (a: number) => [number, number];
|
|
1739
|
-
export const identitypublickey_key_type_number: (a: number) => number;
|
|
1740
|
-
export const identitypublickey_purpose: (a: number) => [number, number];
|
|
1741
|
-
export const identitypublickey_purpose_number: (a: number) => number;
|
|
1742
|
-
export const identitypublickey_security_level: (a: number) => [number, number];
|
|
1743
|
-
export const identitypublickey_security_level_number: (a: number) => number;
|
|
1744
|
-
export const identitypublickey_set_data: (a: number, b: number, c: number) => [number, number];
|
|
1745
|
-
export const identitypublickey_set_disabled_at: (a: number, b: any) => [number, number];
|
|
1746
|
-
export const identitypublickey_set_is_read_only: (a: number, b: number) => void;
|
|
1747
|
-
export const identitypublickey_set_key_id: (a: number, b: any) => [number, number];
|
|
1748
|
-
export const identitypublickey_set_key_type: (a: number, b: any) => [number, number];
|
|
1749
|
-
export const identitypublickey_set_purpose: (a: number, b: any) => [number, number];
|
|
1750
|
-
export const identitypublickey_set_security_level: (a: number, b: any) => [number, number];
|
|
1751
|
-
export const identitypublickey_struct_name: () => [number, number];
|
|
1752
|
-
export const identitypublickey_toBytes: (a: number) => [number, number, number, number];
|
|
1753
|
-
export const identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
1754
|
-
export const identitypublickey_toObject: (a: number) => [number, number, number];
|
|
1755
|
-
export const identitypublickey_type_name: (a: number) => [number, number];
|
|
1756
|
-
export const identitypublickey_validatePrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
1757
|
-
export const platformaddressinput_address: (a: number) => number;
|
|
1758
|
-
export const platformaddressinput_amount: (a: number) => any;
|
|
1759
|
-
export const platformaddressinput_constructor: (a: any, b: number, c: any) => [number, number, number];
|
|
1760
|
-
export const platformaddressinput_nonce: (a: number) => number;
|
|
1761
|
-
export const platformaddressinput_struct_name: () => [number, number];
|
|
1762
|
-
export const platformaddressinput_type_name: (a: number) => [number, number];
|
|
1763
|
-
export const platformaddressoutput_address: (a: number) => number;
|
|
1764
|
-
export const platformaddressoutput_amount: (a: number) => any;
|
|
1765
|
-
export const platformaddressoutput_constructor: (a: any, b: number) => [number, number, number];
|
|
1766
|
-
export const platformaddressoutput_struct_name: () => [number, number];
|
|
1767
|
-
export const platformaddressoutput_type_name: (a: number) => [number, number];
|
|
1768
|
-
export const tokenconfigurationchangeitem_ManualMintingAdminGroupItem: (a: number) => number;
|
|
1769
|
-
export const tokenconfigurationchangeitem_ManualMintingItem: (a: number) => number;
|
|
1770
|
-
export const tokenunfreezetransition_base: (a: number) => number;
|
|
1771
|
-
export const tokenunfreezetransition_constructor: (a: any) => [number, number, number];
|
|
1772
|
-
export const tokenunfreezetransition_frozen_identity_id: (a: number) => number;
|
|
1773
|
-
export const tokenunfreezetransition_public_note: (a: number) => [number, number];
|
|
1774
|
-
export const tokenunfreezetransition_set_base: (a: number, b: number) => void;
|
|
1775
|
-
export const tokenunfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
|
|
1776
|
-
export const tokenunfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1777
|
-
export const tokenunfreezetransition_struct_name: () => [number, number];
|
|
1778
|
-
export const tokenunfreezetransition_type_name: (a: number) => [number, number];
|
|
1779
|
-
export const verifiedassetlockconsumed_fromJSON: (a: any) => [number, number, number];
|
|
1780
|
-
export const verifiedassetlockconsumed_fromObject: (a: any) => [number, number, number];
|
|
1781
|
-
export const verifiedassetlockconsumed_initialCreditValue: (a: number) => any;
|
|
1782
|
-
export const verifiedassetlockconsumed_remainingCreditValue: (a: number) => any;
|
|
1783
|
-
export const verifiedassetlockconsumed_struct_name: () => [number, number];
|
|
1784
|
-
export const verifiedassetlockconsumed_toJSON: (a: number) => [number, number, number];
|
|
1785
|
-
export const verifiedassetlockconsumed_toObject: (a: number) => [number, number, number];
|
|
1786
|
-
export const verifiedassetlockconsumed_type_name: (a: number) => [number, number];
|
|
1787
|
-
export const verifiedassetlockconsumedwithaddressinfos_address_infos: (a: number) => any;
|
|
1788
|
-
export const verifiedassetlockconsumedwithaddressinfos_fromJSON: (a: any) => [number, number, number];
|
|
1789
|
-
export const verifiedassetlockconsumedwithaddressinfos_initialCreditValue: (a: number) => any;
|
|
1790
|
-
export const verifiedassetlockconsumedwithaddressinfos_remainingCreditValue: (a: number) => any;
|
|
1791
|
-
export const verifiedassetlockconsumedwithaddressinfos_status: (a: number) => [number, number];
|
|
1792
|
-
export const verifiedassetlockconsumedwithaddressinfos_struct_name: () => [number, number];
|
|
1793
|
-
export const verifiedassetlockconsumedwithaddressinfos_toJSON: (a: number) => [number, number, number];
|
|
1794
|
-
export const verifiedassetlockconsumedwithaddressinfos_toObject: (a: number) => any;
|
|
1795
|
-
export const verifiedassetlockconsumedwithaddressinfos_type_name: (a: number) => [number, number];
|
|
1796
|
-
export const verifieddocuments_documents: (a: number) => any;
|
|
1797
|
-
export const verifieddocuments_fromJSON: (a: any) => [number, number, number];
|
|
1798
|
-
export const verifieddocuments_fromObject: (a: any) => [number, number, number];
|
|
1799
|
-
export const verifieddocuments_struct_name: () => [number, number];
|
|
1800
|
-
export const verifieddocuments_toJSON: (a: number) => [number, number, number];
|
|
1801
|
-
export const verifieddocuments_toObject: (a: number) => any;
|
|
1802
|
-
export const verifieddocuments_type_name: (a: number) => [number, number];
|
|
1803
|
-
export const verifiedidentitywithshieldednullifiers_fromJSON: (a: any) => [number, number, number];
|
|
1804
|
-
export const verifiedidentitywithshieldednullifiers_fromObject: (a: any) => [number, number, number];
|
|
1805
|
-
export const verifiedidentitywithshieldednullifiers_nullifiers: (a: number) => any;
|
|
1806
|
-
export const verifiedidentitywithshieldednullifiers_struct_name: () => [number, number];
|
|
1807
|
-
export const verifiedidentitywithshieldednullifiers_toJSON: (a: number) => [number, number, number];
|
|
1808
|
-
export const verifiedidentitywithshieldednullifiers_toObject: (a: number) => [number, number, number];
|
|
1809
|
-
export const verifiedidentitywithshieldednullifiers_type_name: (a: number) => [number, number];
|
|
1810
|
-
export const verifiedshieldednullifiers_fromJSON: (a: any) => [number, number, number];
|
|
1811
|
-
export const verifiedshieldednullifiers_fromObject: (a: any) => [number, number, number];
|
|
1812
|
-
export const verifiedshieldednullifiers_nullifiers: (a: number) => any;
|
|
1813
|
-
export const verifiedshieldednullifiers_struct_name: () => [number, number];
|
|
1814
|
-
export const verifiedshieldednullifiers_toJSON: (a: number) => [number, number, number];
|
|
1815
|
-
export const verifiedshieldednullifiers_toObject: (a: number) => any;
|
|
1816
|
-
export const verifiedshieldednullifiers_type_name: (a: number) => [number, number];
|
|
1817
|
-
export const verifiedshieldednullifierswithaddressinfos_address_infos: (a: number) => any;
|
|
1818
|
-
export const verifiedshieldednullifierswithaddressinfos_fromJSON: (a: any) => [number, number, number];
|
|
1819
|
-
export const verifiedshieldednullifierswithaddressinfos_nullifiers: (a: number) => any;
|
|
1820
|
-
export const verifiedshieldednullifierswithaddressinfos_struct_name: () => [number, number];
|
|
1821
|
-
export const verifiedshieldednullifierswithaddressinfos_toJSON: (a: number) => [number, number, number];
|
|
1822
|
-
export const verifiedshieldednullifierswithaddressinfos_toObject: (a: number) => any;
|
|
1823
|
-
export const verifiedshieldednullifierswithaddressinfos_type_name: (a: number) => [number, number];
|
|
1824
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_documents: (a: number) => any;
|
|
1825
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_fromJSON: (a: any) => [number, number, number];
|
|
1826
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_nullifiers: (a: number) => any;
|
|
1827
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_struct_name: () => [number, number];
|
|
1828
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_toJSON: (a: number) => [number, number, number];
|
|
1829
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_toObject: (a: number) => any;
|
|
1830
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_type_name: (a: number) => [number, number];
|
|
1831
|
-
export const verifiedshieldedpoolstate_fromJSON: (a: any) => [number, number, number];
|
|
1832
|
-
export const verifiedshieldedpoolstate_fromObject: (a: any) => [number, number, number];
|
|
1833
|
-
export const verifiedshieldedpoolstate_poolBalance: (a: number) => any;
|
|
1834
|
-
export const verifiedshieldedpoolstate_struct_name: () => [number, number];
|
|
1835
|
-
export const verifiedshieldedpoolstate_toJSON: (a: number) => [number, number, number];
|
|
1836
|
-
export const verifiedshieldedpoolstate_toObject: (a: number) => [number, number, number];
|
|
1837
|
-
export const verifiedshieldedpoolstate_type_name: (a: number) => [number, number];
|
|
1838
|
-
export const verifiedshieldednullifierswithaddressinfos_fromObject: (a: any) => [number, number, number];
|
|
1839
|
-
export const verifiedshieldednullifierswithwithdrawaldocument_fromObject: (a: any) => [number, number, number];
|
|
1840
|
-
export const verifiedassetlockconsumedwithaddressinfos_fromObject: (a: any) => [number, number, number];
|
|
398
|
+
export const __wbg_group_free: (a: number, b: number) => void;
|
|
399
|
+
export const __wbg_identitycredittransfer_free: (a: number, b: number) => void;
|
|
400
|
+
export const __wbg_platformversion_free: (a: number, b: number) => void;
|
|
401
|
+
export const __wbg_privatekey_free: (a: number, b: number) => void;
|
|
402
|
+
export const __wbg_shieldedwithdrawaltransition_free: (a: number, b: number) => void;
|
|
403
|
+
export const __wbg_tokencontractinfo_free: (a: number, b: number) => void;
|
|
404
|
+
export const __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
405
|
+
export const __wbg_vote_free: (a: number, b: number) => void;
|
|
406
|
+
export const __wbg_votepoll_free: (a: number, b: number) => void;
|
|
407
|
+
export const group_constructor: (a: any, b: number) => [number, number, number];
|
|
408
|
+
export const group_fromJSON: (a: any) => [number, number, number];
|
|
409
|
+
export const group_fromObject: (a: any) => [number, number, number];
|
|
410
|
+
export const group_members: (a: number) => [number, number, number];
|
|
411
|
+
export const group_required_power: (a: number) => number;
|
|
412
|
+
export const group_setMemberRequiredPower: (a: number, b: any, c: number) => [number, number];
|
|
413
|
+
export const group_set_members: (a: number, b: any) => [number, number];
|
|
414
|
+
export const group_set_required_power: (a: number, b: number) => void;
|
|
415
|
+
export const group_struct_name: () => [number, number];
|
|
416
|
+
export const group_toJSON: (a: number) => [number, number, number];
|
|
417
|
+
export const group_toObject: (a: number) => [number, number, number];
|
|
418
|
+
export const group_type_name: (a: number) => [number, number];
|
|
419
|
+
export const identitycredittransfer_amount: (a: number) => bigint;
|
|
420
|
+
export const identitycredittransfer_constructor: (a: any) => [number, number, number];
|
|
421
|
+
export const identitycredittransfer_fromBase64: (a: number, b: number) => [number, number, number];
|
|
422
|
+
export const identitycredittransfer_fromBytes: (a: number, b: number) => [number, number, number];
|
|
423
|
+
export const identitycredittransfer_fromHex: (a: number, b: number) => [number, number, number];
|
|
424
|
+
export const identitycredittransfer_fromJSON: (a: any) => [number, number, number];
|
|
425
|
+
export const identitycredittransfer_fromObject: (a: any) => [number, number, number];
|
|
426
|
+
export const identitycredittransfer_fromStateTransition: (a: number) => [number, number, number];
|
|
427
|
+
export const identitycredittransfer_nonce: (a: number) => bigint;
|
|
428
|
+
export const identitycredittransfer_recipient_id: (a: number) => number;
|
|
429
|
+
export const identitycredittransfer_sender_id: (a: number) => number;
|
|
430
|
+
export const identitycredittransfer_set_amount: (a: number, b: any) => [number, number];
|
|
431
|
+
export const identitycredittransfer_set_nonce: (a: number, b: any) => [number, number];
|
|
432
|
+
export const identitycredittransfer_set_recipient_id: (a: number, b: any) => [number, number];
|
|
433
|
+
export const identitycredittransfer_set_sender_id: (a: number, b: any) => [number, number];
|
|
434
|
+
export const identitycredittransfer_set_signature: (a: number, b: number, c: number) => void;
|
|
435
|
+
export const identitycredittransfer_set_signature_public_key_id: (a: number, b: any) => [number, number];
|
|
436
|
+
export const identitycredittransfer_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
437
|
+
export const identitycredittransfer_signature: (a: number) => [number, number];
|
|
438
|
+
export const identitycredittransfer_signature_public_key_id: (a: number) => number;
|
|
439
|
+
export const identitycredittransfer_struct_name: () => [number, number];
|
|
440
|
+
export const identitycredittransfer_toBase64: (a: number) => [number, number, number, number];
|
|
441
|
+
export const identitycredittransfer_toBytes: (a: number) => [number, number, number, number];
|
|
442
|
+
export const identitycredittransfer_toHex: (a: number) => [number, number, number, number];
|
|
443
|
+
export const identitycredittransfer_toJSON: (a: number) => [number, number, number];
|
|
444
|
+
export const identitycredittransfer_toObject: (a: number) => [number, number, number];
|
|
445
|
+
export const identitycredittransfer_toStateTransition: (a: number) => number;
|
|
446
|
+
export const identitycredittransfer_type_name: (a: number) => [number, number];
|
|
447
|
+
export const identitycredittransfer_user_fee_increase: (a: number) => number;
|
|
448
|
+
export const platformversion_current: () => number;
|
|
449
|
+
export const platformversion_first: () => number;
|
|
450
|
+
export const platformversion_new: (a: number) => [number, number, number];
|
|
451
|
+
export const platformversion_struct_name: () => [number, number];
|
|
452
|
+
export const platformversion_type_name: (a: number) => [number, number];
|
|
453
|
+
export const platformversion_version: (a: number) => number;
|
|
454
|
+
export const privatekey_fromBytes: (a: number, b: number, c: any) => [number, number, number];
|
|
455
|
+
export const privatekey_fromHex: (a: number, b: number, c: any) => [number, number, number];
|
|
456
|
+
export const privatekey_fromWIF: (a: number, b: number) => [number, number, number];
|
|
457
|
+
export const privatekey_getPublicKey: (a: number) => number;
|
|
458
|
+
export const privatekey_getPublicKeyHash: (a: number) => [number, number];
|
|
459
|
+
export const privatekey_struct_name: () => [number, number];
|
|
460
|
+
export const privatekey_toBytes: (a: number) => [number, number];
|
|
461
|
+
export const privatekey_toHex: (a: number) => [number, number];
|
|
462
|
+
export const privatekey_toWIF: (a: number) => [number, number];
|
|
463
|
+
export const privatekey_type_name: (a: number) => [number, number];
|
|
464
|
+
export const shieldedwithdrawaltransition_actions: (a: number) => [number, number];
|
|
465
|
+
export const shieldedwithdrawaltransition_anchor: (a: number) => [number, number];
|
|
466
|
+
export const shieldedwithdrawaltransition_binding_signature: (a: number) => [number, number];
|
|
467
|
+
export const shieldedwithdrawaltransition_core_fee_per_byte: (a: number) => number;
|
|
468
|
+
export const shieldedwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
469
|
+
export const shieldedwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
|
|
470
|
+
export const shieldedwithdrawaltransition_fromObject: (a: any) => [number, number, number];
|
|
471
|
+
export const shieldedwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
472
|
+
export const shieldedwithdrawaltransition_new: (a: any) => [number, number, number];
|
|
473
|
+
export const shieldedwithdrawaltransition_output_script: (a: number) => number;
|
|
474
|
+
export const shieldedwithdrawaltransition_pooling: (a: number) => [number, number];
|
|
475
|
+
export const shieldedwithdrawaltransition_proof: (a: number) => [number, number];
|
|
476
|
+
export const shieldedwithdrawaltransition_struct_name: () => [number, number];
|
|
477
|
+
export const shieldedwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
|
|
478
|
+
export const shieldedwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
479
|
+
export const shieldedwithdrawaltransition_toObject: (a: number) => [number, number, number];
|
|
480
|
+
export const shieldedwithdrawaltransition_toStateTransition: (a: number) => number;
|
|
481
|
+
export const shieldedwithdrawaltransition_type_name: (a: number) => [number, number];
|
|
482
|
+
export const shieldedwithdrawaltransition_unshielding_amount: (a: number) => bigint;
|
|
483
|
+
export const tokencontractinfo_contract_id: (a: number) => number;
|
|
484
|
+
export const tokencontractinfo_fromJSON: (a: any) => [number, number, number];
|
|
485
|
+
export const tokencontractinfo_fromObject: (a: any) => [number, number, number];
|
|
486
|
+
export const tokencontractinfo_struct_name: () => [number, number];
|
|
487
|
+
export const tokencontractinfo_toJSON: (a: number) => [number, number, number];
|
|
488
|
+
export const tokencontractinfo_toObject: (a: number) => [number, number, number];
|
|
489
|
+
export const tokencontractinfo_token_contract_position: (a: number) => number;
|
|
490
|
+
export const tokencontractinfo_type_name: (a: number) => [number, number];
|
|
491
|
+
export const tokenkeepshistoryrules_constructor: (a: any) => [number, number, number];
|
|
492
|
+
export const tokenkeepshistoryrules_is_keeping_burning_history: (a: number) => number;
|
|
493
|
+
export const tokenkeepshistoryrules_is_keeping_direct_pricing_history: (a: number) => number;
|
|
494
|
+
export const tokenkeepshistoryrules_is_keeping_direct_purchase_history: (a: number) => number;
|
|
495
|
+
export const tokenkeepshistoryrules_is_keeping_freezing_history: (a: number) => number;
|
|
496
|
+
export const tokenkeepshistoryrules_is_keeping_minting_history: (a: number) => number;
|
|
497
|
+
export const tokenkeepshistoryrules_is_keeping_transfer_history: (a: number) => number;
|
|
498
|
+
export const tokenkeepshistoryrules_set_is_keeping_burning_history: (a: number, b: number) => void;
|
|
499
|
+
export const tokenkeepshistoryrules_set_is_keeping_direct_pricing_history: (a: number, b: number) => void;
|
|
500
|
+
export const tokenkeepshistoryrules_set_is_keeping_direct_purchase_history: (a: number, b: number) => void;
|
|
501
|
+
export const tokenkeepshistoryrules_set_is_keeping_freezing_history: (a: number, b: number) => void;
|
|
502
|
+
export const tokenkeepshistoryrules_set_is_keeping_minting_history: (a: number, b: number) => void;
|
|
503
|
+
export const tokenkeepshistoryrules_set_is_keeping_transfer_history: (a: number, b: number) => void;
|
|
504
|
+
export const tokenkeepshistoryrules_struct_name: () => [number, number];
|
|
505
|
+
export const tokenkeepshistoryrules_type_name: (a: number) => [number, number];
|
|
506
|
+
export const vote_choice: (a: number) => number;
|
|
507
|
+
export const vote_constructor: (a: number, b: number) => number;
|
|
508
|
+
export const vote_fromJSON: (a: any) => [number, number, number];
|
|
509
|
+
export const vote_fromObject: (a: any) => [number, number, number];
|
|
510
|
+
export const vote_poll: (a: number) => number;
|
|
511
|
+
export const vote_set_choice: (a: number, b: number) => void;
|
|
512
|
+
export const vote_set_poll: (a: number, b: number) => void;
|
|
513
|
+
export const vote_struct_name: () => [number, number];
|
|
514
|
+
export const vote_toJSON: (a: number) => [number, number, number];
|
|
515
|
+
export const vote_toObject: (a: number) => [number, number, number];
|
|
516
|
+
export const vote_type_name: (a: number) => [number, number];
|
|
517
|
+
export const votepoll_constructor: (a: any) => [number, number, number];
|
|
518
|
+
export const votepoll_contract_id: (a: number) => number;
|
|
519
|
+
export const votepoll_document_type_name: (a: number) => [number, number];
|
|
520
|
+
export const votepoll_fromJSON: (a: any) => [number, number, number];
|
|
521
|
+
export const votepoll_fromObject: (a: any) => [number, number, number];
|
|
522
|
+
export const votepoll_index_name: (a: number) => [number, number];
|
|
523
|
+
export const votepoll_index_values: (a: number) => [number, number, number];
|
|
524
|
+
export const votepoll_set_contract_id: (a: number, b: any) => [number, number];
|
|
525
|
+
export const votepoll_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
526
|
+
export const votepoll_set_index_name: (a: number, b: number, c: number) => void;
|
|
527
|
+
export const votepoll_set_index_values: (a: number, b: any) => [number, number];
|
|
528
|
+
export const votepoll_struct_name: () => [number, number];
|
|
529
|
+
export const votepoll_toJSON: (a: number) => [number, number, number];
|
|
530
|
+
export const votepoll_toObject: (a: number) => [number, number, number];
|
|
531
|
+
export const votepoll_toString: (a: number) => [number, number];
|
|
532
|
+
export const votepoll_type_name: (a: number) => [number, number];
|
|
533
|
+
export const platformversion_latest: () => number;
|
|
534
|
+
export const __wbg_get_verifiedtokenactionwithdocument_document: (a: number) => number;
|
|
535
|
+
export const __wbg_get_verifiedtokenbalance_tokenId: (a: number) => number;
|
|
536
|
+
export const __wbg_get_verifiedtokenbalanceabsence_tokenId: (a: number) => number;
|
|
537
|
+
export const __wbg_get_verifiedtokengroupactionwithdocument_document: (a: number) => number;
|
|
538
|
+
export const __wbg_get_verifiedtokengroupactionwithdocument_groupPower: (a: number) => number;
|
|
539
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenbalance_actionStatus: (a: number) => [number, number];
|
|
540
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenbalance_groupPower: (a: number) => number;
|
|
541
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenidentityinfo_actionStatus: (a: number) => [number, number];
|
|
542
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenidentityinfo_groupPower: (a: number) => number;
|
|
543
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenidentityinfo_tokenInfo: (a: number) => number;
|
|
544
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenpricingschedule_actionStatus: (a: number) => [number, number];
|
|
545
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenpricingschedule_groupPower: (a: number) => number;
|
|
546
|
+
export const __wbg_get_verifiedtokengroupactionwithtokenpricingschedule_pricingSchedule: (a: number) => number;
|
|
547
|
+
export const __wbg_get_verifiedtokenidentityinfo_tokenId: (a: number) => number;
|
|
548
|
+
export const __wbg_get_verifiedtokenidentityinfo_tokenInfo: (a: number) => number;
|
|
549
|
+
export const __wbg_get_verifiedtokenpricingschedule_pricingSchedule: (a: number) => number;
|
|
550
|
+
export const __wbg_get_verifiedtokenpricingschedule_tokenId: (a: number) => number;
|
|
551
|
+
export const __wbg_get_verifiedtokenstatus_tokenStatus: (a: number) => number;
|
|
552
|
+
export const __wbg_identity_free: (a: number, b: number) => void;
|
|
553
|
+
export const __wbg_identitycredittransfertoaddresses_free: (a: number, b: number) => void;
|
|
554
|
+
export const __wbg_set_verifiedtokenactionwithdocument_document: (a: number, b: number) => void;
|
|
555
|
+
export const __wbg_set_verifiedtokenbalance_tokenId: (a: number, b: number) => void;
|
|
556
|
+
export const __wbg_set_verifiedtokenbalanceabsence_tokenId: (a: number, b: number) => void;
|
|
557
|
+
export const __wbg_set_verifiedtokengroupactionwithdocument_document: (a: number, b: number) => void;
|
|
558
|
+
export const __wbg_set_verifiedtokengroupactionwithdocument_groupPower: (a: number, b: number) => void;
|
|
559
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenbalance_actionStatus: (a: number, b: number, c: number) => void;
|
|
560
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenbalance_groupPower: (a: number, b: number) => void;
|
|
561
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenidentityinfo_actionStatus: (a: number, b: number, c: number) => void;
|
|
562
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenidentityinfo_groupPower: (a: number, b: number) => void;
|
|
563
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenidentityinfo_tokenInfo: (a: number, b: number) => void;
|
|
564
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenpricingschedule_pricingSchedule: (a: number, b: number) => void;
|
|
565
|
+
export const __wbg_set_verifiedtokenidentityinfo_tokenId: (a: number, b: number) => void;
|
|
566
|
+
export const __wbg_set_verifiedtokenidentityinfo_tokenInfo: (a: number, b: number) => void;
|
|
567
|
+
export const __wbg_set_verifiedtokenpricingschedule_tokenId: (a: number, b: number) => void;
|
|
568
|
+
export const __wbg_set_verifiedtokenstatus_tokenStatus: (a: number, b: number) => void;
|
|
569
|
+
export const __wbg_shieldedtransfertransition_free: (a: number, b: number) => void;
|
|
570
|
+
export const __wbg_statetransition_free: (a: number, b: number) => void;
|
|
571
|
+
export const __wbg_verifiedtokenactionwithdocument_free: (a: number, b: number) => void;
|
|
572
|
+
export const __wbg_verifiedtokenbalance_free: (a: number, b: number) => void;
|
|
573
|
+
export const __wbg_verifiedtokenbalanceabsence_free: (a: number, b: number) => void;
|
|
574
|
+
export const __wbg_verifiedtokengroupactionwithdocument_free: (a: number, b: number) => void;
|
|
575
|
+
export const __wbg_verifiedtokengroupactionwithtokenbalance_free: (a: number, b: number) => void;
|
|
576
|
+
export const __wbg_verifiedtokengroupactionwithtokenidentityinfo_free: (a: number, b: number) => void;
|
|
577
|
+
export const __wbg_verifiedtokengroupactionwithtokenpricingschedule_free: (a: number, b: number) => void;
|
|
578
|
+
export const __wbg_verifiedtokenidentitiesbalances_free: (a: number, b: number) => void;
|
|
579
|
+
export const __wbg_verifiedtokenidentityinfo_free: (a: number, b: number) => void;
|
|
580
|
+
export const __wbg_verifiedtokenpricingschedule_free: (a: number, b: number) => void;
|
|
581
|
+
export const __wbg_verifiedtokenstatus_free: (a: number, b: number) => void;
|
|
582
|
+
export const identity_addPublicKey: (a: number, b: number) => void;
|
|
583
|
+
export const identity_balance: (a: number) => bigint;
|
|
584
|
+
export const identity_constructor: (a: any) => [number, number, number];
|
|
585
|
+
export const identity_fromBase64: (a: number, b: number) => [number, number, number];
|
|
586
|
+
export const identity_fromBytes: (a: number, b: number) => [number, number, number];
|
|
587
|
+
export const identity_fromHex: (a: number, b: number) => [number, number, number];
|
|
588
|
+
export const identity_fromJSON: (a: any) => [number, number, number];
|
|
589
|
+
export const identity_fromObject: (a: any, b: any) => [number, number, number];
|
|
590
|
+
export const identity_getPublicKeyById: (a: number, b: number) => number;
|
|
591
|
+
export const identity_id: (a: number) => number;
|
|
592
|
+
export const identity_public_keys: (a: number) => [number, number];
|
|
593
|
+
export const identity_revision: (a: number) => bigint;
|
|
594
|
+
export const identity_set_balance: (a: number, b: any) => [number, number];
|
|
595
|
+
export const identity_set_id: (a: number, b: any) => [number, number];
|
|
596
|
+
export const identity_set_revision: (a: number, b: any) => [number, number];
|
|
597
|
+
export const identity_struct_name: () => [number, number];
|
|
598
|
+
export const identity_toBase64: (a: number) => [number, number, number, number];
|
|
599
|
+
export const identity_toBytes: (a: number) => [number, number, number, number];
|
|
600
|
+
export const identity_toHex: (a: number) => [number, number, number, number];
|
|
601
|
+
export const identity_toJSON: (a: number) => [number, number, number];
|
|
602
|
+
export const identity_toObject: (a: number) => [number, number, number];
|
|
603
|
+
export const identity_type_name: (a: number) => [number, number];
|
|
604
|
+
export const identitycredittransfertoaddresses_constructor: (a: any) => [number, number, number];
|
|
605
|
+
export const identitycredittransfertoaddresses_fromBase64: (a: number, b: number) => [number, number, number];
|
|
606
|
+
export const identitycredittransfertoaddresses_fromBytes: (a: number, b: number) => [number, number, number];
|
|
607
|
+
export const identitycredittransfertoaddresses_fromHex: (a: number, b: number) => [number, number, number];
|
|
608
|
+
export const identitycredittransfertoaddresses_fromJSON: (a: any) => [number, number, number];
|
|
609
|
+
export const identitycredittransfertoaddresses_fromObject: (a: any) => [number, number, number];
|
|
610
|
+
export const identitycredittransfertoaddresses_fromStateTransition: (a: number) => [number, number, number];
|
|
611
|
+
export const identitycredittransfertoaddresses_nonce: (a: number) => bigint;
|
|
612
|
+
export const identitycredittransfertoaddresses_recipient_addresses: (a: number) => [number, number];
|
|
613
|
+
export const identitycredittransfertoaddresses_sender_id: (a: number) => number;
|
|
614
|
+
export const identitycredittransfertoaddresses_set_nonce: (a: number, b: any) => [number, number];
|
|
615
|
+
export const identitycredittransfertoaddresses_set_recipient_addresses: (a: number, b: number, c: number) => [number, number];
|
|
616
|
+
export const identitycredittransfertoaddresses_set_sender_id: (a: number, b: any) => [number, number];
|
|
617
|
+
export const identitycredittransfertoaddresses_set_signature: (a: number, b: number, c: number) => void;
|
|
618
|
+
export const identitycredittransfertoaddresses_set_signature_public_key_id: (a: number, b: any) => [number, number];
|
|
619
|
+
export const identitycredittransfertoaddresses_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
620
|
+
export const identitycredittransfertoaddresses_signature: (a: number) => [number, number];
|
|
621
|
+
export const identitycredittransfertoaddresses_signature_public_key_id: (a: number) => number;
|
|
622
|
+
export const identitycredittransfertoaddresses_struct_name: () => [number, number];
|
|
623
|
+
export const identitycredittransfertoaddresses_toBase64: (a: number) => [number, number, number, number];
|
|
624
|
+
export const identitycredittransfertoaddresses_toBytes: (a: number) => [number, number, number, number];
|
|
625
|
+
export const identitycredittransfertoaddresses_toHex: (a: number) => [number, number, number, number];
|
|
626
|
+
export const identitycredittransfertoaddresses_toJSON: (a: number) => [number, number, number];
|
|
627
|
+
export const identitycredittransfertoaddresses_toObject: (a: number) => [number, number, number];
|
|
628
|
+
export const identitycredittransfertoaddresses_toStateTransition: (a: number) => number;
|
|
629
|
+
export const identitycredittransfertoaddresses_type_name: (a: number) => [number, number];
|
|
630
|
+
export const identitycredittransfertoaddresses_user_fee_increase: (a: number) => number;
|
|
631
|
+
export const shieldedtransfertransition_actions: (a: number) => [number, number];
|
|
632
|
+
export const shieldedtransfertransition_anchor: (a: number) => [number, number];
|
|
633
|
+
export const shieldedtransfertransition_binding_signature: (a: number) => [number, number];
|
|
634
|
+
export const shieldedtransfertransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
635
|
+
export const shieldedtransfertransition_fromJSON: (a: any) => [number, number, number];
|
|
636
|
+
export const shieldedtransfertransition_fromObject: (a: any) => [number, number, number];
|
|
637
|
+
export const shieldedtransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
638
|
+
export const shieldedtransfertransition_new: (a: any) => [number, number, number];
|
|
639
|
+
export const shieldedtransfertransition_proof: (a: number) => [number, number];
|
|
640
|
+
export const shieldedtransfertransition_struct_name: () => [number, number];
|
|
641
|
+
export const shieldedtransfertransition_toBytes: (a: number) => [number, number, number, number];
|
|
642
|
+
export const shieldedtransfertransition_toJSON: (a: number) => [number, number, number];
|
|
643
|
+
export const shieldedtransfertransition_toObject: (a: number) => [number, number, number];
|
|
644
|
+
export const shieldedtransfertransition_toStateTransition: (a: number) => number;
|
|
645
|
+
export const shieldedtransfertransition_type_name: (a: number) => [number, number];
|
|
646
|
+
export const shieldedtransfertransition_value_balance: (a: number) => bigint;
|
|
647
|
+
export const statetransition_action_type: (a: number) => [number, number];
|
|
648
|
+
export const statetransition_action_type_number: (a: number) => number;
|
|
649
|
+
export const statetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
650
|
+
export const statetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
651
|
+
export const statetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
652
|
+
export const statetransition_getKeyLevelRequirement: (a: number, b: any) => [number, number, number, number];
|
|
653
|
+
export const statetransition_getSignableBytes: (a: number) => [number, number, number, number];
|
|
654
|
+
export const statetransition_hash: (a: number, b: number) => [number, number, number, number];
|
|
655
|
+
export const statetransition_identity_contract_nonce: (a: number) => [number, bigint];
|
|
656
|
+
export const statetransition_identity_nonce: (a: number) => [number, bigint];
|
|
657
|
+
export const statetransition_owner_id: (a: number) => number;
|
|
658
|
+
export const statetransition_purpose_requirement: (a: number) => [number, number];
|
|
659
|
+
export const statetransition_setIdentityContractNonce: (a: number, b: any) => [number, number];
|
|
660
|
+
export const statetransition_setIdentityNonce: (a: number, b: any) => [number, number];
|
|
661
|
+
export const statetransition_setOwnerId: (a: number, b: any) => [number, number];
|
|
662
|
+
export const statetransition_set_signature: (a: number, b: number, c: number) => number;
|
|
663
|
+
export const statetransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
664
|
+
export const statetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
665
|
+
export const statetransition_sign: (a: number, b: number, c: number) => [number, number, number, number];
|
|
666
|
+
export const statetransition_signByPrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number, number];
|
|
667
|
+
export const statetransition_signature: (a: number) => [number, number];
|
|
668
|
+
export const statetransition_signature_public_key_id: (a: number) => number;
|
|
669
|
+
export const statetransition_struct_name: () => [number, number];
|
|
670
|
+
export const statetransition_toBase64: (a: number) => [number, number, number, number];
|
|
671
|
+
export const statetransition_toBytes: (a: number) => [number, number, number, number];
|
|
672
|
+
export const statetransition_toHex: (a: number) => [number, number, number, number];
|
|
673
|
+
export const statetransition_type_name: (a: number) => [number, number];
|
|
674
|
+
export const statetransition_user_fee_increase: (a: number) => number;
|
|
675
|
+
export const statetransition_verifyPublicKey: (a: number, b: number, c: number, d: number) => [number, number];
|
|
676
|
+
export const verifiedtokenactionwithdocument_fromJSON: (a: any) => [number, number, number];
|
|
677
|
+
export const verifiedtokenactionwithdocument_fromObject: (a: any) => [number, number, number];
|
|
678
|
+
export const verifiedtokenactionwithdocument_struct_name: () => [number, number];
|
|
679
|
+
export const verifiedtokenactionwithdocument_toJSON: (a: number) => [number, number, number];
|
|
680
|
+
export const verifiedtokenactionwithdocument_toObject: (a: number) => [number, number, number];
|
|
681
|
+
export const verifiedtokenactionwithdocument_type_name: (a: number) => [number, number];
|
|
682
|
+
export const verifiedtokenbalance_balance: (a: number) => any;
|
|
683
|
+
export const verifiedtokenbalance_fromJSON: (a: any) => [number, number, number];
|
|
684
|
+
export const verifiedtokenbalance_fromObject: (a: any) => [number, number, number];
|
|
685
|
+
export const verifiedtokenbalance_struct_name: () => [number, number];
|
|
686
|
+
export const verifiedtokenbalance_toJSON: (a: number) => [number, number, number];
|
|
687
|
+
export const verifiedtokenbalance_toObject: (a: number) => [number, number, number];
|
|
688
|
+
export const verifiedtokenbalance_type_name: (a: number) => [number, number];
|
|
689
|
+
export const verifiedtokenbalanceabsence_fromJSON: (a: any) => [number, number, number];
|
|
690
|
+
export const verifiedtokenbalanceabsence_fromObject: (a: any) => [number, number, number];
|
|
691
|
+
export const verifiedtokenbalanceabsence_struct_name: () => [number, number];
|
|
692
|
+
export const verifiedtokenbalanceabsence_toJSON: (a: number) => [number, number, number];
|
|
693
|
+
export const verifiedtokenbalanceabsence_toObject: (a: number) => [number, number, number];
|
|
694
|
+
export const verifiedtokenbalanceabsence_type_name: (a: number) => [number, number];
|
|
695
|
+
export const verifiedtokengroupactionwithdocument_fromJSON: (a: any) => [number, number, number];
|
|
696
|
+
export const verifiedtokengroupactionwithdocument_fromObject: (a: any) => [number, number, number];
|
|
697
|
+
export const verifiedtokengroupactionwithdocument_struct_name: () => [number, number];
|
|
698
|
+
export const verifiedtokengroupactionwithdocument_toJSON: (a: number) => [number, number, number];
|
|
699
|
+
export const verifiedtokengroupactionwithdocument_toObject: (a: number) => [number, number, number];
|
|
700
|
+
export const verifiedtokengroupactionwithdocument_type_name: (a: number) => [number, number];
|
|
701
|
+
export const verifiedtokengroupactionwithtokenbalance_balance: (a: number) => any;
|
|
702
|
+
export const verifiedtokengroupactionwithtokenbalance_fromJSON: (a: any) => [number, number, number];
|
|
703
|
+
export const verifiedtokengroupactionwithtokenbalance_fromObject: (a: any) => [number, number, number];
|
|
704
|
+
export const verifiedtokengroupactionwithtokenbalance_struct_name: () => [number, number];
|
|
705
|
+
export const verifiedtokengroupactionwithtokenbalance_toJSON: (a: number) => [number, number, number];
|
|
706
|
+
export const verifiedtokengroupactionwithtokenbalance_toObject: (a: number) => [number, number, number];
|
|
707
|
+
export const verifiedtokengroupactionwithtokenbalance_type_name: (a: number) => [number, number];
|
|
708
|
+
export const verifiedtokengroupactionwithtokenidentityinfo_fromJSON: (a: any) => [number, number, number];
|
|
709
|
+
export const verifiedtokengroupactionwithtokenidentityinfo_fromObject: (a: any) => [number, number, number];
|
|
710
|
+
export const verifiedtokengroupactionwithtokenidentityinfo_struct_name: () => [number, number];
|
|
711
|
+
export const verifiedtokengroupactionwithtokenidentityinfo_toJSON: (a: number) => [number, number, number];
|
|
712
|
+
export const verifiedtokengroupactionwithtokenidentityinfo_toObject: (a: number) => [number, number, number];
|
|
713
|
+
export const verifiedtokengroupactionwithtokenidentityinfo_type_name: (a: number) => [number, number];
|
|
714
|
+
export const verifiedtokengroupactionwithtokenpricingschedule_fromJSON: (a: any) => [number, number, number];
|
|
715
|
+
export const verifiedtokengroupactionwithtokenpricingschedule_fromObject: (a: any) => [number, number, number];
|
|
716
|
+
export const verifiedtokengroupactionwithtokenpricingschedule_struct_name: () => [number, number];
|
|
717
|
+
export const verifiedtokengroupactionwithtokenpricingschedule_toJSON: (a: number) => [number, number, number];
|
|
718
|
+
export const verifiedtokengroupactionwithtokenpricingschedule_toObject: (a: number) => [number, number, number];
|
|
719
|
+
export const verifiedtokengroupactionwithtokenpricingschedule_type_name: (a: number) => [number, number];
|
|
720
|
+
export const verifiedtokenidentitiesbalances_balances: (a: number) => any;
|
|
721
|
+
export const verifiedtokenidentitiesbalances_fromJSON: (a: any) => [number, number, number];
|
|
722
|
+
export const verifiedtokenidentitiesbalances_fromObject: (a: any) => [number, number, number];
|
|
723
|
+
export const verifiedtokenidentitiesbalances_struct_name: () => [number, number];
|
|
724
|
+
export const verifiedtokenidentitiesbalances_toJSON: (a: number) => [number, number, number];
|
|
725
|
+
export const verifiedtokenidentitiesbalances_toObject: (a: number) => any;
|
|
726
|
+
export const verifiedtokenidentitiesbalances_type_name: (a: number) => [number, number];
|
|
727
|
+
export const verifiedtokenidentityinfo_fromJSON: (a: any) => [number, number, number];
|
|
728
|
+
export const verifiedtokenidentityinfo_fromObject: (a: any) => [number, number, number];
|
|
729
|
+
export const verifiedtokenidentityinfo_struct_name: () => [number, number];
|
|
730
|
+
export const verifiedtokenidentityinfo_toJSON: (a: number) => [number, number, number];
|
|
731
|
+
export const verifiedtokenidentityinfo_toObject: (a: number) => [number, number, number];
|
|
732
|
+
export const verifiedtokenidentityinfo_type_name: (a: number) => [number, number];
|
|
733
|
+
export const verifiedtokenpricingschedule_fromJSON: (a: any) => [number, number, number];
|
|
734
|
+
export const verifiedtokenpricingschedule_fromObject: (a: any) => [number, number, number];
|
|
735
|
+
export const verifiedtokenpricingschedule_struct_name: () => [number, number];
|
|
736
|
+
export const verifiedtokenpricingschedule_toJSON: (a: number) => [number, number, number];
|
|
737
|
+
export const verifiedtokenpricingschedule_toObject: (a: number) => [number, number, number];
|
|
738
|
+
export const verifiedtokenpricingschedule_type_name: (a: number) => [number, number];
|
|
739
|
+
export const verifiedtokenstatus_fromJSON: (a: any) => [number, number, number];
|
|
740
|
+
export const verifiedtokenstatus_fromObject: (a: any) => [number, number, number];
|
|
741
|
+
export const verifiedtokenstatus_struct_name: () => [number, number];
|
|
742
|
+
export const verifiedtokenstatus_toJSON: (a: number) => [number, number, number];
|
|
743
|
+
export const verifiedtokenstatus_toObject: (a: number) => [number, number, number];
|
|
744
|
+
export const verifiedtokenstatus_type_name: (a: number) => [number, number];
|
|
745
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenpricingschedule_actionStatus: (a: number, b: number, c: number) => void;
|
|
746
|
+
export const __wbg_set_verifiedtokenpricingschedule_pricingSchedule: (a: number, b: number) => void;
|
|
747
|
+
export const __wbg_set_verifiedtokengroupactionwithtokenpricingschedule_groupPower: (a: number, b: number) => void;
|
|
748
|
+
export const __wbg_actiontaker_free: (a: number, b: number) => void;
|
|
749
|
+
export const __wbg_authorizedactiontakers_free: (a: number, b: number) => void;
|
|
750
|
+
export const __wbg_blockbaseddistribution_free: (a: number, b: number) => void;
|
|
751
|
+
export const __wbg_changecontrolrules_free: (a: number, b: number) => void;
|
|
752
|
+
export const __wbg_distributionfunction_free: (a: number, b: number) => void;
|
|
753
|
+
export const __wbg_epochbaseddistribution_free: (a: number, b: number) => void;
|
|
754
|
+
export const __wbg_get_blockbaseddistribution_interval: (a: number) => bigint;
|
|
755
|
+
export const __wbg_get_epochbaseddistribution_interval: (a: number) => number;
|
|
756
|
+
export const __wbg_get_timebaseddistribution_interval: (a: number) => bigint;
|
|
757
|
+
export const __wbg_identitytokeninfo_free: (a: number, b: number) => void;
|
|
758
|
+
export const __wbg_rewarddistributiontype_free: (a: number, b: number) => void;
|
|
759
|
+
export const __wbg_set_blockbaseddistribution_interval: (a: number, b: bigint) => void;
|
|
760
|
+
export const __wbg_set_epochbaseddistribution_interval: (a: number, b: number) => void;
|
|
761
|
+
export const __wbg_sharedencryptednote_free: (a: number, b: number) => void;
|
|
762
|
+
export const __wbg_timebaseddistribution_free: (a: number, b: number) => void;
|
|
763
|
+
export const __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
764
|
+
export const __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
765
|
+
export const __wbg_tokendistributionrules_free: (a: number, b: number) => void;
|
|
766
|
+
export const __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
767
|
+
export const __wbg_tokenmarketplacerules_free: (a: number, b: number) => void;
|
|
768
|
+
export const __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
769
|
+
export const __wbg_tokenperpetualdistribution_free: (a: number, b: number) => void;
|
|
770
|
+
export const __wbg_tokenpreprogrammeddistribution_free: (a: number, b: number) => void;
|
|
771
|
+
export const __wbg_tokentrademode_free: (a: number, b: number) => void;
|
|
772
|
+
export const __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
773
|
+
export const actiontaker_constructor: (a: any) => [number, number, number];
|
|
774
|
+
export const actiontaker_set_value: (a: number, b: any) => [number, number];
|
|
775
|
+
export const actiontaker_struct_name: () => [number, number];
|
|
776
|
+
export const actiontaker_taker_type: (a: number) => [number, number];
|
|
777
|
+
export const actiontaker_type_name: (a: number) => [number, number];
|
|
778
|
+
export const actiontaker_value: (a: number) => any;
|
|
779
|
+
export const authorizedactiontakers_ContractOwner: () => number;
|
|
780
|
+
export const authorizedactiontakers_Group: (a: number) => number;
|
|
781
|
+
export const authorizedactiontakers_Identity: (a: any) => [number, number, number];
|
|
782
|
+
export const authorizedactiontakers_MainGroup: () => number;
|
|
783
|
+
export const authorizedactiontakers_NoOne: () => number;
|
|
784
|
+
export const authorizedactiontakers_struct_name: () => [number, number];
|
|
785
|
+
export const authorizedactiontakers_taker_type: (a: number) => [number, number];
|
|
786
|
+
export const authorizedactiontakers_type_name: (a: number) => [number, number];
|
|
787
|
+
export const authorizedactiontakers_value: (a: number) => any;
|
|
788
|
+
export const blockbaseddistribution_function: (a: number) => number;
|
|
789
|
+
export const blockbaseddistribution_set_function: (a: number, b: number) => void;
|
|
790
|
+
export const blockbaseddistribution_struct_name: () => [number, number];
|
|
791
|
+
export const blockbaseddistribution_type_name: (a: number) => [number, number];
|
|
792
|
+
export const changecontrolrules_admin_action_takers: (a: number) => number;
|
|
793
|
+
export const changecontrolrules_authorized_to_make_change: (a: number) => number;
|
|
794
|
+
export const changecontrolrules_canChangeAdminActionTakers: (a: number, b: any) => [number, number, number];
|
|
795
|
+
export const changecontrolrules_constructor: (a: any) => [number, number, number];
|
|
796
|
+
export const changecontrolrules_is_changing_admin_action_takers_to_no_one_allowed: (a: number) => number;
|
|
797
|
+
export const changecontrolrules_is_changing_authorized_action_takers_to_no_one_allowed: (a: number) => number;
|
|
798
|
+
export const changecontrolrules_is_self_changing_admin_action_takers_allowed: (a: number) => number;
|
|
799
|
+
export const changecontrolrules_set_admin_action_takers: (a: number, b: number) => void;
|
|
800
|
+
export const changecontrolrules_set_authorized_to_make_change: (a: number, b: number) => void;
|
|
801
|
+
export const changecontrolrules_set_is_changing_admin_action_takers_to_no_one_allowed: (a: number, b: number) => void;
|
|
802
|
+
export const changecontrolrules_set_is_changing_authorized_action_takers_to_no_one_allowed: (a: number, b: number) => void;
|
|
803
|
+
export const changecontrolrules_set_is_self_changing_admin_action_takers_allowed: (a: number, b: number) => void;
|
|
804
|
+
export const changecontrolrules_struct_name: () => [number, number];
|
|
805
|
+
export const changecontrolrules_type_name: (a: number) => [number, number];
|
|
806
|
+
export const distributionfunction_Exponential: (a: number) => number;
|
|
807
|
+
export const distributionfunction_FixedAmountDistribution: (a: number) => number;
|
|
808
|
+
export const distributionfunction_InvertedLogarithmic: (a: number) => number;
|
|
809
|
+
export const distributionfunction_Linear: (a: number) => number;
|
|
810
|
+
export const distributionfunction_Logarithmic: (a: number) => number;
|
|
811
|
+
export const distributionfunction_Polynomial: (a: number) => number;
|
|
812
|
+
export const distributionfunction_Random: (a: number) => number;
|
|
813
|
+
export const distributionfunction_StepDecreasingAmount: (a: number) => number;
|
|
814
|
+
export const distributionfunction_Stepwise: (a: any) => [number, number, number];
|
|
815
|
+
export const distributionfunction_function_name: (a: number) => [number, number];
|
|
816
|
+
export const distributionfunction_function_value: (a: number) => [number, number, number];
|
|
817
|
+
export const distributionfunction_struct_name: () => [number, number];
|
|
818
|
+
export const distributionfunction_type_name: (a: number) => [number, number];
|
|
819
|
+
export const epochbaseddistribution_function: (a: number) => number;
|
|
820
|
+
export const epochbaseddistribution_set_function: (a: number, b: number) => void;
|
|
821
|
+
export const epochbaseddistribution_struct_name: () => [number, number];
|
|
822
|
+
export const epochbaseddistribution_type_name: (a: number) => [number, number];
|
|
823
|
+
export const identitytokeninfo_is_frozen: (a: number) => number;
|
|
824
|
+
export const identitytokeninfo_struct_name: () => [number, number];
|
|
825
|
+
export const identitytokeninfo_type_name: (a: number) => [number, number];
|
|
826
|
+
export const rewarddistributiontype_BlockBasedDistribution: (a: bigint, b: number) => number;
|
|
827
|
+
export const rewarddistributiontype_EpochBasedDistribution: (a: number, b: number) => number;
|
|
828
|
+
export const rewarddistributiontype_TimeBasedDistribution: (a: bigint, b: number) => number;
|
|
829
|
+
export const rewarddistributiontype_distribution: (a: number) => any;
|
|
830
|
+
export const rewarddistributiontype_struct_name: () => [number, number];
|
|
831
|
+
export const rewarddistributiontype_type_name: (a: number) => [number, number];
|
|
832
|
+
export const sharedencryptednote_constructor: (a: number, b: number, c: number, d: number) => number;
|
|
833
|
+
export const sharedencryptednote_recipient_key_index: (a: number) => number;
|
|
834
|
+
export const sharedencryptednote_sender_key_index: (a: number) => number;
|
|
835
|
+
export const sharedencryptednote_set_recipient_key_index: (a: number, b: number) => void;
|
|
836
|
+
export const sharedencryptednote_set_sender_key_index: (a: number, b: number) => void;
|
|
837
|
+
export const sharedencryptednote_set_value: (a: number, b: number, c: number) => void;
|
|
838
|
+
export const sharedencryptednote_struct_name: () => [number, number];
|
|
839
|
+
export const sharedencryptednote_type_name: (a: number) => [number, number];
|
|
840
|
+
export const sharedencryptednote_value: (a: number) => [number, number];
|
|
841
|
+
export const timebaseddistribution_function: (a: number) => number;
|
|
842
|
+
export const timebaseddistribution_set_function: (a: number, b: number) => void;
|
|
843
|
+
export const timebaseddistribution_struct_name: () => [number, number];
|
|
844
|
+
export const timebaseddistribution_type_name: (a: number) => [number, number];
|
|
845
|
+
export const tokenclaimtransition_base: (a: number) => number;
|
|
846
|
+
export const tokenclaimtransition_constructor: (a: any) => [number, number, number];
|
|
847
|
+
export const tokenclaimtransition_distribution_type: (a: number) => [number, number];
|
|
848
|
+
export const tokenclaimtransition_public_note: (a: number) => [number, number];
|
|
849
|
+
export const tokenclaimtransition_set_base: (a: number, b: number) => void;
|
|
850
|
+
export const tokenclaimtransition_set_distribution_type: (a: number, b: any) => [number, number];
|
|
851
|
+
export const tokenclaimtransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
852
|
+
export const tokenclaimtransition_struct_name: () => [number, number];
|
|
853
|
+
export const tokenclaimtransition_type_name: (a: number) => [number, number];
|
|
854
|
+
export const tokenconfiguration_base_supply: (a: number) => bigint;
|
|
855
|
+
export const tokenconfiguration_calculateTokenId: (a: any, b: number) => [number, number, number];
|
|
856
|
+
export const tokenconfiguration_constructor: (a: any) => [number, number, number];
|
|
857
|
+
export const tokenconfiguration_conventions: (a: number) => number;
|
|
858
|
+
export const tokenconfiguration_conventions_change_rules: (a: number) => number;
|
|
859
|
+
export const tokenconfiguration_description: (a: number) => [number, number];
|
|
860
|
+
export const tokenconfiguration_destroy_frozen_funds_rules: (a: number) => number;
|
|
861
|
+
export const tokenconfiguration_distribution_rules: (a: number) => number;
|
|
862
|
+
export const tokenconfiguration_emergency_action_rules: (a: number) => number;
|
|
863
|
+
export const tokenconfiguration_freeze_rules: (a: number) => number;
|
|
864
|
+
export const tokenconfiguration_is_allowed_transfer_to_frozen_balance: (a: number) => number;
|
|
865
|
+
export const tokenconfiguration_is_started_as_paused: (a: number) => number;
|
|
866
|
+
export const tokenconfiguration_keeps_history: (a: number) => number;
|
|
867
|
+
export const tokenconfiguration_main_control_group: (a: number) => number;
|
|
868
|
+
export const tokenconfiguration_main_control_group_can_be_modified: (a: number) => number;
|
|
869
|
+
export const tokenconfiguration_manual_burning_rules: (a: number) => number;
|
|
870
|
+
export const tokenconfiguration_manual_minting_rules: (a: number) => number;
|
|
871
|
+
export const tokenconfiguration_marketplace_rules: (a: number) => number;
|
|
872
|
+
export const tokenconfiguration_max_supply: (a: number) => [number, bigint];
|
|
873
|
+
export const tokenconfiguration_max_supply_change_rules: (a: number) => number;
|
|
874
|
+
export const tokenconfiguration_set_base_supply: (a: number, b: any) => [number, number];
|
|
875
|
+
export const tokenconfiguration_set_conventions: (a: number, b: number) => void;
|
|
876
|
+
export const tokenconfiguration_set_conventions_change_rules: (a: number, b: number) => void;
|
|
877
|
+
export const tokenconfiguration_set_description: (a: number, b: number, c: number) => void;
|
|
878
|
+
export const tokenconfiguration_set_destroy_frozen_funds_rules: (a: number, b: number) => void;
|
|
879
|
+
export const tokenconfiguration_set_distribution_rules: (a: number, b: number) => void;
|
|
880
|
+
export const tokenconfiguration_set_emergency_action_rules: (a: number, b: number) => void;
|
|
881
|
+
export const tokenconfiguration_set_freeze_rules: (a: number, b: number) => void;
|
|
882
|
+
export const tokenconfiguration_set_is_allowed_transfer_to_frozen_balance: (a: number, b: number) => void;
|
|
883
|
+
export const tokenconfiguration_set_is_started_as_paused: (a: number, b: number) => void;
|
|
884
|
+
export const tokenconfiguration_set_keeps_history: (a: number, b: number) => void;
|
|
885
|
+
export const tokenconfiguration_set_main_control_group: (a: number, b: number) => void;
|
|
886
|
+
export const tokenconfiguration_set_main_control_group_can_be_modified: (a: number, b: number) => void;
|
|
887
|
+
export const tokenconfiguration_set_manual_burning_rules: (a: number, b: number) => void;
|
|
888
|
+
export const tokenconfiguration_set_manual_minting_rules: (a: number, b: number) => void;
|
|
889
|
+
export const tokenconfiguration_set_marketplace_rules: (a: number, b: number) => void;
|
|
890
|
+
export const tokenconfiguration_set_max_supply: (a: number, b: any) => [number, number];
|
|
891
|
+
export const tokenconfiguration_set_max_supply_change_rules: (a: number, b: number) => void;
|
|
892
|
+
export const tokenconfiguration_set_unfreeze_rules: (a: number, b: number) => void;
|
|
893
|
+
export const tokenconfiguration_struct_name: () => [number, number];
|
|
894
|
+
export const tokenconfiguration_type_name: (a: number) => [number, number];
|
|
895
|
+
export const tokenconfiguration_unfreeze_rules: (a: number) => number;
|
|
896
|
+
export const tokenconfigurationchangeitem_ConventionsAdminGroupItem: (a: number) => number;
|
|
897
|
+
export const tokenconfigurationchangeitem_ConventionsControlGroupItem: (a: number) => number;
|
|
898
|
+
export const tokenconfigurationchangeitem_MarketplaceTradeModeAdminGroupItem: (a: number) => number;
|
|
899
|
+
export const tokenconfigurationchangeitem_MarketplaceTradeModeControlGroupItem: (a: number) => number;
|
|
900
|
+
export const tokenconfigurationchangeitem_MarketplaceTradeModeItem: (a: number) => number;
|
|
901
|
+
export const tokenconfigurationchangeitem_NewTokensDestinationIdentityAdminGroupItem: (a: number) => number;
|
|
902
|
+
export const tokenconfigurationchangeitem_NewTokensDestinationIdentityControlGroupItem: (a: number) => number;
|
|
903
|
+
export const tokenconfigurationchangeitem_NewTokensDestinationIdentityItem: (a: any) => [number, number, number];
|
|
904
|
+
export const tokenconfigurationchangeitem_conventionsItem: (a: number) => number;
|
|
905
|
+
export const tokendistributionrules_change_direct_purchase_pricing_rules: (a: number) => number;
|
|
906
|
+
export const tokendistributionrules_constructor: (a: any) => [number, number, number];
|
|
907
|
+
export const tokendistributionrules_is_minting_allowing_choosing_destination: (a: number) => number;
|
|
908
|
+
export const tokendistributionrules_minting_allow_choosing_destination_rules: (a: number) => number;
|
|
909
|
+
export const tokendistributionrules_new_tokens_destination_identity: (a: number) => number;
|
|
910
|
+
export const tokendistributionrules_new_tokens_destination_identity_rules: (a: number) => number;
|
|
911
|
+
export const tokendistributionrules_perpetual_distribution: (a: number) => number;
|
|
912
|
+
export const tokendistributionrules_perpetual_distribution_rules: (a: number) => number;
|
|
913
|
+
export const tokendistributionrules_pre_programmed_distribution: (a: number) => number;
|
|
914
|
+
export const tokendistributionrules_set_change_direct_purchase_pricing_rules: (a: number, b: number) => void;
|
|
915
|
+
export const tokendistributionrules_set_is_minting_allowing_choosing_destination: (a: number, b: number) => void;
|
|
916
|
+
export const tokendistributionrules_set_minting_allow_choosing_destination_rules: (a: number, b: number) => void;
|
|
917
|
+
export const tokendistributionrules_set_new_tokens_destination_identity: (a: number, b: any) => [number, number];
|
|
918
|
+
export const tokendistributionrules_set_new_tokens_destination_identity_rules: (a: number, b: number) => void;
|
|
919
|
+
export const tokendistributionrules_set_perpetual_distribution: (a: number, b: any) => [number, number];
|
|
920
|
+
export const tokendistributionrules_set_perpetual_distribution_rules: (a: number, b: number) => void;
|
|
921
|
+
export const tokendistributionrules_set_pre_programmed_distribution: (a: number, b: any) => [number, number];
|
|
922
|
+
export const tokendistributionrules_struct_name: () => [number, number];
|
|
923
|
+
export const tokendistributionrules_type_name: (a: number) => [number, number];
|
|
924
|
+
export const tokenfreezetransition_base: (a: number) => number;
|
|
925
|
+
export const tokenfreezetransition_constructor: (a: any) => [number, number, number];
|
|
926
|
+
export const tokenfreezetransition_frozen_identity_id: (a: number) => number;
|
|
927
|
+
export const tokenfreezetransition_public_note: (a: number) => [number, number];
|
|
928
|
+
export const tokenfreezetransition_set_base: (a: number, b: number) => void;
|
|
929
|
+
export const tokenfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
|
|
930
|
+
export const tokenfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
931
|
+
export const tokenfreezetransition_struct_name: () => [number, number];
|
|
932
|
+
export const tokenfreezetransition_type_name: (a: number) => [number, number];
|
|
933
|
+
export const tokenmarketplacerules_constructor: (a: number, b: number) => number;
|
|
934
|
+
export const tokenmarketplacerules_set_trade_mode: (a: number, b: number) => void;
|
|
935
|
+
export const tokenmarketplacerules_set_trade_mode_change_rules: (a: number, b: number) => void;
|
|
936
|
+
export const tokenmarketplacerules_struct_name: () => [number, number];
|
|
937
|
+
export const tokenmarketplacerules_trade_mode: (a: number) => number;
|
|
938
|
+
export const tokenmarketplacerules_trade_mode_change_rules: (a: number) => number;
|
|
939
|
+
export const tokenmarketplacerules_type_name: (a: number) => [number, number];
|
|
940
|
+
export const tokenminttransition_amount: (a: number) => bigint;
|
|
941
|
+
export const tokenminttransition_base: (a: number) => number;
|
|
942
|
+
export const tokenminttransition_constructor: (a: any) => [number, number, number];
|
|
943
|
+
export const tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
944
|
+
export const tokenminttransition_issued_to_identity_id: (a: number) => number;
|
|
945
|
+
export const tokenminttransition_public_note: (a: number) => [number, number];
|
|
946
|
+
export const tokenminttransition_set_amount: (a: number, b: any) => [number, number];
|
|
947
|
+
export const tokenminttransition_set_base: (a: number, b: number) => void;
|
|
948
|
+
export const tokenminttransition_set_issued_to_identity_id: (a: number, b: any) => [number, number];
|
|
949
|
+
export const tokenminttransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
950
|
+
export const tokenminttransition_struct_name: () => [number, number];
|
|
951
|
+
export const tokenminttransition_type_name: (a: number) => [number, number];
|
|
952
|
+
export const tokenperpetualdistribution_constructor: (a: number, b: number) => number;
|
|
953
|
+
export const tokenperpetualdistribution_distribution_type: (a: number) => number;
|
|
954
|
+
export const tokenperpetualdistribution_recipient: (a: number) => number;
|
|
955
|
+
export const tokenperpetualdistribution_set_distribution_type: (a: number, b: number) => void;
|
|
956
|
+
export const tokenperpetualdistribution_set_recipient: (a: number, b: number) => void;
|
|
957
|
+
export const tokenperpetualdistribution_struct_name: () => [number, number];
|
|
958
|
+
export const tokenperpetualdistribution_type_name: (a: number) => [number, number];
|
|
959
|
+
export const tokenpreprogrammeddistribution_constructor: (a: any) => [number, number, number];
|
|
960
|
+
export const tokenpreprogrammeddistribution_distributions: (a: number) => any;
|
|
961
|
+
export const tokenpreprogrammeddistribution_set_distributions: (a: number, b: any) => [number, number];
|
|
962
|
+
export const tokenpreprogrammeddistribution_struct_name: () => [number, number];
|
|
963
|
+
export const tokenpreprogrammeddistribution_type_name: (a: number) => [number, number];
|
|
964
|
+
export const tokentrademode_struct_name: () => [number, number];
|
|
965
|
+
export const tokentrademode_type_name: (a: number) => [number, number];
|
|
966
|
+
export const tokentrademode_value: (a: number) => [number, number];
|
|
967
|
+
export const tokentransfertransition_amount: (a: number) => bigint;
|
|
968
|
+
export const tokentransfertransition_base: (a: number) => number;
|
|
969
|
+
export const tokentransfertransition_constructor: (a: any) => [number, number, number];
|
|
970
|
+
export const tokentransfertransition_private_encrypted_note: (a: number) => number;
|
|
971
|
+
export const tokentransfertransition_public_note: (a: number) => [number, number];
|
|
972
|
+
export const tokentransfertransition_recipient_id: (a: number) => number;
|
|
973
|
+
export const tokentransfertransition_set_amount: (a: number, b: any) => [number, number];
|
|
974
|
+
export const tokentransfertransition_set_base: (a: number, b: number) => void;
|
|
975
|
+
export const tokentransfertransition_set_private_encrypted_note: (a: number, b: any) => [number, number];
|
|
976
|
+
export const tokentransfertransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
977
|
+
export const tokentransfertransition_set_recipient_id: (a: number, b: any) => [number, number];
|
|
978
|
+
export const tokentransfertransition_set_shared_encrypted_note: (a: number, b: any) => [number, number];
|
|
979
|
+
export const tokentransfertransition_shared_encrypted_note: (a: number) => number;
|
|
980
|
+
export const tokentransfertransition_struct_name: () => [number, number];
|
|
981
|
+
export const tokentransfertransition_type_name: (a: number) => [number, number];
|
|
982
|
+
export const tokentrademode_NotTradeable: () => number;
|
|
983
|
+
export const __wbg_set_timebaseddistribution_interval: (a: number, b: bigint) => void;
|
|
984
|
+
export const __wbg_addresscreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
985
|
+
export const __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
986
|
+
export const __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
987
|
+
export const __wbg_documentpurchasetransition_free: (a: number, b: number) => void;
|
|
988
|
+
export const __wbg_documentupdatepricetransition_free: (a: number, b: number) => void;
|
|
989
|
+
export const __wbg_feestrategystep_free: (a: number, b: number) => void;
|
|
990
|
+
export const __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
991
|
+
export const __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
992
|
+
export const __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
993
|
+
export const __wbg_platformaddress_free: (a: number, b: number) => void;
|
|
994
|
+
export const __wbg_resourcevotechoice_free: (a: number, b: number) => void;
|
|
995
|
+
export const __wbg_shieldfromassetlocktransition_free: (a: number, b: number) => void;
|
|
996
|
+
export const __wbg_tokenbasetransition_free: (a: number, b: number) => void;
|
|
997
|
+
export const __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
998
|
+
export const __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
999
|
+
export const addresscreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
|
|
1000
|
+
export const addresscreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
|
|
1001
|
+
export const addresscreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1002
|
+
export const addresscreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1003
|
+
export const addresscreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1004
|
+
export const addresscreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
|
|
1005
|
+
export const addresscreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
|
|
1006
|
+
export const addresscreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1007
|
+
export const addresscreditwithdrawaltransition_inputs: (a: number) => [number, number];
|
|
1008
|
+
export const addresscreditwithdrawaltransition_output: (a: number) => number;
|
|
1009
|
+
export const addresscreditwithdrawaltransition_output_script: (a: number) => number;
|
|
1010
|
+
export const addresscreditwithdrawaltransition_pooling: (a: number) => [number, number];
|
|
1011
|
+
export const addresscreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
|
|
1012
|
+
export const addresscreditwithdrawaltransition_set_inputs: (a: number, b: number, c: number) => [number, number];
|
|
1013
|
+
export const addresscreditwithdrawaltransition_set_output: (a: number, b: number) => [number, number];
|
|
1014
|
+
export const addresscreditwithdrawaltransition_set_output_script: (a: number, b: number) => void;
|
|
1015
|
+
export const addresscreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
|
|
1016
|
+
export const addresscreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
1017
|
+
export const addresscreditwithdrawaltransition_struct_name: () => [number, number];
|
|
1018
|
+
export const addresscreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
|
|
1019
|
+
export const addresscreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
|
|
1020
|
+
export const addresscreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
|
|
1021
|
+
export const addresscreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
1022
|
+
export const addresscreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
|
|
1023
|
+
export const addresscreditwithdrawaltransition_toStateTransition: (a: number) => number;
|
|
1024
|
+
export const addresscreditwithdrawaltransition_type_name: (a: number) => [number, number];
|
|
1025
|
+
export const addresscreditwithdrawaltransition_user_fee_increase: (a: number) => number;
|
|
1026
|
+
export const batchtransition_all_conflicting_index_collateral_voting_funds: (a: number) => [number, bigint, number, number];
|
|
1027
|
+
export const batchtransition_all_purchases_amount: (a: number) => [number, bigint, number, number];
|
|
1028
|
+
export const batchtransition_batched_transitions: (a: number) => [number, number];
|
|
1029
|
+
export const batchtransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1030
|
+
export const batchtransition_fromBatchedTransitions: (a: any, b: any, c: number) => [number, number, number];
|
|
1031
|
+
export const batchtransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1032
|
+
export const batchtransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1033
|
+
export const batchtransition_fromJSON: (a: any) => [number, number, number];
|
|
1034
|
+
export const batchtransition_fromObject: (a: any) => [number, number, number];
|
|
1035
|
+
export const batchtransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1036
|
+
export const batchtransition_modified_data_ids: (a: number) => [number, number];
|
|
1037
|
+
export const batchtransition_owner_id: (a: number) => number;
|
|
1038
|
+
export const batchtransition_setIdentityContractNonce: (a: number, b: any) => [number, number];
|
|
1039
|
+
export const batchtransition_set_signature: (a: number, b: number, c: number) => void;
|
|
1040
|
+
export const batchtransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
|
|
1041
|
+
export const batchtransition_set_transitions: (a: number, b: any) => [number, number];
|
|
1042
|
+
export const batchtransition_signature: (a: number) => [number, number];
|
|
1043
|
+
export const batchtransition_signature_public_key_id: (a: number) => number;
|
|
1044
|
+
export const batchtransition_struct_name: () => [number, number];
|
|
1045
|
+
export const batchtransition_toBase64: (a: number) => [number, number, number, number];
|
|
1046
|
+
export const batchtransition_toBytes: (a: number) => [number, number, number, number];
|
|
1047
|
+
export const batchtransition_toHex: (a: number) => [number, number, number, number];
|
|
1048
|
+
export const batchtransition_toJSON: (a: number) => [number, number, number];
|
|
1049
|
+
export const batchtransition_toObject: (a: number) => [number, number, number];
|
|
1050
|
+
export const batchtransition_toStateTransition: (a: number) => number;
|
|
1051
|
+
export const batchtransition_type_name: (a: number) => [number, number];
|
|
1052
|
+
export const documentcreatetransition_base: (a: number) => number;
|
|
1053
|
+
export const documentcreatetransition_clearPrefundedVotingBalance: (a: number) => void;
|
|
1054
|
+
export const documentcreatetransition_constructor: (a: any) => [number, number, number];
|
|
1055
|
+
export const documentcreatetransition_data: (a: number) => [number, number, number];
|
|
1056
|
+
export const documentcreatetransition_entropy: (a: number) => [number, number];
|
|
1057
|
+
export const documentcreatetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
1058
|
+
export const documentcreatetransition_prefunded_voting_balance: (a: number) => number;
|
|
1059
|
+
export const documentcreatetransition_set_base: (a: number, b: number) => void;
|
|
1060
|
+
export const documentcreatetransition_set_data: (a: number, b: any) => [number, number];
|
|
1061
|
+
export const documentcreatetransition_set_entropy: (a: number, b: number, c: number) => [number, number];
|
|
1062
|
+
export const documentcreatetransition_set_prefunded_voting_balance: (a: number, b: number) => void;
|
|
1063
|
+
export const documentcreatetransition_struct_name: () => [number, number];
|
|
1064
|
+
export const documentcreatetransition_toDocumentTransition: (a: number) => number;
|
|
1065
|
+
export const documentcreatetransition_type_name: (a: number) => [number, number];
|
|
1066
|
+
export const documentpurchasetransition_base: (a: number) => number;
|
|
1067
|
+
export const documentpurchasetransition_constructor: (a: any) => [number, number, number];
|
|
1068
|
+
export const documentpurchasetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
1069
|
+
export const documentpurchasetransition_price: (a: number) => bigint;
|
|
1070
|
+
export const documentpurchasetransition_revision: (a: number) => bigint;
|
|
1071
|
+
export const documentpurchasetransition_set_base: (a: number, b: number) => void;
|
|
1072
|
+
export const documentpurchasetransition_set_price: (a: number, b: any) => [number, number];
|
|
1073
|
+
export const documentpurchasetransition_set_revision: (a: number, b: any) => [number, number];
|
|
1074
|
+
export const documentpurchasetransition_struct_name: () => [number, number];
|
|
1075
|
+
export const documentpurchasetransition_toDocumentTransition: (a: number) => number;
|
|
1076
|
+
export const documentpurchasetransition_type_name: (a: number) => [number, number];
|
|
1077
|
+
export const documentupdatepricetransition_base: (a: number) => number;
|
|
1078
|
+
export const documentupdatepricetransition_constructor: (a: any) => [number, number, number];
|
|
1079
|
+
export const documentupdatepricetransition_fromDocumentTransition: (a: number) => [number, number, number];
|
|
1080
|
+
export const documentupdatepricetransition_price: (a: number) => bigint;
|
|
1081
|
+
export const documentupdatepricetransition_set_base: (a: number, b: number) => void;
|
|
1082
|
+
export const documentupdatepricetransition_set_price: (a: number, b: any) => [number, number];
|
|
1083
|
+
export const documentupdatepricetransition_struct_name: () => [number, number];
|
|
1084
|
+
export const documentupdatepricetransition_toDocumentTransition: (a: number) => number;
|
|
1085
|
+
export const documentupdatepricetransition_type_name: (a: number) => [number, number];
|
|
1086
|
+
export const feestrategystep_deductFromInput: (a: number) => number;
|
|
1087
|
+
export const feestrategystep_index: (a: number) => number;
|
|
1088
|
+
export const feestrategystep_isDeductFromInput: (a: number) => number;
|
|
1089
|
+
export const feestrategystep_isReduceOutput: (a: number) => number;
|
|
1090
|
+
export const feestrategystep_reduceOutput: (a: number) => number;
|
|
1091
|
+
export const feestrategystep_struct_name: () => [number, number];
|
|
1092
|
+
export const feestrategystep_type_name: (a: number) => [number, number];
|
|
1093
|
+
export const identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
1094
|
+
export const identitycreditwithdrawaltransition_constructor: (a: any) => [number, number, number];
|
|
1095
|
+
export const identitycreditwithdrawaltransition_core_fee_per_byte: (a: number) => number;
|
|
1096
|
+
export const identitycreditwithdrawaltransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1097
|
+
export const identitycreditwithdrawaltransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1098
|
+
export const identitycreditwithdrawaltransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1099
|
+
export const identitycreditwithdrawaltransition_fromJSON: (a: any) => [number, number, number];
|
|
1100
|
+
export const identitycreditwithdrawaltransition_fromObject: (a: any) => [number, number, number];
|
|
1101
|
+
export const identitycreditwithdrawaltransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1102
|
+
export const identitycreditwithdrawaltransition_identity_id: (a: number) => number;
|
|
1103
|
+
export const identitycreditwithdrawaltransition_modified_data_ids: (a: number) => [number, number];
|
|
1104
|
+
export const identitycreditwithdrawaltransition_nonce: (a: number) => bigint;
|
|
1105
|
+
export const identitycreditwithdrawaltransition_optional_asset_lock_proof: (a: number) => number;
|
|
1106
|
+
export const identitycreditwithdrawaltransition_output_script: (a: number) => number;
|
|
1107
|
+
export const identitycreditwithdrawaltransition_pooling: (a: number) => [number, number];
|
|
1108
|
+
export const identitycreditwithdrawaltransition_purpose_requirement: (a: number) => [number, number];
|
|
1109
|
+
export const identitycreditwithdrawaltransition_set_amount: (a: number, b: any) => [number, number];
|
|
1110
|
+
export const identitycreditwithdrawaltransition_set_core_fee_per_byte: (a: number, b: any) => [number, number];
|
|
1111
|
+
export const identitycreditwithdrawaltransition_set_identity_id: (a: number, b: any) => [number, number];
|
|
1112
|
+
export const identitycreditwithdrawaltransition_set_nonce: (a: number, b: any) => [number, number];
|
|
1113
|
+
export const identitycreditwithdrawaltransition_set_output_script: (a: number, b: any) => [number, number];
|
|
1114
|
+
export const identitycreditwithdrawaltransition_set_pooling: (a: number, b: any) => [number, number];
|
|
1115
|
+
export const identitycreditwithdrawaltransition_set_signature: (a: number, b: number, c: number) => void;
|
|
1116
|
+
export const identitycreditwithdrawaltransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
1117
|
+
export const identitycreditwithdrawaltransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
1118
|
+
export const identitycreditwithdrawaltransition_signature: (a: number) => [number, number];
|
|
1119
|
+
export const identitycreditwithdrawaltransition_signature_public_key_id: (a: number) => number;
|
|
1120
|
+
export const identitycreditwithdrawaltransition_struct_name: () => [number, number];
|
|
1121
|
+
export const identitycreditwithdrawaltransition_toBase64: (a: number) => [number, number, number, number];
|
|
1122
|
+
export const identitycreditwithdrawaltransition_toBytes: (a: number) => [number, number, number, number];
|
|
1123
|
+
export const identitycreditwithdrawaltransition_toHex: (a: number) => [number, number, number, number];
|
|
1124
|
+
export const identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
1125
|
+
export const identitycreditwithdrawaltransition_toObject: (a: number) => [number, number, number];
|
|
1126
|
+
export const identitycreditwithdrawaltransition_toStateTransition: (a: number) => number;
|
|
1127
|
+
export const identitycreditwithdrawaltransition_type_name: (a: number) => [number, number];
|
|
1128
|
+
export const identitycreditwithdrawaltransition_user_fee_increase: (a: number) => number;
|
|
1129
|
+
export const identityupdatetransition_constructor: (a: any) => [number, number, number];
|
|
1130
|
+
export const identityupdatetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1131
|
+
export const identityupdatetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1132
|
+
export const identityupdatetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1133
|
+
export const identityupdatetransition_fromJSON: (a: any) => [number, number, number];
|
|
1134
|
+
export const identityupdatetransition_fromObject: (a: any) => [number, number, number];
|
|
1135
|
+
export const identityupdatetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1136
|
+
export const identityupdatetransition_identity_identifier: (a: number) => number;
|
|
1137
|
+
export const identityupdatetransition_modified_data_ids: (a: number) => [number, number];
|
|
1138
|
+
export const identityupdatetransition_nonce: (a: number) => bigint;
|
|
1139
|
+
export const identityupdatetransition_optional_asset_lock_proof: (a: number) => number;
|
|
1140
|
+
export const identityupdatetransition_public_key_ids_to_add: (a: number) => [number, number];
|
|
1141
|
+
export const identityupdatetransition_public_key_ids_to_disable: (a: number) => [number, number];
|
|
1142
|
+
export const identityupdatetransition_purpose_requirement: (a: number) => [number, number];
|
|
1143
|
+
export const identityupdatetransition_revision: (a: number) => bigint;
|
|
1144
|
+
export const identityupdatetransition_set_identity_identifier: (a: number, b: any) => [number, number];
|
|
1145
|
+
export const identityupdatetransition_set_nonce: (a: number, b: any) => [number, number];
|
|
1146
|
+
export const identityupdatetransition_set_public_key_ids_to_add: (a: number, b: any) => [number, number];
|
|
1147
|
+
export const identityupdatetransition_set_public_key_ids_to_disable: (a: number, b: number, c: number) => void;
|
|
1148
|
+
export const identityupdatetransition_set_revision: (a: number, b: any) => [number, number];
|
|
1149
|
+
export const identityupdatetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
1150
|
+
export const identityupdatetransition_set_signature_public_key_id: (a: number, b: number) => void;
|
|
1151
|
+
export const identityupdatetransition_set_user_fee_increase: (a: number, b: number) => void;
|
|
1152
|
+
export const identityupdatetransition_signature: (a: number) => [number, number];
|
|
1153
|
+
export const identityupdatetransition_signature_public_key_id: (a: number) => number;
|
|
1154
|
+
export const identityupdatetransition_struct_name: () => [number, number];
|
|
1155
|
+
export const identityupdatetransition_toBase64: (a: number) => [number, number, number, number];
|
|
1156
|
+
export const identityupdatetransition_toBytes: (a: number) => [number, number, number, number];
|
|
1157
|
+
export const identityupdatetransition_toHex: (a: number) => [number, number, number, number];
|
|
1158
|
+
export const identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
1159
|
+
export const identityupdatetransition_toObject: (a: number) => [number, number, number];
|
|
1160
|
+
export const identityupdatetransition_toStateTransition: (a: number) => number;
|
|
1161
|
+
export const identityupdatetransition_type_name: (a: number) => [number, number];
|
|
1162
|
+
export const identityupdatetransition_user_fee_increase: (a: number) => number;
|
|
1163
|
+
export const masternodevotetransition_asset_lock_proof: (a: number) => number;
|
|
1164
|
+
export const masternodevotetransition_constructor: (a: any) => [number, number, number];
|
|
1165
|
+
export const masternodevotetransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1166
|
+
export const masternodevotetransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1167
|
+
export const masternodevotetransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1168
|
+
export const masternodevotetransition_fromJSON: (a: any) => [number, number, number];
|
|
1169
|
+
export const masternodevotetransition_fromObject: (a: any) => [number, number, number];
|
|
1170
|
+
export const masternodevotetransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1171
|
+
export const masternodevotetransition_modified_data_ids: (a: number) => [number, number];
|
|
1172
|
+
export const masternodevotetransition_nonce: (a: number) => bigint;
|
|
1173
|
+
export const masternodevotetransition_pro_tx_hash: (a: number) => number;
|
|
1174
|
+
export const masternodevotetransition_set_nonce: (a: number, b: any) => [number, number];
|
|
1175
|
+
export const masternodevotetransition_set_pro_tx_hash: (a: number, b: any) => [number, number];
|
|
1176
|
+
export const masternodevotetransition_set_signature: (a: number, b: number, c: number) => void;
|
|
1177
|
+
export const masternodevotetransition_set_signature_public_key_id: (a: number, b: any) => [number, number];
|
|
1178
|
+
export const masternodevotetransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
1179
|
+
export const masternodevotetransition_set_vote: (a: number, b: number) => void;
|
|
1180
|
+
export const masternodevotetransition_set_voter_identity_id: (a: number, b: any) => [number, number];
|
|
1181
|
+
export const masternodevotetransition_signature: (a: number) => [number, number];
|
|
1182
|
+
export const masternodevotetransition_signature_public_key_id: (a: number) => number;
|
|
1183
|
+
export const masternodevotetransition_struct_name: () => [number, number];
|
|
1184
|
+
export const masternodevotetransition_toBase64: (a: number) => [number, number, number, number];
|
|
1185
|
+
export const masternodevotetransition_toBytes: (a: number) => [number, number, number, number];
|
|
1186
|
+
export const masternodevotetransition_toHex: (a: number) => [number, number, number, number];
|
|
1187
|
+
export const masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
1188
|
+
export const masternodevotetransition_toObject: (a: number) => [number, number, number];
|
|
1189
|
+
export const masternodevotetransition_toStateTransition: (a: number) => number;
|
|
1190
|
+
export const masternodevotetransition_type_name: (a: number) => [number, number];
|
|
1191
|
+
export const masternodevotetransition_vote: (a: number) => number;
|
|
1192
|
+
export const masternodevotetransition_voter_identity_id: (a: number) => number;
|
|
1193
|
+
export const platformaddress_addressType: (a: number) => [number, number];
|
|
1194
|
+
export const platformaddress_constructor: (a: any) => [number, number, number];
|
|
1195
|
+
export const platformaddress_fromBech32m: (a: number, b: number) => [number, number, number];
|
|
1196
|
+
export const platformaddress_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1197
|
+
export const platformaddress_fromHex: (a: number, b: number) => [number, number, number];
|
|
1198
|
+
export const platformaddress_fromP2pkhHash: (a: number, b: number) => [number, number, number];
|
|
1199
|
+
export const platformaddress_fromP2shHash: (a: number, b: number) => [number, number, number];
|
|
1200
|
+
export const platformaddress_hash: (a: number) => [number, number];
|
|
1201
|
+
export const platformaddress_hashToHex: (a: number) => [number, number];
|
|
1202
|
+
export const platformaddress_isP2pkh: (a: number) => number;
|
|
1203
|
+
export const platformaddress_isP2sh: (a: number) => number;
|
|
1204
|
+
export const platformaddress_struct_name: () => [number, number];
|
|
1205
|
+
export const platformaddress_toBech32m: (a: number, b: any) => [number, number, number, number];
|
|
1206
|
+
export const platformaddress_toBytes: (a: number) => [number, number];
|
|
1207
|
+
export const platformaddress_toHex: (a: number) => [number, number];
|
|
1208
|
+
export const platformaddress_type_name: (a: number) => [number, number];
|
|
1209
|
+
export const resourcevotechoice_Abstain: () => number;
|
|
1210
|
+
export const resourcevotechoice_Lock: () => number;
|
|
1211
|
+
export const resourcevotechoice_TowardsIdentity: (a: any) => [number, number, number];
|
|
1212
|
+
export const resourcevotechoice_fromJSON: (a: any) => [number, number, number];
|
|
1213
|
+
export const resourcevotechoice_fromObject: (a: any) => [number, number, number];
|
|
1214
|
+
export const resourcevotechoice_struct_name: () => [number, number];
|
|
1215
|
+
export const resourcevotechoice_toJSON: (a: number) => [number, number, number];
|
|
1216
|
+
export const resourcevotechoice_toObject: (a: number) => [number, number, number];
|
|
1217
|
+
export const resourcevotechoice_type_name: (a: number) => [number, number];
|
|
1218
|
+
export const resourcevotechoice_value: (a: number) => number;
|
|
1219
|
+
export const resourcevotechoice_vote_type: (a: number) => [number, number];
|
|
1220
|
+
export const shieldfromassetlocktransition_actions: (a: number) => [number, number];
|
|
1221
|
+
export const shieldfromassetlocktransition_anchor: (a: number) => [number, number];
|
|
1222
|
+
export const shieldfromassetlocktransition_asset_lock_proof: (a: number) => number;
|
|
1223
|
+
export const shieldfromassetlocktransition_binding_signature: (a: number) => [number, number];
|
|
1224
|
+
export const shieldfromassetlocktransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1225
|
+
export const shieldfromassetlocktransition_fromJSON: (a: any) => [number, number, number];
|
|
1226
|
+
export const shieldfromassetlocktransition_fromObject: (a: any) => [number, number, number];
|
|
1227
|
+
export const shieldfromassetlocktransition_getModifiedDataIds: (a: number) => [number, number];
|
|
1228
|
+
export const shieldfromassetlocktransition_new: (a: any) => [number, number, number];
|
|
1229
|
+
export const shieldfromassetlocktransition_proof: (a: number) => [number, number];
|
|
1230
|
+
export const shieldfromassetlocktransition_signature: (a: number) => [number, number];
|
|
1231
|
+
export const shieldfromassetlocktransition_struct_name: () => [number, number];
|
|
1232
|
+
export const shieldfromassetlocktransition_surplus_output: (a: number) => number;
|
|
1233
|
+
export const shieldfromassetlocktransition_toBytes: (a: number) => [number, number, number, number];
|
|
1234
|
+
export const shieldfromassetlocktransition_toJSON: (a: number) => [number, number, number];
|
|
1235
|
+
export const shieldfromassetlocktransition_toObject: (a: number) => [number, number, number];
|
|
1236
|
+
export const shieldfromassetlocktransition_toStateTransition: (a: number) => number;
|
|
1237
|
+
export const shieldfromassetlocktransition_type_name: (a: number) => [number, number];
|
|
1238
|
+
export const shieldfromassetlocktransition_value_balance: (a: number) => bigint;
|
|
1239
|
+
export const tokenbasetransition_constructor: (a: any) => [number, number, number];
|
|
1240
|
+
export const tokenbasetransition_data_contract_id: (a: number) => number;
|
|
1241
|
+
export const tokenbasetransition_identity_contract_nonce: (a: number) => bigint;
|
|
1242
|
+
export const tokenbasetransition_set_data_contract_id: (a: number, b: any) => [number, number];
|
|
1243
|
+
export const tokenbasetransition_set_identity_contract_nonce: (a: number, b: bigint) => void;
|
|
1244
|
+
export const tokenbasetransition_set_token_contract_position: (a: number, b: any) => [number, number];
|
|
1245
|
+
export const tokenbasetransition_set_token_id: (a: number, b: any) => [number, number];
|
|
1246
|
+
export const tokenbasetransition_set_using_group_info: (a: number, b: any) => [number, number];
|
|
1247
|
+
export const tokenbasetransition_struct_name: () => [number, number];
|
|
1248
|
+
export const tokenbasetransition_token_contract_position: (a: number) => number;
|
|
1249
|
+
export const tokenbasetransition_token_id: (a: number) => number;
|
|
1250
|
+
export const tokenbasetransition_type_name: (a: number) => [number, number];
|
|
1251
|
+
export const tokenbasetransition_using_group_info: (a: number) => number;
|
|
1252
|
+
export const tokendestroyfrozenfundstransition_base: (a: number) => number;
|
|
1253
|
+
export const tokendestroyfrozenfundstransition_constructor: (a: any) => [number, number, number];
|
|
1254
|
+
export const tokendestroyfrozenfundstransition_frozen_identity_id: (a: number) => number;
|
|
1255
|
+
export const tokendestroyfrozenfundstransition_public_note: (a: number) => [number, number];
|
|
1256
|
+
export const tokendestroyfrozenfundstransition_set_base: (a: number, b: number) => void;
|
|
1257
|
+
export const tokendestroyfrozenfundstransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
|
|
1258
|
+
export const tokendestroyfrozenfundstransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1259
|
+
export const tokendestroyfrozenfundstransition_struct_name: () => [number, number];
|
|
1260
|
+
export const tokendestroyfrozenfundstransition_type_name: (a: number) => [number, number];
|
|
1261
|
+
export const tokentransition_constructor: (a: any) => [number, number, number];
|
|
1262
|
+
export const tokentransition_contract_id: (a: number) => number;
|
|
1263
|
+
export const tokentransition_getHistoricalDocumentId: (a: number, b: any) => [number, number, number];
|
|
1264
|
+
export const tokentransition_historical_document_type_name: (a: number) => [number, number];
|
|
1265
|
+
export const tokentransition_identity_contract_nonce: (a: number) => bigint;
|
|
1266
|
+
export const tokentransition_set_contract_id: (a: number, b: any) => [number, number];
|
|
1267
|
+
export const tokentransition_set_identity_contract_nonce: (a: number, b: any) => [number, number];
|
|
1268
|
+
export const tokentransition_set_token_id: (a: number, b: any) => [number, number];
|
|
1269
|
+
export const tokentransition_struct_name: () => [number, number];
|
|
1270
|
+
export const tokentransition_token_id: (a: number) => number;
|
|
1271
|
+
export const tokentransition_transition: (a: number) => any;
|
|
1272
|
+
export const tokentransition_transition_type: (a: number) => [number, number];
|
|
1273
|
+
export const tokentransition_transition_type_number: (a: number) => number;
|
|
1274
|
+
export const tokentransition_type_name: (a: number) => [number, number];
|
|
1275
|
+
export const masternodevotetransition_user_fee_increase: (a: number) => number;
|
|
1276
|
+
export const __wbg_get_verifiedbalancetransfer_recipient: (a: number) => number;
|
|
1277
|
+
export const __wbg_get_verifiedbalancetransfer_sender: (a: number) => number;
|
|
1278
|
+
export const __wbg_get_verifiedidentity_identity: (a: number) => number;
|
|
1279
|
+
export const __wbg_get_verifiedidentityfullwithaddressinfos_identity: (a: number) => number;
|
|
1280
|
+
export const __wbg_get_verifiedidentitywithaddressinfos_partialIdentity: (a: number) => number;
|
|
1281
|
+
export const __wbg_get_verifiedpartialidentity_partialIdentity: (a: number) => number;
|
|
1282
|
+
export const __wbg_groupstatetransitioninfo_free: (a: number, b: number) => void;
|
|
1283
|
+
export const __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
1284
|
+
export const __wbg_set_verifiedbalancetransfer_recipient: (a: number, b: number) => void;
|
|
1285
|
+
export const __wbg_set_verifiedbalancetransfer_sender: (a: number, b: number) => void;
|
|
1286
|
+
export const __wbg_set_verifiedidentity_identity: (a: number, b: number) => void;
|
|
1287
|
+
export const __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
1288
|
+
export const __wbg_verifiedaddressinfos_free: (a: number, b: number) => void;
|
|
1289
|
+
export const __wbg_verifiedbalancetransfer_free: (a: number, b: number) => void;
|
|
1290
|
+
export const __wbg_verifiedidentity_free: (a: number, b: number) => void;
|
|
1291
|
+
export const __wbg_verifiedidentityfullwithaddressinfos_free: (a: number, b: number) => void;
|
|
1292
|
+
export const __wbg_verifiedidentitywithaddressinfos_free: (a: number, b: number) => void;
|
|
1293
|
+
export const __wbg_verifiedpartialidentity_free: (a: number, b: number) => void;
|
|
1294
|
+
export const groupstatetransitioninfo_action_id: (a: number) => number;
|
|
1295
|
+
export const groupstatetransitioninfo_constructor: (a: any) => [number, number, number];
|
|
1296
|
+
export const groupstatetransitioninfo_group_contract_position: (a: number) => number;
|
|
1297
|
+
export const groupstatetransitioninfo_is_action_proposer: (a: number) => number;
|
|
1298
|
+
export const groupstatetransitioninfo_set_action_id: (a: number, b: any) => [number, number];
|
|
1299
|
+
export const groupstatetransitioninfo_set_group_contract_position: (a: number, b: number) => void;
|
|
1300
|
+
export const groupstatetransitioninfo_set_is_action_proposer: (a: number, b: number) => void;
|
|
1301
|
+
export const groupstatetransitioninfo_struct_name: () => [number, number];
|
|
1302
|
+
export const groupstatetransitioninfo_type_name: (a: number) => [number, number];
|
|
1303
|
+
export const instantassetlockproof_constructor: (a: number, b: number, c: number, d: number, e: number) => [number, number, number];
|
|
1304
|
+
export const instantassetlockproof_createIdentityId: (a: number) => [number, number, number];
|
|
1305
|
+
export const instantassetlockproof_fromJSON: (a: any) => [number, number, number];
|
|
1306
|
+
export const instantassetlockproof_fromObject: (a: any) => [number, number, number];
|
|
1307
|
+
export const instantassetlockproof_instant_lock: (a: number) => [number, number];
|
|
1308
|
+
export const instantassetlockproof_out_point: (a: number) => number;
|
|
1309
|
+
export const instantassetlockproof_output: (a: number) => [number, number];
|
|
1310
|
+
export const instantassetlockproof_output_index: (a: number) => number;
|
|
1311
|
+
export const instantassetlockproof_set_instant_lock: (a: number, b: number, c: number) => [number, number];
|
|
1312
|
+
export const instantassetlockproof_set_output_index: (a: number, b: any) => [number, number];
|
|
1313
|
+
export const instantassetlockproof_struct_name: () => [number, number];
|
|
1314
|
+
export const instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
1315
|
+
export const instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
1316
|
+
export const instantassetlockproof_transaction: (a: number) => [number, number];
|
|
1317
|
+
export const instantassetlockproof_type_name: (a: number) => [number, number];
|
|
1318
|
+
export const tokendirectpurchasetransition_base: (a: number) => number;
|
|
1319
|
+
export const tokendirectpurchasetransition_constructor: (a: any) => [number, number, number];
|
|
1320
|
+
export const tokendirectpurchasetransition_set_base: (a: number, b: number) => void;
|
|
1321
|
+
export const tokendirectpurchasetransition_set_token_count: (a: number, b: bigint) => void;
|
|
1322
|
+
export const tokendirectpurchasetransition_set_total_agreed_price: (a: number, b: bigint) => void;
|
|
1323
|
+
export const tokendirectpurchasetransition_struct_name: () => [number, number];
|
|
1324
|
+
export const tokendirectpurchasetransition_token_count: (a: number) => bigint;
|
|
1325
|
+
export const tokendirectpurchasetransition_total_agreed_price: (a: number) => bigint;
|
|
1326
|
+
export const tokendirectpurchasetransition_type_name: (a: number) => [number, number];
|
|
1327
|
+
export const verifiedaddressinfos_address_infos: (a: number) => any;
|
|
1328
|
+
export const verifiedaddressinfos_fromJSON: (a: any) => [number, number, number];
|
|
1329
|
+
export const verifiedaddressinfos_fromObject: (a: any) => [number, number, number];
|
|
1330
|
+
export const verifiedaddressinfos_struct_name: () => [number, number];
|
|
1331
|
+
export const verifiedaddressinfos_toJSON: (a: number) => [number, number, number];
|
|
1332
|
+
export const verifiedaddressinfos_toObject: (a: number) => any;
|
|
1333
|
+
export const verifiedaddressinfos_type_name: (a: number) => [number, number];
|
|
1334
|
+
export const verifiedbalancetransfer_fromJSON: (a: any) => [number, number, number];
|
|
1335
|
+
export const verifiedbalancetransfer_fromObject: (a: any) => [number, number, number];
|
|
1336
|
+
export const verifiedbalancetransfer_struct_name: () => [number, number];
|
|
1337
|
+
export const verifiedbalancetransfer_toJSON: (a: number) => [number, number, number];
|
|
1338
|
+
export const verifiedbalancetransfer_toObject: (a: number) => [number, number, number];
|
|
1339
|
+
export const verifiedbalancetransfer_type_name: (a: number) => [number, number];
|
|
1340
|
+
export const verifiedidentity_fromJSON: (a: any) => [number, number, number];
|
|
1341
|
+
export const verifiedidentity_fromObject: (a: any) => [number, number, number];
|
|
1342
|
+
export const verifiedidentity_struct_name: () => [number, number];
|
|
1343
|
+
export const verifiedidentity_toJSON: (a: number) => [number, number, number];
|
|
1344
|
+
export const verifiedidentity_toObject: (a: number) => [number, number, number];
|
|
1345
|
+
export const verifiedidentity_type_name: (a: number) => [number, number];
|
|
1346
|
+
export const verifiedidentityfullwithaddressinfos_address_infos: (a: number) => any;
|
|
1347
|
+
export const verifiedidentityfullwithaddressinfos_fromJSON: (a: any) => [number, number, number];
|
|
1348
|
+
export const verifiedidentityfullwithaddressinfos_fromObject: (a: any) => [number, number, number];
|
|
1349
|
+
export const verifiedidentityfullwithaddressinfos_struct_name: () => [number, number];
|
|
1350
|
+
export const verifiedidentityfullwithaddressinfos_toJSON: (a: number) => [number, number, number];
|
|
1351
|
+
export const verifiedidentityfullwithaddressinfos_toObject: (a: number) => [number, number, number];
|
|
1352
|
+
export const verifiedidentityfullwithaddressinfos_type_name: (a: number) => [number, number];
|
|
1353
|
+
export const verifiedidentitywithaddressinfos_address_infos: (a: number) => any;
|
|
1354
|
+
export const verifiedidentitywithaddressinfos_fromJSON: (a: any) => [number, number, number];
|
|
1355
|
+
export const verifiedidentitywithaddressinfos_fromObject: (a: any) => [number, number, number];
|
|
1356
|
+
export const verifiedidentitywithaddressinfos_struct_name: () => [number, number];
|
|
1357
|
+
export const verifiedidentitywithaddressinfos_toJSON: (a: number) => [number, number, number];
|
|
1358
|
+
export const verifiedidentitywithaddressinfos_toObject: (a: number) => [number, number, number];
|
|
1359
|
+
export const verifiedidentitywithaddressinfos_type_name: (a: number) => [number, number];
|
|
1360
|
+
export const verifiedpartialidentity_fromJSON: (a: any) => [number, number, number];
|
|
1361
|
+
export const verifiedpartialidentity_fromObject: (a: any) => [number, number, number];
|
|
1362
|
+
export const verifiedpartialidentity_struct_name: () => [number, number];
|
|
1363
|
+
export const verifiedpartialidentity_toJSON: (a: number) => [number, number, number];
|
|
1364
|
+
export const verifiedpartialidentity_toObject: (a: number) => [number, number, number];
|
|
1365
|
+
export const verifiedpartialidentity_type_name: (a: number) => [number, number];
|
|
1366
|
+
export const __wbg_set_verifiedidentityfullwithaddressinfos_identity: (a: number, b: number) => void;
|
|
1367
|
+
export const __wbg_set_verifiedidentitywithaddressinfos_partialIdentity: (a: number, b: number) => void;
|
|
1368
|
+
export const __wbg_set_verifiedpartialidentity_partialIdentity: (a: number, b: number) => void;
|
|
1369
|
+
export const __wbg_addressfundstransfertransition_free: (a: number, b: number) => void;
|
|
1370
|
+
export const __wbg_addresswitness_free: (a: number, b: number) => void;
|
|
1371
|
+
export const __wbg_contenderwithserializeddocument_free: (a: number, b: number) => void;
|
|
1372
|
+
export const __wbg_corescript_free: (a: number, b: number) => void;
|
|
1373
|
+
export const __wbg_prefundedvotingbalance_free: (a: number, b: number) => void;
|
|
1374
|
+
export const __wbg_shieldtransition_free: (a: number, b: number) => void;
|
|
1375
|
+
export const __wbg_tokenconfigurationconvention_free: (a: number, b: number) => void;
|
|
1376
|
+
export const __wbg_tokendistributionrecipient_free: (a: number, b: number) => void;
|
|
1377
|
+
export const addressfundstransfertransition_constructor: (a: any) => [number, number, number];
|
|
1378
|
+
export const addressfundstransfertransition_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1379
|
+
export const addressfundstransfertransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1380
|
+
export const addressfundstransfertransition_fromHex: (a: number, b: number) => [number, number, number];
|
|
1381
|
+
export const addressfundstransfertransition_fromJSON: (a: any) => [number, number, number];
|
|
1382
|
+
export const addressfundstransfertransition_fromObject: (a: any) => [number, number, number];
|
|
1383
|
+
export const addressfundstransfertransition_fromStateTransition: (a: number) => [number, number, number];
|
|
1384
|
+
export const addressfundstransfertransition_inputs: (a: number) => [number, number];
|
|
1385
|
+
export const addressfundstransfertransition_outputs: (a: number) => [number, number];
|
|
1386
|
+
export const addressfundstransfertransition_set_inputs: (a: number, b: number, c: number) => [number, number];
|
|
1387
|
+
export const addressfundstransfertransition_set_outputs: (a: number, b: number, c: number) => [number, number];
|
|
1388
|
+
export const addressfundstransfertransition_set_user_fee_increase: (a: number, b: any) => [number, number];
|
|
1389
|
+
export const addressfundstransfertransition_struct_name: () => [number, number];
|
|
1390
|
+
export const addressfundstransfertransition_toBase64: (a: number) => [number, number, number, number];
|
|
1391
|
+
export const addressfundstransfertransition_toBytes: (a: number) => [number, number, number, number];
|
|
1392
|
+
export const addressfundstransfertransition_toHex: (a: number) => [number, number, number, number];
|
|
1393
|
+
export const addressfundstransfertransition_toJSON: (a: number) => [number, number, number];
|
|
1394
|
+
export const addressfundstransfertransition_toObject: (a: number) => [number, number, number];
|
|
1395
|
+
export const addressfundstransfertransition_toStateTransition: (a: number) => number;
|
|
1396
|
+
export const addressfundstransfertransition_type_name: (a: number) => [number, number];
|
|
1397
|
+
export const addressfundstransfertransition_user_fee_increase: (a: number) => number;
|
|
1398
|
+
export const addresswitness_fromJSON: (a: any) => [number, number, number];
|
|
1399
|
+
export const addresswitness_fromObject: (a: any) => [number, number, number];
|
|
1400
|
+
export const addresswitness_isP2pkh: (a: number) => number;
|
|
1401
|
+
export const addresswitness_isP2sh: (a: number) => number;
|
|
1402
|
+
export const addresswitness_kind: (a: number) => [number, number];
|
|
1403
|
+
export const addresswitness_p2pkh: (a: number, b: number) => number;
|
|
1404
|
+
export const addresswitness_p2sh: (a: any, b: number, c: number) => [number, number, number];
|
|
1405
|
+
export const addresswitness_redeemScript: (a: number) => [number, number];
|
|
1406
|
+
export const addresswitness_signature: (a: number) => [number, number];
|
|
1407
|
+
export const addresswitness_signatures: (a: number) => [number, number];
|
|
1408
|
+
export const addresswitness_struct_name: () => [number, number];
|
|
1409
|
+
export const addresswitness_toJSON: (a: number) => [number, number, number];
|
|
1410
|
+
export const addresswitness_toObject: (a: number) => [number, number, number];
|
|
1411
|
+
export const addresswitness_type_name: (a: number) => [number, number];
|
|
1412
|
+
export const contenderwithserializeddocument_constructor: (a: any, b: number, c: number, d: number) => [number, number, number];
|
|
1413
|
+
export const contenderwithserializeddocument_fromJSON: (a: any) => [number, number, number];
|
|
1414
|
+
export const contenderwithserializeddocument_fromObject: (a: any) => [number, number, number];
|
|
1415
|
+
export const contenderwithserializeddocument_identity_id: (a: number) => number;
|
|
1416
|
+
export const contenderwithserializeddocument_serialized_document: (a: number) => any;
|
|
1417
|
+
export const contenderwithserializeddocument_struct_name: () => [number, number];
|
|
1418
|
+
export const contenderwithserializeddocument_toJSON: (a: number) => [number, number, number];
|
|
1419
|
+
export const contenderwithserializeddocument_toObject: (a: number) => [number, number, number];
|
|
1420
|
+
export const contenderwithserializeddocument_type_name: (a: number) => [number, number];
|
|
1421
|
+
export const contenderwithserializeddocument_vote_tally: (a: number) => number;
|
|
1422
|
+
export const corescript_fromBytes: (a: number, b: number) => number;
|
|
1423
|
+
export const corescript_fromP2PKH: (a: number, b: number) => [number, number, number];
|
|
1424
|
+
export const corescript_fromP2SH: (a: number, b: number) => [number, number, number];
|
|
1425
|
+
export const corescript_struct_name: () => [number, number];
|
|
1426
|
+
export const corescript_toASMString: (a: number) => [number, number];
|
|
1427
|
+
export const corescript_toAddress: (a: number, b: any) => [number, number, number, number];
|
|
1428
|
+
export const corescript_toBase64: (a: number) => [number, number];
|
|
1429
|
+
export const corescript_toBytes: (a: number) => [number, number];
|
|
1430
|
+
export const corescript_toHex: (a: number) => [number, number];
|
|
1431
|
+
export const corescript_toString: (a: number) => [number, number];
|
|
1432
|
+
export const corescript_type_name: (a: number) => [number, number];
|
|
1433
|
+
export const prefundedvotingbalance_constructor: (a: any) => [number, number, number];
|
|
1434
|
+
export const prefundedvotingbalance_credits: (a: number) => bigint;
|
|
1435
|
+
export const prefundedvotingbalance_indexName: (a: number) => [number, number];
|
|
1436
|
+
export const prefundedvotingbalance_struct_name: () => [number, number];
|
|
1437
|
+
export const prefundedvotingbalance_type_name: (a: number) => [number, number];
|
|
1438
|
+
export const shieldtransition_actions: (a: number) => [number, number];
|
|
1439
|
+
export const shieldtransition_amount: (a: number) => bigint;
|
|
1440
|
+
export const shieldtransition_anchor: (a: number) => [number, number];
|
|
1441
|
+
export const shieldtransition_binding_signature: (a: number) => [number, number];
|
|
1442
|
+
export const shieldtransition_fee_strategy: (a: number) => [number, number];
|
|
1443
|
+
export const shieldtransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1444
|
+
export const shieldtransition_fromJSON: (a: any) => [number, number, number];
|
|
1445
|
+
export const shieldtransition_fromObject: (a: any) => [number, number, number];
|
|
1446
|
+
export const shieldtransition_getModifiedDataIds: (a: number) => [number, number];
|
|
1447
|
+
export const shieldtransition_input_witnesses: (a: number) => [number, number];
|
|
1448
|
+
export const shieldtransition_inputs: (a: number) => [number, number];
|
|
1449
|
+
export const shieldtransition_new: (a: any) => [number, number, number];
|
|
1450
|
+
export const shieldtransition_proof: (a: number) => [number, number];
|
|
1451
|
+
export const shieldtransition_struct_name: () => [number, number];
|
|
1452
|
+
export const shieldtransition_toBytes: (a: number) => [number, number, number, number];
|
|
1453
|
+
export const shieldtransition_toJSON: (a: number) => [number, number, number];
|
|
1454
|
+
export const shieldtransition_toObject: (a: number) => [number, number, number];
|
|
1455
|
+
export const shieldtransition_toStateTransition: (a: number) => number;
|
|
1456
|
+
export const shieldtransition_type_name: (a: number) => [number, number];
|
|
1457
|
+
export const shieldtransition_user_fee_increase: (a: number) => number;
|
|
1458
|
+
export const tokenconfigurationchangeitem_EmergencyActionAdminGroupItem: (a: number) => number;
|
|
1459
|
+
export const tokenconfigurationchangeitem_EmergencyActionItem: (a: number) => number;
|
|
1460
|
+
export const tokenconfigurationchangeitem_PerpetualDistributionAdminGroupItem: (a: number) => number;
|
|
1461
|
+
export const tokenconfigurationchangeitem_PerpetualDistributionConfigurationItem: (a: number) => number;
|
|
1462
|
+
export const tokenconfigurationchangeitem_PerpetualDistributionControlGroupItem: (a: number) => number;
|
|
1841
1463
|
export const tokenconfigurationchangeitem_UnfreezeAdminGroupItem: (a: number) => number;
|
|
1842
1464
|
export const tokenconfigurationchangeitem_UnfreezeItem: (a: number) => number;
|
|
1465
|
+
export const tokenconfigurationconvention_constructor: (a: any, b: number) => [number, number, number];
|
|
1466
|
+
export const tokenconfigurationconvention_decimals: (a: number) => number;
|
|
1467
|
+
export const tokenconfigurationconvention_localizations: (a: number) => [number, number, number];
|
|
1468
|
+
export const tokenconfigurationconvention_set_decimals: (a: number, b: any) => [number, number];
|
|
1469
|
+
export const tokenconfigurationconvention_set_localizations: (a: number, b: any) => [number, number];
|
|
1470
|
+
export const tokenconfigurationconvention_struct_name: () => [number, number];
|
|
1471
|
+
export const tokenconfigurationconvention_type_name: (a: number) => [number, number];
|
|
1472
|
+
export const tokendistributionrecipient_ContractOwner: () => number;
|
|
1473
|
+
export const tokendistributionrecipient_EvonodesByParticipation: () => number;
|
|
1474
|
+
export const tokendistributionrecipient_Identity: (a: any) => [number, number, number];
|
|
1475
|
+
export const tokendistributionrecipient_recipient_type: (a: number) => [number, number];
|
|
1476
|
+
export const tokendistributionrecipient_struct_name: () => [number, number];
|
|
1477
|
+
export const tokendistributionrecipient_type_name: (a: number) => [number, number];
|
|
1478
|
+
export const tokendistributionrecipient_value: (a: number) => any;
|
|
1843
1479
|
export const __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
1844
1480
|
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
1845
1481
|
export const __wbg_identitycreatefromaddressestransition_free: (a: number, b: number) => void;
|
|
@@ -1934,9 +1570,7 @@ export const publickey_type_name: (a: number) => [number, number];
|
|
|
1934
1570
|
export const tokenconfigurationchangeitem_DestroyFrozenFundsAdminGroupItem: (a: number) => number;
|
|
1935
1571
|
export const tokenconfigurationchangeitem_DestroyFrozenFundsItem: (a: number) => number;
|
|
1936
1572
|
export const tokenconfigurationchangeitem_MainControlGroupItem: (a: number) => number;
|
|
1937
|
-
export const
|
|
1938
|
-
export const tokenconfigurationchangeitem_MaxSupplyControlGroupItem: (a: number) => number;
|
|
1939
|
-
export const tokenconfigurationchangeitem_MaxSupplyItem: (a: number, b: bigint) => number;
|
|
1573
|
+
export const tokenconfigurationchangeitem_noChangeItem: () => number;
|
|
1940
1574
|
export const tokenconfigurationlocalization_constructor: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
1941
1575
|
export const tokenconfigurationlocalization_fromJSON: (a: any) => [number, number, number];
|
|
1942
1576
|
export const tokenconfigurationlocalization_fromObject: (a: any) => [number, number, number];
|
|
@@ -1952,6 +1586,192 @@ export const tokenconfigurationlocalization_toObject: (a: number) => [number, nu
|
|
|
1952
1586
|
export const tokenconfigurationlocalization_type_name: (a: number) => [number, number];
|
|
1953
1587
|
export const identifier_toJSON: (a: number) => [number, number];
|
|
1954
1588
|
export const identifier_toString: (a: number) => [number, number];
|
|
1589
|
+
export const __wbg_document_free: (a: number, b: number) => void;
|
|
1590
|
+
export const document_constructor: (a: any) => [number, number, number];
|
|
1591
|
+
export const document_created_at: (a: number) => [number, bigint];
|
|
1592
|
+
export const document_created_at_block_height: (a: number) => [number, bigint];
|
|
1593
|
+
export const document_created_at_core_block_height: (a: number) => number;
|
|
1594
|
+
export const document_data_contract_id: (a: number) => number;
|
|
1595
|
+
export const document_document_type_name: (a: number) => [number, number];
|
|
1596
|
+
export const document_entropy: (a: number) => [number, number];
|
|
1597
|
+
export const document_fromBase64: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
1598
|
+
export const document_fromBytes: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
1599
|
+
export const document_fromHex: (a: number, b: number, c: number, d: number, e: number, f: any) => [number, number, number];
|
|
1600
|
+
export const document_fromJSON: (a: any, b: any) => [number, number, number];
|
|
1601
|
+
export const document_fromObject: (a: any, b: any) => [number, number, number];
|
|
1602
|
+
export const document_generateId: (a: number, b: number, c: any, d: any, e: number, f: number) => [number, number, number, number];
|
|
1603
|
+
export const document_id: (a: number) => number;
|
|
1604
|
+
export const document_owner_id: (a: number) => number;
|
|
1605
|
+
export const document_properties: (a: number) => [number, number, number];
|
|
1606
|
+
export const document_revision: (a: number) => [number, bigint];
|
|
1607
|
+
export const document_set_created_at: (a: number, b: number, c: bigint) => void;
|
|
1608
|
+
export const document_set_created_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
1609
|
+
export const document_set_created_at_core_block_height: (a: number, b: number) => void;
|
|
1610
|
+
export const document_set_data_contract_id_js: (a: number, b: any) => [number, number];
|
|
1611
|
+
export const document_set_document_type_name: (a: number, b: number, c: number) => void;
|
|
1612
|
+
export const document_set_entropy: (a: number, b: number, c: number) => [number, number];
|
|
1613
|
+
export const document_set_id: (a: number, b: any) => [number, number];
|
|
1614
|
+
export const document_set_owner_id: (a: number, b: any) => [number, number];
|
|
1615
|
+
export const document_set_properties: (a: number, b: any) => [number, number];
|
|
1616
|
+
export const document_set_revision: (a: number, b: number, c: bigint) => void;
|
|
1617
|
+
export const document_set_transferred_at: (a: number, b: number, c: bigint) => void;
|
|
1618
|
+
export const document_set_transferred_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
1619
|
+
export const document_set_transferred_at_core_block_height: (a: number, b: number) => void;
|
|
1620
|
+
export const document_set_updated_at: (a: number, b: number, c: bigint) => void;
|
|
1621
|
+
export const document_set_updated_at_block_height: (a: number, b: number, c: bigint) => void;
|
|
1622
|
+
export const document_set_updated_at_core_block_height: (a: number, b: number) => void;
|
|
1623
|
+
export const document_struct_name: () => [number, number];
|
|
1624
|
+
export const document_toBase64: (a: number, b: number, c: any) => [number, number, number, number];
|
|
1625
|
+
export const document_toBytes: (a: number, b: number, c: any) => [number, number, number, number];
|
|
1626
|
+
export const document_toHex: (a: number, b: number, c: any) => [number, number, number, number];
|
|
1627
|
+
export const document_toJSON: (a: number, b: any) => [number, number, number];
|
|
1628
|
+
export const document_toObject: (a: number) => [number, number, number];
|
|
1629
|
+
export const document_transferred_at: (a: number) => [number, bigint];
|
|
1630
|
+
export const document_transferred_at_block_height: (a: number) => [number, bigint];
|
|
1631
|
+
export const document_transferred_at_core_block_height: (a: number) => number;
|
|
1632
|
+
export const document_type_name: (a: number) => [number, number];
|
|
1633
|
+
export const document_updated_at: (a: number) => [number, bigint];
|
|
1634
|
+
export const document_updated_at_block_height: (a: number) => [number, bigint];
|
|
1635
|
+
export const document_updated_at_core_block_height: (a: number) => number;
|
|
1636
|
+
export const testJsValueToJson: (a: any) => [number, number, number];
|
|
1637
|
+
export const tokenconfigurationchangeitem_ManualBurningAdminGroupItem: (a: number) => number;
|
|
1638
|
+
export const tokenconfigurationchangeitem_ManualBurningItem: (a: number) => number;
|
|
1639
|
+
export const tokenconfigurationchangeitem_ManualMintingAdminGroupItem: (a: number) => number;
|
|
1640
|
+
export const tokenconfigurationchangeitem_ManualMintingItem: (a: number) => number;
|
|
1641
|
+
export const __wbg_get_verifiedassetlockconsumed_status: (a: number) => [number, number];
|
|
1642
|
+
export const __wbg_get_verifiedidentitywithshieldednullifiers_identity: (a: number) => number;
|
|
1643
|
+
export const __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
1644
|
+
export const __wbg_platformaddressinput_free: (a: number, b: number) => void;
|
|
1645
|
+
export const __wbg_platformaddressoutput_free: (a: number, b: number) => void;
|
|
1646
|
+
export const __wbg_set_verifiedassetlockconsumed_status: (a: number, b: number, c: number) => void;
|
|
1647
|
+
export const __wbg_set_verifiedidentitywithshieldednullifiers_identity: (a: number, b: number) => void;
|
|
1648
|
+
export const __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
1649
|
+
export const __wbg_verifiedassetlockconsumed_free: (a: number, b: number) => void;
|
|
1650
|
+
export const __wbg_verifiedassetlockconsumedwithaddressinfos_free: (a: number, b: number) => void;
|
|
1651
|
+
export const __wbg_verifieddocuments_free: (a: number, b: number) => void;
|
|
1652
|
+
export const __wbg_verifiedidentitywithshieldednullifiers_free: (a: number, b: number) => void;
|
|
1653
|
+
export const __wbg_verifiedshieldednullifiers_free: (a: number, b: number) => void;
|
|
1654
|
+
export const __wbg_verifiedshieldednullifierswithaddressinfos_free: (a: number, b: number) => void;
|
|
1655
|
+
export const __wbg_verifiedshieldednullifierswithwithdrawaldocument_free: (a: number, b: number) => void;
|
|
1656
|
+
export const __wbg_verifiedshieldedpoolstate_free: (a: number, b: number) => void;
|
|
1657
|
+
export const identitypublickey_base64: (a: number) => [number, number, number, number];
|
|
1658
|
+
export const identitypublickey_constructor: (a: any) => [number, number, number];
|
|
1659
|
+
export const identitypublickey_contract_bounds: (a: number) => number;
|
|
1660
|
+
export const identitypublickey_data: (a: number) => [number, number];
|
|
1661
|
+
export const identitypublickey_disabled_at: (a: number) => [number, bigint];
|
|
1662
|
+
export const identitypublickey_fromBase64: (a: number, b: number) => [number, number, number];
|
|
1663
|
+
export const identitypublickey_fromBytes: (a: number, b: number) => [number, number, number];
|
|
1664
|
+
export const identitypublickey_fromHex: (a: number, b: number) => [number, number, number];
|
|
1665
|
+
export const identitypublickey_fromJSON: (a: any, b: any) => [number, number, number];
|
|
1666
|
+
export const identitypublickey_fromObject: (a: any, b: any) => [number, number, number];
|
|
1667
|
+
export const identitypublickey_getPublicKeyHash: (a: number) => [number, number, number, number];
|
|
1668
|
+
export const identitypublickey_hex: (a: number) => [number, number, number, number];
|
|
1669
|
+
export const identitypublickey_is_master: (a: number) => number;
|
|
1670
|
+
export const identitypublickey_is_read_only: (a: number) => number;
|
|
1671
|
+
export const identitypublickey_key_id: (a: number) => number;
|
|
1672
|
+
export const identitypublickey_key_type: (a: number) => [number, number];
|
|
1673
|
+
export const identitypublickey_key_type_number: (a: number) => number;
|
|
1674
|
+
export const identitypublickey_purpose: (a: number) => [number, number];
|
|
1675
|
+
export const identitypublickey_purpose_number: (a: number) => number;
|
|
1676
|
+
export const identitypublickey_security_level: (a: number) => [number, number];
|
|
1677
|
+
export const identitypublickey_security_level_number: (a: number) => number;
|
|
1678
|
+
export const identitypublickey_set_data: (a: number, b: number, c: number) => [number, number];
|
|
1679
|
+
export const identitypublickey_set_disabled_at: (a: number, b: any) => [number, number];
|
|
1680
|
+
export const identitypublickey_set_is_read_only: (a: number, b: number) => void;
|
|
1681
|
+
export const identitypublickey_set_key_id: (a: number, b: any) => [number, number];
|
|
1682
|
+
export const identitypublickey_set_key_type: (a: number, b: any) => [number, number];
|
|
1683
|
+
export const identitypublickey_set_purpose: (a: number, b: any) => [number, number];
|
|
1684
|
+
export const identitypublickey_set_security_level: (a: number, b: any) => [number, number];
|
|
1685
|
+
export const identitypublickey_struct_name: () => [number, number];
|
|
1686
|
+
export const identitypublickey_toBytes: (a: number) => [number, number, number, number];
|
|
1687
|
+
export const identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
1688
|
+
export const identitypublickey_toObject: (a: number) => [number, number, number];
|
|
1689
|
+
export const identitypublickey_type_name: (a: number) => [number, number];
|
|
1690
|
+
export const identitypublickey_validatePrivateKey: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
1691
|
+
export const platformaddressinput_address: (a: number) => number;
|
|
1692
|
+
export const platformaddressinput_amount: (a: number) => any;
|
|
1693
|
+
export const platformaddressinput_constructor: (a: any, b: number, c: any) => [number, number, number];
|
|
1694
|
+
export const platformaddressinput_nonce: (a: number) => number;
|
|
1695
|
+
export const platformaddressinput_struct_name: () => [number, number];
|
|
1696
|
+
export const platformaddressinput_type_name: (a: number) => [number, number];
|
|
1697
|
+
export const platformaddressoutput_address: (a: number) => number;
|
|
1698
|
+
export const platformaddressoutput_amount: (a: number) => any;
|
|
1699
|
+
export const platformaddressoutput_constructor: (a: any, b: number) => [number, number, number];
|
|
1700
|
+
export const platformaddressoutput_struct_name: () => [number, number];
|
|
1701
|
+
export const platformaddressoutput_type_name: (a: number) => [number, number];
|
|
1702
|
+
export const tokenconfigurationchangeitem_FreezeAdminGroupItem: (a: number) => number;
|
|
1703
|
+
export const tokenconfigurationchangeitem_FreezeItem: (a: number) => number;
|
|
1704
|
+
export const tokenunfreezetransition_base: (a: number) => number;
|
|
1705
|
+
export const tokenunfreezetransition_constructor: (a: any) => [number, number, number];
|
|
1706
|
+
export const tokenunfreezetransition_frozen_identity_id: (a: number) => number;
|
|
1707
|
+
export const tokenunfreezetransition_public_note: (a: number) => [number, number];
|
|
1708
|
+
export const tokenunfreezetransition_set_base: (a: number, b: number) => void;
|
|
1709
|
+
export const tokenunfreezetransition_set_frozen_identity_id: (a: number, b: any) => [number, number];
|
|
1710
|
+
export const tokenunfreezetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
1711
|
+
export const tokenunfreezetransition_struct_name: () => [number, number];
|
|
1712
|
+
export const tokenunfreezetransition_type_name: (a: number) => [number, number];
|
|
1713
|
+
export const verifiedassetlockconsumed_fromJSON: (a: any) => [number, number, number];
|
|
1714
|
+
export const verifiedassetlockconsumed_fromObject: (a: any) => [number, number, number];
|
|
1715
|
+
export const verifiedassetlockconsumed_initialCreditValue: (a: number) => any;
|
|
1716
|
+
export const verifiedassetlockconsumed_remainingCreditValue: (a: number) => any;
|
|
1717
|
+
export const verifiedassetlockconsumed_struct_name: () => [number, number];
|
|
1718
|
+
export const verifiedassetlockconsumed_toJSON: (a: number) => [number, number, number];
|
|
1719
|
+
export const verifiedassetlockconsumed_toObject: (a: number) => [number, number, number];
|
|
1720
|
+
export const verifiedassetlockconsumed_type_name: (a: number) => [number, number];
|
|
1721
|
+
export const verifiedassetlockconsumedwithaddressinfos_address_infos: (a: number) => any;
|
|
1722
|
+
export const verifiedassetlockconsumedwithaddressinfos_fromJSON: (a: any) => [number, number, number];
|
|
1723
|
+
export const verifiedassetlockconsumedwithaddressinfos_initialCreditValue: (a: number) => any;
|
|
1724
|
+
export const verifiedassetlockconsumedwithaddressinfos_remainingCreditValue: (a: number) => any;
|
|
1725
|
+
export const verifiedassetlockconsumedwithaddressinfos_status: (a: number) => [number, number];
|
|
1726
|
+
export const verifiedassetlockconsumedwithaddressinfos_struct_name: () => [number, number];
|
|
1727
|
+
export const verifiedassetlockconsumedwithaddressinfos_toJSON: (a: number) => [number, number, number];
|
|
1728
|
+
export const verifiedassetlockconsumedwithaddressinfos_toObject: (a: number) => any;
|
|
1729
|
+
export const verifiedassetlockconsumedwithaddressinfos_type_name: (a: number) => [number, number];
|
|
1730
|
+
export const verifieddocuments_documents: (a: number) => any;
|
|
1731
|
+
export const verifieddocuments_fromJSON: (a: any) => [number, number, number];
|
|
1732
|
+
export const verifieddocuments_fromObject: (a: any) => [number, number, number];
|
|
1733
|
+
export const verifieddocuments_struct_name: () => [number, number];
|
|
1734
|
+
export const verifieddocuments_toJSON: (a: number) => [number, number, number];
|
|
1735
|
+
export const verifieddocuments_toObject: (a: number) => any;
|
|
1736
|
+
export const verifieddocuments_type_name: (a: number) => [number, number];
|
|
1737
|
+
export const verifiedidentitywithshieldednullifiers_fromJSON: (a: any) => [number, number, number];
|
|
1738
|
+
export const verifiedidentitywithshieldednullifiers_fromObject: (a: any) => [number, number, number];
|
|
1739
|
+
export const verifiedidentitywithshieldednullifiers_nullifiers: (a: number) => any;
|
|
1740
|
+
export const verifiedidentitywithshieldednullifiers_struct_name: () => [number, number];
|
|
1741
|
+
export const verifiedidentitywithshieldednullifiers_toJSON: (a: number) => [number, number, number];
|
|
1742
|
+
export const verifiedidentitywithshieldednullifiers_toObject: (a: number) => [number, number, number];
|
|
1743
|
+
export const verifiedidentitywithshieldednullifiers_type_name: (a: number) => [number, number];
|
|
1744
|
+
export const verifiedshieldednullifiers_fromJSON: (a: any) => [number, number, number];
|
|
1745
|
+
export const verifiedshieldednullifiers_fromObject: (a: any) => [number, number, number];
|
|
1746
|
+
export const verifiedshieldednullifiers_nullifiers: (a: number) => any;
|
|
1747
|
+
export const verifiedshieldednullifiers_struct_name: () => [number, number];
|
|
1748
|
+
export const verifiedshieldednullifiers_toJSON: (a: number) => [number, number, number];
|
|
1749
|
+
export const verifiedshieldednullifiers_toObject: (a: number) => any;
|
|
1750
|
+
export const verifiedshieldednullifiers_type_name: (a: number) => [number, number];
|
|
1751
|
+
export const verifiedshieldednullifierswithaddressinfos_address_infos: (a: number) => any;
|
|
1752
|
+
export const verifiedshieldednullifierswithaddressinfos_fromJSON: (a: any) => [number, number, number];
|
|
1753
|
+
export const verifiedshieldednullifierswithaddressinfos_nullifiers: (a: number) => any;
|
|
1754
|
+
export const verifiedshieldednullifierswithaddressinfos_struct_name: () => [number, number];
|
|
1755
|
+
export const verifiedshieldednullifierswithaddressinfos_toJSON: (a: number) => [number, number, number];
|
|
1756
|
+
export const verifiedshieldednullifierswithaddressinfos_toObject: (a: number) => any;
|
|
1757
|
+
export const verifiedshieldednullifierswithaddressinfos_type_name: (a: number) => [number, number];
|
|
1758
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_documents: (a: number) => any;
|
|
1759
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_fromJSON: (a: any) => [number, number, number];
|
|
1760
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_nullifiers: (a: number) => any;
|
|
1761
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_struct_name: () => [number, number];
|
|
1762
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_toJSON: (a: number) => [number, number, number];
|
|
1763
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_toObject: (a: number) => any;
|
|
1764
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_type_name: (a: number) => [number, number];
|
|
1765
|
+
export const verifiedshieldedpoolstate_fromJSON: (a: any) => [number, number, number];
|
|
1766
|
+
export const verifiedshieldedpoolstate_fromObject: (a: any) => [number, number, number];
|
|
1767
|
+
export const verifiedshieldedpoolstate_poolBalance: (a: number) => any;
|
|
1768
|
+
export const verifiedshieldedpoolstate_struct_name: () => [number, number];
|
|
1769
|
+
export const verifiedshieldedpoolstate_toJSON: (a: number) => [number, number, number];
|
|
1770
|
+
export const verifiedshieldedpoolstate_toObject: (a: number) => [number, number, number];
|
|
1771
|
+
export const verifiedshieldedpoolstate_type_name: (a: number) => [number, number];
|
|
1772
|
+
export const verifiedshieldednullifierswithaddressinfos_fromObject: (a: any) => [number, number, number];
|
|
1773
|
+
export const verifiedshieldednullifierswithwithdrawaldocument_fromObject: (a: any) => [number, number, number];
|
|
1774
|
+
export const verifiedassetlockconsumedwithaddressinfos_fromObject: (a: any) => [number, number, number];
|
|
1955
1775
|
export const __wbg_contractbounds_free: (a: number, b: number) => void;
|
|
1956
1776
|
export const __wbg_distributionexponential_free: (a: number, b: number) => void;
|
|
1957
1777
|
export const __wbg_distributionfixedamount_free: (a: number, b: number) => void;
|
|
@@ -2155,10 +1975,9 @@ export const partialidentity_toObject: (a: number) => [number, number, number];
|
|
|
2155
1975
|
export const partialidentity_type_name: (a: number) => [number, number];
|
|
2156
1976
|
export const protxhash_struct_name: () => [number, number];
|
|
2157
1977
|
export const protxhash_type_name: (a: number) => [number, number];
|
|
2158
|
-
export const
|
|
2159
|
-
export const
|
|
2160
|
-
export const
|
|
2161
|
-
export const tokenconfigurationchangeitem_ManualBurningItem: (a: number) => number;
|
|
1978
|
+
export const tokenconfigurationchangeitem_MaxSupplyAdminGroupItem: (a: number) => number;
|
|
1979
|
+
export const tokenconfigurationchangeitem_MaxSupplyControlGroupItem: (a: number) => number;
|
|
1980
|
+
export const tokenconfigurationchangeitem_MaxSupplyItem: (a: number, b: bigint) => number;
|
|
2162
1981
|
export const tokenemergencyactiontransition_base: (a: number) => number;
|
|
2163
1982
|
export const tokenemergencyactiontransition_constructor: (a: any) => [number, number, number];
|
|
2164
1983
|
export const tokenemergencyactiontransition_emergency_action: (a: number) => [number, number];
|
|
@@ -2196,6 +2015,187 @@ export const __wbg_distributioninvertedlogarithmic_free: (a: number, b: number)
|
|
|
2196
2015
|
export const __wbg_distributionlogarithmic_free: (a: number, b: number) => void;
|
|
2197
2016
|
export const __wbg_distributionpolynomial_free: (a: number, b: number) => void;
|
|
2198
2017
|
export const __wbg_tokenpaymentinfo_free: (a: number, b: number) => void;
|
|
2018
|
+
export const __wbg_blockinfo_free: (a: number, b: number) => void;
|
|
2019
|
+
export const __wbg_consensuserror_free: (a: number, b: number) => void;
|
|
2020
|
+
export const __wbg_finalizedepochinfo_free: (a: number, b: number) => void;
|
|
2021
|
+
export const __wbg_groupaction_free: (a: number, b: number) => void;
|
|
2022
|
+
export const __wbg_groupactionevent_free: (a: number, b: number) => void;
|
|
2023
|
+
export const __wbg_identitycreatefromshieldedpooltransition_free: (a: number, b: number) => void;
|
|
2024
|
+
export const __wbg_identitypublickeyincreation_free: (a: number, b: number) => void;
|
|
2025
|
+
export const __wbg_privateencryptednote_free: (a: number, b: number) => void;
|
|
2026
|
+
export const __wbg_serializedorchardaction_free: (a: number, b: number) => void;
|
|
2027
|
+
export const __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
2028
|
+
export const __wbg_tokenconfigurationchangeitem_free: (a: number, b: number) => void;
|
|
2029
|
+
export const __wbg_tokenevent_free: (a: number, b: number) => void;
|
|
2030
|
+
export const __wbg_tokenpricingschedule_free: (a: number, b: number) => void;
|
|
2031
|
+
export const blockinfo_constructor: (a: any) => [number, number, number];
|
|
2032
|
+
export const blockinfo_core_height: (a: number) => number;
|
|
2033
|
+
export const blockinfo_epoch_index: (a: number) => number;
|
|
2034
|
+
export const blockinfo_fromJSON: (a: any) => [number, number, number];
|
|
2035
|
+
export const blockinfo_fromObject: (a: any) => [number, number, number];
|
|
2036
|
+
export const blockinfo_height: (a: number) => bigint;
|
|
2037
|
+
export const blockinfo_struct_name: () => [number, number];
|
|
2038
|
+
export const blockinfo_time_ms: (a: number) => bigint;
|
|
2039
|
+
export const blockinfo_toJSON: (a: number) => [number, number, number];
|
|
2040
|
+
export const blockinfo_toObject: (a: number) => [number, number, number];
|
|
2041
|
+
export const blockinfo_type_name: (a: number) => [number, number];
|
|
2042
|
+
export const consensuserror_code: (a: number) => number;
|
|
2043
|
+
export const consensuserror_deserialize: (a: number, b: number) => [number, number, number];
|
|
2044
|
+
export const consensuserror_document_reference_error_code: (a: number) => number;
|
|
2045
|
+
export const consensuserror_message: (a: number) => [number, number];
|
|
2046
|
+
export const consensuserror_struct_name: () => [number, number];
|
|
2047
|
+
export const consensuserror_type_name: (a: number) => [number, number];
|
|
2048
|
+
export const finalizedepochinfo_block_proposers: (a: number) => any;
|
|
2049
|
+
export const finalizedepochinfo_constructor: (a: any) => [number, number, number];
|
|
2050
|
+
export const finalizedepochinfo_core_block_rewards: (a: number) => any;
|
|
2051
|
+
export const finalizedepochinfo_fee_multiplier: (a: number) => number;
|
|
2052
|
+
export const finalizedepochinfo_fee_multiplier_permille: (a: number) => bigint;
|
|
2053
|
+
export const finalizedepochinfo_first_block_height: (a: number) => any;
|
|
2054
|
+
export const finalizedepochinfo_first_block_time: (a: number) => any;
|
|
2055
|
+
export const finalizedepochinfo_first_core_block_height: (a: number) => number;
|
|
2056
|
+
export const finalizedepochinfo_fromJSON: (a: any) => [number, number, number];
|
|
2057
|
+
export const finalizedepochinfo_fromObject: (a: any) => [number, number, number];
|
|
2058
|
+
export const finalizedepochinfo_next_epoch_start_core_block_height: (a: number) => number;
|
|
2059
|
+
export const finalizedepochinfo_protocol_version: (a: number) => number;
|
|
2060
|
+
export const finalizedepochinfo_set_block_proposers: (a: number, b: any) => [number, number];
|
|
2061
|
+
export const finalizedepochinfo_set_core_block_rewards: (a: number, b: bigint) => void;
|
|
2062
|
+
export const finalizedepochinfo_set_fee_multiplier_permille: (a: number, b: bigint) => void;
|
|
2063
|
+
export const finalizedepochinfo_set_first_block_height: (a: number, b: bigint) => void;
|
|
2064
|
+
export const finalizedepochinfo_set_first_block_time: (a: number, b: bigint) => void;
|
|
2065
|
+
export const finalizedepochinfo_set_first_core_block_height: (a: number, b: number) => void;
|
|
2066
|
+
export const finalizedepochinfo_set_next_epoch_start_core_block_height: (a: number, b: number) => void;
|
|
2067
|
+
export const finalizedepochinfo_set_protocol_version: (a: number, b: number) => void;
|
|
2068
|
+
export const finalizedepochinfo_set_total_blocks_in_epoch: (a: number, b: bigint) => void;
|
|
2069
|
+
export const finalizedepochinfo_set_total_created_storage_fees: (a: number, b: bigint) => void;
|
|
2070
|
+
export const finalizedepochinfo_set_total_distributed_storage_fees: (a: number, b: bigint) => void;
|
|
2071
|
+
export const finalizedepochinfo_set_total_processing_fees: (a: number, b: bigint) => void;
|
|
2072
|
+
export const finalizedepochinfo_struct_name: () => [number, number];
|
|
2073
|
+
export const finalizedepochinfo_toJSON: (a: number) => [number, number, number];
|
|
2074
|
+
export const finalizedepochinfo_toObject: (a: number) => [number, number, number];
|
|
2075
|
+
export const finalizedepochinfo_total_blocks_in_epoch: (a: number) => any;
|
|
2076
|
+
export const finalizedepochinfo_total_created_storage_fees: (a: number) => any;
|
|
2077
|
+
export const finalizedepochinfo_total_distributed_storage_fees: (a: number) => any;
|
|
2078
|
+
export const finalizedepochinfo_total_processing_fees: (a: number) => any;
|
|
2079
|
+
export const finalizedepochinfo_type_name: (a: number) => [number, number];
|
|
2080
|
+
export const groupaction_contract_id: (a: number) => number;
|
|
2081
|
+
export const groupaction_event: (a: number) => number;
|
|
2082
|
+
export const groupaction_fromJSON: (a: any) => [number, number, number];
|
|
2083
|
+
export const groupaction_fromObject: (a: any) => [number, number, number];
|
|
2084
|
+
export const groupaction_proposer_id: (a: number) => number;
|
|
2085
|
+
export const groupaction_struct_name: () => [number, number];
|
|
2086
|
+
export const groupaction_toJSON: (a: number) => [number, number, number];
|
|
2087
|
+
export const groupaction_toObject: (a: number) => [number, number, number];
|
|
2088
|
+
export const groupaction_token_contract_position: (a: number) => number;
|
|
2089
|
+
export const groupaction_type_name: (a: number) => [number, number];
|
|
2090
|
+
export const groupactionevent_eventName: (a: number) => [number, number];
|
|
2091
|
+
export const groupactionevent_fromJSON: (a: any) => [number, number, number];
|
|
2092
|
+
export const groupactionevent_fromObject: (a: any) => [number, number, number];
|
|
2093
|
+
export const groupactionevent_publicNote: (a: number) => [number, number];
|
|
2094
|
+
export const groupactionevent_struct_name: () => [number, number];
|
|
2095
|
+
export const groupactionevent_toJSON: (a: number) => [number, number, number];
|
|
2096
|
+
export const groupactionevent_toObject: (a: number) => [number, number, number];
|
|
2097
|
+
export const groupactionevent_tokenEvent: (a: number) => number;
|
|
2098
|
+
export const groupactionevent_type_name: (a: number) => [number, number];
|
|
2099
|
+
export const groupactionevent_variant: (a: number) => number;
|
|
2100
|
+
export const identitycreatefromshieldedpooltransition_actions: (a: number) => [number, number];
|
|
2101
|
+
export const identitycreatefromshieldedpooltransition_anchor: (a: number) => [number, number];
|
|
2102
|
+
export const identitycreatefromshieldedpooltransition_binding_signature: (a: number) => [number, number];
|
|
2103
|
+
export const identitycreatefromshieldedpooltransition_denomination: (a: number) => bigint;
|
|
2104
|
+
export const identitycreatefromshieldedpooltransition_fromBytes: (a: number, b: number) => [number, number, number];
|
|
2105
|
+
export const identitycreatefromshieldedpooltransition_fromJSON: (a: any) => [number, number, number];
|
|
2106
|
+
export const identitycreatefromshieldedpooltransition_fromObject: (a: any) => [number, number, number];
|
|
2107
|
+
export const identitycreatefromshieldedpooltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2108
|
+
export const identitycreatefromshieldedpooltransition_identity_id: (a: number) => number;
|
|
2109
|
+
export const identitycreatefromshieldedpooltransition_new: (a: any) => [number, number, number];
|
|
2110
|
+
export const identitycreatefromshieldedpooltransition_proof: (a: number) => [number, number];
|
|
2111
|
+
export const identitycreatefromshieldedpooltransition_public_keys: (a: number) => [number, number];
|
|
2112
|
+
export const identitycreatefromshieldedpooltransition_send_to_address_on_creation_failure: (a: number) => number;
|
|
2113
|
+
export const identitycreatefromshieldedpooltransition_struct_name: () => [number, number];
|
|
2114
|
+
export const identitycreatefromshieldedpooltransition_toBytes: (a: number) => [number, number, number, number];
|
|
2115
|
+
export const identitycreatefromshieldedpooltransition_toJSON: (a: number) => [number, number, number];
|
|
2116
|
+
export const identitycreatefromshieldedpooltransition_toObject: (a: number) => [number, number, number];
|
|
2117
|
+
export const identitycreatefromshieldedpooltransition_toStateTransition: (a: number) => number;
|
|
2118
|
+
export const identitycreatefromshieldedpooltransition_type_name: (a: number) => [number, number];
|
|
2119
|
+
export const identitypublickeyincreation_constructor: (a: any) => [number, number, number];
|
|
2120
|
+
export const identitypublickeyincreation_contract_bounds: (a: number) => number;
|
|
2121
|
+
export const identitypublickeyincreation_data: (a: number) => [number, number];
|
|
2122
|
+
export const identitypublickeyincreation_fromJSON: (a: any) => [number, number, number];
|
|
2123
|
+
export const identitypublickeyincreation_fromObject: (a: any) => [number, number, number];
|
|
2124
|
+
export const identitypublickeyincreation_getHash: (a: number) => [number, number, number, number];
|
|
2125
|
+
export const identitypublickeyincreation_is_read_only: (a: number) => number;
|
|
2126
|
+
export const identitypublickeyincreation_key_id: (a: number) => number;
|
|
2127
|
+
export const identitypublickeyincreation_key_type: (a: number) => [number, number];
|
|
2128
|
+
export const identitypublickeyincreation_purpose: (a: number) => [number, number];
|
|
2129
|
+
export const identitypublickeyincreation_security_level: (a: number) => [number, number];
|
|
2130
|
+
export const identitypublickeyincreation_set_contract_bounds: (a: number, b: number) => void;
|
|
2131
|
+
export const identitypublickeyincreation_set_data: (a: number, b: number, c: number) => void;
|
|
2132
|
+
export const identitypublickeyincreation_set_is_read_only: (a: number, b: number) => void;
|
|
2133
|
+
export const identitypublickeyincreation_set_key_id: (a: number, b: any) => [number, number];
|
|
2134
|
+
export const identitypublickeyincreation_set_key_type: (a: number, b: any) => [number, number];
|
|
2135
|
+
export const identitypublickeyincreation_set_purpose: (a: number, b: any) => [number, number];
|
|
2136
|
+
export const identitypublickeyincreation_set_security_level: (a: number, b: any) => [number, number];
|
|
2137
|
+
export const identitypublickeyincreation_set_signature: (a: number, b: number, c: number) => void;
|
|
2138
|
+
export const identitypublickeyincreation_signature: (a: number) => [number, number];
|
|
2139
|
+
export const identitypublickeyincreation_struct_name: () => [number, number];
|
|
2140
|
+
export const identitypublickeyincreation_toIdentityPublicKey: (a: number) => number;
|
|
2141
|
+
export const identitypublickeyincreation_toJSON: (a: number) => [number, number, number];
|
|
2142
|
+
export const identitypublickeyincreation_toObject: (a: number) => [number, number, number];
|
|
2143
|
+
export const identitypublickeyincreation_type_name: (a: number) => [number, number];
|
|
2144
|
+
export const privateencryptednote_constructor: (a: number, b: number, c: number, d: number) => number;
|
|
2145
|
+
export const privateencryptednote_derivation_encryption_key_index: (a: number) => number;
|
|
2146
|
+
export const privateencryptednote_root_encryption_key_index: (a: number) => number;
|
|
2147
|
+
export const privateencryptednote_set_derivation_encryption_key_index: (a: number, b: number) => void;
|
|
2148
|
+
export const privateencryptednote_set_root_encryption_key_index: (a: number, b: number) => void;
|
|
2149
|
+
export const privateencryptednote_set_value: (a: number, b: number, c: number) => void;
|
|
2150
|
+
export const privateencryptednote_struct_name: () => [number, number];
|
|
2151
|
+
export const privateencryptednote_type_name: (a: number) => [number, number];
|
|
2152
|
+
export const privateencryptednote_value: (a: number) => [number, number];
|
|
2153
|
+
export const serializedorchardaction_cmx: (a: number) => [number, number];
|
|
2154
|
+
export const serializedorchardaction_constructor: (a: any) => [number, number, number];
|
|
2155
|
+
export const serializedorchardaction_cv_net: (a: number) => [number, number];
|
|
2156
|
+
export const serializedorchardaction_encrypted_note: (a: number) => [number, number];
|
|
2157
|
+
export const serializedorchardaction_fromJSON: (a: any) => [number, number, number];
|
|
2158
|
+
export const serializedorchardaction_fromObject: (a: any) => [number, number, number];
|
|
2159
|
+
export const serializedorchardaction_nullifier: (a: number) => [number, number];
|
|
2160
|
+
export const serializedorchardaction_rk: (a: number) => [number, number];
|
|
2161
|
+
export const serializedorchardaction_spend_auth_sig: (a: number) => [number, number];
|
|
2162
|
+
export const serializedorchardaction_struct_name: () => [number, number];
|
|
2163
|
+
export const serializedorchardaction_toJSON: (a: number) => [number, number, number];
|
|
2164
|
+
export const serializedorchardaction_toObject: (a: number) => [number, number, number];
|
|
2165
|
+
export const serializedorchardaction_type_name: (a: number) => [number, number];
|
|
2166
|
+
export const tokenconfigupdatetransition_base: (a: number) => number;
|
|
2167
|
+
export const tokenconfigupdatetransition_constructor: (a: any) => [number, number, number];
|
|
2168
|
+
export const tokenconfigupdatetransition_public_note: (a: number) => [number, number];
|
|
2169
|
+
export const tokenconfigupdatetransition_set_base: (a: number, b: number) => void;
|
|
2170
|
+
export const tokenconfigupdatetransition_set_public_note: (a: number, b: number, c: number) => void;
|
|
2171
|
+
export const tokenconfigupdatetransition_set_update_token_configuration_item: (a: number, b: number) => void;
|
|
2172
|
+
export const tokenconfigupdatetransition_struct_name: () => [number, number];
|
|
2173
|
+
export const tokenconfigupdatetransition_type_name: (a: number) => [number, number];
|
|
2174
|
+
export const tokenconfigupdatetransition_update_token_configuration_item: (a: number) => number;
|
|
2175
|
+
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationAdminGroupItem: (a: number) => number;
|
|
2176
|
+
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationControlGroupItem: (a: number) => number;
|
|
2177
|
+
export const tokenconfigurationchangeitem_MintingAllowChoosingDestinationItem: (a: number) => number;
|
|
2178
|
+
export const tokenconfigurationchangeitem_item: (a: number) => any;
|
|
2179
|
+
export const tokenconfigurationchangeitem_item_name: (a: number) => [number, number];
|
|
2180
|
+
export const tokenconfigurationchangeitem_struct_name: () => [number, number];
|
|
2181
|
+
export const tokenconfigurationchangeitem_type_name: (a: number) => [number, number];
|
|
2182
|
+
export const tokenevent_fromJSON: (a: any) => [number, number, number];
|
|
2183
|
+
export const tokenevent_fromObject: (a: any) => [number, number, number];
|
|
2184
|
+
export const tokenevent_struct_name: () => [number, number];
|
|
2185
|
+
export const tokenevent_toJSON: (a: number) => [number, number, number];
|
|
2186
|
+
export const tokenevent_toObject: (a: number) => [number, number, number];
|
|
2187
|
+
export const tokenevent_type_name: (a: number) => [number, number];
|
|
2188
|
+
export const tokenevent_variant: (a: number) => number;
|
|
2189
|
+
export const tokenpricingschedule_SetPrices: (a: any) => [number, number, number];
|
|
2190
|
+
export const tokenpricingschedule_SinglePrice: (a: bigint) => number;
|
|
2191
|
+
export const tokenpricingschedule_fromJSON: (a: any) => [number, number, number];
|
|
2192
|
+
export const tokenpricingschedule_fromObject: (a: any) => [number, number, number];
|
|
2193
|
+
export const tokenpricingschedule_schedule_type: (a: number) => [number, number];
|
|
2194
|
+
export const tokenpricingschedule_struct_name: () => [number, number];
|
|
2195
|
+
export const tokenpricingschedule_toJSON: (a: number) => [number, number, number];
|
|
2196
|
+
export const tokenpricingschedule_toObject: (a: number) => [number, number, number];
|
|
2197
|
+
export const tokenpricingschedule_type_name: (a: number) => [number, number];
|
|
2198
|
+
export const tokenpricingschedule_value: (a: number) => [number, number, number];
|
|
2199
2199
|
export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
2200
2200
|
export const rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
2201
2201
|
export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|