@dashevo/wasm-dpp 3.1.0-dev.4 → 3.1.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasm/wasm_dpp.d.ts +507 -507
- package/dist/wasm/wasm_dpp.js +7 -7
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +507 -507
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -4346,11 +4346,231 @@ export interface InitOutput {
|
|
|
4346
4346
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
4347
4347
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
4348
4348
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
4349
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4350
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4351
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4352
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4353
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
4354
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
4355
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4356
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4357
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
4358
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4359
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4360
|
+
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
4361
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4362
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4363
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
4364
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
4365
|
+
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4366
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4367
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4368
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4369
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4370
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4371
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4372
|
+
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4373
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
4374
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
4375
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4376
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4377
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4378
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
4379
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
4380
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4381
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4382
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4383
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4384
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4385
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4386
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4387
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4388
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4389
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4390
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
4391
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
4392
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4393
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4394
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4395
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4396
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4397
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4398
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4399
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4400
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4401
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4402
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4403
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4404
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
4405
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
4406
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4407
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4408
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4409
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4410
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4411
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4412
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4413
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4414
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4415
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4416
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4417
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4418
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
4419
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
4420
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4421
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
4422
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4423
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4424
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4425
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4426
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4427
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4428
|
+
readonly identity_balance: (a: number) => bigint;
|
|
4429
|
+
readonly identity_from: (a: any) => number;
|
|
4430
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4431
|
+
readonly identity_getId: (a: number) => any;
|
|
4432
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
4433
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4434
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4435
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4436
|
+
readonly identity_getRevision: (a: number) => bigint;
|
|
4437
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4438
|
+
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4439
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
4440
|
+
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4441
|
+
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4442
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
4443
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4444
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4445
|
+
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4446
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4447
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4448
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4449
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4450
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4451
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4452
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4453
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
4454
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
4455
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
4456
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4457
|
+
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
4458
|
+
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
4459
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
4460
|
+
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4461
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4462
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4463
|
+
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
4464
|
+
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
4465
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4466
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4467
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4468
|
+
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4469
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4470
|
+
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4471
|
+
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
4472
|
+
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4473
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4474
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4475
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
4476
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4477
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4478
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4479
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4480
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4481
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4482
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
4483
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4484
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4485
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4486
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
4487
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
4488
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
4489
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4490
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
4491
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
4492
|
+
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
4493
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
4494
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4495
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
4496
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4497
|
+
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4498
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4499
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
4500
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
4501
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4502
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
4503
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
4504
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
4505
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
4506
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
4507
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4508
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4509
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
4510
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
4511
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
4512
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4513
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4514
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4515
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4516
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4517
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4518
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4519
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
4520
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4521
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4522
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
4523
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
4524
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
4525
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4526
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
4527
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
4528
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
4529
|
+
readonly metadata_toObject: (a: number) => any;
|
|
4530
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4531
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4532
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4533
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
4534
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
4535
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
4536
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
4537
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
4538
|
+
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
4539
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
4540
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
4541
|
+
readonly validationresult_getData: (a: number) => any;
|
|
4542
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
4543
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
4544
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
4545
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
4546
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4547
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
4548
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
4549
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
4550
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
4551
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4552
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
4553
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4554
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4555
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4556
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4557
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4558
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
4559
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
4560
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
4561
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
4562
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
4563
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4564
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4565
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4566
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
4567
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4568
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
4349
4569
|
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4350
4570
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
4571
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
4351
4572
|
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4352
4573
|
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
4353
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4354
4574
|
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
4355
4575
|
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
4356
4576
|
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
@@ -4393,6 +4613,9 @@ export interface InitOutput {
|
|
|
4393
4613
|
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
4394
4614
|
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
4395
4615
|
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
4616
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4617
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4618
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4396
4619
|
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4397
4620
|
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4398
4621
|
readonly document_clone: (a: number) => number;
|
|
@@ -4412,9 +4635,6 @@ export interface InitOutput {
|
|
|
4412
4635
|
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
4413
4636
|
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4414
4637
|
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4415
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4416
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4417
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4418
4638
|
readonly documenttransition_getAction: (a: number) => number;
|
|
4419
4639
|
readonly documenttransition_getData: (a: number) => any;
|
|
4420
4640
|
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
@@ -4481,74 +4701,67 @@ export interface InitOutput {
|
|
|
4481
4701
|
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
4482
4702
|
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4483
4703
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4484
|
-
readonly
|
|
4485
|
-
readonly
|
|
4486
|
-
readonly
|
|
4487
|
-
readonly
|
|
4488
|
-
readonly
|
|
4489
|
-
readonly
|
|
4490
|
-
readonly
|
|
4491
|
-
readonly
|
|
4492
|
-
readonly
|
|
4493
|
-
readonly
|
|
4494
|
-
readonly
|
|
4495
|
-
readonly
|
|
4496
|
-
readonly
|
|
4497
|
-
readonly
|
|
4498
|
-
readonly
|
|
4499
|
-
readonly
|
|
4500
|
-
readonly
|
|
4501
|
-
readonly
|
|
4502
|
-
readonly
|
|
4503
|
-
readonly
|
|
4504
|
-
readonly
|
|
4505
|
-
readonly
|
|
4506
|
-
readonly
|
|
4507
|
-
readonly
|
|
4508
|
-
readonly
|
|
4509
|
-
readonly
|
|
4510
|
-
readonly
|
|
4511
|
-
readonly
|
|
4512
|
-
readonly
|
|
4513
|
-
readonly
|
|
4514
|
-
readonly
|
|
4515
|
-
readonly
|
|
4516
|
-
readonly
|
|
4517
|
-
readonly
|
|
4518
|
-
readonly
|
|
4519
|
-
readonly
|
|
4520
|
-
readonly
|
|
4521
|
-
readonly
|
|
4522
|
-
readonly
|
|
4523
|
-
readonly
|
|
4524
|
-
readonly
|
|
4525
|
-
readonly
|
|
4526
|
-
readonly
|
|
4527
|
-
readonly
|
|
4528
|
-
readonly
|
|
4529
|
-
readonly
|
|
4530
|
-
readonly
|
|
4531
|
-
readonly
|
|
4532
|
-
readonly
|
|
4533
|
-
readonly
|
|
4534
|
-
readonly
|
|
4535
|
-
readonly
|
|
4536
|
-
readonly
|
|
4537
|
-
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
4538
|
-
readonly invalidactionterror_new: (a: any) => number;
|
|
4539
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
4540
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
4541
|
-
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
4542
|
-
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
4543
|
-
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4704
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4705
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4706
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4707
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4708
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
4709
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4710
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4711
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4712
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
4713
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4714
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
4715
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4716
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
4717
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4718
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4719
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4720
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4721
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4722
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4723
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4724
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4725
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4726
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4727
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
4728
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4729
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4730
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4731
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4732
|
+
readonly documentfacade_new: (a: number) => number;
|
|
4733
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4734
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
4735
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
4736
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4737
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4738
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4739
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4740
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4741
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4742
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4743
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4744
|
+
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
4745
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4746
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4747
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4748
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
4749
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
4750
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
4751
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
4752
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
4753
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
4754
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
4755
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4756
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4544
4757
|
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4545
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4546
4758
|
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4547
4759
|
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
4548
4760
|
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4549
4761
|
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4550
4762
|
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
4551
4763
|
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
4764
|
+
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4552
4765
|
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4553
4766
|
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4554
4767
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
@@ -4578,10 +4791,6 @@ export interface InitOutput {
|
|
|
4578
4791
|
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4579
4792
|
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
4580
4793
|
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4581
|
-
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
4582
|
-
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
4583
|
-
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
4584
|
-
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
4585
4794
|
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4586
4795
|
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4587
4796
|
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
@@ -4619,6 +4828,8 @@ export interface InitOutput {
|
|
|
4619
4828
|
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
4620
4829
|
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
4621
4830
|
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
4831
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4832
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
4622
4833
|
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4623
4834
|
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
4624
4835
|
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
@@ -4664,418 +4875,146 @@ export interface InitOutput {
|
|
|
4664
4875
|
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4665
4876
|
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
4666
4877
|
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4878
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4667
4879
|
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4668
4880
|
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4669
4881
|
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4670
|
-
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4671
|
-
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4672
|
-
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4673
|
-
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4674
|
-
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
4675
|
-
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4676
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4677
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4678
|
-
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
4679
|
-
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4680
|
-
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
4681
|
-
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4682
|
-
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
4683
|
-
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4684
|
-
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4685
|
-
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4686
|
-
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4687
|
-
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4688
|
-
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4689
|
-
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4690
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4691
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4692
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4693
|
-
readonly datacontractfactory_new: (a: number) => number;
|
|
4694
|
-
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4695
|
-
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4696
|
-
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4697
|
-
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4698
|
-
readonly documentfacade_new: (a: number) => number;
|
|
4699
|
-
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4700
|
-
readonly getLatestProtocolVersion: () => number;
|
|
4701
|
-
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
4702
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
4703
|
-
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4704
|
-
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4705
|
-
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4706
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4707
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4708
|
-
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4709
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4710
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4711
|
-
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
4712
|
-
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4713
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4714
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4715
|
-
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
4716
|
-
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
4717
|
-
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
4718
|
-
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
4719
|
-
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
4720
|
-
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
4721
|
-
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
4722
|
-
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4723
|
-
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4724
4882
|
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4725
|
-
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4726
|
-
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
4727
|
-
readonly
|
|
4728
|
-
readonly
|
|
4729
|
-
readonly
|
|
4730
|
-
readonly
|
|
4731
|
-
readonly
|
|
4732
|
-
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4733
|
-
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4734
|
-
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4735
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4736
|
-
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4737
|
-
readonly
|
|
4738
|
-
readonly
|
|
4739
|
-
readonly
|
|
4740
|
-
readonly
|
|
4741
|
-
readonly
|
|
4742
|
-
readonly
|
|
4743
|
-
readonly
|
|
4744
|
-
readonly
|
|
4745
|
-
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4746
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
4747
|
-
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4748
|
-
readonly datacontracterror_getCode: (a: number) => number;
|
|
4749
|
-
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4750
|
-
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4751
|
-
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4752
|
-
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4753
|
-
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4754
|
-
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4755
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
4756
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
4757
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
4758
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
4759
|
-
readonly
|
|
4760
|
-
readonly
|
|
4761
|
-
readonly
|
|
4762
|
-
readonly
|
|
4763
|
-
readonly
|
|
4764
|
-
readonly
|
|
4765
|
-
readonly
|
|
4766
|
-
readonly
|
|
4767
|
-
readonly
|
|
4768
|
-
readonly
|
|
4769
|
-
readonly
|
|
4770
|
-
readonly
|
|
4771
|
-
readonly
|
|
4772
|
-
readonly
|
|
4773
|
-
readonly
|
|
4774
|
-
readonly
|
|
4775
|
-
readonly
|
|
4776
|
-
readonly
|
|
4777
|
-
readonly
|
|
4778
|
-
readonly
|
|
4779
|
-
readonly
|
|
4780
|
-
readonly
|
|
4781
|
-
readonly
|
|
4782
|
-
readonly
|
|
4783
|
-
readonly
|
|
4784
|
-
readonly
|
|
4785
|
-
readonly
|
|
4786
|
-
readonly
|
|
4787
|
-
readonly
|
|
4788
|
-
readonly
|
|
4789
|
-
readonly
|
|
4790
|
-
readonly
|
|
4791
|
-
readonly
|
|
4792
|
-
readonly
|
|
4793
|
-
readonly
|
|
4794
|
-
readonly
|
|
4795
|
-
readonly
|
|
4796
|
-
readonly
|
|
4797
|
-
readonly
|
|
4798
|
-
readonly
|
|
4799
|
-
readonly
|
|
4800
|
-
readonly
|
|
4801
|
-
readonly
|
|
4802
|
-
readonly
|
|
4803
|
-
readonly
|
|
4804
|
-
readonly
|
|
4805
|
-
readonly
|
|
4806
|
-
readonly
|
|
4807
|
-
readonly
|
|
4808
|
-
readonly
|
|
4809
|
-
readonly
|
|
4810
|
-
readonly
|
|
4811
|
-
readonly
|
|
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
|
|
4846
|
-
readonly
|
|
4847
|
-
readonly
|
|
4848
|
-
readonly
|
|
4849
|
-
readonly
|
|
4850
|
-
readonly
|
|
4851
|
-
readonly
|
|
4852
|
-
readonly
|
|
4853
|
-
readonly
|
|
4854
|
-
readonly
|
|
4855
|
-
readonly
|
|
4856
|
-
readonly
|
|
4857
|
-
readonly
|
|
4858
|
-
readonly
|
|
4859
|
-
readonly
|
|
4860
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4861
|
-
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
4862
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
4863
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
4864
|
-
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4865
|
-
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
4866
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4867
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4868
|
-
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
4869
|
-
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4870
|
-
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
4871
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4872
|
-
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
4873
|
-
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4874
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4875
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4876
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4877
|
-
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4878
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4879
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4880
|
-
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4881
|
-
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
4882
|
-
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
4883
|
-
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4884
|
-
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4885
|
-
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4886
|
-
readonly basicblserror_getCode: (a: number) => number;
|
|
4887
|
-
readonly basicblserror_message: (a: number) => [number, number];
|
|
4888
|
-
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4889
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4890
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4891
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4892
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4893
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4894
|
-
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4895
|
-
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4896
|
-
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4897
|
-
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4898
|
-
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
4899
|
-
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
4900
|
-
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4901
|
-
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4902
|
-
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4903
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4904
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4905
|
-
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4906
|
-
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4907
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4908
|
-
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4909
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4910
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4911
|
-
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4912
|
-
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
4913
|
-
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
4914
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
4915
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
4916
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
4917
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
4918
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
4919
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4920
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4921
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4922
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4923
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4924
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4925
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4926
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4927
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4928
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4929
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4930
|
-
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4931
|
-
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
4932
|
-
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
4933
|
-
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4934
|
-
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4935
|
-
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4936
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4937
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4938
|
-
readonly identity_balance: (a: number) => bigint;
|
|
4939
|
-
readonly identity_from: (a: any) => number;
|
|
4940
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4941
|
-
readonly identity_getId: (a: number) => any;
|
|
4942
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
4943
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4944
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4945
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4946
|
-
readonly identity_getRevision: (a: number) => bigint;
|
|
4947
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4948
|
-
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4949
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
4950
|
-
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4951
|
-
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4952
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
4953
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4954
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4955
|
-
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4956
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4957
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4958
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4959
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4960
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4961
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4962
|
-
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4963
|
-
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
4964
|
-
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
4965
|
-
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
4966
|
-
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4967
|
-
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
4968
|
-
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
4969
|
-
readonly identitycreatetransition_getType: (a: number) => number;
|
|
4970
|
-
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4971
|
-
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4972
|
-
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4973
|
-
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
4974
|
-
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
4975
|
-
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4976
|
-
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4977
|
-
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4978
|
-
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4979
|
-
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4980
|
-
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4981
|
-
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
4982
|
-
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4983
|
-
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4984
|
-
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4985
|
-
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
4986
|
-
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4987
|
-
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4988
|
-
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4989
|
-
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4990
|
-
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4991
|
-
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4992
|
-
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
4993
|
-
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
4994
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
4995
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
4996
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4997
|
-
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
4998
|
-
readonly identitytopuptransition_getType: (a: number) => number;
|
|
4999
|
-
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
5000
|
-
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
5001
|
-
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5002
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
5003
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5004
|
-
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5005
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5006
|
-
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
5007
|
-
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
5008
|
-
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5009
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5010
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5011
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5012
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5013
|
-
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5014
|
-
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5015
|
-
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5016
|
-
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5017
|
-
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5018
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5019
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
5020
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5021
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5022
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5023
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5024
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5025
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
5026
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
5027
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5028
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5029
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5030
|
-
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5031
|
-
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5032
|
-
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5033
|
-
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
5034
|
-
readonly metadata_from: (a: any) => [number, number, number];
|
|
5035
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5036
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5037
|
-
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5038
|
-
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5039
|
-
readonly metadata_toJSON: (a: number) => any;
|
|
5040
|
-
readonly metadata_toObject: (a: number) => any;
|
|
5041
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5042
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5043
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5044
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5045
|
-
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
5046
|
-
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5047
|
-
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
5048
|
-
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5049
|
-
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
5050
|
-
readonly validationresult_errors: (a: number) => [number, number];
|
|
5051
|
-
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5052
|
-
readonly validationresult_getData: (a: number) => any;
|
|
5053
|
-
readonly validationresult_getFirstError: (a: number) => any;
|
|
5054
|
-
readonly validationresult_isValid: (a: number) => number;
|
|
5055
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5056
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5057
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5058
|
-
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
5059
|
-
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
5060
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
5061
|
-
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
5062
|
-
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5063
|
-
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5064
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5065
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5066
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5067
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5068
|
-
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5069
|
-
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5070
|
-
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5071
|
-
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5072
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5073
|
-
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5074
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5075
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5076
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5077
|
-
readonly identity_getBalance: (a: number) => bigint;
|
|
5078
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
4883
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4884
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
4885
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
4886
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
4887
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
4888
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4889
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
4890
|
+
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4891
|
+
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4892
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4893
|
+
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4894
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4895
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
4896
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4897
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4898
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4899
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
4900
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4901
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
4902
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4903
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4904
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
4905
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4906
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
4907
|
+
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4908
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4909
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4910
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4911
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4912
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4913
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
4914
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
4915
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
4916
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
4917
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
4918
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
4919
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
4920
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
4921
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
4922
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
4923
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
4924
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
4925
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
4926
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
4927
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
4928
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
4929
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
4930
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
4931
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
4932
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
4933
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4934
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4935
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4936
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
4937
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
4938
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
4939
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
4940
|
+
readonly documenttransitions_new: () => number;
|
|
4941
|
+
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
4942
|
+
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
4943
|
+
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
4944
|
+
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
4945
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4946
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
4947
|
+
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
4948
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
4949
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
4950
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
4951
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
4952
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
4953
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
4954
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
4955
|
+
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
4956
|
+
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
4957
|
+
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
4958
|
+
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
4959
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4960
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4961
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4962
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
4963
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
4964
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
4965
|
+
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
4966
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
4967
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
4968
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4969
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4970
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4971
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4972
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4973
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4974
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4975
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
4976
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
4977
|
+
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
4978
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
4979
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
4980
|
+
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
4981
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4982
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4983
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
4984
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
4985
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4986
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4987
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4988
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4989
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4990
|
+
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4991
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4992
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
4993
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
4994
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
4995
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
4996
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4997
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4998
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4999
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
5000
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
5001
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5002
|
+
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5003
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5004
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5005
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
5006
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
5007
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5008
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5009
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5010
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
5011
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
5012
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
5013
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5014
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5015
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5016
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5017
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
5079
5018
|
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
5080
5019
|
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
5081
5020
|
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
@@ -5086,11 +5025,14 @@ export interface InitOutput {
|
|
|
5086
5025
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5087
5026
|
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5088
5027
|
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
5089
|
-
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
5090
5028
|
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
5091
5029
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5092
5030
|
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5093
5031
|
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
5032
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5033
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
5034
|
+
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
5035
|
+
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
5094
5036
|
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5095
5037
|
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
5096
5038
|
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
@@ -5125,8 +5067,6 @@ export interface InitOutput {
|
|
|
5125
5067
|
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
5126
5068
|
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
5127
5069
|
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
5128
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5129
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5130
5070
|
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
5131
5071
|
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
5132
5072
|
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
@@ -5139,11 +5079,11 @@ export interface InitOutput {
|
|
|
5139
5079
|
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5140
5080
|
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5141
5081
|
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5142
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5143
5082
|
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
5144
5083
|
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5145
5084
|
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5146
5085
|
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
5086
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5147
5087
|
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
5148
5088
|
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
5149
5089
|
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
@@ -5155,16 +5095,15 @@ export interface InitOutput {
|
|
|
5155
5095
|
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5156
5096
|
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
5157
5097
|
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
5158
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5159
5098
|
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
5160
5099
|
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
5161
5100
|
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5101
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
5162
5102
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
5163
5103
|
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5164
5104
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5165
5105
|
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
5166
5106
|
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
5167
|
-
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5168
5107
|
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
5169
5108
|
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
5170
5109
|
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
@@ -5175,6 +5114,8 @@ export interface InitOutput {
|
|
|
5175
5114
|
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
5176
5115
|
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
5177
5116
|
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
5117
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5118
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5178
5119
|
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5179
5120
|
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
5180
5121
|
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
@@ -5225,10 +5166,6 @@ export interface InitOutput {
|
|
|
5225
5166
|
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5226
5167
|
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5227
5168
|
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5228
|
-
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5229
|
-
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5230
|
-
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5231
|
-
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5232
5169
|
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5233
5170
|
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5234
5171
|
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
@@ -5241,6 +5178,10 @@ export interface InitOutput {
|
|
|
5241
5178
|
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5242
5179
|
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5243
5180
|
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5181
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5182
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5183
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5184
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5244
5185
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5245
5186
|
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
5246
5187
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
@@ -5261,8 +5202,6 @@ export interface InitOutput {
|
|
|
5261
5202
|
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
5262
5203
|
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5263
5204
|
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
5264
|
-
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5265
|
-
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5266
5205
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5267
5206
|
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5268
5207
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
@@ -5285,12 +5224,11 @@ export interface InitOutput {
|
|
|
5285
5224
|
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
5286
5225
|
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
5287
5226
|
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5288
|
-
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5289
|
-
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
5290
5227
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
5291
5228
|
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
5292
5229
|
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
5293
5230
|
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
5231
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
5294
5232
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5295
5233
|
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
5296
5234
|
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
@@ -5299,22 +5237,18 @@ export interface InitOutput {
|
|
|
5299
5237
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5300
5238
|
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
5301
5239
|
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5240
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
5302
5241
|
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
5242
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5303
5243
|
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
5304
5244
|
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5305
5245
|
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
5306
5246
|
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
5307
5247
|
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5308
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
5309
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5310
5248
|
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
5311
5249
|
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
5250
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5312
5251
|
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
5313
|
-
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5314
|
-
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5315
|
-
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5316
|
-
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
5317
|
-
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
5318
5252
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
5319
5253
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
5320
5254
|
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
@@ -5329,6 +5263,9 @@ export interface InitOutput {
|
|
|
5329
5263
|
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
5330
5264
|
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
5331
5265
|
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5266
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5267
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
5268
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
5332
5269
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5333
5270
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5334
5271
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
@@ -5438,6 +5375,10 @@ export interface InitOutput {
|
|
|
5438
5375
|
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5439
5376
|
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5440
5377
|
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5378
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5379
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5380
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5381
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5441
5382
|
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5442
5383
|
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
5443
5384
|
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
@@ -5448,6 +5389,8 @@ export interface InitOutput {
|
|
|
5448
5389
|
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
5449
5390
|
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
5450
5391
|
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
5392
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5393
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5451
5394
|
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5452
5395
|
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5453
5396
|
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
@@ -5460,18 +5403,9 @@ export interface InitOutput {
|
|
|
5460
5403
|
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
5461
5404
|
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
5462
5405
|
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5463
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5464
5406
|
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5465
5407
|
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
5466
5408
|
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5467
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5468
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5469
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5470
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5471
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5472
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5473
|
-
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5474
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5475
5409
|
readonly jsonschemaerror_code: (a: number) => number;
|
|
5476
5410
|
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
5477
5411
|
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
@@ -5486,6 +5420,8 @@ export interface InitOutput {
|
|
|
5486
5420
|
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
5487
5421
|
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5488
5422
|
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
5423
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5424
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5489
5425
|
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5490
5426
|
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
5491
5427
|
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
@@ -5504,12 +5440,76 @@ export interface InitOutput {
|
|
|
5504
5440
|
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5505
5441
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
5506
5442
|
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5443
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5444
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5445
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5507
5446
|
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5508
5447
|
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5448
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5449
|
+
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
5450
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
5451
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
5452
|
+
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5453
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
5454
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
5455
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
5456
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5457
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5458
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
5459
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
5460
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
5461
|
+
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5462
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
5463
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
5464
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
5465
|
+
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
5466
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5467
|
+
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
5468
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5469
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5470
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
5471
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
5472
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5473
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5474
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
5475
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5476
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5477
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5478
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5479
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5480
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
5481
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
5482
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
5483
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
5484
|
+
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5485
|
+
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5486
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
5487
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
5488
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5489
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5490
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
5491
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
5492
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
5493
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
5494
|
+
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
5495
|
+
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
5496
|
+
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
5497
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
5498
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
5499
|
+
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
5500
|
+
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
5501
|
+
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
5502
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
5503
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5504
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5505
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5506
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5507
|
+
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
5509
5508
|
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
5510
5509
|
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5511
5510
|
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
5512
5511
|
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
5512
|
+
readonly getLatestProtocolVersion: () => number;
|
|
5513
5513
|
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
5514
5514
|
readonly nodocumentssuppliederror_new: () => number;
|
|
5515
5515
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|