@dashevo/wasm-dpp 1.6.0-dev.1 → 1.6.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/dist/wasm/wasm_dpp.d.ts +818 -818
- package/dist/wasm/wasm_dpp.js +47 -47
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +818 -818
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* @returns {number}
|
|
5
|
-
*/
|
|
6
|
-
export function getLatestProtocolVersion(): number;
|
|
7
|
-
/**
|
|
8
|
-
* @param {Uint8Array} bytes
|
|
9
|
-
* @returns {any}
|
|
10
|
-
*/
|
|
11
|
-
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
12
|
-
/**
|
|
13
4
|
* @param {any} contract_id
|
|
14
5
|
* @param {any} owner_id
|
|
15
6
|
* @param {string} document_type
|
|
@@ -23,6 +14,32 @@ export function generateDocumentId(contract_id: any, owner_id: any, document_typ
|
|
|
23
14
|
*/
|
|
24
15
|
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
25
16
|
/**
|
|
17
|
+
* @returns {number}
|
|
18
|
+
*/
|
|
19
|
+
export function getLatestProtocolVersion(): number;
|
|
20
|
+
/**
|
|
21
|
+
* @param {Uint8Array} bytes
|
|
22
|
+
* @returns {any}
|
|
23
|
+
*/
|
|
24
|
+
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
25
|
+
/**
|
|
26
|
+
*/
|
|
27
|
+
export enum KeySecurityLevel {
|
|
28
|
+
MASTER = 0,
|
|
29
|
+
CRITICAL = 1,
|
|
30
|
+
HIGH = 2,
|
|
31
|
+
MEDIUM = 3,
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
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
|
+
/**
|
|
26
43
|
*/
|
|
27
44
|
export enum KeyPurpose {
|
|
28
45
|
/**
|
|
@@ -56,15 +73,6 @@ export enum KeyPurpose {
|
|
|
56
73
|
}
|
|
57
74
|
/**
|
|
58
75
|
*/
|
|
59
|
-
export enum KeyType {
|
|
60
|
-
ECDSA_SECP256K1 = 0,
|
|
61
|
-
BLS12_381 = 1,
|
|
62
|
-
ECDSA_HASH160 = 2,
|
|
63
|
-
BIP13_SCRIPT_HASH = 3,
|
|
64
|
-
EDDSA_25519_HASH160 = 4,
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
*/
|
|
68
76
|
export enum StateTransitionTypes {
|
|
69
77
|
DataContractCreate = 0,
|
|
70
78
|
DocumentsBatch = 1,
|
|
@@ -78,14 +86,6 @@ export enum StateTransitionTypes {
|
|
|
78
86
|
}
|
|
79
87
|
/**
|
|
80
88
|
*/
|
|
81
|
-
export enum KeySecurityLevel {
|
|
82
|
-
MASTER = 0,
|
|
83
|
-
CRITICAL = 1,
|
|
84
|
-
HIGH = 2,
|
|
85
|
-
MEDIUM = 3,
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
*/
|
|
89
89
|
export class AssetLockOutputNotFoundError {
|
|
90
90
|
free(): void;
|
|
91
91
|
}
|
|
@@ -5222,6 +5222,93 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
5222
5222
|
|
|
5223
5223
|
export interface InitOutput {
|
|
5224
5224
|
readonly memory: WebAssembly.Memory;
|
|
5225
|
+
readonly __wbg_datacontract_free: (a: number) => void;
|
|
5226
|
+
readonly datacontract_new: (a: number, b: number, c: number) => void;
|
|
5227
|
+
readonly datacontract_getId: (a: number) => number;
|
|
5228
|
+
readonly datacontract_setId: (a: number, b: number, c: number) => void;
|
|
5229
|
+
readonly datacontract_getOwnerId: (a: number) => number;
|
|
5230
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
5231
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
5232
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
5233
|
+
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number, d: number) => void;
|
|
5234
|
+
readonly datacontract_setDocumentSchemas: (a: number, b: number, c: number, d: number) => void;
|
|
5235
|
+
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5236
|
+
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number, d: number) => void;
|
|
5237
|
+
readonly datacontract_getDocumentSchemas: (a: number) => number;
|
|
5238
|
+
readonly datacontract_getSchemaDefs: (a: number) => number;
|
|
5239
|
+
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number, d: number) => void;
|
|
5240
|
+
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
5241
|
+
readonly datacontract_setIdentityNonce: (a: number, b: number, c: number) => void;
|
|
5242
|
+
readonly datacontract_getIdentityNonce: (a: number) => number;
|
|
5243
|
+
readonly datacontract_getMetadata: (a: number) => number;
|
|
5244
|
+
readonly datacontract_setMetadata: (a: number, b: number, c: number) => void;
|
|
5245
|
+
readonly datacontract_toObject: (a: number, b: number) => void;
|
|
5246
|
+
readonly datacontract_getConfig: (a: number, b: number) => void;
|
|
5247
|
+
readonly datacontract_setConfig: (a: number, b: number, c: number) => void;
|
|
5248
|
+
readonly datacontract_toJSON: (a: number, b: number) => void;
|
|
5249
|
+
readonly datacontract_toBuffer: (a: number, b: number) => void;
|
|
5250
|
+
readonly datacontract_hash: (a: number, b: number) => void;
|
|
5251
|
+
readonly datacontract_clone: (a: number) => number;
|
|
5252
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5253
|
+
readonly __wbg_extendeddocument_free: (a: number) => void;
|
|
5254
|
+
readonly extendeddocument_new: (a: number, b: number, c: number) => void;
|
|
5255
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5256
|
+
readonly extendeddocument_getType: (a: number, b: number) => void;
|
|
5257
|
+
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
5258
|
+
readonly extendeddocument_getDataContractId: (a: number) => number;
|
|
5259
|
+
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
5260
|
+
readonly extendeddocument_setDataContractId: (a: number, b: number, c: number) => void;
|
|
5261
|
+
readonly extendeddocument_setEntropy: (a: number, b: number, c: number, d: number) => void;
|
|
5262
|
+
readonly extendeddocument_getEntropy: (a: number) => number;
|
|
5263
|
+
readonly extendeddocument_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5264
|
+
readonly extendeddocument_get: (a: number, b: number, c: number) => number;
|
|
5265
|
+
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
5266
|
+
readonly extendeddocument_setMetadata: (a: number, b: number, c: number) => void;
|
|
5267
|
+
readonly extendeddocument_toObject: (a: number, b: number, c: number) => void;
|
|
5268
|
+
readonly extendeddocument_toJSON: (a: number, b: number) => void;
|
|
5269
|
+
readonly extendeddocument_toBuffer: (a: number, b: number) => void;
|
|
5270
|
+
readonly extendeddocument_hash: (a: number, b: number) => void;
|
|
5271
|
+
readonly extendeddocument_clone: (a: number) => number;
|
|
5272
|
+
readonly extendeddocument_validate: (a: number, b: number, c: number) => void;
|
|
5273
|
+
readonly __wbg_document_free: (a: number) => void;
|
|
5274
|
+
readonly document_new: (a: number, b: number, c: number, d: number) => void;
|
|
5275
|
+
readonly document_getId: (a: number) => number;
|
|
5276
|
+
readonly document_setId: (a: number, b: number) => void;
|
|
5277
|
+
readonly document_setOwnerId: (a: number, b: number) => void;
|
|
5278
|
+
readonly document_getOwnerId: (a: number) => number;
|
|
5279
|
+
readonly document_setRevision: (a: number, b: number, c: number) => void;
|
|
5280
|
+
readonly document_getRevision: (a: number, b: number) => void;
|
|
5281
|
+
readonly document_setData: (a: number, b: number, c: number) => void;
|
|
5282
|
+
readonly document_getData: (a: number, b: number) => void;
|
|
5283
|
+
readonly document_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5284
|
+
readonly document_get: (a: number, b: number, c: number, d: number) => void;
|
|
5285
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
5286
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
5287
|
+
readonly document_getCreatedAt: (a: number) => number;
|
|
5288
|
+
readonly document_getUpdatedAt: (a: number) => number;
|
|
5289
|
+
readonly document_hash: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5290
|
+
readonly document_clone: (a: number) => number;
|
|
5291
|
+
readonly extendeddocument_setId: (a: number, b: number) => void;
|
|
5292
|
+
readonly extendeddocument_setOwnerId: (a: number, b: number) => void;
|
|
5293
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: number) => void;
|
|
5294
|
+
readonly extendeddocument_setData: (a: number, b: number, c: number) => void;
|
|
5295
|
+
readonly extendeddocument_getRevision: (a: number, b: number) => void;
|
|
5296
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number) => void;
|
|
5297
|
+
readonly __wbg_revisionabsenterror_free: (a: number) => void;
|
|
5298
|
+
readonly __wbg_documentnorevisionerror_free: (a: number) => void;
|
|
5299
|
+
readonly extendeddocument_getId: (a: number) => number;
|
|
5300
|
+
readonly extendeddocument_getOwnerId: (a: number) => number;
|
|
5301
|
+
readonly extendeddocument_getData: (a: number, b: number) => void;
|
|
5302
|
+
readonly extendeddocument_getCreatedAt: (a: number) => number;
|
|
5303
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => number;
|
|
5304
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
5305
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
5306
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5307
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5308
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5309
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5310
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5311
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5225
5312
|
readonly __wbg_invaliddatacontracterror_free: (a: number) => void;
|
|
5226
5313
|
readonly invaliddatacontracterror_getErrors: (a: number, b: number) => void;
|
|
5227
5314
|
readonly invaliddatacontracterror_getRawDataContract: (a: number) => number;
|
|
@@ -5258,9 +5345,9 @@ export interface InitOutput {
|
|
|
5258
5345
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number, b: number) => void;
|
|
5259
5346
|
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5260
5347
|
readonly inconsistentcompoundindexdataerror_message: (a: number, b: number) => void;
|
|
5261
|
-
readonly
|
|
5262
|
-
readonly
|
|
5263
|
-
readonly
|
|
5348
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number) => void;
|
|
5349
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5350
|
+
readonly missingdatacontractiderror_message: (a: number, b: number) => void;
|
|
5264
5351
|
readonly __wbg_invalididentitykeysignatureerror_free: (a: number) => void;
|
|
5265
5352
|
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5266
5353
|
readonly invalididentitykeysignatureerror_message: (a: number, b: number) => void;
|
|
@@ -5269,27 +5356,28 @@ export interface InitOutput {
|
|
|
5269
5356
|
readonly invalididentitypublickeydataerror_getValidationError: (a: number, b: number) => void;
|
|
5270
5357
|
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5271
5358
|
readonly invalididentitypublickeydataerror_message: (a: number, b: number) => void;
|
|
5272
|
-
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number) => void;
|
|
5273
|
-
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5274
|
-
readonly invalidinstantassetlockproofsignatureerror_message: (a: number, b: number) => void;
|
|
5275
5359
|
readonly __wbg_incompatibleprotocolversionerror_free: (a: number) => void;
|
|
5276
5360
|
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5277
5361
|
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5278
5362
|
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5279
5363
|
readonly incompatibleprotocolversionerror_message: (a: number, b: number) => void;
|
|
5280
|
-
readonly
|
|
5281
|
-
readonly
|
|
5282
|
-
readonly
|
|
5283
|
-
readonly
|
|
5284
|
-
readonly
|
|
5285
|
-
readonly
|
|
5286
|
-
readonly
|
|
5287
|
-
readonly
|
|
5288
|
-
readonly
|
|
5289
|
-
readonly
|
|
5290
|
-
readonly
|
|
5291
|
-
readonly
|
|
5292
|
-
readonly
|
|
5364
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5365
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
5366
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5367
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number, b: number) => void;
|
|
5368
|
+
readonly __wbg_basicblserror_free: (a: number) => void;
|
|
5369
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
5370
|
+
readonly basicblserror_message: (a: number, b: number) => void;
|
|
5371
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number) => void;
|
|
5372
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => number;
|
|
5373
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5374
|
+
readonly documenttimestampsmismatcherror_message: (a: number, b: number) => void;
|
|
5375
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number) => void;
|
|
5376
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => number;
|
|
5377
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number, b: number) => void;
|
|
5378
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => number;
|
|
5379
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5380
|
+
readonly invaliddocumentrevisionerror_message: (a: number, b: number) => void;
|
|
5293
5381
|
readonly __wbg_invalididentityrevisionerror_free: (a: number) => void;
|
|
5294
5382
|
readonly invalididentityrevisionerror_getIdentityId: (a: number) => number;
|
|
5295
5383
|
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => number;
|
|
@@ -5304,11 +5392,10 @@ export interface InitOutput {
|
|
|
5304
5392
|
readonly validationresult_getData: (a: number) => number;
|
|
5305
5393
|
readonly validationresult_getFirstError: (a: number) => number;
|
|
5306
5394
|
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5307
|
-
readonly
|
|
5395
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number) => void;
|
|
5308
5396
|
readonly __wbg_invalidstatetransitionerror_free: (a: number) => void;
|
|
5309
5397
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => number;
|
|
5310
5398
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number, b: number) => void;
|
|
5311
|
-
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
5312
5399
|
readonly invalidstatetransitionerror_getErrors: (a: number, b: number) => void;
|
|
5313
5400
|
readonly validationresult_getErrors: (a: number, b: number) => void;
|
|
5314
5401
|
readonly __wbg_assetlockoutputnotfounderror_free: (a: number) => void;
|
|
@@ -5344,10 +5431,6 @@ export interface InitOutput {
|
|
|
5344
5431
|
readonly __wbg_datacontracterror_free: (a: number) => void;
|
|
5345
5432
|
readonly datacontracterror_getCode: (a: number) => number;
|
|
5346
5433
|
readonly datacontracterror_message: (a: number, b: number) => void;
|
|
5347
|
-
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number) => void;
|
|
5348
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
5349
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
5350
|
-
readonly datacontractmaxdeptherror_message: (a: number, b: number) => void;
|
|
5351
5434
|
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => number;
|
|
5352
5435
|
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5353
5436
|
readonly invaliddocumenttransitioniderror_message: (a: number, b: number) => void;
|
|
@@ -5356,9 +5439,6 @@ export interface InitOutput {
|
|
|
5356
5439
|
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => number;
|
|
5357
5440
|
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5358
5441
|
readonly invaliddocumenttypeerror_message: (a: number, b: number) => void;
|
|
5359
|
-
readonly __wbg_missingdocumenttypeerror_free: (a: number) => void;
|
|
5360
|
-
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5361
|
-
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
5362
5442
|
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number) => void;
|
|
5363
5443
|
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => number;
|
|
5364
5444
|
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => number;
|
|
@@ -5373,6 +5453,14 @@ export interface InitOutput {
|
|
|
5373
5453
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => number;
|
|
5374
5454
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5375
5455
|
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number, b: number) => void;
|
|
5456
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number) => void;
|
|
5457
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5458
|
+
readonly identitycredittransfertoselferror_message: (a: number, b: number) => void;
|
|
5459
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number) => void;
|
|
5460
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5461
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5462
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5463
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number, b: number) => void;
|
|
5376
5464
|
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number) => void;
|
|
5377
5465
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => number;
|
|
5378
5466
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
@@ -5381,23 +5469,21 @@ export interface InitOutput {
|
|
|
5381
5469
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => number;
|
|
5382
5470
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5383
5471
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number, b: number) => void;
|
|
5472
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5473
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
5384
5474
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number) => void;
|
|
5385
5475
|
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5386
5476
|
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5387
5477
|
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5388
5478
|
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
5389
|
-
readonly
|
|
5390
|
-
readonly
|
|
5391
|
-
readonly
|
|
5392
|
-
readonly
|
|
5393
|
-
readonly
|
|
5394
|
-
readonly
|
|
5395
|
-
readonly
|
|
5396
|
-
readonly
|
|
5397
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number) => void;
|
|
5398
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => number;
|
|
5399
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5400
|
-
readonly documenttimestampsmismatcherror_message: (a: number, b: number) => void;
|
|
5479
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number) => void;
|
|
5480
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5481
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number, b: number) => void;
|
|
5482
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number) => void;
|
|
5483
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => number;
|
|
5484
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5485
|
+
readonly documentalreadypresenterror_message: (a: number, b: number) => void;
|
|
5486
|
+
readonly __wbg_identityfactory_free: (a: number) => void;
|
|
5401
5487
|
readonly identityfactory_new: (a: number, b: number) => void;
|
|
5402
5488
|
readonly identityfactory_create: (a: number, b: number, c: number, d: number) => void;
|
|
5403
5489
|
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
@@ -5409,50 +5495,182 @@ export interface InitOutput {
|
|
|
5409
5495
|
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void;
|
|
5410
5496
|
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5411
5497
|
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => number;
|
|
5498
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5412
5499
|
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => number;
|
|
5413
5500
|
readonly documentsbatchtransition_isDocumentStateTransition: (a: number) => number;
|
|
5414
5501
|
readonly documentsbatchtransition_isIdentityStateTransition: (a: number) => number;
|
|
5415
5502
|
readonly documentsbatchtransition_isVotingStateTransition: (a: number) => number;
|
|
5416
5503
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number) => void;
|
|
5417
|
-
readonly
|
|
5504
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
5418
5505
|
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
5419
5506
|
readonly __wbg_invaliddocumentactionerror_free: (a: number) => void;
|
|
5420
5507
|
readonly __wbg_documenttransition_free: (a: number) => void;
|
|
5421
|
-
readonly
|
|
5422
|
-
readonly
|
|
5423
|
-
readonly
|
|
5424
|
-
readonly
|
|
5425
|
-
readonly
|
|
5426
|
-
readonly
|
|
5427
|
-
readonly
|
|
5428
|
-
readonly
|
|
5429
|
-
readonly
|
|
5430
|
-
readonly
|
|
5431
|
-
readonly
|
|
5432
|
-
readonly
|
|
5433
|
-
readonly
|
|
5434
|
-
readonly
|
|
5435
|
-
readonly
|
|
5436
|
-
readonly
|
|
5437
|
-
readonly
|
|
5438
|
-
readonly
|
|
5439
|
-
readonly
|
|
5440
|
-
readonly
|
|
5441
|
-
readonly
|
|
5442
|
-
readonly
|
|
5443
|
-
readonly
|
|
5444
|
-
readonly
|
|
5445
|
-
readonly
|
|
5446
|
-
readonly
|
|
5447
|
-
readonly
|
|
5448
|
-
readonly
|
|
5449
|
-
readonly
|
|
5450
|
-
readonly
|
|
5451
|
-
readonly
|
|
5452
|
-
readonly
|
|
5453
|
-
readonly
|
|
5454
|
-
readonly
|
|
5455
|
-
readonly
|
|
5508
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number) => void;
|
|
5509
|
+
readonly datacontractupdatetransition_new: (a: number, b: number) => void;
|
|
5510
|
+
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
5511
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => number;
|
|
5512
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5513
|
+
readonly datacontractupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
5514
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5515
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5516
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5517
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5518
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5519
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5520
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5521
|
+
readonly generateDocumentId: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5522
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number) => void;
|
|
5523
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
5524
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
5525
|
+
readonly datacontractmaxdeptherror_message: (a: number, b: number) => void;
|
|
5526
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number) => void;
|
|
5527
|
+
readonly incompatiblere2patternerror_getPattern: (a: number, b: number) => void;
|
|
5528
|
+
readonly incompatiblere2patternerror_getPath: (a: number, b: number) => void;
|
|
5529
|
+
readonly incompatiblere2patternerror_getMessage: (a: number, b: number) => void;
|
|
5530
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5531
|
+
readonly incompatiblere2patternerror_message: (a: number, b: number) => void;
|
|
5532
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number) => void;
|
|
5533
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5534
|
+
readonly documenttransitionsareabsenterror_message: (a: number, b: number) => void;
|
|
5535
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number) => void;
|
|
5536
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5537
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5538
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5539
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5540
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
5541
|
+
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
5542
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5543
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5544
|
+
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
5545
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5546
|
+
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5547
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number) => void;
|
|
5548
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5549
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5550
|
+
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
5551
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number) => void;
|
|
5552
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => number;
|
|
5553
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5554
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number, b: number) => void;
|
|
5555
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5556
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number, b: number) => void;
|
|
5557
|
+
readonly __wbg_valueerror_free: (a: number) => void;
|
|
5558
|
+
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
5559
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
5560
|
+
readonly valueerror_message: (a: number, b: number) => void;
|
|
5561
|
+
readonly __wbg_assetlockproof_free: (a: number) => void;
|
|
5562
|
+
readonly assetlockproof_new: (a: number, b: number) => void;
|
|
5563
|
+
readonly assetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
5564
|
+
readonly assetlockproof_toObject: (a: number, b: number) => void;
|
|
5565
|
+
readonly createAssetLockProofInstance: (a: number, b: number) => void;
|
|
5566
|
+
readonly __wbg_identitycreatetransition_free: (a: number) => void;
|
|
5567
|
+
readonly identitycreatetransition_new: (a: number, b: number) => void;
|
|
5568
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
5569
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => number;
|
|
5570
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => number;
|
|
5571
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number, d: number) => void;
|
|
5572
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number, d: number) => void;
|
|
5573
|
+
readonly identitycreatetransition_getPublicKeys: (a: number, b: number) => void;
|
|
5574
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
5575
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => number;
|
|
5576
|
+
readonly identitycreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5577
|
+
readonly identitycreatetransition_toBuffer: (a: number, b: number) => void;
|
|
5578
|
+
readonly identitycreatetransition_toJSON: (a: number, b: number) => void;
|
|
5579
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5580
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5581
|
+
readonly identitycreatetransition_getSignature: (a: number) => number;
|
|
5582
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5583
|
+
readonly __wbg_identitypublickeywithwitness_free: (a: number) => void;
|
|
5584
|
+
readonly identitypublickeywithwitness_new: (a: number, b: number) => void;
|
|
5585
|
+
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
5586
|
+
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
5587
|
+
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
5588
|
+
readonly identitypublickeywithwitness_setType: (a: number, b: number, c: number) => void;
|
|
5589
|
+
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number, d: number) => void;
|
|
5590
|
+
readonly identitypublickeywithwitness_getData: (a: number) => number;
|
|
5591
|
+
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number, c: number) => void;
|
|
5592
|
+
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
5593
|
+
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
5594
|
+
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: number, c: number, d: number) => void;
|
|
5595
|
+
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
5596
|
+
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
5597
|
+
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
5598
|
+
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
5599
|
+
readonly identitypublickeywithwitness_getSignature: (a: number, b: number) => void;
|
|
5600
|
+
readonly identitypublickeywithwitness_hash: (a: number, b: number) => void;
|
|
5601
|
+
readonly identitypublickeywithwitness_toJSON: (a: number, b: number) => void;
|
|
5602
|
+
readonly identitypublickeywithwitness_toObject: (a: number, b: number, c: number) => void;
|
|
5603
|
+
readonly __wbg_identitytopuptransition_free: (a: number) => void;
|
|
5604
|
+
readonly identitytopuptransition_new: (a: number, b: number) => void;
|
|
5605
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
5606
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => number;
|
|
5607
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => number;
|
|
5608
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
5609
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => number;
|
|
5610
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: number) => void;
|
|
5611
|
+
readonly identitytopuptransition_toObject: (a: number, b: number, c: number) => void;
|
|
5612
|
+
readonly identitytopuptransition_toBuffer: (a: number, b: number) => void;
|
|
5613
|
+
readonly identitytopuptransition_toJSON: (a: number, b: number) => void;
|
|
5614
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5615
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5616
|
+
readonly identitytopuptransition_getSignature: (a: number) => number;
|
|
5617
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5618
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5619
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5620
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5621
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5622
|
+
readonly identitycreatetransition_publicKeys: (a: number, b: number) => void;
|
|
5623
|
+
readonly identitycreatetransition_identityId: (a: number) => number;
|
|
5624
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => number;
|
|
5625
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5626
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5627
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5628
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5629
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5630
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5631
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5632
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5633
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5634
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5635
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
5636
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
5637
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number) => void;
|
|
5638
|
+
readonly identitytopuptransition_identityId: (a: number) => number;
|
|
5639
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => number;
|
|
5640
|
+
readonly getLatestProtocolVersion: () => number;
|
|
5641
|
+
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number) => void;
|
|
5642
|
+
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number, b: number) => void;
|
|
5643
|
+
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number, b: number) => void;
|
|
5644
|
+
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
5645
|
+
readonly incompatibledocumenttypeschemaerror_message: (a: number, b: number) => void;
|
|
5646
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number) => void;
|
|
5647
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => number;
|
|
5648
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => number;
|
|
5649
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5650
|
+
readonly invaliddatacontractiderror_message: (a: number, b: number) => void;
|
|
5651
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number) => void;
|
|
5652
|
+
readonly invalidjsonschemareferror_getRefError: (a: number, b: number) => void;
|
|
5653
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5654
|
+
readonly invalidjsonschemareferror_message: (a: number, b: number) => void;
|
|
5655
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number, b: number) => void;
|
|
5656
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5657
|
+
readonly serializedobjectparsingerror_message: (a: number, b: number) => void;
|
|
5658
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number) => void;
|
|
5659
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => number;
|
|
5660
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5661
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number, b: number) => void;
|
|
5662
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number) => void;
|
|
5663
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5664
|
+
readonly missingdocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
5665
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
5666
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
5667
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number, b: number) => void;
|
|
5668
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number) => void;
|
|
5669
|
+
readonly datacontractconfigupdateerror_new: (a: number, b: number, c: number) => number;
|
|
5670
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => number;
|
|
5671
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5672
|
+
readonly datacontractconfigupdateerror_message: (a: number, b: number) => void;
|
|
5673
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number) => void;
|
|
5456
5674
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => number;
|
|
5457
5675
|
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number, b: number) => void;
|
|
5458
5676
|
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => number;
|
|
@@ -5460,11 +5678,14 @@ export interface InitOutput {
|
|
|
5460
5678
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
5461
5679
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5462
5680
|
readonly documenttimestampwindowviolationerror_message: (a: number, b: number) => void;
|
|
5463
|
-
readonly
|
|
5464
|
-
readonly
|
|
5465
|
-
readonly
|
|
5466
|
-
readonly
|
|
5467
|
-
readonly
|
|
5681
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number) => void;
|
|
5682
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => number;
|
|
5683
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5684
|
+
readonly documenttimestampsareequalerror_message: (a: number, b: number) => void;
|
|
5685
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number) => void;
|
|
5686
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
5687
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
5688
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number, b: number) => void;
|
|
5468
5689
|
readonly __wbg_identityfacade_free: (a: number) => void;
|
|
5469
5690
|
readonly identityfacade_create: (a: number, b: number, c: number, d: number) => void;
|
|
5470
5691
|
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
@@ -5476,10 +5697,8 @@ export interface InitOutput {
|
|
|
5476
5697
|
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5477
5698
|
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5478
5699
|
readonly __wbg_nonconsensuserrorwasm_free: (a: number) => void;
|
|
5479
|
-
readonly
|
|
5480
|
-
readonly
|
|
5481
|
-
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
5482
|
-
readonly __wbg_invalididentitypublickeyiderror_free: (a: number) => void;
|
|
5700
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
5701
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number) => void;
|
|
5483
5702
|
readonly __wbg_dashplatformprotocol_free: (a: number) => void;
|
|
5484
5703
|
readonly dashplatformprotocol_new: (a: number, b: number, c: number, d: number) => void;
|
|
5485
5704
|
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
@@ -5493,41 +5712,38 @@ export interface InitOutput {
|
|
|
5493
5712
|
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5494
5713
|
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number, c: number) => void;
|
|
5495
5714
|
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5496
|
-
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number) => void;
|
|
5497
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5498
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number, b: number) => void;
|
|
5499
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5500
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number, b: number) => void;
|
|
5501
5715
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number) => void;
|
|
5502
5716
|
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number, b: number) => void;
|
|
5503
5717
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number, b: number) => void;
|
|
5504
5718
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
5505
5719
|
readonly datacontractimmutablepropertiesupdateerror_message: (a: number, b: number) => void;
|
|
5720
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number) => void;
|
|
5721
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number, b: number) => void;
|
|
5722
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
5723
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5724
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
5506
5725
|
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number) => void;
|
|
5507
5726
|
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => number;
|
|
5508
5727
|
readonly incompatibledatacontractschemaerror_getOperation: (a: number, b: number) => void;
|
|
5509
5728
|
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number, b: number) => void;
|
|
5510
5729
|
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5511
5730
|
readonly incompatibledatacontractschemaerror_message: (a: number, b: number) => void;
|
|
5512
|
-
readonly
|
|
5513
|
-
readonly
|
|
5514
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
5515
|
-
readonly invaliddatacontractversionerror_message: (a: number, b: number) => void;
|
|
5731
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5732
|
+
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
5516
5733
|
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5517
5734
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5518
5735
|
readonly protocolversionparsingerror_message: (a: number, b: number) => void;
|
|
5519
5736
|
readonly protocolversionparsingerror_serialize: (a: number, b: number) => void;
|
|
5520
|
-
readonly
|
|
5521
|
-
readonly
|
|
5522
|
-
readonly
|
|
5523
|
-
readonly
|
|
5524
|
-
readonly
|
|
5525
|
-
readonly
|
|
5526
|
-
readonly
|
|
5527
|
-
readonly
|
|
5528
|
-
readonly
|
|
5529
|
-
readonly
|
|
5530
|
-
readonly invalidstatetransitionsignatureerror_message: (a: number, b: number) => void;
|
|
5737
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number) => void;
|
|
5738
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5739
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
5740
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number) => void;
|
|
5741
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5742
|
+
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
5743
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => number;
|
|
5744
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => number;
|
|
5745
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5746
|
+
readonly invalididentitycredittransferamounterror_message: (a: number, b: number) => void;
|
|
5531
5747
|
readonly __wbg_jsonschemaerror_free: (a: number) => void;
|
|
5532
5748
|
readonly jsonschemaerror_getKeyword: (a: number, b: number) => void;
|
|
5533
5749
|
readonly jsonschemaerror_getInstancePath: (a: number, b: number) => void;
|
|
@@ -5541,6 +5757,7 @@ export interface InitOutput {
|
|
|
5541
5757
|
readonly jsonschemaerror_schemaPath: (a: number, b: number) => void;
|
|
5542
5758
|
readonly jsonschemaerror_propertyName: (a: number, b: number) => void;
|
|
5543
5759
|
readonly jsonschemaerror_code: (a: number) => number;
|
|
5760
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number) => void;
|
|
5544
5761
|
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5545
5762
|
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5546
5763
|
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
@@ -5552,14 +5769,15 @@ export interface InitOutput {
|
|
|
5552
5769
|
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
5553
5770
|
readonly balanceisnotenougherror_message: (a: number, b: number) => void;
|
|
5554
5771
|
readonly balanceisnotenougherror_serialize: (a: number, b: number) => void;
|
|
5555
|
-
readonly
|
|
5556
|
-
readonly
|
|
5557
|
-
readonly
|
|
5558
|
-
readonly
|
|
5559
|
-
readonly
|
|
5560
|
-
readonly
|
|
5561
|
-
readonly
|
|
5562
|
-
readonly
|
|
5772
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5773
|
+
readonly signatureshouldnotbepresenterror_message: (a: number, b: number) => void;
|
|
5774
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
5775
|
+
readonly documentnotfounderror_message: (a: number, b: number) => void;
|
|
5776
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number) => void;
|
|
5777
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => number;
|
|
5778
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => number;
|
|
5779
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
5780
|
+
readonly documentowneridmismatcherror_message: (a: number, b: number) => void;
|
|
5563
5781
|
readonly __wbg_invalididentitynonceerror_free: (a: number) => void;
|
|
5564
5782
|
readonly invalididentitynonceerror_getIdentityId: (a: number) => number;
|
|
5565
5783
|
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number, b: number) => void;
|
|
@@ -5567,8 +5785,8 @@ export interface InitOutput {
|
|
|
5567
5785
|
readonly invalididentitynonceerror_getError: (a: number) => number;
|
|
5568
5786
|
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5569
5787
|
readonly invalididentitynonceerror_message: (a: number, b: number) => void;
|
|
5570
|
-
readonly
|
|
5571
|
-
readonly
|
|
5788
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5789
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number, b: number) => void;
|
|
5572
5790
|
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number) => void;
|
|
5573
5791
|
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => number;
|
|
5574
5792
|
readonly __wbg_chainassetlockproof_free: (a: number) => void;
|
|
@@ -5582,594 +5800,121 @@ export interface InitOutput {
|
|
|
5582
5800
|
readonly chainassetlockproof_toObject: (a: number, b: number) => void;
|
|
5583
5801
|
readonly chainassetlockproof_createIdentifier: (a: number) => number;
|
|
5584
5802
|
readonly jsonschemaerror_params: (a: number, b: number) => void;
|
|
5585
|
-
readonly
|
|
5586
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5803
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5587
5804
|
readonly balanceisnotenougherror_new: (a: number, b: number) => number;
|
|
5588
|
-
readonly
|
|
5805
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number) => void;
|
|
5589
5806
|
readonly __wbg_protocolversionparsingerror_free: (a: number) => void;
|
|
5590
|
-
readonly
|
|
5591
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number) => void;
|
|
5592
|
-
readonly __wbg_documentalreadypresenterror_free: (a: number) => void;
|
|
5593
|
-
readonly protocolversionparsingerror_getParsingError: (a: number, b: number) => void;
|
|
5594
|
-
readonly invalididentifiererror_getIdentifierName: (a: number, b: number) => void;
|
|
5595
|
-
readonly invalididentifiererror_getIdentifierError: (a: number, b: number) => void;
|
|
5596
|
-
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
5597
|
-
readonly documentalreadypresenterror_getDocumentId: (a: number) => number;
|
|
5598
|
-
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5599
|
-
readonly __wbg_duplicateindexerror_free: (a: number) => void;
|
|
5600
|
-
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
5601
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5602
|
-
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
5603
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number) => void;
|
|
5604
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5605
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number, b: number) => void;
|
|
5606
|
-
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
5607
|
-
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
5608
|
-
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
5609
|
-
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
5807
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number) => void;
|
|
5610
5808
|
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number) => void;
|
|
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 unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
5630
|
-
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
5631
|
-
readonly unsupportedversionerror_message: (a: number, b: number) => void;
|
|
5632
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number) => void;
|
|
5633
|
-
readonly datacontractalreadypresenterror_new: (a: number) => number;
|
|
5634
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => number;
|
|
5635
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
5636
|
-
readonly datacontractalreadypresenterror_message: (a: number, b: number) => void;
|
|
5637
|
-
readonly datacontractalreadypresenterror_serialize: (a: number, b: number) => void;
|
|
5638
|
-
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5639
|
-
readonly datacontractisreadonlyerror_message: (a: number, b: number) => void;
|
|
5640
|
-
readonly __wbg_datatriggerconditionerror_free: (a: number) => void;
|
|
5641
|
-
readonly datatriggerconditionerror_getMessage: (a: number, b: number) => void;
|
|
5642
|
-
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
5643
|
-
readonly datatriggerconditionerror_message: (a: number, b: number) => void;
|
|
5644
|
-
readonly datatriggerconditionerror_serialize: (a: number, b: number) => void;
|
|
5645
|
-
readonly __wbg_datatriggeractionconditionerror_free: (a: number) => void;
|
|
5646
|
-
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => number;
|
|
5647
|
-
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => number;
|
|
5648
|
-
readonly datatriggeractionconditionerror_getMessage: (a: number, b: number) => void;
|
|
5649
|
-
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => number;
|
|
5650
|
-
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
5651
|
-
readonly __wbg_instantassetlockproof_free: (a: number) => void;
|
|
5652
|
-
readonly instantassetlockproof_new: (a: number, b: number) => void;
|
|
5653
|
-
readonly instantassetlockproof_getType: (a: number) => number;
|
|
5654
|
-
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
5655
|
-
readonly instantassetlockproof_getOutPoint: (a: number, b: number) => void;
|
|
5656
|
-
readonly instantassetlockproof_getOutput: (a: number, b: number) => void;
|
|
5657
|
-
readonly instantassetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
5658
|
-
readonly instantassetlockproof_getInstantLock: (a: number) => number;
|
|
5659
|
-
readonly instantassetlockproof_getTransaction: (a: number) => number;
|
|
5660
|
-
readonly instantassetlockproof_toObject: (a: number, b: number) => void;
|
|
5661
|
-
readonly instantassetlockproof_toJSON: (a: number, b: number) => void;
|
|
5662
|
-
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5663
|
-
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5664
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
5665
|
-
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => number;
|
|
5666
|
-
readonly datacontractisreadonlyerror_new: (a: number) => number;
|
|
5667
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
5668
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number) => void;
|
|
5669
|
-
readonly __wbg_statetransitionfactory_free: (a: number) => void;
|
|
5670
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number, b: number) => void;
|
|
5671
|
-
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5672
|
-
readonly datatriggerconditionerror_getDataContractId: (a: number) => number;
|
|
5673
|
-
readonly datatriggerconditionerror_getDocumentId: (a: number) => number;
|
|
5809
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
5810
|
+
readonly __wbg_documentnotfounderror_free: (a: number) => void;
|
|
5811
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5812
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
5813
|
+
readonly protocolversionparsingerror_getParsingError: (a: number, b: number) => void;
|
|
5814
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number, b: number) => void;
|
|
5815
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => number;
|
|
5816
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => number;
|
|
5817
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5818
|
+
readonly datacontractgenericerror_getMessage: (a: number, b: number) => void;
|
|
5819
|
+
readonly __wbg_datacontractfactory_free: (a: number) => void;
|
|
5820
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5821
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5822
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5823
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => number;
|
|
5824
|
+
readonly __wbg_invalidactionerror_free: (a: number) => void;
|
|
5825
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number) => void;
|
|
5826
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5674
5827
|
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number) => void;
|
|
5675
5828
|
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number, b: number) => void;
|
|
5676
5829
|
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number, b: number) => void;
|
|
5677
5830
|
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
5678
5831
|
readonly datacontractuniqueindiceschangederror_message: (a: number, b: number) => void;
|
|
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
|
|
5707
|
-
readonly
|
|
5708
|
-
readonly
|
|
5709
|
-
readonly
|
|
5710
|
-
readonly
|
|
5711
|
-
readonly
|
|
5712
|
-
readonly
|
|
5713
|
-
readonly
|
|
5714
|
-
readonly
|
|
5715
|
-
readonly
|
|
5716
|
-
readonly
|
|
5717
|
-
readonly
|
|
5718
|
-
readonly
|
|
5719
|
-
readonly
|
|
5720
|
-
readonly
|
|
5721
|
-
readonly
|
|
5722
|
-
readonly
|
|
5723
|
-
readonly
|
|
5724
|
-
readonly
|
|
5725
|
-
readonly
|
|
5726
|
-
readonly
|
|
5727
|
-
readonly
|
|
5728
|
-
readonly
|
|
5729
|
-
readonly
|
|
5730
|
-
readonly
|
|
5731
|
-
readonly
|
|
5732
|
-
readonly
|
|
5733
|
-
readonly
|
|
5734
|
-
readonly
|
|
5735
|
-
readonly
|
|
5736
|
-
readonly
|
|
5737
|
-
readonly
|
|
5738
|
-
readonly
|
|
5739
|
-
readonly
|
|
5740
|
-
readonly
|
|
5741
|
-
readonly
|
|
5742
|
-
readonly
|
|
5743
|
-
readonly
|
|
5744
|
-
readonly
|
|
5745
|
-
readonly
|
|
5746
|
-
readonly
|
|
5747
|
-
readonly
|
|
5748
|
-
readonly
|
|
5749
|
-
readonly
|
|
5750
|
-
readonly
|
|
5751
|
-
readonly
|
|
5752
|
-
readonly
|
|
5753
|
-
readonly
|
|
5754
|
-
readonly
|
|
5755
|
-
readonly
|
|
5756
|
-
readonly
|
|
5757
|
-
readonly
|
|
5758
|
-
readonly
|
|
5759
|
-
readonly
|
|
5760
|
-
readonly
|
|
5761
|
-
readonly
|
|
5762
|
-
readonly
|
|
5763
|
-
readonly
|
|
5764
|
-
readonly
|
|
5765
|
-
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => number;
|
|
5766
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5767
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5768
|
-
readonly __wbg_masternodevotetransition_free: (a: number) => void;
|
|
5769
|
-
readonly masternodevotetransition_new: (a: number, b: number) => void;
|
|
5770
|
-
readonly masternodevotetransition_getOwnerId: (a: number) => number;
|
|
5771
|
-
readonly masternodevotetransition_getType: (a: number) => number;
|
|
5772
|
-
readonly masternodevotetransition_getProTxHash: (a: number) => number;
|
|
5773
|
-
readonly masternodevotetransition_setProTxHash: (a: number, b: number) => void;
|
|
5774
|
-
readonly masternodevotetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5775
|
-
readonly masternodevotetransition_toBuffer: (a: number, b: number) => void;
|
|
5776
|
-
readonly masternodevotetransition_toJSON: (a: number, b: number) => void;
|
|
5777
|
-
readonly masternodevotetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5778
|
-
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => number;
|
|
5779
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5780
|
-
readonly masternodevotetransition_getSignature: (a: number) => number;
|
|
5781
|
-
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5782
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5783
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => number;
|
|
5784
|
-
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
5785
|
-
readonly identitycredittransfertransition_identityId: (a: number) => number;
|
|
5786
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
5787
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5788
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5789
|
-
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
5790
|
-
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
5791
|
-
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5792
|
-
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5793
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5794
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5795
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5796
|
-
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
5797
|
-
readonly platformvalueerror_valueOf: (a: number, b: number) => void;
|
|
5798
|
-
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
5799
|
-
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
5800
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number) => void;
|
|
5801
|
-
readonly datacontractcreatetransition_new: (a: number, b: number) => void;
|
|
5802
|
-
readonly datacontractcreatetransition_getDataContract: (a: number) => number;
|
|
5803
|
-
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => number;
|
|
5804
|
-
readonly datacontractcreatetransition_getOwnerId: (a: number) => number;
|
|
5805
|
-
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
5806
|
-
readonly datacontractcreatetransition_toBuffer: (a: number, b: number) => void;
|
|
5807
|
-
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5808
|
-
readonly datacontractcreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5809
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5810
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5811
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5812
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5813
|
-
readonly __wbg_invaliddocumenterror_free: (a: number) => void;
|
|
5814
|
-
readonly invaliddocumenterror_new: (a: number, b: number, c: number) => number;
|
|
5815
|
-
readonly invaliddocumenterror_getErrors: (a: number, b: number) => void;
|
|
5816
|
-
readonly invaliddocumenterror_getRawDocument: (a: number) => number;
|
|
5817
|
-
readonly invaliddocumenterror_getMessage: (a: number, b: number) => void;
|
|
5818
|
-
readonly __wbg_mismatchowneridserror_free: (a: number) => void;
|
|
5819
|
-
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5820
|
-
readonly mismatchowneridserror_getDocuments: (a: number, b: number) => void;
|
|
5821
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number) => void;
|
|
5822
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5823
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
5824
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5825
|
-
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
5826
|
-
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
5827
|
-
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
5828
|
-
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
5829
|
-
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5830
|
-
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
5831
|
-
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number) => void;
|
|
5832
|
-
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5833
|
-
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5834
|
-
readonly uniqueindiceslimitreachederror_message: (a: number, b: number) => void;
|
|
5835
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
5836
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5837
|
-
readonly serializedobjectparsingerror_message: (a: number, b: number) => void;
|
|
5838
|
-
readonly __wbg_datacontractnotpresenterror_free: (a: number) => void;
|
|
5839
|
-
readonly datacontractnotpresenterror_getDataContractId: (a: number) => number;
|
|
5840
|
-
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5841
|
-
readonly datacontractnotpresenterror_message: (a: number, b: number) => void;
|
|
5842
|
-
readonly __wbg_missingdatacontractiderror_free: (a: number) => void;
|
|
5843
|
-
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5844
|
-
readonly missingdatacontractiderror_message: (a: number, b: number) => void;
|
|
5845
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number) => void;
|
|
5846
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5847
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5848
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
5849
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5850
|
-
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5851
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5852
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5853
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5854
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
5855
|
-
readonly identitynotfounderror_new: (a: number) => number;
|
|
5856
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => number;
|
|
5857
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5858
|
-
readonly identitynotfounderror_message: (a: number, b: number) => void;
|
|
5859
|
-
readonly identitynotfounderror_serialize: (a: number, b: number) => void;
|
|
5860
|
-
readonly __wbg_duplicateuniqueindexerror_free: (a: number) => void;
|
|
5861
|
-
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => number;
|
|
5862
|
-
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => number;
|
|
5863
|
-
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
5864
|
-
readonly duplicateuniqueindexerror_message: (a: number, b: number) => void;
|
|
5865
|
-
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number) => void;
|
|
5866
|
-
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
5867
|
-
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
5868
|
-
readonly duplicatedidentitypublickeystateerror_message: (a: number, b: number) => void;
|
|
5869
|
-
readonly __wbg_identitypublickey_free: (a: number) => void;
|
|
5870
|
-
readonly identitypublickey_new: (a: number, b: number) => void;
|
|
5871
|
-
readonly identitypublickey_getId: (a: number) => number;
|
|
5872
|
-
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
5873
|
-
readonly identitypublickey_getType: (a: number) => number;
|
|
5874
|
-
readonly identitypublickey_setType: (a: number, b: number, c: number) => void;
|
|
5875
|
-
readonly identitypublickey_setData: (a: number, b: number, c: number, d: number) => void;
|
|
5876
|
-
readonly identitypublickey_getData: (a: number) => number;
|
|
5877
|
-
readonly identitypublickey_setPurpose: (a: number, b: number, c: number) => void;
|
|
5878
|
-
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
5879
|
-
readonly identitypublickey_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
5880
|
-
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
5881
|
-
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
5882
|
-
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
5883
|
-
readonly identitypublickey_setDisabledAt: (a: number, b: number) => void;
|
|
5884
|
-
readonly identitypublickey_getDisabledAt: (a: number) => number;
|
|
5885
|
-
readonly identitypublickey_hash: (a: number, b: number) => void;
|
|
5886
|
-
readonly identitypublickey_isMaster: (a: number) => number;
|
|
5887
|
-
readonly identitypublickey_toJSON: (a: number, b: number) => void;
|
|
5888
|
-
readonly identitypublickey_toObject: (a: number, b: number) => void;
|
|
5889
|
-
readonly identitypublickey_toBuffer: (a: number, b: number) => void;
|
|
5890
|
-
readonly identitypublickey_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5891
|
-
readonly __wbg_identity_free: (a: number) => void;
|
|
5892
|
-
readonly identity_new: (a: number, b: number) => void;
|
|
5893
|
-
readonly identity_getId: (a: number) => number;
|
|
5894
|
-
readonly identity_setId: (a: number, b: number) => void;
|
|
5895
|
-
readonly identity_setPublicKeys: (a: number, b: number, c: number) => void;
|
|
5896
|
-
readonly identity_getPublicKeys: (a: number, b: number) => void;
|
|
5897
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5898
|
-
readonly identity_balance: (a: number) => number;
|
|
5899
|
-
readonly identity_setBalance: (a: number, b: number) => void;
|
|
5900
|
-
readonly identity_increaseBalance: (a: number, b: number) => number;
|
|
5901
|
-
readonly identity_reduceBalance: (a: number, b: number) => number;
|
|
5902
|
-
readonly identity_setRevision: (a: number, b: number) => void;
|
|
5903
|
-
readonly identity_getRevision: (a: number) => number;
|
|
5904
|
-
readonly identity_setMetadata: (a: number, b: number, c: number) => void;
|
|
5905
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
5906
|
-
readonly identity_from: (a: number) => number;
|
|
5907
|
-
readonly identity_toJSON: (a: number, b: number) => void;
|
|
5908
|
-
readonly identity_toObject: (a: number, b: number) => void;
|
|
5909
|
-
readonly identity_toBuffer: (a: number, b: number) => void;
|
|
5910
|
-
readonly identity_hash: (a: number, b: number) => void;
|
|
5911
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5912
|
-
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
5913
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5914
|
-
readonly identity_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5915
|
-
readonly __wbg_identityupdatetransition_free: (a: number) => void;
|
|
5916
|
-
readonly identityupdatetransition_new: (a: number, b: number) => void;
|
|
5917
|
-
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number, d: number) => void;
|
|
5918
|
-
readonly identityupdatetransition_addPublicKeys: (a: number, b: number) => void;
|
|
5919
|
-
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number, b: number) => void;
|
|
5920
|
-
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
5921
|
-
readonly identityupdatetransition_getType: (a: number) => number;
|
|
5922
|
-
readonly identityupdatetransition_getIdentityId: (a: number) => number;
|
|
5923
|
-
readonly identityupdatetransition_setIdentityId: (a: number, b: number) => void;
|
|
5924
|
-
readonly identityupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5925
|
-
readonly identityupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
5926
|
-
readonly identityupdatetransition_toJSON: (a: number, b: number) => void;
|
|
5927
|
-
readonly identityupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5928
|
-
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5929
|
-
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number, c: number) => void;
|
|
5930
|
-
readonly identityupdatetransition_getSignature: (a: number) => number;
|
|
5931
|
-
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5932
|
-
readonly identityupdatetransition_getRevision: (a: number) => number;
|
|
5933
|
-
readonly identityupdatetransition_setRevision: (a: number, b: number) => void;
|
|
5934
|
-
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5935
|
-
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5936
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5937
|
-
readonly identityupdatetransition_identityId: (a: number) => number;
|
|
5938
|
-
readonly identityupdatetransition_getOwnerId: (a: number) => number;
|
|
5939
|
-
readonly identityupdatetransition_getPublicKeysToAdd: (a: number, b: number) => void;
|
|
5940
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5941
|
-
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5942
|
-
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5943
|
-
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5944
|
-
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5945
|
-
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5946
|
-
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5947
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
5948
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
5949
|
-
readonly __wbg_identitynotfounderror_free: (a: number) => void;
|
|
5950
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
5951
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
5952
|
-
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number, b: number) => void;
|
|
5953
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number, b: number) => void;
|
|
5954
|
-
readonly identity_getBalance: (a: number) => number;
|
|
5955
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number) => void;
|
|
5956
|
-
readonly datacontractupdatetransition_new: (a: number, b: number) => void;
|
|
5957
|
-
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
5958
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => number;
|
|
5959
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5960
|
-
readonly datacontractupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
5961
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5962
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5963
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5964
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5965
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5966
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5967
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5968
|
-
readonly generateDocumentId: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5969
|
-
readonly __wbg_incompatiblere2patternerror_free: (a: number) => void;
|
|
5970
|
-
readonly incompatiblere2patternerror_getPattern: (a: number, b: number) => void;
|
|
5971
|
-
readonly incompatiblere2patternerror_getPath: (a: number, b: number) => void;
|
|
5972
|
-
readonly incompatiblere2patternerror_getMessage: (a: number, b: number) => void;
|
|
5973
|
-
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5974
|
-
readonly incompatiblere2patternerror_message: (a: number, b: number) => void;
|
|
5975
|
-
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number) => void;
|
|
5976
|
-
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
5977
|
-
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
5978
|
-
readonly duplicatedidentitypublickeyerror_message: (a: number, b: number) => void;
|
|
5979
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number) => void;
|
|
5980
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5981
|
-
readonly identitycredittransfertoselferror_message: (a: number, b: number) => void;
|
|
5982
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5983
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
5984
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
5985
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5986
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
5987
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number) => void;
|
|
5988
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5989
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5990
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5991
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5992
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
5993
|
-
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
5994
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5995
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5996
|
-
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
5997
|
-
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
5998
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
5999
|
-
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
6000
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number) => void;
|
|
6001
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
6002
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
6003
|
-
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
6004
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number) => void;
|
|
6005
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
6006
|
-
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
6007
|
-
readonly identitypublickeyisreadonlyerror_message: (a: number, b: number) => void;
|
|
6008
|
-
readonly __wbg_assetlockproof_free: (a: number) => void;
|
|
6009
|
-
readonly assetlockproof_new: (a: number, b: number) => void;
|
|
6010
|
-
readonly assetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
6011
|
-
readonly assetlockproof_toObject: (a: number, b: number) => void;
|
|
6012
|
-
readonly createAssetLockProofInstance: (a: number, b: number) => void;
|
|
6013
|
-
readonly __wbg_identitycreatetransition_free: (a: number) => void;
|
|
6014
|
-
readonly identitycreatetransition_new: (a: number, b: number) => void;
|
|
6015
|
-
readonly identitycreatetransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
6016
|
-
readonly identitycreatetransition_assetLockProof: (a: number) => number;
|
|
6017
|
-
readonly identitycreatetransition_getAssetLockProof: (a: number) => number;
|
|
6018
|
-
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number, d: number) => void;
|
|
6019
|
-
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number, d: number) => void;
|
|
6020
|
-
readonly identitycreatetransition_getPublicKeys: (a: number, b: number) => void;
|
|
6021
|
-
readonly identitycreatetransition_getType: (a: number) => number;
|
|
6022
|
-
readonly identitycreatetransition_getIdentityId: (a: number) => number;
|
|
6023
|
-
readonly identitycreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6024
|
-
readonly identitycreatetransition_toBuffer: (a: number, b: number) => void;
|
|
6025
|
-
readonly identitycreatetransition_toJSON: (a: number, b: number) => void;
|
|
6026
|
-
readonly identitycreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6027
|
-
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6028
|
-
readonly identitycreatetransition_getSignature: (a: number) => number;
|
|
6029
|
-
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6030
|
-
readonly __wbg_identitypublickeywithwitness_free: (a: number) => void;
|
|
6031
|
-
readonly identitypublickeywithwitness_new: (a: number, b: number) => void;
|
|
6032
|
-
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
6033
|
-
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
6034
|
-
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
6035
|
-
readonly identitypublickeywithwitness_setType: (a: number, b: number, c: number) => void;
|
|
6036
|
-
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number, d: number) => void;
|
|
6037
|
-
readonly identitypublickeywithwitness_getData: (a: number) => number;
|
|
6038
|
-
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number, c: number) => void;
|
|
6039
|
-
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
6040
|
-
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
6041
|
-
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: number, c: number, d: number) => void;
|
|
6042
|
-
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
6043
|
-
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
6044
|
-
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
6045
|
-
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
6046
|
-
readonly identitypublickeywithwitness_getSignature: (a: number, b: number) => void;
|
|
6047
|
-
readonly identitypublickeywithwitness_hash: (a: number, b: number) => void;
|
|
6048
|
-
readonly identitypublickeywithwitness_toJSON: (a: number, b: number) => void;
|
|
6049
|
-
readonly identitypublickeywithwitness_toObject: (a: number, b: number, c: number) => void;
|
|
6050
|
-
readonly __wbg_identitytopuptransition_free: (a: number) => void;
|
|
6051
|
-
readonly identitytopuptransition_new: (a: number, b: number) => void;
|
|
6052
|
-
readonly identitytopuptransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
6053
|
-
readonly identitytopuptransition_assetLockProof: (a: number) => number;
|
|
6054
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => number;
|
|
6055
|
-
readonly identitytopuptransition_getType: (a: number) => number;
|
|
6056
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => number;
|
|
6057
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: number) => void;
|
|
6058
|
-
readonly identitytopuptransition_toObject: (a: number, b: number, c: number) => void;
|
|
6059
|
-
readonly identitytopuptransition_toBuffer: (a: number, b: number) => void;
|
|
6060
|
-
readonly identitytopuptransition_toJSON: (a: number, b: number) => void;
|
|
6061
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6062
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6063
|
-
readonly identitytopuptransition_getSignature: (a: number) => number;
|
|
6064
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6065
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
6066
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
6067
|
-
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
6068
|
-
readonly identitycreatetransition_publicKeys: (a: number, b: number) => void;
|
|
6069
|
-
readonly __wbg_jsonschemacompilationerror_free: (a: number) => void;
|
|
6070
|
-
readonly identitycreatetransition_identityId: (a: number) => number;
|
|
6071
|
-
readonly identitycreatetransition_getOwnerId: (a: number) => number;
|
|
6072
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6073
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
6074
|
-
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6075
|
-
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6076
|
-
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6077
|
-
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
6078
|
-
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
6079
|
-
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
6080
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
6081
|
-
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
6082
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
6083
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
6084
|
-
readonly identitytopuptransition_identityId: (a: number) => number;
|
|
6085
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => number;
|
|
6086
|
-
readonly __wbg_datacontract_free: (a: number) => void;
|
|
6087
|
-
readonly datacontract_new: (a: number, b: number, c: number) => void;
|
|
6088
|
-
readonly datacontract_getId: (a: number) => number;
|
|
6089
|
-
readonly datacontract_setId: (a: number, b: number, c: number) => void;
|
|
6090
|
-
readonly datacontract_getOwnerId: (a: number) => number;
|
|
6091
|
-
readonly datacontract_getVersion: (a: number) => number;
|
|
6092
|
-
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
6093
|
-
readonly datacontract_incrementVersion: (a: number) => void;
|
|
6094
|
-
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number, d: number) => void;
|
|
6095
|
-
readonly datacontract_setDocumentSchemas: (a: number, b: number, c: number, d: number) => void;
|
|
6096
|
-
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6097
|
-
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number, d: number) => void;
|
|
6098
|
-
readonly datacontract_getDocumentSchemas: (a: number) => number;
|
|
6099
|
-
readonly datacontract_getSchemaDefs: (a: number) => number;
|
|
6100
|
-
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number, d: number) => void;
|
|
6101
|
-
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
6102
|
-
readonly datacontract_setIdentityNonce: (a: number, b: number, c: number) => void;
|
|
6103
|
-
readonly datacontract_getIdentityNonce: (a: number) => number;
|
|
6104
|
-
readonly datacontract_getMetadata: (a: number) => number;
|
|
6105
|
-
readonly datacontract_setMetadata: (a: number, b: number, c: number) => void;
|
|
6106
|
-
readonly datacontract_toObject: (a: number, b: number) => void;
|
|
6107
|
-
readonly datacontract_getConfig: (a: number, b: number) => void;
|
|
6108
|
-
readonly datacontract_setConfig: (a: number, b: number, c: number) => void;
|
|
6109
|
-
readonly datacontract_toJSON: (a: number, b: number) => void;
|
|
6110
|
-
readonly datacontract_toBuffer: (a: number, b: number) => void;
|
|
6111
|
-
readonly datacontract_hash: (a: number, b: number) => void;
|
|
6112
|
-
readonly datacontract_clone: (a: number) => number;
|
|
6113
|
-
readonly documentnorevisionerror_new: (a: number) => number;
|
|
6114
|
-
readonly __wbg_extendeddocument_free: (a: number) => void;
|
|
6115
|
-
readonly extendeddocument_new: (a: number, b: number, c: number) => void;
|
|
6116
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
6117
|
-
readonly extendeddocument_getType: (a: number, b: number) => void;
|
|
6118
|
-
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
6119
|
-
readonly extendeddocument_getDataContractId: (a: number) => number;
|
|
6120
|
-
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
6121
|
-
readonly extendeddocument_setDataContractId: (a: number, b: number, c: number) => void;
|
|
6122
|
-
readonly extendeddocument_setEntropy: (a: number, b: number, c: number, d: number) => void;
|
|
6123
|
-
readonly extendeddocument_getEntropy: (a: number) => number;
|
|
6124
|
-
readonly extendeddocument_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
6125
|
-
readonly extendeddocument_get: (a: number, b: number, c: number) => number;
|
|
6126
|
-
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
6127
|
-
readonly extendeddocument_setMetadata: (a: number, b: number, c: number) => void;
|
|
6128
|
-
readonly extendeddocument_toObject: (a: number, b: number, c: number) => void;
|
|
6129
|
-
readonly extendeddocument_toJSON: (a: number, b: number) => void;
|
|
6130
|
-
readonly extendeddocument_toBuffer: (a: number, b: number) => void;
|
|
6131
|
-
readonly extendeddocument_hash: (a: number, b: number) => void;
|
|
6132
|
-
readonly extendeddocument_clone: (a: number) => number;
|
|
6133
|
-
readonly extendeddocument_validate: (a: number, b: number, c: number) => void;
|
|
6134
|
-
readonly __wbg_document_free: (a: number) => void;
|
|
6135
|
-
readonly document_new: (a: number, b: number, c: number, d: number) => void;
|
|
6136
|
-
readonly document_getId: (a: number) => number;
|
|
6137
|
-
readonly document_setId: (a: number, b: number) => void;
|
|
6138
|
-
readonly document_setOwnerId: (a: number, b: number) => void;
|
|
6139
|
-
readonly document_getOwnerId: (a: number) => number;
|
|
6140
|
-
readonly document_setRevision: (a: number, b: number, c: number) => void;
|
|
6141
|
-
readonly document_getRevision: (a: number, b: number) => void;
|
|
6142
|
-
readonly document_setData: (a: number, b: number, c: number) => void;
|
|
6143
|
-
readonly document_getData: (a: number, b: number) => void;
|
|
6144
|
-
readonly document_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
6145
|
-
readonly document_get: (a: number, b: number, c: number, d: number) => void;
|
|
6146
|
-
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
6147
|
-
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
6148
|
-
readonly document_getCreatedAt: (a: number) => number;
|
|
6149
|
-
readonly document_getUpdatedAt: (a: number) => number;
|
|
6150
|
-
readonly document_hash: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
6151
|
-
readonly document_clone: (a: number) => number;
|
|
6152
|
-
readonly extendeddocument_setId: (a: number, b: number) => void;
|
|
6153
|
-
readonly extendeddocument_setOwnerId: (a: number, b: number) => void;
|
|
6154
|
-
readonly extendeddocument_setRevision: (a: number, b: number, c: number) => void;
|
|
6155
|
-
readonly extendeddocument_setData: (a: number, b: number, c: number) => void;
|
|
6156
|
-
readonly extendeddocument_getRevision: (a: number, b: number) => void;
|
|
6157
|
-
readonly __wbg_invalidinitialrevisionerror_free: (a: number) => void;
|
|
6158
|
-
readonly __wbg_revisionabsenterror_free: (a: number) => void;
|
|
6159
|
-
readonly __wbg_documentnorevisionerror_free: (a: number) => void;
|
|
6160
|
-
readonly extendeddocument_getId: (a: number) => number;
|
|
6161
|
-
readonly extendeddocument_getOwnerId: (a: number) => number;
|
|
6162
|
-
readonly extendeddocument_getData: (a: number, b: number) => void;
|
|
6163
|
-
readonly extendeddocument_getCreatedAt: (a: number) => number;
|
|
6164
|
-
readonly extendeddocument_getUpdatedAt: (a: number) => number;
|
|
6165
|
-
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
6166
|
-
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
6167
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
6168
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
6169
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
6170
|
-
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
6171
|
-
readonly extendeddocument_getDocument: (a: number) => number;
|
|
6172
|
-
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5832
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number) => void;
|
|
5833
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => number;
|
|
5834
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5835
|
+
readonly datacontractemptyschemaerror_message: (a: number, b: number) => void;
|
|
5836
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number) => void;
|
|
5837
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number, b: number) => void;
|
|
5838
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5839
|
+
readonly undefinedindexpropertyerror_message: (a: number, b: number) => void;
|
|
5840
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number) => void;
|
|
5841
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => number;
|
|
5842
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5843
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
5844
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number) => void;
|
|
5845
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => number;
|
|
5846
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => number;
|
|
5847
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5848
|
+
readonly identityinsufficientbalanceerror_message: (a: number, b: number) => void;
|
|
5849
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number) => void;
|
|
5850
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => number;
|
|
5851
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5852
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5853
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number, b: number) => void;
|
|
5854
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number) => void;
|
|
5855
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5856
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5857
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number, b: number) => void;
|
|
5858
|
+
readonly __wbg_basicecdsaerror_free: (a: number) => void;
|
|
5859
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5860
|
+
readonly basicecdsaerror_message: (a: number, b: number) => void;
|
|
5861
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number) => void;
|
|
5862
|
+
readonly datacontractupdatepermissionerror_new: (a: number, b: number) => number;
|
|
5863
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => number;
|
|
5864
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => number;
|
|
5865
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5866
|
+
readonly datacontractupdatepermissionerror_message: (a: number, b: number) => void;
|
|
5867
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number) => void;
|
|
5868
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
5869
|
+
readonly datatriggerexecutionerror_message: (a: number, b: number) => void;
|
|
5870
|
+
readonly datatriggerexecutionerror_serialize: (a: number, b: number) => void;
|
|
5871
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number) => void;
|
|
5872
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => number;
|
|
5873
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => number;
|
|
5874
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => number;
|
|
5875
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => number;
|
|
5876
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
5877
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5878
|
+
readonly datatriggerinvalidresulterror_message: (a: number, b: number) => void;
|
|
5879
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number, b: number) => void;
|
|
5880
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number) => void;
|
|
5881
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => number;
|
|
5882
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => number;
|
|
5883
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => number;
|
|
5884
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5885
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5886
|
+
readonly identityalreadyexistserror_message: (a: number, b: number) => void;
|
|
5887
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
5888
|
+
readonly invalididentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
5889
|
+
readonly __wbg_invalididentityerror_free: (a: number) => void;
|
|
5890
|
+
readonly invalididentityerror_getErrors: (a: number, b: number) => void;
|
|
5891
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => number;
|
|
5892
|
+
readonly __wbg_metadata_free: (a: number) => void;
|
|
5893
|
+
readonly metadata_new: (a: number, b: number) => void;
|
|
5894
|
+
readonly metadata_from: (a: number, b: number) => void;
|
|
5895
|
+
readonly metadata_toJSON: (a: number) => number;
|
|
5896
|
+
readonly metadata_toObject: (a: number) => number;
|
|
5897
|
+
readonly metadata_getBlockHeight: (a: number) => number;
|
|
5898
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5899
|
+
readonly metadata_getTimeMs: (a: number) => number;
|
|
5900
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5901
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5902
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => number;
|
|
5903
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number) => void;
|
|
5904
|
+
readonly __wbg_datacontractgenericerror_free: (a: number) => void;
|
|
5905
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number, b: number) => void;
|
|
5906
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number) => void;
|
|
5907
|
+
readonly __wbg_identityalreadyexistserror_free: (a: number) => void;
|
|
5908
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number) => void;
|
|
5909
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number, b: number) => void;
|
|
5910
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number, b: number) => void;
|
|
5911
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number, b: number) => void;
|
|
5912
|
+
readonly datatriggerexecutionerror_getMessage: (a: number, b: number) => void;
|
|
5913
|
+
readonly invalidactionterror_new: (a: number) => number;
|
|
5914
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => number;
|
|
5915
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => number;
|
|
5916
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => number;
|
|
5917
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => number;
|
|
6173
5918
|
readonly __wbg_documentcreatetransition_free: (a: number) => void;
|
|
6174
5919
|
readonly documentcreatetransition_getRevision: (a: number) => number;
|
|
6175
5920
|
readonly documentcreatetransition_INITIAL_REVISION: () => number;
|
|
@@ -6357,106 +6102,361 @@ export interface InitOutput {
|
|
|
6357
6102
|
readonly __wbg_documentincorrectpurchasepriceerror_free: (a: number) => void;
|
|
6358
6103
|
readonly __wbg_documentnotforsaleerror_free: (a: number) => void;
|
|
6359
6104
|
readonly __wbg_masternodevotealreadypresenterror_free: (a: number) => void;
|
|
6360
|
-
readonly
|
|
6361
|
-
readonly
|
|
6362
|
-
readonly
|
|
6363
|
-
readonly
|
|
6364
|
-
readonly
|
|
6365
|
-
readonly
|
|
6366
|
-
readonly
|
|
6367
|
-
readonly
|
|
6368
|
-
readonly
|
|
6369
|
-
readonly
|
|
6370
|
-
readonly
|
|
6371
|
-
readonly
|
|
6372
|
-
readonly
|
|
6373
|
-
readonly
|
|
6374
|
-
readonly
|
|
6375
|
-
readonly
|
|
6376
|
-
readonly
|
|
6377
|
-
readonly
|
|
6378
|
-
readonly
|
|
6379
|
-
readonly
|
|
6380
|
-
readonly
|
|
6381
|
-
readonly
|
|
6382
|
-
readonly
|
|
6383
|
-
readonly
|
|
6384
|
-
readonly
|
|
6385
|
-
readonly
|
|
6386
|
-
readonly
|
|
6387
|
-
readonly
|
|
6388
|
-
readonly
|
|
6389
|
-
readonly
|
|
6390
|
-
readonly
|
|
6391
|
-
readonly
|
|
6392
|
-
readonly
|
|
6393
|
-
readonly
|
|
6394
|
-
readonly
|
|
6395
|
-
readonly
|
|
6396
|
-
readonly
|
|
6397
|
-
readonly
|
|
6398
|
-
readonly
|
|
6399
|
-
readonly
|
|
6400
|
-
readonly
|
|
6401
|
-
readonly
|
|
6402
|
-
readonly
|
|
6403
|
-
readonly
|
|
6404
|
-
readonly
|
|
6405
|
-
readonly
|
|
6406
|
-
readonly
|
|
6407
|
-
readonly
|
|
6408
|
-
readonly
|
|
6409
|
-
readonly
|
|
6410
|
-
readonly
|
|
6411
|
-
readonly
|
|
6412
|
-
readonly
|
|
6413
|
-
readonly
|
|
6414
|
-
readonly
|
|
6415
|
-
readonly
|
|
6416
|
-
readonly
|
|
6417
|
-
readonly
|
|
6418
|
-
readonly
|
|
6419
|
-
readonly
|
|
6420
|
-
readonly
|
|
6421
|
-
readonly
|
|
6422
|
-
readonly
|
|
6423
|
-
readonly
|
|
6424
|
-
readonly
|
|
6425
|
-
readonly
|
|
6426
|
-
readonly
|
|
6427
|
-
readonly
|
|
6428
|
-
readonly
|
|
6105
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number) => void;
|
|
6106
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number, b: number) => void;
|
|
6107
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number, b: number) => void;
|
|
6108
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
6109
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number, b: number) => void;
|
|
6110
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number) => void;
|
|
6111
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
6112
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
6113
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
6114
|
+
readonly invaliddatacontractversionerror_message: (a: number, b: number) => void;
|
|
6115
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
6116
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
6117
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
6118
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
6119
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
6120
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
6121
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
6122
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
6123
|
+
readonly invalidinstantassetlockprooferror_message: (a: number, b: number) => void;
|
|
6124
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number) => void;
|
|
6125
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
6126
|
+
readonly missingmasterpublickeyerror_message: (a: number, b: number) => void;
|
|
6127
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
6128
|
+
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
6129
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
6130
|
+
readonly missingstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
6131
|
+
readonly __wbg_unsupportedversionerror_free: (a: number) => void;
|
|
6132
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
6133
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
6134
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
6135
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
6136
|
+
readonly unsupportedversionerror_message: (a: number, b: number) => void;
|
|
6137
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number) => void;
|
|
6138
|
+
readonly datacontractalreadypresenterror_new: (a: number) => number;
|
|
6139
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => number;
|
|
6140
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
6141
|
+
readonly datacontractalreadypresenterror_message: (a: number, b: number) => void;
|
|
6142
|
+
readonly datacontractalreadypresenterror_serialize: (a: number, b: number) => void;
|
|
6143
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
6144
|
+
readonly datacontractisreadonlyerror_message: (a: number, b: number) => void;
|
|
6145
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number) => void;
|
|
6146
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
6147
|
+
readonly datatriggerconditionerror_message: (a: number, b: number) => void;
|
|
6148
|
+
readonly datatriggerconditionerror_serialize: (a: number, b: number) => void;
|
|
6149
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number) => void;
|
|
6150
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => number;
|
|
6151
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => number;
|
|
6152
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number, b: number) => void;
|
|
6153
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => number;
|
|
6154
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
6155
|
+
readonly __wbg_instantassetlockproof_free: (a: number) => void;
|
|
6156
|
+
readonly instantassetlockproof_new: (a: number, b: number) => void;
|
|
6157
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
6158
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
6159
|
+
readonly instantassetlockproof_getOutPoint: (a: number, b: number) => void;
|
|
6160
|
+
readonly instantassetlockproof_getOutput: (a: number, b: number) => void;
|
|
6161
|
+
readonly instantassetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
6162
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => number;
|
|
6163
|
+
readonly instantassetlockproof_getTransaction: (a: number) => number;
|
|
6164
|
+
readonly instantassetlockproof_toObject: (a: number, b: number) => void;
|
|
6165
|
+
readonly instantassetlockproof_toJSON: (a: number, b: number) => void;
|
|
6166
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
6167
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
6168
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
6169
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number) => void;
|
|
6170
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => number;
|
|
6171
|
+
readonly datacontractisreadonlyerror_new: (a: number) => number;
|
|
6172
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
6173
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number) => void;
|
|
6174
|
+
readonly __wbg_statetransitionfactory_free: (a: number) => void;
|
|
6175
|
+
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
6176
|
+
readonly datatriggerconditionerror_getMessage: (a: number, b: number) => void;
|
|
6177
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => number;
|
|
6178
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => number;
|
|
6179
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number) => void;
|
|
6180
|
+
readonly datacontractcreatetransition_new: (a: number, b: number) => void;
|
|
6181
|
+
readonly datacontractcreatetransition_getDataContract: (a: number) => number;
|
|
6182
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => number;
|
|
6183
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => number;
|
|
6184
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
6185
|
+
readonly datacontractcreatetransition_toBuffer: (a: number, b: number) => void;
|
|
6186
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6187
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6188
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6189
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6190
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6191
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
6192
|
+
readonly __wbg_invaliddocumenterror_free: (a: number) => void;
|
|
6193
|
+
readonly invaliddocumenterror_new: (a: number, b: number, c: number) => number;
|
|
6194
|
+
readonly invaliddocumenterror_getErrors: (a: number, b: number) => void;
|
|
6195
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => number;
|
|
6196
|
+
readonly invaliddocumenterror_getMessage: (a: number, b: number) => void;
|
|
6197
|
+
readonly __wbg_mismatchowneridserror_free: (a: number) => void;
|
|
6198
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
6199
|
+
readonly mismatchowneridserror_getDocuments: (a: number, b: number) => void;
|
|
6200
|
+
readonly __wbg_duplicateindexerror_free: (a: number) => void;
|
|
6201
|
+
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
6202
|
+
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
6203
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
6204
|
+
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
6205
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
6206
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
6207
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
6208
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
6209
|
+
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
6210
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number) => void;
|
|
6211
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
6212
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
6213
|
+
readonly uniqueindiceslimitreachederror_message: (a: number, b: number) => void;
|
|
6214
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number) => void;
|
|
6215
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
6216
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number, b: number) => void;
|
|
6217
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number) => void;
|
|
6218
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => number;
|
|
6219
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
6220
|
+
readonly datacontractnotpresenterror_message: (a: number, b: number) => void;
|
|
6221
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number) => void;
|
|
6222
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
6223
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
6224
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number, b: number) => void;
|
|
6225
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number) => void;
|
|
6226
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
6227
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
6228
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number, b: number) => void;
|
|
6229
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number) => void;
|
|
6230
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
6231
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number, b: number) => void;
|
|
6232
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
6233
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
6234
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
6235
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
6236
|
+
readonly identitynotfounderror_new: (a: number) => number;
|
|
6237
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => number;
|
|
6238
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
6239
|
+
readonly identitynotfounderror_message: (a: number, b: number) => void;
|
|
6240
|
+
readonly identitynotfounderror_serialize: (a: number, b: number) => void;
|
|
6241
|
+
readonly __wbg_duplicateuniqueindexerror_free: (a: number) => void;
|
|
6242
|
+
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => number;
|
|
6243
|
+
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => number;
|
|
6244
|
+
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
6245
|
+
readonly duplicateuniqueindexerror_message: (a: number, b: number) => void;
|
|
6429
6246
|
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
6430
6247
|
readonly identitypublickeyisdisablederror_message: (a: number, b: number) => void;
|
|
6431
|
-
readonly
|
|
6432
|
-
readonly
|
|
6433
|
-
readonly
|
|
6434
|
-
readonly
|
|
6435
|
-
readonly
|
|
6436
|
-
readonly
|
|
6437
|
-
readonly
|
|
6438
|
-
readonly
|
|
6439
|
-
readonly
|
|
6440
|
-
readonly
|
|
6441
|
-
readonly
|
|
6442
|
-
readonly
|
|
6443
|
-
readonly
|
|
6444
|
-
readonly
|
|
6445
|
-
readonly
|
|
6446
|
-
readonly
|
|
6447
|
-
readonly
|
|
6448
|
-
readonly
|
|
6449
|
-
readonly
|
|
6248
|
+
readonly __wbg_identitypublickey_free: (a: number) => void;
|
|
6249
|
+
readonly identitypublickey_new: (a: number, b: number) => void;
|
|
6250
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
6251
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
6252
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
6253
|
+
readonly identitypublickey_setType: (a: number, b: number, c: number) => void;
|
|
6254
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number, d: number) => void;
|
|
6255
|
+
readonly identitypublickey_getData: (a: number) => number;
|
|
6256
|
+
readonly identitypublickey_setPurpose: (a: number, b: number, c: number) => void;
|
|
6257
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
6258
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
6259
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
6260
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
6261
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
6262
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: number) => void;
|
|
6263
|
+
readonly identitypublickey_getDisabledAt: (a: number) => number;
|
|
6264
|
+
readonly identitypublickey_hash: (a: number, b: number) => void;
|
|
6265
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
6266
|
+
readonly identitypublickey_toJSON: (a: number, b: number) => void;
|
|
6267
|
+
readonly identitypublickey_toObject: (a: number, b: number) => void;
|
|
6268
|
+
readonly identitypublickey_toBuffer: (a: number, b: number) => void;
|
|
6269
|
+
readonly identitypublickey_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6270
|
+
readonly __wbg_identity_free: (a: number) => void;
|
|
6271
|
+
readonly identity_new: (a: number, b: number) => void;
|
|
6272
|
+
readonly identity_getId: (a: number) => number;
|
|
6273
|
+
readonly identity_setId: (a: number, b: number) => void;
|
|
6274
|
+
readonly identity_setPublicKeys: (a: number, b: number, c: number) => void;
|
|
6275
|
+
readonly identity_getPublicKeys: (a: number, b: number) => void;
|
|
6276
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
6277
|
+
readonly identity_balance: (a: number) => number;
|
|
6278
|
+
readonly identity_setBalance: (a: number, b: number) => void;
|
|
6279
|
+
readonly identity_increaseBalance: (a: number, b: number) => number;
|
|
6280
|
+
readonly identity_reduceBalance: (a: number, b: number) => number;
|
|
6281
|
+
readonly identity_setRevision: (a: number, b: number) => void;
|
|
6282
|
+
readonly identity_getRevision: (a: number) => number;
|
|
6283
|
+
readonly identity_setMetadata: (a: number, b: number, c: number) => void;
|
|
6284
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
6285
|
+
readonly identity_from: (a: number) => number;
|
|
6286
|
+
readonly identity_toJSON: (a: number, b: number) => void;
|
|
6287
|
+
readonly identity_toObject: (a: number, b: number) => void;
|
|
6288
|
+
readonly identity_toBuffer: (a: number, b: number) => void;
|
|
6289
|
+
readonly identity_hash: (a: number, b: number) => void;
|
|
6290
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
6291
|
+
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
6292
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
6293
|
+
readonly identity_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6294
|
+
readonly __wbg_identityupdatetransition_free: (a: number) => void;
|
|
6295
|
+
readonly identityupdatetransition_new: (a: number, b: number) => void;
|
|
6296
|
+
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number, d: number) => void;
|
|
6297
|
+
readonly identityupdatetransition_addPublicKeys: (a: number, b: number) => void;
|
|
6298
|
+
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number, b: number) => void;
|
|
6299
|
+
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
6300
|
+
readonly identityupdatetransition_getType: (a: number) => number;
|
|
6301
|
+
readonly identityupdatetransition_getIdentityId: (a: number) => number;
|
|
6302
|
+
readonly identityupdatetransition_setIdentityId: (a: number, b: number) => void;
|
|
6303
|
+
readonly identityupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6304
|
+
readonly identityupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
6305
|
+
readonly identityupdatetransition_toJSON: (a: number, b: number) => void;
|
|
6306
|
+
readonly identityupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6307
|
+
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6308
|
+
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number, c: number) => void;
|
|
6309
|
+
readonly identityupdatetransition_getSignature: (a: number) => number;
|
|
6310
|
+
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6311
|
+
readonly identityupdatetransition_getRevision: (a: number) => number;
|
|
6312
|
+
readonly identityupdatetransition_setRevision: (a: number, b: number) => void;
|
|
6313
|
+
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6314
|
+
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
6315
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
6316
|
+
readonly identityupdatetransition_identityId: (a: number) => number;
|
|
6317
|
+
readonly identityupdatetransition_getOwnerId: (a: number) => number;
|
|
6318
|
+
readonly identityupdatetransition_getPublicKeysToAdd: (a: number, b: number) => void;
|
|
6319
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6320
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6321
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
6322
|
+
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6323
|
+
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6324
|
+
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6325
|
+
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
6326
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
6327
|
+
readonly __wbg_identitynotfounderror_free: (a: number) => void;
|
|
6450
6328
|
readonly __wbg_identitypublickeyisdisablederror_free: (a: number) => void;
|
|
6451
|
-
readonly
|
|
6452
|
-
readonly
|
|
6453
|
-
readonly
|
|
6454
|
-
readonly
|
|
6455
|
-
readonly
|
|
6456
|
-
readonly
|
|
6457
|
-
readonly
|
|
6458
|
-
readonly
|
|
6459
|
-
readonly
|
|
6329
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
6330
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
6331
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number, b: number) => void;
|
|
6332
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number, b: number) => void;
|
|
6333
|
+
readonly identity_getBalance: (a: number) => number;
|
|
6334
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
6335
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number, b: number) => void;
|
|
6336
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number, b: number) => void;
|
|
6337
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
6338
|
+
readonly duplicateindexnameerror_message: (a: number, b: number) => void;
|
|
6339
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number) => void;
|
|
6340
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number, b: number) => void;
|
|
6341
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
6342
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number, b: number) => void;
|
|
6343
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number) => void;
|
|
6344
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => number;
|
|
6345
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
6346
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number, b: number) => void;
|
|
6347
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number) => void;
|
|
6348
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
6349
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number, b: number) => void;
|
|
6350
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
6351
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
6352
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
6353
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number, b: number) => void;
|
|
6354
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number) => void;
|
|
6355
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
6356
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number, b: number) => void;
|
|
6357
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
6358
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number, b: number) => void;
|
|
6359
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number) => void;
|
|
6360
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
6361
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
6362
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
6363
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
6364
|
+
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
6365
|
+
readonly invalididentifiererror_getIdentifierName: (a: number, b: number) => void;
|
|
6366
|
+
readonly invalididentifiererror_getIdentifierError: (a: number, b: number) => void;
|
|
6367
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
6368
|
+
readonly invalididentifiererror_message: (a: number, b: number) => void;
|
|
6369
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number) => void;
|
|
6370
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => number;
|
|
6371
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => number;
|
|
6372
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
6373
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number, b: number) => void;
|
|
6374
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number) => void;
|
|
6375
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
6376
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
6377
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
6378
|
+
readonly wrongpublickeypurposeerror_message: (a: number, b: number) => void;
|
|
6379
|
+
readonly __wbg_platformvalueerror_free: (a: number) => void;
|
|
6380
|
+
readonly platformvalueerror_getMessage: (a: number, b: number) => void;
|
|
6381
|
+
readonly platformvalueerror_toString: (a: number, b: number) => void;
|
|
6382
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number) => void;
|
|
6383
|
+
readonly identitycredittransfertransition_new: (a: number, b: number) => void;
|
|
6384
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
6385
|
+
readonly identitycredittransfertransition_amount: (a: number) => number;
|
|
6386
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => number;
|
|
6387
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => number;
|
|
6388
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: number) => void;
|
|
6389
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: number) => void;
|
|
6390
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => number;
|
|
6391
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: number) => void;
|
|
6392
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: number, c: number) => void;
|
|
6393
|
+
readonly identitycredittransfertransition_toBuffer: (a: number, b: number) => void;
|
|
6394
|
+
readonly identitycredittransfertransition_toJSON: (a: number, b: number) => void;
|
|
6395
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6396
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
6397
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
6398
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6399
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => number;
|
|
6400
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6401
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6402
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number) => void;
|
|
6403
|
+
readonly identitycreditwithdrawaltransition_new: (a: number, b: number) => void;
|
|
6404
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
6405
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => number;
|
|
6406
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => number;
|
|
6407
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => number;
|
|
6408
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: number) => void;
|
|
6409
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: number) => void;
|
|
6410
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
6411
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
6412
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
6413
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number, c: number) => void;
|
|
6414
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => number;
|
|
6415
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
6416
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => number;
|
|
6417
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: number) => void;
|
|
6418
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: number, c: number) => void;
|
|
6419
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number, b: number) => void;
|
|
6420
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number, b: number) => void;
|
|
6421
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6422
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6423
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => number;
|
|
6424
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6425
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6426
|
+
readonly __wbg_masternodevotetransition_free: (a: number) => void;
|
|
6427
|
+
readonly masternodevotetransition_new: (a: number, b: number) => void;
|
|
6428
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => number;
|
|
6429
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
6430
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => number;
|
|
6431
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: number) => void;
|
|
6432
|
+
readonly masternodevotetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6433
|
+
readonly masternodevotetransition_toBuffer: (a: number, b: number) => void;
|
|
6434
|
+
readonly masternodevotetransition_toJSON: (a: number, b: number) => void;
|
|
6435
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6436
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => number;
|
|
6437
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6438
|
+
readonly masternodevotetransition_getSignature: (a: number) => number;
|
|
6439
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6440
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6441
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
6442
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => number;
|
|
6443
|
+
readonly __wbg_invalididentifiererror_free: (a: number) => void;
|
|
6444
|
+
readonly identitycredittransfertransition_identityId: (a: number) => number;
|
|
6445
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
6446
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
6447
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
6448
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
6449
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
6450
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
6451
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
6452
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
6453
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
6454
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
6455
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
6456
|
+
readonly platformvalueerror_valueOf: (a: number, b: number) => void;
|
|
6457
|
+
readonly __wbg_missingpublickeyerror_free: (a: number) => void;
|
|
6458
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
6459
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
6460
6460
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
6461
6461
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
6462
6462
|
readonly rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|