@dashevo/wasm-dpp 1.0.0-beta.3 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/dist/wasm/wasm_dpp.d.ts +496 -496
- package/dist/wasm/wasm_dpp.js +34 -34
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +496 -496
- package/package.json +3 -3
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -6,15 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
8
8
|
/**
|
|
9
|
-
* @returns {number}
|
|
10
|
-
*/
|
|
11
|
-
export function getLatestProtocolVersion(): number;
|
|
12
|
-
/**
|
|
13
|
-
* @param {Uint8Array} bytes
|
|
14
|
-
* @returns {any}
|
|
15
|
-
*/
|
|
16
|
-
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
17
|
-
/**
|
|
18
9
|
* @param {any} contract_id
|
|
19
10
|
* @param {any} owner_id
|
|
20
11
|
* @param {string} document_type
|
|
@@ -23,14 +14,14 @@ export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
|
23
14
|
*/
|
|
24
15
|
export function generateDocumentId(contract_id: any, owner_id: any, document_type: string, entropy: Uint8Array): any;
|
|
25
16
|
/**
|
|
17
|
+
* @param {Uint8Array} bytes
|
|
18
|
+
* @returns {any}
|
|
26
19
|
*/
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
EDDSA_25519_HASH160 = 4,
|
|
33
|
-
}
|
|
20
|
+
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
21
|
+
/**
|
|
22
|
+
* @returns {number}
|
|
23
|
+
*/
|
|
24
|
+
export function getLatestProtocolVersion(): number;
|
|
34
25
|
/**
|
|
35
26
|
*/
|
|
36
27
|
export enum KeySecurityLevel {
|
|
@@ -41,6 +32,15 @@ export enum KeySecurityLevel {
|
|
|
41
32
|
}
|
|
42
33
|
/**
|
|
43
34
|
*/
|
|
35
|
+
export enum KeyType {
|
|
36
|
+
ECDSA_SECP256K1 = 0,
|
|
37
|
+
BLS12_381 = 1,
|
|
38
|
+
ECDSA_HASH160 = 2,
|
|
39
|
+
BIP13_SCRIPT_HASH = 3,
|
|
40
|
+
EDDSA_25519_HASH160 = 4,
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
*/
|
|
44
44
|
export enum StateTransitionTypes {
|
|
45
45
|
DataContractCreate = 0,
|
|
46
46
|
DocumentsBatch = 1,
|
|
@@ -5132,25 +5132,26 @@ export interface InitOutput {
|
|
|
5132
5132
|
readonly datacontract_toBuffer: (a: number, b: number) => void;
|
|
5133
5133
|
readonly datacontract_hash: (a: number, b: number) => void;
|
|
5134
5134
|
readonly datacontract_clone: (a: number) => number;
|
|
5135
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number) => void;
|
|
5136
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
5137
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
5138
|
+
readonly datacontractmaxdeptherror_message: (a: number, b: number) => void;
|
|
5135
5139
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number) => void;
|
|
5136
5140
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => number;
|
|
5137
5141
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number, b: number) => void;
|
|
5138
5142
|
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5139
5143
|
readonly inconsistentcompoundindexdataerror_message: (a: number, b: number) => void;
|
|
5140
|
-
readonly
|
|
5141
|
-
readonly
|
|
5142
|
-
readonly
|
|
5143
|
-
readonly
|
|
5144
|
-
readonly
|
|
5145
|
-
readonly
|
|
5146
|
-
readonly
|
|
5147
|
-
readonly
|
|
5148
|
-
readonly
|
|
5149
|
-
readonly
|
|
5150
|
-
readonly
|
|
5151
|
-
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
5152
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
5153
|
-
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
5144
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number) => void;
|
|
5145
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5146
|
+
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
5147
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number) => void;
|
|
5148
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => number;
|
|
5149
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5150
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
5151
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5152
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
5153
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5154
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number, b: number) => void;
|
|
5154
5155
|
readonly __wbg_jsonschemaerror_free: (a: number) => void;
|
|
5155
5156
|
readonly jsonschemaerror_getKeyword: (a: number, b: number) => void;
|
|
5156
5157
|
readonly jsonschemaerror_getInstancePath: (a: number, b: number) => void;
|
|
@@ -5164,22 +5165,21 @@ export interface InitOutput {
|
|
|
5164
5165
|
readonly jsonschemaerror_schemaPath: (a: number, b: number) => void;
|
|
5165
5166
|
readonly jsonschemaerror_propertyName: (a: number, b: number) => void;
|
|
5166
5167
|
readonly jsonschemaerror_code: (a: number) => number;
|
|
5167
|
-
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5168
|
-
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
5169
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5170
|
-
readonly wrongpublickeypurposeerror_message: (a: number, b: number) => void;
|
|
5171
|
-
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number) => void;
|
|
5172
|
-
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => number;
|
|
5173
|
-
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5174
|
-
readonly duplicatedidentitypublickeyidstateerror_message: (a: number, b: number) => void;
|
|
5175
5168
|
readonly __wbg_identityalreadyexistserror_free: (a: number) => void;
|
|
5176
5169
|
readonly identityalreadyexistserror_getIdentityId: (a: number) => number;
|
|
5177
5170
|
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5178
5171
|
readonly identityalreadyexistserror_message: (a: number, b: number) => void;
|
|
5172
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
5173
|
+
readonly identitypublickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5174
|
+
readonly __wbg_valueerror_free: (a: number) => void;
|
|
5175
|
+
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
5176
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
5177
|
+
readonly valueerror_message: (a: number, b: number) => void;
|
|
5178
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
5179
5179
|
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5180
5180
|
readonly jsonschemaerror_params: (a: number, b: number) => void;
|
|
5181
|
-
readonly
|
|
5182
|
-
readonly
|
|
5181
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number) => void;
|
|
5182
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number) => void;
|
|
5183
5183
|
readonly __wbg_invaliddocumenterror_free: (a: number) => void;
|
|
5184
5184
|
readonly invaliddocumenterror_new: (a: number, b: number, c: number) => number;
|
|
5185
5185
|
readonly invaliddocumenterror_getErrors: (a: number, b: number) => void;
|
|
@@ -5190,7 +5190,11 @@ export interface InitOutput {
|
|
|
5190
5190
|
readonly documentfacade_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5191
5191
|
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5192
5192
|
readonly documentfacade_createStateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5193
|
-
readonly
|
|
5193
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number) => void;
|
|
5194
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number, b: number) => void;
|
|
5195
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
5196
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5197
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
5194
5198
|
readonly duplicateindexnameerror_getDocumentType: (a: number, b: number) => void;
|
|
5195
5199
|
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number, b: number) => void;
|
|
5196
5200
|
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
@@ -5201,27 +5205,23 @@ export interface InitOutput {
|
|
|
5201
5205
|
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number, b: number) => void;
|
|
5202
5206
|
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5203
5207
|
readonly incompatibledatacontractschemaerror_message: (a: number, b: number) => void;
|
|
5204
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5205
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
5206
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5207
|
-
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
5208
5208
|
readonly datacontractnotpresenterror_getDataContractId: (a: number) => number;
|
|
5209
5209
|
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5210
5210
|
readonly datacontractnotpresenterror_message: (a: number, b: number) => void;
|
|
5211
|
-
readonly
|
|
5212
|
-
readonly
|
|
5213
|
-
readonly
|
|
5211
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number) => void;
|
|
5212
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5213
|
+
readonly documenttransitionsareabsenterror_message: (a: number, b: number) => void;
|
|
5214
5214
|
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number) => void;
|
|
5215
5215
|
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5216
5216
|
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
5217
5217
|
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number, b: number) => void;
|
|
5218
|
-
readonly
|
|
5219
|
-
readonly
|
|
5220
|
-
readonly
|
|
5221
|
-
readonly
|
|
5222
|
-
readonly
|
|
5223
|
-
readonly
|
|
5224
|
-
readonly
|
|
5218
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
5219
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5220
|
+
readonly invalidinstantassetlockprooferror_message: (a: number, b: number) => void;
|
|
5221
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5222
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5223
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5224
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
5225
5225
|
readonly __wbg_datacontractalreadypresenterror_free: (a: number) => void;
|
|
5226
5226
|
readonly datacontractalreadypresenterror_new: (a: number) => number;
|
|
5227
5227
|
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => number;
|
|
@@ -5241,9 +5241,9 @@ export interface InitOutput {
|
|
|
5241
5241
|
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5242
5242
|
readonly __wbg_nonconsensuserrorwasm_free: (a: number) => void;
|
|
5243
5243
|
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => number;
|
|
5244
|
-
readonly
|
|
5244
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
5245
5245
|
readonly datacontractisreadonlyerror_new: (a: number) => number;
|
|
5246
|
-
readonly
|
|
5246
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
5247
5247
|
readonly __wbg_datacontractnotpresenterror_free: (a: number) => void;
|
|
5248
5248
|
readonly __wbg_datacontractisreadonlyerror_free: (a: number) => void;
|
|
5249
5249
|
readonly __wbg_identityfacade_free: (a: number) => void;
|
|
@@ -5438,21 +5438,25 @@ export interface InitOutput {
|
|
|
5438
5438
|
readonly incompatiblere2patternerror_getMessage: (a: number, b: number) => void;
|
|
5439
5439
|
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5440
5440
|
readonly incompatiblere2patternerror_message: (a: number, b: number) => void;
|
|
5441
|
-
readonly
|
|
5442
|
-
readonly
|
|
5443
|
-
readonly
|
|
5444
|
-
readonly
|
|
5441
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
5442
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number, b: number) => void;
|
|
5443
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5444
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number, b: number) => void;
|
|
5445
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number) => void;
|
|
5446
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number, b: number) => void;
|
|
5447
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5448
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number, b: number) => void;
|
|
5445
5449
|
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5446
5450
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5447
5451
|
readonly protocolversionparsingerror_message: (a: number, b: number) => void;
|
|
5448
5452
|
readonly protocolversionparsingerror_serialize: (a: number, b: number) => void;
|
|
5449
|
-
readonly
|
|
5450
|
-
readonly
|
|
5451
|
-
readonly
|
|
5452
|
-
readonly
|
|
5453
|
-
readonly
|
|
5454
|
-
readonly
|
|
5455
|
-
readonly
|
|
5453
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number) => void;
|
|
5454
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => number;
|
|
5455
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5456
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number, b: number) => void;
|
|
5457
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number) => void;
|
|
5458
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5459
|
+
readonly missingdocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
5456
5460
|
readonly __wbg_identityinsufficientbalanceerror_free: (a: number) => void;
|
|
5457
5461
|
readonly identityinsufficientbalanceerror_getBalance: (a: number) => number;
|
|
5458
5462
|
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
@@ -5460,8 +5464,6 @@ export interface InitOutput {
|
|
|
5460
5464
|
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number) => void;
|
|
5461
5465
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5462
5466
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number, b: number) => void;
|
|
5463
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5464
|
-
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5465
5467
|
readonly __wbg_datatriggerinvalidresulterror_free: (a: number) => void;
|
|
5466
5468
|
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5467
5469
|
readonly datatriggerinvalidresulterror_message: (a: number, b: number) => void;
|
|
@@ -5539,7 +5541,7 @@ export interface InitOutput {
|
|
|
5539
5541
|
readonly validationresult_errors: (a: number, b: number) => void;
|
|
5540
5542
|
readonly validationresult_getData: (a: number) => number;
|
|
5541
5543
|
readonly validationresult_getFirstError: (a: number) => number;
|
|
5542
|
-
readonly
|
|
5544
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number) => void;
|
|
5543
5545
|
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
5544
5546
|
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5545
5547
|
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
@@ -5547,7 +5549,6 @@ export interface InitOutput {
|
|
|
5547
5549
|
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5548
5550
|
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5549
5551
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => number;
|
|
5550
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5551
5552
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5552
5553
|
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5553
5554
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => number;
|
|
@@ -5558,162 +5559,188 @@ export interface InitOutput {
|
|
|
5558
5559
|
readonly validationresult_getErrors: (a: number, b: number) => void;
|
|
5559
5560
|
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
5560
5561
|
readonly __wbg_invaliddocumentactionerror_free: (a: number) => void;
|
|
5561
|
-
readonly
|
|
5562
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
5562
5563
|
readonly protocolversionparsingerror_getParsingError: (a: number, b: number) => void;
|
|
5563
5564
|
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => number;
|
|
5564
5565
|
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => number;
|
|
5565
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
5566
5566
|
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number) => void;
|
|
5567
5567
|
readonly __wbg_protocolversionparsingerror_free: (a: number) => void;
|
|
5568
|
-
readonly
|
|
5569
|
-
readonly
|
|
5570
|
-
readonly
|
|
5571
|
-
readonly
|
|
5572
|
-
readonly
|
|
5573
|
-
readonly
|
|
5574
|
-
readonly
|
|
5575
|
-
readonly
|
|
5576
|
-
readonly
|
|
5577
|
-
readonly
|
|
5578
|
-
readonly
|
|
5579
|
-
readonly
|
|
5580
|
-
readonly
|
|
5581
|
-
readonly
|
|
5582
|
-
readonly
|
|
5583
|
-
readonly
|
|
5584
|
-
readonly
|
|
5585
|
-
readonly
|
|
5586
|
-
readonly
|
|
5587
|
-
readonly
|
|
5588
|
-
readonly
|
|
5589
|
-
readonly
|
|
5590
|
-
readonly
|
|
5591
|
-
readonly
|
|
5592
|
-
readonly
|
|
5568
|
+
readonly __wbg_documenttransitions_free: (a: number) => void;
|
|
5569
|
+
readonly documenttransitions_new: () => number;
|
|
5570
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5571
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5572
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5573
|
+
readonly __wbg_documentfactory_free: (a: number) => void;
|
|
5574
|
+
readonly documentfactory_new: (a: number, b: number, c: number) => void;
|
|
5575
|
+
readonly documentfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5576
|
+
readonly documentfactory_createStateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5577
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5578
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number) => void;
|
|
5579
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number, b: number) => void;
|
|
5580
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5581
|
+
readonly undefinedindexpropertyerror_message: (a: number, b: number) => void;
|
|
5582
|
+
readonly invalidjsonschemareferror_getRefError: (a: number, b: number) => void;
|
|
5583
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5584
|
+
readonly invalidjsonschemareferror_message: (a: number, b: number) => void;
|
|
5585
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number) => void;
|
|
5586
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => number;
|
|
5587
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5588
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number, b: number) => void;
|
|
5589
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number) => void;
|
|
5590
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number, b: number) => void;
|
|
5591
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5592
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
5593
5593
|
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number) => void;
|
|
5594
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5594
5595
|
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5595
5596
|
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5596
5597
|
readonly invalidassetlockproofcorechainheighterror_message: (a: number, b: number) => void;
|
|
5597
|
-
readonly
|
|
5598
|
-
readonly
|
|
5599
|
-
readonly
|
|
5600
|
-
readonly
|
|
5601
|
-
readonly
|
|
5602
|
-
readonly
|
|
5603
|
-
readonly
|
|
5604
|
-
readonly
|
|
5605
|
-
readonly
|
|
5606
|
-
readonly
|
|
5607
|
-
readonly
|
|
5608
|
-
readonly
|
|
5609
|
-
readonly
|
|
5610
|
-
readonly
|
|
5611
|
-
readonly
|
|
5612
|
-
readonly
|
|
5613
|
-
readonly
|
|
5614
|
-
readonly
|
|
5615
|
-
readonly
|
|
5616
|
-
readonly
|
|
5617
|
-
readonly
|
|
5618
|
-
readonly
|
|
5619
|
-
readonly
|
|
5620
|
-
readonly
|
|
5621
|
-
readonly
|
|
5622
|
-
readonly
|
|
5623
|
-
readonly
|
|
5624
|
-
readonly
|
|
5625
|
-
readonly
|
|
5626
|
-
readonly
|
|
5627
|
-
readonly
|
|
5628
|
-
readonly
|
|
5629
|
-
readonly
|
|
5630
|
-
readonly
|
|
5631
|
-
readonly
|
|
5632
|
-
readonly
|
|
5633
|
-
readonly
|
|
5634
|
-
readonly
|
|
5635
|
-
readonly
|
|
5636
|
-
readonly
|
|
5637
|
-
readonly
|
|
5638
|
-
readonly
|
|
5639
|
-
readonly
|
|
5640
|
-
readonly
|
|
5641
|
-
readonly
|
|
5642
|
-
readonly
|
|
5643
|
-
readonly
|
|
5644
|
-
readonly
|
|
5645
|
-
readonly
|
|
5646
|
-
readonly
|
|
5647
|
-
readonly
|
|
5648
|
-
readonly
|
|
5649
|
-
readonly
|
|
5650
|
-
readonly
|
|
5651
|
-
readonly
|
|
5652
|
-
readonly
|
|
5653
|
-
readonly
|
|
5654
|
-
readonly
|
|
5655
|
-
readonly
|
|
5656
|
-
readonly
|
|
5657
|
-
readonly
|
|
5658
|
-
readonly
|
|
5659
|
-
readonly
|
|
5660
|
-
readonly
|
|
5661
|
-
readonly
|
|
5662
|
-
readonly
|
|
5663
|
-
readonly
|
|
5664
|
-
readonly
|
|
5665
|
-
readonly
|
|
5666
|
-
readonly
|
|
5667
|
-
readonly
|
|
5668
|
-
readonly
|
|
5669
|
-
readonly
|
|
5670
|
-
readonly
|
|
5671
|
-
readonly
|
|
5672
|
-
readonly
|
|
5673
|
-
readonly
|
|
5674
|
-
readonly
|
|
5675
|
-
readonly
|
|
5676
|
-
readonly
|
|
5677
|
-
readonly
|
|
5678
|
-
readonly
|
|
5679
|
-
readonly
|
|
5680
|
-
readonly
|
|
5681
|
-
readonly
|
|
5682
|
-
readonly
|
|
5683
|
-
readonly
|
|
5684
|
-
readonly
|
|
5685
|
-
readonly
|
|
5686
|
-
readonly
|
|
5687
|
-
readonly
|
|
5688
|
-
readonly
|
|
5689
|
-
readonly
|
|
5690
|
-
readonly
|
|
5691
|
-
readonly
|
|
5692
|
-
readonly
|
|
5693
|
-
readonly
|
|
5694
|
-
readonly
|
|
5695
|
-
readonly
|
|
5696
|
-
readonly
|
|
5697
|
-
readonly
|
|
5698
|
-
readonly
|
|
5699
|
-
readonly
|
|
5700
|
-
readonly
|
|
5701
|
-
readonly
|
|
5702
|
-
readonly
|
|
5703
|
-
readonly
|
|
5704
|
-
readonly
|
|
5705
|
-
readonly
|
|
5706
|
-
readonly
|
|
5598
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
5599
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5600
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
5601
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number) => void;
|
|
5602
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5603
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5604
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5605
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5606
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
5607
|
+
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
5608
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5609
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5610
|
+
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
5611
|
+
readonly __wbg_invalididentifiererror_free: (a: number) => void;
|
|
5612
|
+
readonly invalididentifiererror_getIdentifierError: (a: number, b: number) => void;
|
|
5613
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
5614
|
+
readonly invalididentifiererror_message: (a: number, b: number) => void;
|
|
5615
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5616
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number, b: number) => void;
|
|
5617
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number) => void;
|
|
5618
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => number;
|
|
5619
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5620
|
+
readonly documenttimestampsmismatcherror_message: (a: number, b: number) => void;
|
|
5621
|
+
readonly platformvalueerror_getMessage: (a: number, b: number) => void;
|
|
5622
|
+
readonly platformvalueerror_toString: (a: number, b: number) => void;
|
|
5623
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5624
|
+
readonly platformvalueerror_valueOf: (a: number, b: number) => void;
|
|
5625
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number, b: number) => void;
|
|
5626
|
+
readonly invalididentifiererror_getIdentifierName: (a: number, b: number) => void;
|
|
5627
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number, b: number) => void;
|
|
5628
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
5629
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number) => void;
|
|
5630
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number) => void;
|
|
5631
|
+
readonly __wbg_platformvalueerror_free: (a: number) => void;
|
|
5632
|
+
readonly __wbg_invalidactionerror_free: (a: number) => void;
|
|
5633
|
+
readonly __wbg_revisionabsenterror_free: (a: number) => void;
|
|
5634
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5635
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5636
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number) => void;
|
|
5637
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5638
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
5639
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5640
|
+
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
5641
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
5642
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
5643
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
5644
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5645
|
+
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
5646
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number) => void;
|
|
5647
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => number;
|
|
5648
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => number;
|
|
5649
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
5650
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number, b: number) => void;
|
|
5651
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number) => void;
|
|
5652
|
+
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
5653
|
+
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => number;
|
|
5654
|
+
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5655
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
5656
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
5657
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5658
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number, b: number) => void;
|
|
5659
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number) => void;
|
|
5660
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5661
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => number;
|
|
5662
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5663
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number, b: number) => void;
|
|
5664
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number) => void;
|
|
5665
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5666
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number, b: number) => void;
|
|
5667
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5668
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number, b: number) => void;
|
|
5669
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number) => void;
|
|
5670
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => number;
|
|
5671
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
5672
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => number;
|
|
5673
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => number;
|
|
5674
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => number;
|
|
5675
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5676
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number, b: number) => void;
|
|
5677
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number) => void;
|
|
5678
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => number;
|
|
5679
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => number;
|
|
5680
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5681
|
+
readonly invalididentitycredittransferamounterror_message: (a: number, b: number) => void;
|
|
5682
|
+
readonly __wbg_missingpublickeyerror_free: (a: number) => void;
|
|
5683
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5684
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5685
|
+
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
5686
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
5687
|
+
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
5688
|
+
readonly __wbg_basicecdsaerror_free: (a: number) => void;
|
|
5689
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5690
|
+
readonly basicecdsaerror_message: (a: number, b: number) => void;
|
|
5691
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number) => void;
|
|
5692
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => number;
|
|
5693
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number, b: number) => void;
|
|
5694
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5695
|
+
readonly invaliddocumentrevisionerror_message: (a: number, b: number) => void;
|
|
5696
|
+
readonly invalidactionterror_new: (a: number) => number;
|
|
5697
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5698
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => number;
|
|
5699
|
+
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => number;
|
|
5700
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => number;
|
|
5701
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
5702
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
5703
|
+
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
5704
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number) => void;
|
|
5705
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number) => void;
|
|
5706
|
+
readonly __wbg_datacontractfactory_free: (a: number) => void;
|
|
5707
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5708
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5709
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5710
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => number;
|
|
5711
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number) => void;
|
|
5712
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5713
|
+
readonly generateDocumentId: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5714
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number) => void;
|
|
5715
|
+
readonly __wbg_invalididentityerror_free: (a: number) => void;
|
|
5716
|
+
readonly invalididentityerror_getErrors: (a: number, b: number) => void;
|
|
5717
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => number;
|
|
5718
|
+
readonly __wbg_metadata_free: (a: number) => void;
|
|
5719
|
+
readonly metadata_new: (a: number, b: number) => void;
|
|
5720
|
+
readonly metadata_from: (a: number, b: number) => void;
|
|
5721
|
+
readonly metadata_toJSON: (a: number) => number;
|
|
5722
|
+
readonly metadata_toObject: (a: number) => number;
|
|
5723
|
+
readonly metadata_getBlockHeight: (a: number) => number;
|
|
5724
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5725
|
+
readonly metadata_getTimeMs: (a: number) => number;
|
|
5726
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5727
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number) => void;
|
|
5728
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5729
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number) => void;
|
|
5730
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5731
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number, b: number) => void;
|
|
5732
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5733
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number, b: number) => void;
|
|
5707
5734
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number) => void;
|
|
5708
5735
|
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number, b: number) => void;
|
|
5709
5736
|
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number, b: number) => void;
|
|
5710
5737
|
readonly invalidindexedpropertyconstrainterror_getReason: (a: number, b: number) => void;
|
|
5711
5738
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5712
5739
|
readonly invalidindexedpropertyconstrainterror_message: (a: number, b: number) => void;
|
|
5713
|
-
readonly
|
|
5714
|
-
readonly
|
|
5715
|
-
readonly
|
|
5716
|
-
readonly
|
|
5740
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
5741
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
5742
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
5743
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
5717
5744
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number) => void;
|
|
5718
5745
|
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => number;
|
|
5719
5746
|
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => number;
|
|
@@ -5724,34 +5751,29 @@ export interface InitOutput {
|
|
|
5724
5751
|
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => number;
|
|
5725
5752
|
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5726
5753
|
readonly invaliddocumenttypeerror_message: (a: number, b: number) => void;
|
|
5727
|
-
readonly
|
|
5728
|
-
readonly
|
|
5729
|
-
readonly
|
|
5730
|
-
readonly
|
|
5731
|
-
readonly
|
|
5732
|
-
readonly
|
|
5733
|
-
readonly
|
|
5734
|
-
readonly invalididentifiererror_message: (a: number, b: number) => void;
|
|
5754
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number) => void;
|
|
5755
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5756
|
+
readonly identitycredittransfertoselferror_message: (a: number, b: number) => void;
|
|
5757
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number) => void;
|
|
5758
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5759
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5760
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
5735
5761
|
readonly __wbg_unsupportedprotocolversionerror_free: (a: number) => void;
|
|
5736
5762
|
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5737
5763
|
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5738
5764
|
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
5739
|
-
readonly
|
|
5740
|
-
readonly
|
|
5741
|
-
readonly
|
|
5742
|
-
readonly
|
|
5743
|
-
readonly
|
|
5744
|
-
readonly
|
|
5745
|
-
readonly
|
|
5765
|
+
readonly __wbg_basicblserror_free: (a: number) => void;
|
|
5766
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
5767
|
+
readonly basicblserror_message: (a: number, b: number) => void;
|
|
5768
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number) => void;
|
|
5769
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => number;
|
|
5770
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5771
|
+
readonly documentalreadypresenterror_message: (a: number, b: number) => void;
|
|
5746
5772
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number) => void;
|
|
5747
5773
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => number;
|
|
5748
5774
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => number;
|
|
5749
5775
|
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
5750
5776
|
readonly duplicateuniqueindexerror_message: (a: number, b: number) => void;
|
|
5751
|
-
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
5752
|
-
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5753
|
-
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5754
|
-
readonly maxidentitypublickeylimitreachederror_message: (a: number, b: number) => void;
|
|
5755
5777
|
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5756
5778
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number, b: number) => void;
|
|
5757
5779
|
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number, b: number) => void;
|
|
@@ -5798,43 +5820,44 @@ export interface InitOutput {
|
|
|
5798
5820
|
readonly document_getUpdatedAt: (a: number) => number;
|
|
5799
5821
|
readonly document_hash: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5800
5822
|
readonly document_clone: (a: number) => number;
|
|
5801
|
-
readonly
|
|
5802
|
-
readonly
|
|
5803
|
-
readonly
|
|
5804
|
-
readonly
|
|
5805
|
-
readonly
|
|
5806
|
-
readonly
|
|
5807
|
-
readonly
|
|
5808
|
-
readonly
|
|
5809
|
-
readonly
|
|
5810
|
-
readonly
|
|
5811
|
-
readonly
|
|
5812
|
-
readonly
|
|
5813
|
-
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number) => void;
|
|
5814
|
-
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
5815
|
-
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
5816
|
-
readonly duplicatedidentitypublickeyerror_message: (a: number, b: number) => void;
|
|
5823
|
+
readonly __wbg_duplicateindexerror_free: (a: number) => void;
|
|
5824
|
+
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5825
|
+
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
5826
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5827
|
+
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
5828
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number) => void;
|
|
5829
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5830
|
+
readonly missingdatacontractiderror_message: (a: number, b: number) => void;
|
|
5831
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number) => void;
|
|
5832
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
5833
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
5834
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number, b: number) => void;
|
|
5817
5835
|
readonly __wbg_invalididentitypublickeydataerror_free: (a: number) => void;
|
|
5818
5836
|
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5819
5837
|
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5820
5838
|
readonly invalididentitypublickeydataerror_message: (a: number, b: number) => void;
|
|
5821
|
-
readonly
|
|
5822
|
-
readonly
|
|
5823
|
-
readonly
|
|
5824
|
-
readonly
|
|
5839
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number) => void;
|
|
5840
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => number;
|
|
5841
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => number;
|
|
5842
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5843
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number, b: number) => void;
|
|
5825
5844
|
readonly deserializeConsensusError: (a: number, b: number, c: number) => void;
|
|
5826
|
-
readonly
|
|
5827
|
-
readonly
|
|
5828
|
-
readonly
|
|
5845
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number) => void;
|
|
5846
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5847
|
+
readonly signatureshouldnotbepresenterror_message: (a: number, b: number) => void;
|
|
5829
5848
|
readonly __wbg_datacontractupdatepermissionerror_free: (a: number) => void;
|
|
5830
5849
|
readonly datacontractupdatepermissionerror_new: (a: number, b: number) => number;
|
|
5831
5850
|
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => number;
|
|
5832
5851
|
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => number;
|
|
5833
5852
|
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5834
5853
|
readonly datacontractupdatepermissionerror_message: (a: number, b: number) => void;
|
|
5835
|
-
readonly
|
|
5836
|
-
readonly
|
|
5837
|
-
readonly
|
|
5854
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => number;
|
|
5855
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5856
|
+
readonly documenttimestampsareequalerror_message: (a: number, b: number) => void;
|
|
5857
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number) => void;
|
|
5858
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => number;
|
|
5859
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5860
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number, b: number) => void;
|
|
5838
5861
|
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
5839
5862
|
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
5840
5863
|
readonly __wbg_identity_free: (a: number) => void;
|
|
@@ -5858,203 +5881,40 @@ export interface InitOutput {
|
|
|
5858
5881
|
readonly identity_toBuffer: (a: number, b: number) => void;
|
|
5859
5882
|
readonly identity_hash: (a: number, b: number) => void;
|
|
5860
5883
|
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5861
|
-
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
5862
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5863
|
-
readonly identity_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5864
|
-
readonly __wbg_instantassetlockproof_free: (a: number) => void;
|
|
5865
|
-
readonly instantassetlockproof_new: (a: number, b: number) => void;
|
|
5866
|
-
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
5867
|
-
readonly instantassetlockproof_getOutPoint: (a: number, b: number) => void;
|
|
5868
|
-
readonly instantassetlockproof_getOutput: (a: number, b: number) => void;
|
|
5869
|
-
readonly instantassetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
5870
|
-
readonly instantassetlockproof_getInstantLock: (a: number) => number;
|
|
5871
|
-
readonly instantassetlockproof_getTransaction: (a: number) => number;
|
|
5872
|
-
readonly instantassetlockproof_toObject: (a: number, b: number) => void;
|
|
5873
|
-
readonly instantassetlockproof_toJSON: (a: number, b: number) => void;
|
|
5874
|
-
readonly extendeddocument_setData: (a: number, b: number, c: number) => void;
|
|
5875
|
-
readonly extendeddocument_getId: (a: number) => number;
|
|
5876
|
-
readonly extendeddocument_getOwnerId: (a: number) => number;
|
|
5877
|
-
readonly extendeddocument_setRevision: (a: number, b: number, c: number) => void;
|
|
5878
|
-
readonly instantassetlockproof_getType: (a: number) => number;
|
|
5879
|
-
readonly
|
|
5880
|
-
readonly
|
|
5881
|
-
readonly
|
|
5882
|
-
readonly
|
|
5883
|
-
readonly
|
|
5884
|
-
readonly
|
|
5885
|
-
readonly
|
|
5886
|
-
readonly
|
|
5887
|
-
readonly
|
|
5888
|
-
readonly
|
|
5889
|
-
readonly
|
|
5890
|
-
readonly
|
|
5891
|
-
readonly
|
|
5892
|
-
readonly
|
|
5893
|
-
readonly
|
|
5894
|
-
readonly
|
|
5895
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5896
|
-
readonly __wbg_documenttransitions_free: (a: number) => void;
|
|
5897
|
-
readonly documenttransitions_new: () => number;
|
|
5898
|
-
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5899
|
-
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5900
|
-
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5901
|
-
readonly __wbg_documentfactory_free: (a: number) => void;
|
|
5902
|
-
readonly documentfactory_new: (a: number, b: number, c: number) => void;
|
|
5903
|
-
readonly documentfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5904
|
-
readonly documentfactory_createStateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5905
|
-
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5906
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number) => void;
|
|
5907
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number, b: number) => void;
|
|
5908
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
5909
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5910
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
5911
|
-
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number) => void;
|
|
5912
|
-
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number, b: number) => void;
|
|
5913
|
-
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5914
|
-
readonly systempropertyindexalreadypresenterror_message: (a: number, b: number) => void;
|
|
5915
|
-
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
5916
|
-
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
5917
|
-
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
5918
|
-
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
5919
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number) => void;
|
|
5920
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5921
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5922
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
5923
|
-
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number) => void;
|
|
5924
|
-
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => number;
|
|
5925
|
-
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => number;
|
|
5926
|
-
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5927
|
-
readonly invalididentitycredittransferamounterror_message: (a: number, b: number) => void;
|
|
5928
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number) => void;
|
|
5929
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5930
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5931
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5932
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5933
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
5934
|
-
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
5935
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5936
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5937
|
-
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
5938
|
-
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number) => void;
|
|
5939
|
-
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5940
|
-
readonly invalidstatetransitionsignatureerror_message: (a: number, b: number) => void;
|
|
5941
|
-
readonly __wbg_documenttimestampsareequalerror_free: (a: number) => void;
|
|
5942
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => number;
|
|
5943
|
-
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5944
|
-
readonly documenttimestampsareequalerror_message: (a: number, b: number) => void;
|
|
5945
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number) => void;
|
|
5946
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => number;
|
|
5947
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => number;
|
|
5948
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5949
|
-
readonly invalididentityrevisionerror_message: (a: number, b: number) => void;
|
|
5950
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
5951
|
-
readonly valueerror_message: (a: number, b: number) => void;
|
|
5952
|
-
readonly platformvalueerror_getMessage: (a: number, b: number) => void;
|
|
5953
|
-
readonly platformvalueerror_toString: (a: number, b: number) => void;
|
|
5954
|
-
readonly platformvalueerror_valueOf: (a: number, b: number) => void;
|
|
5955
|
-
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
5956
|
-
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
5957
|
-
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
5958
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
5959
|
-
readonly __wbg_valueerror_free: (a: number) => void;
|
|
5960
|
-
readonly __wbg_platformvalueerror_free: (a: number) => void;
|
|
5961
|
-
readonly __wbg_datacontractfactory_free: (a: number) => void;
|
|
5962
|
-
readonly datacontractfactory_new: (a: number) => number;
|
|
5963
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5964
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5965
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => number;
|
|
5966
|
-
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number) => void;
|
|
5967
|
-
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5968
|
-
readonly generateDocumentId: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5969
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number) => void;
|
|
5970
|
-
readonly __wbg_invalididentityerror_free: (a: number) => void;
|
|
5971
|
-
readonly invalididentityerror_getErrors: (a: number, b: number) => void;
|
|
5972
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => number;
|
|
5973
|
-
readonly __wbg_metadata_free: (a: number) => void;
|
|
5974
|
-
readonly metadata_new: (a: number, b: number) => void;
|
|
5975
|
-
readonly metadata_from: (a: number, b: number) => void;
|
|
5976
|
-
readonly metadata_toJSON: (a: number) => number;
|
|
5977
|
-
readonly metadata_toObject: (a: number) => number;
|
|
5978
|
-
readonly metadata_getBlockHeight: (a: number) => number;
|
|
5979
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5980
|
-
readonly metadata_getTimeMs: (a: number) => number;
|
|
5981
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5982
|
-
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number) => void;
|
|
5983
|
-
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5984
|
-
readonly __wbg_invalidactionerror_free: (a: number) => void;
|
|
5985
|
-
readonly __wbg_revisionabsenterror_free: (a: number) => void;
|
|
5986
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
5987
|
-
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5988
|
-
readonly __wbg_duplicateindexerror_free: (a: number) => void;
|
|
5989
|
-
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5990
|
-
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
5991
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5992
|
-
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
5993
|
-
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
5994
|
-
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
5995
|
-
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
5996
|
-
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5997
|
-
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
5998
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number) => void;
|
|
5999
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
6000
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
6001
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
6002
|
-
readonly invaliddatacontractversionerror_message: (a: number, b: number) => void;
|
|
6003
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
6004
|
-
readonly serializedobjectparsingerror_message: (a: number, b: number) => void;
|
|
6005
|
-
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number) => void;
|
|
6006
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => number;
|
|
6007
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => number;
|
|
6008
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
6009
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number, b: number) => void;
|
|
6010
|
-
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number) => void;
|
|
6011
|
-
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
6012
|
-
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => number;
|
|
6013
|
-
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
6014
|
-
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
6015
|
-
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
6016
|
-
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
6017
|
-
readonly identityassetlocktransactionisnotfounderror_message: (a: number, b: number) => void;
|
|
6018
|
-
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number) => void;
|
|
6019
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
6020
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => number;
|
|
6021
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
6022
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number, b: number) => void;
|
|
6023
|
-
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number) => void;
|
|
6024
|
-
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
6025
|
-
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number, b: number) => void;
|
|
6026
|
-
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
6027
|
-
readonly invalidassetlockprooftransactionheighterror_message: (a: number, b: number) => void;
|
|
6028
|
-
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number) => void;
|
|
6029
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => number;
|
|
6030
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
6031
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => number;
|
|
6032
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => number;
|
|
6033
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => number;
|
|
6034
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
6035
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number, b: number) => void;
|
|
6036
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
6037
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
6038
|
-
readonly invalidinstantassetlockprooferror_message: (a: number, b: number) => void;
|
|
6039
|
-
readonly __wbg_missingpublickeyerror_free: (a: number) => void;
|
|
6040
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
6041
|
-
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
6042
|
-
readonly __wbg_invaliddocumentrevisionerror_free: (a: number) => void;
|
|
6043
|
-
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => number;
|
|
6044
|
-
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number, b: number) => void;
|
|
6045
|
-
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
6046
|
-
readonly invaliddocumentrevisionerror_message: (a: number, b: number) => void;
|
|
6047
|
-
readonly invalidactionterror_new: (a: number) => number;
|
|
6048
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
6049
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
6050
|
-
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => number;
|
|
6051
|
-
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => number;
|
|
6052
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => number;
|
|
6053
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
6054
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
6055
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number, b: number) => void;
|
|
6056
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number) => void;
|
|
6057
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
5884
|
+
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
5885
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5886
|
+
readonly identity_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5887
|
+
readonly __wbg_instantassetlockproof_free: (a: number) => void;
|
|
5888
|
+
readonly instantassetlockproof_new: (a: number, b: number) => void;
|
|
5889
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
5890
|
+
readonly instantassetlockproof_getOutPoint: (a: number, b: number) => void;
|
|
5891
|
+
readonly instantassetlockproof_getOutput: (a: number, b: number) => void;
|
|
5892
|
+
readonly instantassetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
5893
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => number;
|
|
5894
|
+
readonly instantassetlockproof_getTransaction: (a: number) => number;
|
|
5895
|
+
readonly instantassetlockproof_toObject: (a: number, b: number) => void;
|
|
5896
|
+
readonly instantassetlockproof_toJSON: (a: number, b: number) => void;
|
|
5897
|
+
readonly extendeddocument_setData: (a: number, b: number, c: number) => void;
|
|
5898
|
+
readonly extendeddocument_getId: (a: number) => number;
|
|
5899
|
+
readonly extendeddocument_getOwnerId: (a: number) => number;
|
|
5900
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: number) => void;
|
|
5901
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
5902
|
+
readonly extendeddocument_getRevision: (a: number, b: number) => void;
|
|
5903
|
+
readonly extendeddocument_getCreatedAt: (a: number) => number;
|
|
5904
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => number;
|
|
5905
|
+
readonly extendeddocument_setId: (a: number, b: number) => void;
|
|
5906
|
+
readonly extendeddocument_setOwnerId: (a: number, b: number) => void;
|
|
5907
|
+
readonly extendeddocument_getData: (a: number, b: number) => void;
|
|
5908
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number) => void;
|
|
5909
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5910
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5911
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5912
|
+
readonly identity_getBalance: (a: number) => number;
|
|
5913
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
5914
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
5915
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number, b: number) => void;
|
|
5916
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number) => void;
|
|
5917
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
6058
5918
|
readonly __wbg_invaliddatacontracterror_free: (a: number) => void;
|
|
6059
5919
|
readonly invaliddatacontracterror_getErrors: (a: number, b: number) => void;
|
|
6060
5920
|
readonly invaliddatacontracterror_getRawDataContract: (a: number) => number;
|
|
@@ -6115,30 +5975,18 @@ export interface InitOutput {
|
|
|
6115
5975
|
readonly invaliddatacontractiderror_getInvalidId: (a: number) => number;
|
|
6116
5976
|
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
6117
5977
|
readonly invaliddatacontractiderror_message: (a: number, b: number) => void;
|
|
6118
|
-
readonly
|
|
6119
|
-
readonly
|
|
6120
|
-
readonly
|
|
6121
|
-
readonly invalidjsonschemareferror_message: (a: number, b: number) => void;
|
|
6122
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number) => void;
|
|
6123
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => number;
|
|
6124
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
6125
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number, b: number) => void;
|
|
6126
|
-
readonly __wbg_missingdocumenttypeerror_free: (a: number) => void;
|
|
6127
|
-
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
6128
|
-
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
6129
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
6130
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
6131
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
6132
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
5978
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number) => void;
|
|
5979
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
5980
|
+
readonly missingmasterpublickeyerror_message: (a: number, b: number) => void;
|
|
6133
5981
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number) => void;
|
|
6134
5982
|
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
6135
5983
|
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
6136
5984
|
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
6137
5985
|
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
6138
|
-
readonly
|
|
6139
|
-
readonly
|
|
6140
|
-
readonly
|
|
6141
|
-
readonly
|
|
5986
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5987
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
5988
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5989
|
+
readonly wrongpublickeypurposeerror_message: (a: number, b: number) => void;
|
|
6142
5990
|
readonly __wbg_balanceisnotenougherror_free: (a: number) => void;
|
|
6143
5991
|
readonly balanceisnotenougherror_getBalance: (a: number) => number;
|
|
6144
5992
|
readonly balanceisnotenougherror_getFee: (a: number) => number;
|
|
@@ -6150,10 +5998,21 @@ export interface InitOutput {
|
|
|
6150
5998
|
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
6151
5999
|
readonly identitynotfounderror_message: (a: number, b: number) => void;
|
|
6152
6000
|
readonly identitynotfounderror_serialize: (a: number, b: number) => void;
|
|
6153
|
-
readonly
|
|
6154
|
-
readonly
|
|
6155
|
-
readonly
|
|
6156
|
-
readonly
|
|
6001
|
+
readonly __wbg_documentnotfounderror_free: (a: number) => void;
|
|
6002
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => number;
|
|
6003
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
6004
|
+
readonly documentnotfounderror_message: (a: number, b: number) => void;
|
|
6005
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number) => void;
|
|
6006
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
6007
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
6008
|
+
readonly invalididentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
6009
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number) => void;
|
|
6010
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => number;
|
|
6011
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => number;
|
|
6012
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
6013
|
+
readonly invalididentityrevisionerror_message: (a: number, b: number) => void;
|
|
6014
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
6015
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number, b: number) => void;
|
|
6157
6016
|
readonly __wbg_identitycreatetransition_free: (a: number) => void;
|
|
6158
6017
|
readonly identitycreatetransition_new: (a: number, b: number) => void;
|
|
6159
6018
|
readonly identitycreatetransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
@@ -6182,6 +6041,7 @@ export interface InitOutput {
|
|
|
6182
6041
|
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6183
6042
|
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6184
6043
|
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
6044
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
6185
6045
|
readonly identitycreatetransition_identityId: (a: number) => number;
|
|
6186
6046
|
readonly identitycreatetransition_getOwnerId: (a: number) => number;
|
|
6187
6047
|
readonly identitycreatetransition_publicKeys: (a: number, b: number) => void;
|
|
@@ -6189,8 +6049,9 @@ export interface InitOutput {
|
|
|
6189
6049
|
readonly balanceisnotenougherror_new: (a: number, b: number) => number;
|
|
6190
6050
|
readonly __wbg_statetransitionfactory_free: (a: number) => void;
|
|
6191
6051
|
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number, b: number) => void;
|
|
6192
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
6193
6052
|
readonly __wbg_identitynotfounderror_free: (a: number) => void;
|
|
6053
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number) => void;
|
|
6054
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
6194
6055
|
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number) => void;
|
|
6195
6056
|
readonly __wbg_datacontracterror_free: (a: number) => void;
|
|
6196
6057
|
readonly datacontracterror_getCode: (a: number) => number;
|
|
@@ -6200,23 +6061,26 @@ export interface InitOutput {
|
|
|
6200
6061
|
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number, b: number) => void;
|
|
6201
6062
|
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
6202
6063
|
readonly incompatibledocumenttypeschemaerror_message: (a: number, b: number) => void;
|
|
6203
|
-
readonly
|
|
6204
|
-
readonly
|
|
6205
|
-
readonly
|
|
6206
|
-
readonly
|
|
6207
|
-
readonly
|
|
6208
|
-
readonly
|
|
6064
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
6065
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
6066
|
+
readonly serializedobjectparsingerror_message: (a: number, b: number) => void;
|
|
6067
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number) => void;
|
|
6068
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
6069
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number, b: number) => void;
|
|
6070
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number) => void;
|
|
6071
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
6072
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
6073
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
6074
|
+
readonly incompatibleprotocolversionerror_message: (a: number, b: number) => void;
|
|
6075
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
6076
|
+
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
6077
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number) => void;
|
|
6209
6078
|
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
6210
6079
|
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
6211
6080
|
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
6212
6081
|
readonly invalidstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
6213
6082
|
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
6214
6083
|
readonly missingstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
6215
|
-
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number) => void;
|
|
6216
|
-
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => number;
|
|
6217
|
-
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => number;
|
|
6218
|
-
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
6219
|
-
readonly statetransitionmaxsizeexceedederror_message: (a: number, b: number) => void;
|
|
6220
6084
|
readonly __wbg_datacontractconfigupdateerror_free: (a: number) => void;
|
|
6221
6085
|
readonly datacontractconfigupdateerror_new: (a: number, b: number, c: number) => number;
|
|
6222
6086
|
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => number;
|
|
@@ -6239,10 +6103,6 @@ export interface InitOutput {
|
|
|
6239
6103
|
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => number;
|
|
6240
6104
|
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
6241
6105
|
readonly documentowneridmismatcherror_message: (a: number, b: number) => void;
|
|
6242
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number) => void;
|
|
6243
|
-
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
6244
|
-
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
6245
|
-
readonly identitypublickeyisdisablederror_message: (a: number, b: number) => void;
|
|
6246
6106
|
readonly __wbg_identitycredittransfertransition_free: (a: number) => void;
|
|
6247
6107
|
readonly identitycredittransfertransition_new: (a: number, b: number) => void;
|
|
6248
6108
|
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
@@ -6304,14 +6164,154 @@ export interface InitOutput {
|
|
|
6304
6164
|
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
6305
6165
|
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
6306
6166
|
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
6167
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
6307
6168
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
6308
6169
|
readonly identitycredittransfertransition_identityId: (a: number) => number;
|
|
6309
6170
|
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
6310
6171
|
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
6311
|
-
readonly
|
|
6172
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number, b: number) => void;
|
|
6312
6173
|
readonly datatriggerconditionerror_getDataContractId: (a: number) => number;
|
|
6313
6174
|
readonly datatriggerconditionerror_getDocumentId: (a: number) => number;
|
|
6314
|
-
readonly
|
|
6175
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
6176
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number) => void;
|
|
6177
|
+
readonly datacontractupdatetransition_new: (a: number, b: number) => void;
|
|
6178
|
+
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
6179
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => number;
|
|
6180
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
6181
|
+
readonly datacontractupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
6182
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6183
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6184
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6185
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6186
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6187
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6188
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
6189
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number) => void;
|
|
6190
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number, b: number) => void;
|
|
6191
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number, b: number) => void;
|
|
6192
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
6193
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number, b: number) => void;
|
|
6194
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number) => void;
|
|
6195
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
6196
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
6197
|
+
readonly invaliddatacontractversionerror_message: (a: number, b: number) => void;
|
|
6198
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number) => void;
|
|
6199
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
6200
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
6201
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number, b: number) => void;
|
|
6202
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number) => void;
|
|
6203
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
6204
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number, b: number) => void;
|
|
6205
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
6206
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
6207
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number) => void;
|
|
6208
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
6209
|
+
readonly invalididentitykeysignatureerror_message: (a: number, b: number) => void;
|
|
6210
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number) => void;
|
|
6211
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
6212
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number, b: number) => void;
|
|
6213
|
+
readonly __wbg_unsupportedversionerror_free: (a: number) => void;
|
|
6214
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
6215
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
6216
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
6217
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
6218
|
+
readonly unsupportedversionerror_message: (a: number, b: number) => void;
|
|
6219
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number) => void;
|
|
6220
|
+
readonly datatriggerexecutionerror_getMessage: (a: number, b: number) => void;
|
|
6221
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
6222
|
+
readonly datatriggerexecutionerror_message: (a: number, b: number) => void;
|
|
6223
|
+
readonly datatriggerexecutionerror_serialize: (a: number, b: number) => void;
|
|
6224
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number) => void;
|
|
6225
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => number;
|
|
6226
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => number;
|
|
6227
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => number;
|
|
6228
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number, b: number) => void;
|
|
6229
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => number;
|
|
6230
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
6231
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number) => void;
|
|
6232
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => number;
|
|
6233
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number, b: number) => void;
|
|
6234
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => number;
|
|
6235
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => number;
|
|
6236
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
6237
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
6238
|
+
readonly documenttimestampwindowviolationerror_message: (a: number, b: number) => void;
|
|
6239
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number) => void;
|
|
6240
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => number;
|
|
6241
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number, b: number) => void;
|
|
6242
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => number;
|
|
6243
|
+
readonly invalididentitynonceerror_getError: (a: number) => number;
|
|
6244
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
6245
|
+
readonly invalididentitynonceerror_message: (a: number, b: number) => void;
|
|
6246
|
+
readonly __wbg_identitypublickey_free: (a: number) => void;
|
|
6247
|
+
readonly identitypublickey_new: (a: number, b: number) => void;
|
|
6248
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
6249
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
6250
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
6251
|
+
readonly identitypublickey_setType: (a: number, b: number, c: number) => void;
|
|
6252
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number, d: number) => void;
|
|
6253
|
+
readonly identitypublickey_getData: (a: number) => number;
|
|
6254
|
+
readonly identitypublickey_setPurpose: (a: number, b: number, c: number) => void;
|
|
6255
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
6256
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
6257
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
6258
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
6259
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
6260
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: number) => void;
|
|
6261
|
+
readonly identitypublickey_getDisabledAt: (a: number) => number;
|
|
6262
|
+
readonly identitypublickey_hash: (a: number, b: number) => void;
|
|
6263
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
6264
|
+
readonly identitypublickey_toJSON: (a: number, b: number) => void;
|
|
6265
|
+
readonly identitypublickey_toObject: (a: number, b: number) => void;
|
|
6266
|
+
readonly identitypublickey_toBuffer: (a: number, b: number) => void;
|
|
6267
|
+
readonly identitypublickey_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6268
|
+
readonly __wbg_chainassetlockproof_free: (a: number) => void;
|
|
6269
|
+
readonly chainassetlockproof_new: (a: number, b: number) => void;
|
|
6270
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
6271
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
6272
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
6273
|
+
readonly chainassetlockproof_getOutPoint: (a: number, b: number) => void;
|
|
6274
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number, d: number) => void;
|
|
6275
|
+
readonly chainassetlockproof_toJSON: (a: number, b: number) => void;
|
|
6276
|
+
readonly chainassetlockproof_toObject: (a: number, b: number) => void;
|
|
6277
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => number;
|
|
6278
|
+
readonly __wbg_identityupdatetransition_free: (a: number) => void;
|
|
6279
|
+
readonly identityupdatetransition_new: (a: number, b: number) => void;
|
|
6280
|
+
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number, d: number) => void;
|
|
6281
|
+
readonly identityupdatetransition_addPublicKeys: (a: number, b: number) => void;
|
|
6282
|
+
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number, b: number) => void;
|
|
6283
|
+
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
6284
|
+
readonly identityupdatetransition_getType: (a: number) => number;
|
|
6285
|
+
readonly identityupdatetransition_getIdentityId: (a: number) => number;
|
|
6286
|
+
readonly identityupdatetransition_setIdentityId: (a: number, b: number) => void;
|
|
6287
|
+
readonly identityupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6288
|
+
readonly identityupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
6289
|
+
readonly identityupdatetransition_toJSON: (a: number, b: number) => void;
|
|
6290
|
+
readonly identityupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6291
|
+
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6292
|
+
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number, c: number) => void;
|
|
6293
|
+
readonly identityupdatetransition_getSignature: (a: number) => number;
|
|
6294
|
+
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6295
|
+
readonly identityupdatetransition_getRevision: (a: number) => number;
|
|
6296
|
+
readonly identityupdatetransition_setRevision: (a: number, b: number) => void;
|
|
6297
|
+
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6298
|
+
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
6299
|
+
readonly getLatestProtocolVersion: () => number;
|
|
6300
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6301
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
6302
|
+
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6303
|
+
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6304
|
+
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6305
|
+
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
6306
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
6307
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
6308
|
+
readonly identityupdatetransition_getPublicKeysToAdd: (a: number, b: number) => void;
|
|
6309
|
+
readonly identityupdatetransition_identityId: (a: number) => number;
|
|
6310
|
+
readonly identityupdatetransition_getOwnerId: (a: number) => number;
|
|
6311
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number, b: number) => void;
|
|
6312
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => number;
|
|
6313
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => number;
|
|
6314
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
6315
6315
|
readonly rustsecp256k1_v0_8_1_context_create: (a: number) => number;
|
|
6316
6316
|
readonly rustsecp256k1_v0_8_1_context_destroy: (a: number) => void;
|
|
6317
6317
|
readonly rustsecp256k1_v0_8_1_default_illegal_callback_fn: (a: number, b: number) => void;
|