@dashevo/wasm-dpp 4.0.0 → 4.1.0-beta.1
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 +0 -4
- package/dist/wasm/wasm_dpp.d.ts +946 -948
- package/dist/wasm/wasm_dpp.js +56 -59
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +946 -948
- package/package.json +2 -2
- package/src/data_contract/data_contract.rs +11 -14
- package/src/data_contract/state_transition/data_contract_create_transition/mod.rs +40 -13
- package/src/data_contract/state_transition/data_contract_update_transition/mod.rs +40 -13
- package/src/document/extended_document.rs +17 -60
- package/src/document/mod.rs +22 -5
- package/src/identity/state_transition/asset_lock_proof/chain/chain_asset_lock_proof.rs +4 -1
- package/src/identity/state_transition/asset_lock_proof/instant/instant_asset_lock_proof.rs +5 -1
- package/src/utils.rs +51 -1
- package/test/integration/document/Document.spec.js +0 -60
- package/test/unit/dataContract/DataContract.spec.js +22 -2
- package/test/unit/dataContract/stateTransition/DataContractCreateTransition/DataContractCreateTransition.spec.js +1 -1
- package/test/unit/dataContract/stateTransition/DataContractUpdateTransition/DataContractUpdateTransition.spec.js +3 -2
- package/test/unit/document/Document.spec.js +0 -22
- package/test/unit/document/DocumentFactory.spec.js +2 -4
- package/test/unit/document/errors/InvalidDocumentError.spec.js +5 -4
- package/test/unit/identity/Identity.spec.js +0 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -941,8 +941,7 @@ export class ExtendedDocument {
|
|
|
941
941
|
setType(document_type_name: string): void;
|
|
942
942
|
setUpdatedAt(ts?: Date | null): void;
|
|
943
943
|
toBuffer(): any;
|
|
944
|
-
|
|
945
|
-
toObject(options: any): any;
|
|
944
|
+
toObject(): any;
|
|
946
945
|
validate(platform_version: number): ValidationResult;
|
|
947
946
|
}
|
|
948
947
|
|
|
@@ -4385,119 +4384,139 @@ export interface InitOutput {
|
|
|
4385
4384
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
4386
4385
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
4387
4386
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
4388
|
-
readonly
|
|
4389
|
-
readonly
|
|
4390
|
-
readonly
|
|
4391
|
-
readonly
|
|
4392
|
-
readonly
|
|
4393
|
-
readonly
|
|
4394
|
-
readonly
|
|
4387
|
+
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4388
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4389
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
4390
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
4391
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
4392
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
4393
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4394
|
+
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4395
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4396
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4397
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4398
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4399
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4400
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
4401
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
4402
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
4403
|
+
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
4404
|
+
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
4405
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
4406
|
+
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4407
|
+
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4408
|
+
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
4409
|
+
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
4410
|
+
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4411
|
+
readonly batchtransition_getTransitions: (a: number) => any;
|
|
4412
|
+
readonly batchtransition_getType: (a: number) => number;
|
|
4413
|
+
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
4414
|
+
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4415
|
+
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
4416
|
+
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4417
|
+
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4418
|
+
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4419
|
+
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
4420
|
+
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4421
|
+
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4422
|
+
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
4423
|
+
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4424
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
4425
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
4426
|
+
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
4427
|
+
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
4428
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
4429
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4430
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
4431
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
4432
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
4433
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
4434
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
4435
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
4436
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4437
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
4438
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
4439
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
4440
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
4441
|
+
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4442
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
4443
|
+
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
4444
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
4445
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
4446
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
4447
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
4448
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
4449
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
4450
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
4451
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4452
|
+
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4453
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4454
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4455
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
4456
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
4457
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4458
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4459
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4460
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4461
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4462
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4463
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4464
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4465
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4466
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4467
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4468
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4469
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4470
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4471
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4472
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4473
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4474
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4475
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4476
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
4477
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
4478
|
+
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
4479
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4480
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4481
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4482
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4483
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
4484
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4485
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4486
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4487
|
+
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4488
|
+
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
4489
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4490
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
4491
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
4492
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
4493
|
+
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
4494
|
+
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
4495
|
+
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
4496
|
+
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
4497
|
+
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
4498
|
+
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
4499
|
+
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4500
|
+
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
4501
|
+
readonly tokentransition_getTokenId: (a: number) => any;
|
|
4502
|
+
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
4503
|
+
readonly tokentransition_toTransition: (a: number) => any;
|
|
4504
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4505
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4506
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
4507
|
+
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4508
|
+
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4509
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
4510
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
4511
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
4512
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
4513
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
4514
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4515
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4395
4516
|
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
4396
4517
|
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
4397
|
-
readonly
|
|
4398
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4518
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
4399
4519
|
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
4400
|
-
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
4401
|
-
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
4402
|
-
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4403
|
-
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4404
|
-
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4405
|
-
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
4406
|
-
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4407
|
-
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
4408
|
-
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4409
|
-
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4410
|
-
readonly datacontract_clone: (a: number) => number;
|
|
4411
|
-
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
4412
|
-
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
4413
|
-
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
4414
|
-
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
4415
|
-
readonly datacontract_getId: (a: number) => any;
|
|
4416
|
-
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
4417
|
-
readonly datacontract_getOwnerId: (a: number) => any;
|
|
4418
|
-
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
4419
|
-
readonly datacontract_getTokenConfiguration: (a: number, b: number) => [number, number, number];
|
|
4420
|
-
readonly datacontract_getVersion: (a: number) => number;
|
|
4421
|
-
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
4422
|
-
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
4423
|
-
readonly datacontract_incrementVersion: (a: number) => void;
|
|
4424
|
-
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
4425
|
-
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
4426
|
-
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
4427
|
-
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
4428
|
-
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
4429
|
-
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
4430
|
-
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
4431
|
-
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
4432
|
-
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
4433
|
-
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
4434
|
-
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
4435
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4436
|
-
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4437
|
-
readonly document_clone: (a: number) => number;
|
|
4438
|
-
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
4439
|
-
readonly document_getCreatedAt: (a: number) => any;
|
|
4440
|
-
readonly document_getData: (a: number) => [number, number, number];
|
|
4441
|
-
readonly document_getId: (a: number) => any;
|
|
4442
|
-
readonly document_getOwnerId: (a: number) => any;
|
|
4443
|
-
readonly document_getRevision: (a: number) => [number, bigint];
|
|
4444
|
-
readonly document_getUpdatedAt: (a: number) => any;
|
|
4445
|
-
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4446
|
-
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
4447
|
-
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4448
|
-
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
4449
|
-
readonly document_setData: (a: number, b: any) => [number, number];
|
|
4450
|
-
readonly document_setId: (a: number, b: any) => void;
|
|
4451
|
-
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
4452
|
-
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4453
|
-
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4454
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4455
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4456
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4457
|
-
readonly documenttransition_getAction: (a: number) => number;
|
|
4458
|
-
readonly documenttransition_getData: (a: number) => any;
|
|
4459
|
-
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
4460
|
-
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
4461
|
-
readonly documenttransition_getId: (a: number) => any;
|
|
4462
|
-
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
4463
|
-
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4464
|
-
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
4465
|
-
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
4466
|
-
readonly documenttransition_getType: (a: number) => [number, number];
|
|
4467
|
-
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
4468
|
-
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
4469
|
-
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
4470
|
-
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
4471
|
-
readonly extendeddocument_clone: (a: number) => number;
|
|
4472
|
-
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
4473
|
-
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
4474
|
-
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
4475
|
-
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
4476
|
-
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
4477
|
-
readonly extendeddocument_getDocument: (a: number) => number;
|
|
4478
|
-
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
4479
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
4480
|
-
readonly extendeddocument_getId: (a: number) => any;
|
|
4481
|
-
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
4482
|
-
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
4483
|
-
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
4484
|
-
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
4485
|
-
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
4486
|
-
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
4487
|
-
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4488
|
-
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
4489
|
-
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
4490
|
-
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
4491
|
-
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
4492
|
-
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
4493
|
-
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
4494
|
-
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
4495
|
-
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
4496
|
-
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
4497
|
-
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
4498
|
-
readonly extendeddocument_toJSON: (a: number) => [number, number, number];
|
|
4499
|
-
readonly extendeddocument_toObject: (a: number, b: any) => [number, number, number];
|
|
4500
|
-
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
4501
4520
|
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
4502
4521
|
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
4503
4522
|
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
@@ -4505,57 +4524,30 @@ export interface InitOutput {
|
|
|
4505
4524
|
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
4506
4525
|
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
4507
4526
|
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
4508
|
-
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
4509
|
-
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
4510
|
-
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4511
|
-
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4512
4527
|
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
4513
4528
|
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
4514
|
-
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
4515
|
-
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
4516
|
-
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
4517
|
-
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
4518
|
-
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
4519
4529
|
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4520
|
-
readonly
|
|
4521
|
-
readonly
|
|
4522
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4523
|
-
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4524
|
-
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4525
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4530
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
4531
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4526
4532
|
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4527
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
4528
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
4529
4533
|
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4530
|
-
readonly
|
|
4531
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4534
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4532
4535
|
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4533
|
-
readonly
|
|
4534
|
-
readonly
|
|
4535
|
-
readonly
|
|
4536
|
-
readonly
|
|
4537
|
-
readonly
|
|
4538
|
-
readonly
|
|
4539
|
-
readonly
|
|
4540
|
-
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4541
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4536
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4537
|
+
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
4538
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4539
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4540
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
4541
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4542
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4542
4543
|
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4543
|
-
readonly
|
|
4544
|
-
readonly
|
|
4545
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4544
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4545
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4546
4546
|
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4547
|
-
readonly
|
|
4548
|
-
readonly
|
|
4549
|
-
readonly
|
|
4550
|
-
readonly
|
|
4551
|
-
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4552
|
-
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4553
|
-
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4554
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4555
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4556
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4557
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4558
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4547
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4548
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4549
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
4550
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
4559
4551
|
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4560
4552
|
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4561
4553
|
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
@@ -4573,182 +4565,222 @@ export interface InitOutput {
|
|
|
4573
4565
|
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4574
4566
|
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4575
4567
|
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4576
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
4577
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
4578
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
4579
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
4580
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
4581
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4582
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4583
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4584
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4585
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4586
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4587
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4588
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4589
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4590
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4591
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4592
4568
|
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4593
4569
|
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
4594
4570
|
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
4595
|
-
readonly
|
|
4596
|
-
readonly
|
|
4597
|
-
readonly
|
|
4598
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4599
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4600
|
-
readonly identity_balance: (a: number) => bigint;
|
|
4601
|
-
readonly identity_from: (a: any) => number;
|
|
4602
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4603
|
-
readonly identity_getId: (a: number) => any;
|
|
4604
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
4605
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4606
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4607
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4608
|
-
readonly identity_getRevision: (a: number) => bigint;
|
|
4609
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4610
|
-
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4611
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
4612
|
-
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4613
|
-
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4614
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
4615
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4616
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4617
|
-
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4618
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4619
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4620
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4571
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4572
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4573
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
4621
4574
|
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4622
4575
|
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
4623
4576
|
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
4624
|
-
readonly
|
|
4625
|
-
readonly
|
|
4626
|
-
readonly
|
|
4627
|
-
readonly
|
|
4628
|
-
readonly
|
|
4629
|
-
readonly
|
|
4630
|
-
readonly
|
|
4631
|
-
readonly
|
|
4632
|
-
readonly
|
|
4633
|
-
readonly
|
|
4634
|
-
readonly
|
|
4635
|
-
readonly
|
|
4636
|
-
readonly
|
|
4637
|
-
readonly
|
|
4638
|
-
readonly
|
|
4639
|
-
readonly
|
|
4640
|
-
readonly
|
|
4641
|
-
readonly
|
|
4642
|
-
readonly
|
|
4643
|
-
readonly
|
|
4644
|
-
readonly
|
|
4645
|
-
readonly
|
|
4646
|
-
readonly
|
|
4647
|
-
readonly
|
|
4648
|
-
readonly
|
|
4649
|
-
readonly
|
|
4650
|
-
readonly
|
|
4651
|
-
readonly
|
|
4652
|
-
readonly
|
|
4653
|
-
readonly
|
|
4654
|
-
readonly
|
|
4655
|
-
readonly
|
|
4656
|
-
readonly
|
|
4657
|
-
readonly
|
|
4658
|
-
readonly
|
|
4659
|
-
readonly
|
|
4660
|
-
readonly
|
|
4661
|
-
readonly
|
|
4662
|
-
readonly
|
|
4663
|
-
readonly
|
|
4664
|
-
readonly
|
|
4665
|
-
readonly
|
|
4666
|
-
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4667
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4668
|
-
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
4669
|
-
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
4670
|
-
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4671
|
-
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
4672
|
-
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
4673
|
-
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
4674
|
-
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
4675
|
-
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
4676
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4677
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4678
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4679
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4680
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4681
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4682
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4683
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
4684
|
-
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4685
|
-
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4686
|
-
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4687
|
-
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4688
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4689
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4690
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4691
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4577
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
4578
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4579
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4580
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
4581
|
+
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4582
|
+
readonly identitypublickey_getData: (a: number) => any;
|
|
4583
|
+
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
4584
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
4585
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
4586
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
4587
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
4588
|
+
readonly identitypublickey_hash: (a: number) => [number, number, number, number];
|
|
4589
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
4590
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
4591
|
+
readonly identitypublickey_new: (a: number) => [number, number, number];
|
|
4592
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number) => [number, number];
|
|
4593
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: any) => void;
|
|
4594
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
4595
|
+
readonly identitypublickey_setPurpose: (a: number, b: number) => [number, number];
|
|
4596
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
4597
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
4598
|
+
readonly identitypublickey_setType: (a: number, b: number) => [number, number];
|
|
4599
|
+
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
4600
|
+
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
4601
|
+
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
4602
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4603
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4604
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4605
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4606
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4607
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4608
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
4609
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
4610
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
4611
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
4612
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4613
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
4614
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
4615
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
4616
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4617
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4618
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4692
4619
|
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4693
4620
|
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4694
|
-
readonly
|
|
4695
|
-
readonly
|
|
4696
|
-
readonly
|
|
4697
|
-
readonly
|
|
4698
|
-
readonly
|
|
4699
|
-
readonly
|
|
4700
|
-
readonly
|
|
4701
|
-
readonly
|
|
4702
|
-
readonly
|
|
4621
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4622
|
+
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4623
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4624
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
4625
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
4626
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
4627
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
4628
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
4629
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
4630
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4631
|
+
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4632
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4633
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4634
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
4635
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
4636
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4637
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4638
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4639
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4640
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
4703
4641
|
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
4704
|
-
readonly
|
|
4705
|
-
readonly
|
|
4706
|
-
readonly
|
|
4707
|
-
readonly
|
|
4708
|
-
readonly
|
|
4709
|
-
readonly
|
|
4710
|
-
readonly
|
|
4711
|
-
readonly validationresult_getFirstError: (a: number) => any;
|
|
4712
|
-
readonly validationresult_isValid: (a: number) => number;
|
|
4713
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
4714
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
4715
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4716
|
-
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
4717
|
-
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
4718
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
4719
|
-
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
4642
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
4643
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
4644
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
4645
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
4646
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4647
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4648
|
+
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
4720
4649
|
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4721
4650
|
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
4722
|
-
readonly
|
|
4723
|
-
readonly
|
|
4724
|
-
readonly
|
|
4725
|
-
readonly
|
|
4726
|
-
readonly
|
|
4727
|
-
readonly
|
|
4728
|
-
readonly
|
|
4729
|
-
readonly
|
|
4730
|
-
readonly
|
|
4731
|
-
readonly
|
|
4732
|
-
readonly
|
|
4733
|
-
readonly
|
|
4734
|
-
readonly
|
|
4735
|
-
readonly
|
|
4736
|
-
readonly
|
|
4737
|
-
readonly
|
|
4738
|
-
readonly
|
|
4651
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4652
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4653
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4654
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4655
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4656
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4657
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4658
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4659
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4660
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
4661
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4662
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4663
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4664
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4665
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4666
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
4667
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4668
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4669
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4670
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4671
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4672
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4673
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4674
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4675
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4676
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4677
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4678
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4679
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4680
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4681
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4682
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4683
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4684
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4685
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4686
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4687
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4688
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4689
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
4690
|
+
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
4691
|
+
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4692
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4693
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4694
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4695
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4696
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4697
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4698
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4699
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4700
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4701
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4702
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4703
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4704
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4705
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4706
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4707
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4708
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4709
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4710
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4711
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4712
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4713
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4714
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
4715
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
4716
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
4717
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4718
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
4719
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
4720
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
4721
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
4722
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4723
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4724
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4725
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4726
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4727
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4728
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4729
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4730
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4731
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4732
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4733
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
4734
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4735
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4736
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4737
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
4738
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4739
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4740
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4741
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4742
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4743
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4744
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4745
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4746
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4747
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4748
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
4749
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
4750
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
4751
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
4752
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4753
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
4754
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4755
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4756
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4757
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4758
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
4759
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4739
4760
|
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4761
|
+
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4740
4762
|
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4741
4763
|
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4742
|
-
readonly
|
|
4764
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
4765
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
4766
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4743
4767
|
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4744
|
-
readonly
|
|
4768
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4769
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
4770
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
4771
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
4745
4772
|
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4773
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4746
4774
|
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4747
4775
|
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4748
|
-
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
4749
4776
|
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4750
|
-
readonly
|
|
4751
|
-
readonly
|
|
4777
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
4778
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4779
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
4780
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
4781
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
4782
|
+
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
4783
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4752
4784
|
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4753
4785
|
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4754
4786
|
readonly dashplatformprotocol_document: (a: number) => number;
|
|
@@ -4760,18 +4792,39 @@ export interface InitOutput {
|
|
|
4760
4792
|
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4761
4793
|
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4762
4794
|
readonly datacontractfactory_new: (a: number) => number;
|
|
4763
|
-
readonly
|
|
4795
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
4764
4796
|
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4797
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4798
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
4799
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4800
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4801
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
4802
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4765
4803
|
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4766
4804
|
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4767
4805
|
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4768
4806
|
readonly documentfacade_new: (a: number) => number;
|
|
4807
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
4808
|
+
readonly documenttransition_getData: (a: number) => any;
|
|
4809
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
4810
|
+
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
4811
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
4812
|
+
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
4813
|
+
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4814
|
+
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
4815
|
+
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
4816
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
4817
|
+
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
4818
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
4819
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
4820
|
+
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
4769
4821
|
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4770
|
-
readonly
|
|
4771
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
4822
|
+
readonly getLatestProtocolVersion: () => number;
|
|
4772
4823
|
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4773
4824
|
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4774
4825
|
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4826
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4827
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4775
4828
|
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4776
4829
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4777
4830
|
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
@@ -4783,317 +4836,261 @@ export interface InitOutput {
|
|
|
4783
4836
|
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
4784
4837
|
readonly metadata_toJSON: (a: number) => any;
|
|
4785
4838
|
readonly metadata_toObject: (a: number) => any;
|
|
4786
|
-
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
4787
|
-
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4788
4839
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4789
4840
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4790
4841
|
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
4791
4842
|
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
4792
4843
|
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
4793
|
-
readonly
|
|
4794
|
-
readonly
|
|
4795
|
-
readonly
|
|
4796
|
-
readonly
|
|
4797
|
-
readonly
|
|
4798
|
-
readonly
|
|
4799
|
-
readonly
|
|
4844
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
4845
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
4846
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
4847
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
4848
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
4849
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
4850
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
4851
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
4852
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
4853
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
4854
|
+
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
4855
|
+
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
4856
|
+
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
4857
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
4858
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
4859
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
4860
|
+
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4861
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
4862
|
+
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4863
|
+
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
4864
|
+
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4865
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
4866
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4867
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
4868
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
4869
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4870
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
4871
|
+
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4800
4872
|
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4801
|
-
readonly
|
|
4802
|
-
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
4803
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4873
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4804
4874
|
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
4805
|
-
readonly
|
|
4806
|
-
readonly
|
|
4807
|
-
readonly
|
|
4808
|
-
readonly
|
|
4809
|
-
readonly
|
|
4810
|
-
readonly
|
|
4875
|
+
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
4876
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4877
|
+
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
4878
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4879
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4880
|
+
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
4881
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
4882
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
4811
4883
|
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
4812
|
-
readonly
|
|
4813
|
-
readonly
|
|
4814
|
-
readonly
|
|
4815
|
-
readonly
|
|
4816
|
-
readonly
|
|
4817
|
-
readonly
|
|
4818
|
-
readonly
|
|
4819
|
-
readonly
|
|
4820
|
-
readonly
|
|
4821
|
-
readonly
|
|
4822
|
-
readonly
|
|
4823
|
-
readonly
|
|
4824
|
-
readonly
|
|
4825
|
-
readonly
|
|
4826
|
-
readonly
|
|
4827
|
-
readonly
|
|
4828
|
-
readonly
|
|
4829
|
-
readonly
|
|
4830
|
-
readonly
|
|
4831
|
-
readonly
|
|
4832
|
-
readonly
|
|
4833
|
-
readonly
|
|
4834
|
-
readonly
|
|
4835
|
-
readonly
|
|
4836
|
-
readonly
|
|
4837
|
-
readonly
|
|
4838
|
-
readonly
|
|
4839
|
-
readonly
|
|
4840
|
-
readonly
|
|
4841
|
-
readonly
|
|
4842
|
-
readonly
|
|
4843
|
-
readonly
|
|
4844
|
-
readonly
|
|
4845
|
-
readonly
|
|
4884
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
4885
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
4886
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
4887
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
4888
|
+
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
4889
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
4890
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
4891
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
4892
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4893
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4894
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4895
|
+
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
4896
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4897
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
4898
|
+
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4899
|
+
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4900
|
+
readonly datacontract_clone: (a: number) => number;
|
|
4901
|
+
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
4902
|
+
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
4903
|
+
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
4904
|
+
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
4905
|
+
readonly datacontract_getId: (a: number) => any;
|
|
4906
|
+
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
4907
|
+
readonly datacontract_getOwnerId: (a: number) => any;
|
|
4908
|
+
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
4909
|
+
readonly datacontract_getTokenConfiguration: (a: number, b: number) => [number, number, number];
|
|
4910
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
4911
|
+
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
4912
|
+
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
4913
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
4914
|
+
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
4915
|
+
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
4916
|
+
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
4917
|
+
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
4918
|
+
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
4919
|
+
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
4920
|
+
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
4921
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
4922
|
+
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
4923
|
+
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
4924
|
+
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
4925
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
4926
|
+
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4927
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
4928
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4929
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4930
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
4931
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
4932
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
4933
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
4934
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
4935
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
4936
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
4937
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
4938
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
4939
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
4940
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
4941
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
4942
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
4943
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4944
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4945
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4946
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
4947
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4948
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
4949
|
+
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
4950
|
+
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
4951
|
+
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
4952
|
+
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
4846
4953
|
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4847
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4848
4954
|
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4849
|
-
readonly
|
|
4850
|
-
readonly
|
|
4851
|
-
readonly
|
|
4852
|
-
readonly
|
|
4853
|
-
readonly
|
|
4854
|
-
readonly
|
|
4855
|
-
readonly
|
|
4856
|
-
readonly
|
|
4857
|
-
readonly
|
|
4858
|
-
readonly
|
|
4859
|
-
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
4860
|
-
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
4861
|
-
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
4862
|
-
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
4863
|
-
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
4864
|
-
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
4865
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4866
|
-
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4867
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4868
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4869
|
-
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
4870
|
-
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
4871
|
-
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4872
|
-
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4873
|
-
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4955
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4956
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4957
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
4958
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4959
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4960
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4961
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4962
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4963
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4964
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
4874
4965
|
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
4875
4966
|
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
4876
4967
|
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
4877
4968
|
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
4878
|
-
readonly
|
|
4879
|
-
readonly
|
|
4880
|
-
readonly
|
|
4881
|
-
readonly
|
|
4882
|
-
readonly
|
|
4883
|
-
readonly
|
|
4884
|
-
readonly
|
|
4885
|
-
readonly
|
|
4886
|
-
readonly
|
|
4887
|
-
readonly
|
|
4888
|
-
readonly
|
|
4889
|
-
readonly
|
|
4890
|
-
readonly
|
|
4891
|
-
readonly
|
|
4892
|
-
readonly
|
|
4893
|
-
readonly
|
|
4894
|
-
readonly
|
|
4969
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4970
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4971
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4972
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
4973
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
4974
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
4975
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
4976
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4977
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4978
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4979
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
4980
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4981
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4982
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4983
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
4984
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
4985
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
4986
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4987
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4988
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
4989
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4990
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4991
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
4992
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
4993
|
+
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
4994
|
+
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
4995
|
+
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
4996
|
+
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
4997
|
+
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
4998
|
+
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
4999
|
+
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
5000
|
+
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
5001
|
+
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
5002
|
+
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
5003
|
+
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
5004
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5005
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
5006
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5007
|
+
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
4895
5008
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4896
5009
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4897
5010
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4898
|
-
readonly
|
|
4899
|
-
readonly
|
|
4900
|
-
readonly
|
|
4901
|
-
readonly
|
|
4902
|
-
readonly
|
|
4903
|
-
readonly
|
|
4904
|
-
readonly
|
|
4905
|
-
readonly
|
|
4906
|
-
readonly
|
|
4907
|
-
readonly
|
|
4908
|
-
readonly
|
|
4909
|
-
readonly
|
|
4910
|
-
readonly
|
|
4911
|
-
readonly
|
|
4912
|
-
readonly
|
|
4913
|
-
readonly
|
|
4914
|
-
readonly
|
|
4915
|
-
readonly
|
|
4916
|
-
readonly
|
|
4917
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
4918
|
-
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4919
|
-
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4920
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
4921
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
4922
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4923
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
4924
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4925
|
-
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4926
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4927
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4928
|
-
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4929
|
-
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4930
|
-
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4931
|
-
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
4932
|
-
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4933
|
-
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
4934
|
-
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4935
|
-
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4936
|
-
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4937
|
-
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4938
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4939
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4940
|
-
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
4941
|
-
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4942
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4943
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4944
|
-
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4945
|
-
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
4946
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4947
|
-
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4948
|
-
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
4949
|
-
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4950
|
-
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4951
|
-
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4952
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4953
|
-
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4954
|
-
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4955
|
-
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4956
|
-
readonly basicblserror_getCode: (a: number) => number;
|
|
4957
|
-
readonly basicblserror_message: (a: number) => [number, number];
|
|
4958
|
-
readonly datacontracterror_getCode: (a: number) => number;
|
|
4959
|
-
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4960
|
-
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4961
|
-
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
4962
|
-
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
4963
|
-
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4964
|
-
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
4965
|
-
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
4966
|
-
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
4967
|
-
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
4968
|
-
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
4969
|
-
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
4970
|
-
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
4971
|
-
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
4972
|
-
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
4973
|
-
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
4974
|
-
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
4975
|
-
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
4976
|
-
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
4977
|
-
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
4978
|
-
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
4979
|
-
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4980
|
-
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
4981
|
-
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4982
|
-
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
4983
|
-
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
4984
|
-
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
4985
|
-
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
4986
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
4987
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4988
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4989
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
4990
|
-
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
4991
|
-
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
4992
|
-
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
4993
|
-
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
4994
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4995
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4996
|
-
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4997
|
-
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4998
|
-
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4999
|
-
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5000
|
-
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5001
|
-
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5002
|
-
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5003
|
-
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5004
|
-
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5005
|
-
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5006
|
-
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5007
|
-
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5008
|
-
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
5009
|
-
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5010
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5011
|
-
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
5012
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5013
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5014
|
-
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5015
|
-
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5016
|
-
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
5017
|
-
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
5018
|
-
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5019
|
-
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5020
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5021
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5022
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5023
|
-
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
5024
|
-
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5025
|
-
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5026
|
-
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
5027
|
-
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
5028
|
-
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
5029
|
-
readonly masternodevotetransition_getType: (a: number) => number;
|
|
5030
|
-
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
5031
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5032
|
-
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
5033
|
-
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
5034
|
-
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
5035
|
-
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5036
|
-
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5037
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5038
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5039
|
-
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
5040
|
-
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
5041
|
-
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5042
|
-
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5043
|
-
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5044
|
-
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5045
|
-
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5046
|
-
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5047
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
5048
|
-
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
5049
|
-
readonly valueerror_message: (a: number) => [number, number];
|
|
5050
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5051
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5052
|
-
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
5053
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5054
|
-
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5055
|
-
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5056
|
-
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
5011
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5012
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
5013
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
5014
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
5015
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
5016
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5017
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5018
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5019
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
5020
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
5021
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
5022
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
5023
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
5024
|
+
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
5025
|
+
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
5026
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5027
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5028
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5029
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5057
5030
|
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
5058
|
-
readonly
|
|
5059
|
-
readonly
|
|
5031
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
5032
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5033
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
5034
|
+
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5060
5035
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5061
|
-
readonly
|
|
5062
|
-
readonly
|
|
5063
|
-
readonly
|
|
5064
|
-
readonly
|
|
5065
|
-
readonly
|
|
5036
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5037
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5038
|
+
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
5039
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5040
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5041
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5066
5042
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5067
|
-
readonly
|
|
5068
|
-
readonly
|
|
5069
|
-
readonly
|
|
5070
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5071
|
-
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5072
|
-
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
5073
|
-
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
5074
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5075
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5043
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5044
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5045
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5076
5046
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5077
|
-
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
5078
5047
|
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
5079
|
-
readonly
|
|
5048
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5049
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5080
5050
|
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
5081
|
-
readonly
|
|
5082
|
-
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5083
|
-
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5084
|
-
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
5085
|
-
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
5086
|
-
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
5051
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5087
5052
|
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5088
5053
|
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
5089
5054
|
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
5090
|
-
readonly
|
|
5091
|
-
readonly
|
|
5092
|
-
readonly
|
|
5093
|
-
readonly
|
|
5094
|
-
readonly
|
|
5095
|
-
readonly
|
|
5096
|
-
readonly
|
|
5055
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
5056
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
5057
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
5058
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5059
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5060
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5061
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5062
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5063
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5064
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5065
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5066
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5067
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5068
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5069
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5070
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5071
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5072
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5073
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5074
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5075
|
+
readonly document_clone: (a: number) => number;
|
|
5076
|
+
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
5077
|
+
readonly document_getCreatedAt: (a: number) => any;
|
|
5078
|
+
readonly document_getData: (a: number) => [number, number, number];
|
|
5079
|
+
readonly document_getId: (a: number) => any;
|
|
5080
|
+
readonly document_getOwnerId: (a: number) => any;
|
|
5081
|
+
readonly document_getRevision: (a: number) => [number, bigint];
|
|
5082
|
+
readonly document_getUpdatedAt: (a: number) => any;
|
|
5083
|
+
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5084
|
+
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
5085
|
+
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5086
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
5087
|
+
readonly document_setData: (a: number, b: any) => [number, number];
|
|
5088
|
+
readonly document_setId: (a: number, b: any) => void;
|
|
5089
|
+
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
5090
|
+
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5091
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
5092
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5093
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5097
5094
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5098
5095
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5099
5096
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
@@ -5101,67 +5098,86 @@ export interface InitOutput {
|
|
|
5101
5098
|
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
5102
5099
|
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
5103
5100
|
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
5104
|
-
readonly
|
|
5105
|
-
readonly
|
|
5106
|
-
readonly
|
|
5107
|
-
readonly
|
|
5108
|
-
readonly
|
|
5101
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5102
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
5103
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5104
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5105
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5106
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
5107
|
+
readonly extendeddocument_clone: (a: number) => number;
|
|
5108
|
+
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
5109
|
+
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
5110
|
+
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
5111
|
+
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
5112
|
+
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
5113
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5114
|
+
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
5115
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5116
|
+
readonly extendeddocument_getId: (a: number) => any;
|
|
5117
|
+
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
5118
|
+
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
5119
|
+
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
5120
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
5121
|
+
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
5122
|
+
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
5123
|
+
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5124
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
5125
|
+
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
5126
|
+
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
5127
|
+
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
5128
|
+
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
5129
|
+
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
5130
|
+
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
5131
|
+
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
5132
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
5133
|
+
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
5134
|
+
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
5135
|
+
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
5136
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5137
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
5138
|
+
readonly identity_balance: (a: number) => bigint;
|
|
5139
|
+
readonly identity_from: (a: any) => number;
|
|
5140
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5141
|
+
readonly identity_getId: (a: number) => any;
|
|
5142
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
5143
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5144
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5145
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
5146
|
+
readonly identity_getRevision: (a: number) => bigint;
|
|
5147
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
5148
|
+
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
5149
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
5150
|
+
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
5151
|
+
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
5152
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
5153
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
5154
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
5155
|
+
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
5156
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
5157
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
5158
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
5109
5159
|
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5110
5160
|
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5111
5161
|
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
5112
|
-
readonly
|
|
5113
|
-
readonly
|
|
5114
|
-
readonly
|
|
5115
|
-
readonly
|
|
5116
|
-
readonly
|
|
5117
|
-
readonly
|
|
5118
|
-
readonly
|
|
5119
|
-
readonly
|
|
5120
|
-
readonly
|
|
5121
|
-
readonly
|
|
5122
|
-
readonly
|
|
5123
|
-
readonly
|
|
5124
|
-
readonly
|
|
5125
|
-
readonly
|
|
5126
|
-
readonly
|
|
5127
|
-
readonly
|
|
5128
|
-
readonly
|
|
5129
|
-
readonly
|
|
5130
|
-
readonly
|
|
5131
|
-
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
5132
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5133
|
-
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5134
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5135
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5136
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
5137
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
5138
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5139
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5140
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
5141
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
5142
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
5143
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
5144
|
-
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5145
|
-
readonly identitypublickey_getData: (a: number) => any;
|
|
5146
|
-
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
5147
|
-
readonly identitypublickey_getId: (a: number) => number;
|
|
5148
|
-
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
5149
|
-
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
5150
|
-
readonly identitypublickey_getType: (a: number) => number;
|
|
5151
|
-
readonly identitypublickey_hash: (a: number) => [number, number, number, number];
|
|
5152
|
-
readonly identitypublickey_isMaster: (a: number) => number;
|
|
5153
|
-
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
5154
|
-
readonly identitypublickey_new: (a: number) => [number, number, number];
|
|
5155
|
-
readonly identitypublickey_setData: (a: number, b: number, c: number) => [number, number];
|
|
5156
|
-
readonly identitypublickey_setDisabledAt: (a: number, b: any) => void;
|
|
5157
|
-
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
5158
|
-
readonly identitypublickey_setPurpose: (a: number, b: number) => [number, number];
|
|
5159
|
-
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
5160
|
-
readonly identitypublickey_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
5161
|
-
readonly identitypublickey_setType: (a: number, b: number) => [number, number];
|
|
5162
|
-
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
5163
|
-
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
5164
|
-
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
5162
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5163
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5164
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5165
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5166
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5167
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5168
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5169
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5170
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5171
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5172
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5173
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5174
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5175
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5176
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5177
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5178
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5179
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5180
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5165
5181
|
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
5166
5182
|
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
5167
5183
|
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
@@ -5181,7 +5197,134 @@ export interface InitOutput {
|
|
|
5181
5197
|
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
5182
5198
|
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
5183
5199
|
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
5200
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5201
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5202
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5203
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5204
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5205
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5206
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5207
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5208
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5209
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5210
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5211
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
5212
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5213
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
5214
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5215
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5216
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5217
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
5218
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5219
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
5220
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
5221
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
5222
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5223
|
+
readonly validationresult_getData: (a: number) => any;
|
|
5224
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
5225
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
5226
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5227
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5228
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5229
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5230
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5231
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5232
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5233
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5234
|
+
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
5235
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5236
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5237
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5238
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5239
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5240
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5241
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
5242
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5243
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5244
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
5245
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
5246
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
5247
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
5248
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5249
|
+
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
5250
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
5251
|
+
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
5252
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
5253
|
+
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5254
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
5255
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
5256
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
5257
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
5258
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
5259
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5260
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
5261
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5262
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5263
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
5264
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5265
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
5266
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5267
|
+
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5268
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5269
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5270
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
5271
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
5272
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5273
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
5274
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
5275
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
5276
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5277
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
5278
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
5279
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
5280
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5281
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
5282
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
5283
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5284
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
5285
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
5286
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5287
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5288
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5289
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5290
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
5291
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
5292
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
5293
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5294
|
+
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
5295
|
+
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
5296
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
5297
|
+
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5298
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5299
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5300
|
+
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
5301
|
+
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
5302
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5303
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5304
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5305
|
+
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5306
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5307
|
+
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5308
|
+
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
5309
|
+
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5310
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
5311
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
5312
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
5313
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5314
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
5315
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
5316
|
+
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
5317
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
5318
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5319
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
5320
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5321
|
+
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5322
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5323
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
5324
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
5325
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5184
5326
|
readonly identityupdatetransition_addPublicKeys: (a: number) => [number, number];
|
|
5327
|
+
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5185
5328
|
readonly identityupdatetransition_getIdentityId: (a: number) => any;
|
|
5186
5329
|
readonly identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5187
5330
|
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number) => [number, number];
|
|
@@ -5190,13 +5333,18 @@ export interface InitOutput {
|
|
|
5190
5333
|
readonly identityupdatetransition_getSignature: (a: number) => any;
|
|
5191
5334
|
readonly identityupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5192
5335
|
readonly identityupdatetransition_getType: (a: number) => number;
|
|
5336
|
+
readonly identityupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5337
|
+
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5338
|
+
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5193
5339
|
readonly identityupdatetransition_new: (a: number) => [number, number, number];
|
|
5340
|
+
readonly identityupdatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5194
5341
|
readonly identityupdatetransition_setIdentityId: (a: number, b: any) => void;
|
|
5195
5342
|
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
5196
5343
|
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number) => [number, number];
|
|
5197
5344
|
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
5198
5345
|
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5199
5346
|
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
5347
|
+
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5200
5348
|
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5201
5349
|
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5202
5350
|
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
@@ -5208,136 +5356,133 @@ export interface InitOutput {
|
|
|
5208
5356
|
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5209
5357
|
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5210
5358
|
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5211
|
-
readonly
|
|
5212
|
-
readonly
|
|
5213
|
-
readonly
|
|
5214
|
-
readonly
|
|
5215
|
-
readonly
|
|
5216
|
-
readonly
|
|
5217
|
-
readonly
|
|
5218
|
-
readonly
|
|
5219
|
-
readonly
|
|
5220
|
-
readonly
|
|
5221
|
-
readonly
|
|
5222
|
-
readonly
|
|
5223
|
-
readonly
|
|
5224
|
-
readonly
|
|
5225
|
-
readonly
|
|
5226
|
-
readonly
|
|
5227
|
-
readonly
|
|
5228
|
-
readonly
|
|
5229
|
-
readonly
|
|
5230
|
-
readonly
|
|
5231
|
-
readonly
|
|
5232
|
-
readonly
|
|
5233
|
-
readonly
|
|
5234
|
-
readonly
|
|
5235
|
-
readonly
|
|
5236
|
-
readonly
|
|
5237
|
-
readonly
|
|
5238
|
-
readonly
|
|
5239
|
-
readonly
|
|
5240
|
-
readonly
|
|
5241
|
-
readonly
|
|
5242
|
-
readonly
|
|
5243
|
-
readonly
|
|
5244
|
-
readonly
|
|
5245
|
-
readonly
|
|
5246
|
-
readonly
|
|
5247
|
-
readonly
|
|
5248
|
-
readonly
|
|
5249
|
-
readonly
|
|
5250
|
-
readonly
|
|
5251
|
-
readonly
|
|
5252
|
-
readonly
|
|
5253
|
-
readonly
|
|
5254
|
-
readonly
|
|
5255
|
-
readonly
|
|
5256
|
-
readonly
|
|
5257
|
-
readonly
|
|
5258
|
-
readonly
|
|
5259
|
-
readonly
|
|
5260
|
-
readonly
|
|
5261
|
-
readonly
|
|
5262
|
-
readonly
|
|
5263
|
-
readonly
|
|
5264
|
-
readonly
|
|
5265
|
-
readonly
|
|
5359
|
+
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5360
|
+
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5361
|
+
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5362
|
+
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5363
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5364
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5365
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5366
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5367
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
5368
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
5369
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5370
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5371
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5372
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5373
|
+
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5374
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5375
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5376
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5377
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5378
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5379
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5380
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5381
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5382
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5383
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5384
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5385
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5386
|
+
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5387
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5388
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5389
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5390
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5391
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5392
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5393
|
+
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
5394
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5395
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5396
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5397
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
5398
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5399
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
5400
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
5401
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5402
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5403
|
+
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5404
|
+
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5405
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5406
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5407
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5408
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
5409
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
5410
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
5411
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
5412
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5413
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
5414
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5415
|
+
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
5266
5416
|
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
5267
5417
|
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
5268
|
-
readonly
|
|
5269
|
-
readonly
|
|
5270
|
-
readonly
|
|
5271
|
-
readonly
|
|
5272
|
-
readonly
|
|
5418
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
5419
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
5420
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
5421
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
5422
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5423
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5424
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5425
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5426
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5427
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5273
5428
|
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5274
|
-
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5275
5429
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5276
|
-
readonly
|
|
5277
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
5278
|
-
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5279
|
-
readonly nodocumentssuppliederror_new: () => number;
|
|
5280
|
-
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
5281
|
-
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
5430
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5282
5431
|
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
5283
|
-
readonly
|
|
5284
|
-
readonly
|
|
5285
|
-
readonly
|
|
5286
|
-
readonly
|
|
5287
|
-
readonly
|
|
5288
|
-
readonly
|
|
5289
|
-
readonly
|
|
5290
|
-
readonly
|
|
5291
|
-
readonly
|
|
5292
|
-
readonly
|
|
5293
|
-
readonly
|
|
5294
|
-
readonly
|
|
5295
|
-
readonly
|
|
5296
|
-
readonly
|
|
5297
|
-
readonly
|
|
5298
|
-
readonly
|
|
5299
|
-
readonly
|
|
5300
|
-
readonly
|
|
5301
|
-
readonly
|
|
5302
|
-
readonly
|
|
5303
|
-
readonly
|
|
5304
|
-
readonly
|
|
5305
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
5306
|
-
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
5307
|
-
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
5308
|
-
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
5309
|
-
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
5310
|
-
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
5311
|
-
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5312
|
-
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
5313
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5314
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
5315
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
5316
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
5432
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
5433
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5434
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
5435
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
5436
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
5437
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
5438
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
5439
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
5440
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
5441
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
5442
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
5443
|
+
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
5444
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5445
|
+
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
5446
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
5447
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
5448
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
5449
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
5450
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
5451
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5452
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
5453
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
5317
5454
|
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5318
5455
|
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
5319
5456
|
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
5320
5457
|
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
5321
|
-
readonly
|
|
5322
|
-
readonly
|
|
5323
|
-
readonly
|
|
5324
|
-
readonly
|
|
5325
|
-
readonly
|
|
5326
|
-
readonly
|
|
5327
|
-
readonly
|
|
5328
|
-
readonly
|
|
5329
|
-
readonly
|
|
5330
|
-
readonly
|
|
5331
|
-
readonly
|
|
5458
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
5459
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
5460
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
5461
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
5462
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5463
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5464
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5465
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5466
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5467
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
5468
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
5469
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
5470
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
5471
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
5472
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
5473
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
5474
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
5475
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
5476
|
+
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
5477
|
+
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
5478
|
+
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
5479
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5480
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
5481
|
+
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
5332
5482
|
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5333
5483
|
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5334
5484
|
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5335
5485
|
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
5336
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
5337
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
5338
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
5339
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
5340
|
-
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5341
5486
|
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5342
5487
|
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
5343
5488
|
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
@@ -5345,9 +5490,10 @@ export interface InitOutput {
|
|
|
5345
5490
|
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5346
5491
|
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5347
5492
|
readonly documenttransitions_new: () => number;
|
|
5348
|
-
readonly
|
|
5349
|
-
readonly
|
|
5350
|
-
readonly
|
|
5493
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5494
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
5495
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
5496
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
5351
5497
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5352
5498
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
5353
5499
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
@@ -5359,30 +5505,28 @@ export interface InitOutput {
|
|
|
5359
5505
|
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5360
5506
|
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
5361
5507
|
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
5508
|
+
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
5509
|
+
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
5510
|
+
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
5511
|
+
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
5512
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5513
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5514
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
5515
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5516
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5362
5517
|
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5363
5518
|
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5364
5519
|
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5365
5520
|
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5366
|
-
readonly
|
|
5367
|
-
readonly
|
|
5368
|
-
readonly
|
|
5369
|
-
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5370
|
-
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5371
|
-
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
5372
|
-
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
5521
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5522
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5523
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5373
5524
|
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5374
5525
|
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
5375
5526
|
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
5376
5527
|
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
5377
5528
|
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
5378
5529
|
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
5379
|
-
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
5380
|
-
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5381
|
-
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5382
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5383
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5384
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5385
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5386
5530
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5387
5531
|
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
5388
5532
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
@@ -5390,167 +5534,21 @@ export interface InitOutput {
|
|
|
5390
5534
|
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
5391
5535
|
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
5392
5536
|
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
5393
|
-
readonly
|
|
5394
|
-
readonly
|
|
5395
|
-
readonly
|
|
5396
|
-
readonly
|
|
5397
|
-
readonly
|
|
5398
|
-
readonly
|
|
5399
|
-
readonly
|
|
5400
|
-
readonly
|
|
5401
|
-
readonly
|
|
5402
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5403
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
5404
|
-
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
5405
|
-
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
5406
|
-
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5407
|
-
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
5408
|
-
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5409
|
-
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5410
|
-
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5411
|
-
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
5412
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5413
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5414
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5415
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5416
|
-
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5417
|
-
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
5418
|
-
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
5419
|
-
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
5420
|
-
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
5421
|
-
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5422
|
-
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
5423
|
-
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
5424
|
-
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
5425
|
-
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
5426
|
-
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5427
|
-
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5428
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5429
|
-
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
5430
|
-
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
5431
|
-
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
5432
|
-
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
5433
|
-
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5434
|
-
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
5435
|
-
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
5436
|
-
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
5437
|
-
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5438
|
-
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5439
|
-
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
5440
|
-
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
5441
|
-
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5442
|
-
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
5443
|
-
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
5444
|
-
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
5445
|
-
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
5446
|
-
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5447
|
-
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
5448
|
-
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5449
|
-
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5450
|
-
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
5451
|
-
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
5452
|
-
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
5453
|
-
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5454
|
-
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5455
|
-
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
5456
|
-
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5457
|
-
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5458
|
-
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5459
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5460
|
-
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5461
|
-
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
5462
|
-
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
5463
|
-
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5464
|
-
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5465
|
-
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
5466
|
-
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
5467
|
-
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5468
|
-
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5469
|
-
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
5470
|
-
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
5471
|
-
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
5472
|
-
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
5473
|
-
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
5474
|
-
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
5475
|
-
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
5476
|
-
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
5477
|
-
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
5478
|
-
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
5479
|
-
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
5480
|
-
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
5481
|
-
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
5482
|
-
readonly invalidactionterror_new: (a: any) => number;
|
|
5483
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5484
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
5485
|
-
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5486
|
-
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5487
|
-
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
5488
|
-
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
5489
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
5490
|
-
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
5491
|
-
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
5492
|
-
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
5493
|
-
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5494
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5495
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
5496
|
-
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
5497
|
-
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5498
|
-
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
5499
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5500
|
-
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
5501
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
5502
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5503
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
5504
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
5505
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
5506
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5507
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
5508
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
5509
|
-
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
5510
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
5511
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5512
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
5513
|
-
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
5514
|
-
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5515
|
-
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
5516
|
-
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
5517
|
-
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5518
|
-
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
5519
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5520
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5521
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
5522
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
5523
|
-
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5524
|
-
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5525
|
-
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5526
|
-
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5527
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5528
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5529
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
5530
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5531
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
5532
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
5533
|
-
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
5534
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5535
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5536
|
-
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5537
|
-
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5538
|
-
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5539
|
-
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5540
|
-
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5541
|
-
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
5542
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5543
|
-
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5544
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5545
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5537
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
5538
|
+
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
5539
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5540
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5541
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5542
|
+
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5543
|
+
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5544
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5545
|
+
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5546
5546
|
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5547
5547
|
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5548
5548
|
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
5549
5549
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5550
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5551
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5552
|
-
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5553
5550
|
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5551
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5554
5552
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
5555
5553
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
5556
5554
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|