@dashevo/wasm-dpp 4.1.0 → 4.2.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasm/wasm_dpp.d.ts +733 -707
- package/dist/wasm/wasm_dpp.js +46 -34
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +733 -707
- package/package.json +2 -2
- package/src/errors/consensus/consensus_error.rs +8 -0
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -619,6 +619,15 @@ export class DocumentContestIdentityAlreadyContestantError {
|
|
|
619
619
|
readonly message: string;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
|
+
export class DocumentContestIndexMismatchError {
|
|
623
|
+
private constructor();
|
|
624
|
+
free(): void;
|
|
625
|
+
[Symbol.dispose](): void;
|
|
626
|
+
getCode(): number;
|
|
627
|
+
serialize(): any;
|
|
628
|
+
readonly message: string;
|
|
629
|
+
}
|
|
630
|
+
|
|
622
631
|
export class DocumentContestNotJoinableError {
|
|
623
632
|
private constructor();
|
|
624
633
|
free(): void;
|
|
@@ -637,6 +646,15 @@ export class DocumentContestNotPaidForError {
|
|
|
637
646
|
readonly message: string;
|
|
638
647
|
}
|
|
639
648
|
|
|
649
|
+
export class DocumentContestNotRequiredError {
|
|
650
|
+
private constructor();
|
|
651
|
+
free(): void;
|
|
652
|
+
[Symbol.dispose](): void;
|
|
653
|
+
getCode(): number;
|
|
654
|
+
serialize(): any;
|
|
655
|
+
readonly message: string;
|
|
656
|
+
}
|
|
657
|
+
|
|
640
658
|
export class DocumentCreateTransition {
|
|
641
659
|
private constructor();
|
|
642
660
|
free(): void;
|
|
@@ -3731,8 +3749,10 @@ export interface InitOutput {
|
|
|
3731
3749
|
readonly __wbg_documentcontestcurrentlylockederror_free: (a: number, b: number) => void;
|
|
3732
3750
|
readonly __wbg_documentcontestdocumentwithsameidalreadypresenterror_free: (a: number, b: number) => void;
|
|
3733
3751
|
readonly __wbg_documentcontestidentityalreadycontestanterror_free: (a: number, b: number) => void;
|
|
3752
|
+
readonly __wbg_documentcontestindexmismatcherror_free: (a: number, b: number) => void;
|
|
3734
3753
|
readonly __wbg_documentcontestnotjoinableerror_free: (a: number, b: number) => void;
|
|
3735
3754
|
readonly __wbg_documentcontestnotpaidforerror_free: (a: number, b: number) => void;
|
|
3755
|
+
readonly __wbg_documentcontestnotrequirederror_free: (a: number, b: number) => void;
|
|
3736
3756
|
readonly __wbg_documentcreationnotallowederror_free: (a: number, b: number) => void;
|
|
3737
3757
|
readonly __wbg_documentfieldmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
3738
3758
|
readonly __wbg_documentincorrectpurchasepriceerror_free: (a: number, b: number) => void;
|
|
@@ -3937,12 +3957,18 @@ export interface InitOutput {
|
|
|
3937
3957
|
readonly documentcontestidentityalreadycontestanterror_getCode: (a: number) => number;
|
|
3938
3958
|
readonly documentcontestidentityalreadycontestanterror_message: (a: number) => [number, number];
|
|
3939
3959
|
readonly documentcontestidentityalreadycontestanterror_serialize: (a: number) => [number, number, number];
|
|
3960
|
+
readonly documentcontestindexmismatcherror_getCode: (a: number) => number;
|
|
3961
|
+
readonly documentcontestindexmismatcherror_message: (a: number) => [number, number];
|
|
3962
|
+
readonly documentcontestindexmismatcherror_serialize: (a: number) => [number, number, number];
|
|
3940
3963
|
readonly documentcontestnotjoinableerror_getCode: (a: number) => number;
|
|
3941
3964
|
readonly documentcontestnotjoinableerror_message: (a: number) => [number, number];
|
|
3942
3965
|
readonly documentcontestnotjoinableerror_serialize: (a: number) => [number, number, number];
|
|
3943
3966
|
readonly documentcontestnotpaidforerror_getCode: (a: number) => number;
|
|
3944
3967
|
readonly documentcontestnotpaidforerror_message: (a: number) => [number, number];
|
|
3945
3968
|
readonly documentcontestnotpaidforerror_serialize: (a: number) => [number, number, number];
|
|
3969
|
+
readonly documentcontestnotrequirederror_getCode: (a: number) => number;
|
|
3970
|
+
readonly documentcontestnotrequirederror_message: (a: number) => [number, number];
|
|
3971
|
+
readonly documentcontestnotrequirederror_serialize: (a: number) => [number, number, number];
|
|
3946
3972
|
readonly documentcreationnotallowederror_getCode: (a: number) => number;
|
|
3947
3973
|
readonly documentcreationnotallowederror_message: (a: number) => [number, number];
|
|
3948
3974
|
readonly documentcreationnotallowederror_serialize: (a: number) => [number, number, number];
|
|
@@ -4384,376 +4410,147 @@ export interface InitOutput {
|
|
|
4384
4410
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
4385
4411
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
4386
4412
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
4387
|
-
readonly
|
|
4413
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4414
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4415
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4388
4416
|
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4389
4417
|
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4418
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4390
4419
|
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4391
|
-
readonly
|
|
4392
|
-
readonly
|
|
4420
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4421
|
+
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
4422
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4423
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
4424
|
+
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
4425
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
4426
|
+
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
4427
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
4428
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4393
4429
|
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
4394
|
-
readonly
|
|
4395
|
-
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4430
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
4396
4431
|
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
4397
|
-
readonly
|
|
4398
|
-
readonly
|
|
4399
|
-
readonly
|
|
4400
|
-
readonly
|
|
4401
|
-
readonly
|
|
4402
|
-
readonly
|
|
4403
|
-
readonly
|
|
4404
|
-
readonly
|
|
4405
|
-
readonly
|
|
4406
|
-
readonly
|
|
4407
|
-
readonly
|
|
4408
|
-
readonly
|
|
4409
|
-
readonly
|
|
4410
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4411
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4412
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4413
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4414
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4415
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4416
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4417
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4418
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4419
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4420
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4421
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4432
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4433
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4434
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
4435
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4436
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4437
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4438
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
4439
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
4440
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4441
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4442
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
4443
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
4444
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
4422
4445
|
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4423
4446
|
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
4424
4447
|
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
4425
4448
|
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4426
4449
|
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4427
4450
|
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
4451
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4452
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
4453
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
4454
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
4428
4455
|
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4429
4456
|
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
4430
4457
|
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
4431
|
-
readonly
|
|
4432
|
-
readonly
|
|
4433
|
-
readonly
|
|
4434
|
-
readonly
|
|
4435
|
-
readonly
|
|
4436
|
-
readonly
|
|
4437
|
-
readonly
|
|
4438
|
-
readonly
|
|
4439
|
-
readonly
|
|
4440
|
-
readonly
|
|
4441
|
-
readonly
|
|
4442
|
-
readonly
|
|
4443
|
-
readonly
|
|
4444
|
-
readonly
|
|
4445
|
-
readonly
|
|
4446
|
-
readonly
|
|
4447
|
-
readonly
|
|
4448
|
-
readonly
|
|
4449
|
-
readonly
|
|
4450
|
-
readonly
|
|
4451
|
-
readonly
|
|
4452
|
-
readonly
|
|
4453
|
-
readonly
|
|
4454
|
-
readonly
|
|
4455
|
-
readonly
|
|
4458
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4459
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4460
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4461
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4462
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
4463
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
4464
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
4465
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4466
|
+
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
4467
|
+
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
4468
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
4469
|
+
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4470
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4471
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4472
|
+
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
4473
|
+
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
4474
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4475
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4476
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4477
|
+
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4478
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4479
|
+
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4480
|
+
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
4481
|
+
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4482
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4483
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4484
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4485
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
4486
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
4487
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
4488
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4489
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
4490
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
4491
|
+
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
4492
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
4493
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4494
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
4495
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4496
|
+
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4497
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4498
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
4499
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
4500
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4501
|
+
readonly identityupdatetransition_addPublicKeys: (a: number) => [number, number];
|
|
4502
|
+
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4503
|
+
readonly identityupdatetransition_getIdentityId: (a: number) => any;
|
|
4504
|
+
readonly identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4505
|
+
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number) => [number, number];
|
|
4506
|
+
readonly identityupdatetransition_getPublicKeysToAdd: (a: number) => [number, number];
|
|
4507
|
+
readonly identityupdatetransition_getRevision: (a: number) => bigint;
|
|
4508
|
+
readonly identityupdatetransition_getSignature: (a: number) => any;
|
|
4509
|
+
readonly identityupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4510
|
+
readonly identityupdatetransition_getType: (a: number) => number;
|
|
4511
|
+
readonly identityupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4512
|
+
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4513
|
+
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4514
|
+
readonly identityupdatetransition_new: (a: number) => [number, number, number];
|
|
4515
|
+
readonly identityupdatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4516
|
+
readonly identityupdatetransition_setIdentityId: (a: number, b: any) => void;
|
|
4517
|
+
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
4518
|
+
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number) => [number, number];
|
|
4519
|
+
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
4520
|
+
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4521
|
+
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4522
|
+
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4523
|
+
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4524
|
+
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4525
|
+
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4526
|
+
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
4527
|
+
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4528
|
+
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4529
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
4530
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
4531
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
4532
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
4533
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
4534
|
+
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
4535
|
+
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
4536
|
+
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
4537
|
+
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
4538
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
4539
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
4540
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4541
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4542
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4456
4543
|
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
4457
4544
|
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4458
4545
|
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
4459
4546
|
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
4460
|
-
readonly
|
|
4461
|
-
readonly
|
|
4462
|
-
readonly
|
|
4463
|
-
readonly
|
|
4464
|
-
readonly
|
|
4465
|
-
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4466
|
-
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4547
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
4548
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
4549
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
4550
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
4551
|
+
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
4467
4552
|
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4468
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4469
4553
|
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
4470
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4471
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4472
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4473
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4474
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4475
|
-
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4476
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4477
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4478
|
-
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4479
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4480
|
-
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4481
|
-
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4482
|
-
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4483
|
-
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
4484
|
-
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
4485
|
-
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
4486
|
-
readonly masternodevotetransition_getType: (a: number) => number;
|
|
4487
|
-
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4488
|
-
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
4489
|
-
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
4490
|
-
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4491
|
-
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4492
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4493
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4494
|
-
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
4495
|
-
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
4496
|
-
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4497
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
4498
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
4499
|
-
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
4500
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
4501
|
-
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
4502
|
-
readonly valueerror_message: (a: number) => [number, number];
|
|
4503
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
4504
|
-
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4505
|
-
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4506
|
-
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
4507
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4508
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4509
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4510
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4511
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4512
|
-
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4513
|
-
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
4514
|
-
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
4515
|
-
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
4516
|
-
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
4517
|
-
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
4518
|
-
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
4519
|
-
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
4520
|
-
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
4521
|
-
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
4522
|
-
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
4523
|
-
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
4524
|
-
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
4525
|
-
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
4526
|
-
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4527
|
-
readonly nodocumentssuppliederror_new: () => number;
|
|
4528
|
-
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4529
|
-
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
4530
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
4531
|
-
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
4532
|
-
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
4533
|
-
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4534
|
-
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4535
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4536
|
-
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4537
|
-
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4538
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4539
|
-
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4540
|
-
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4541
|
-
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
4542
|
-
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
4543
|
-
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
4544
|
-
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
4545
|
-
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
4546
|
-
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
4547
|
-
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4548
|
-
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4549
|
-
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
4550
|
-
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
4551
|
-
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4552
|
-
readonly batchtransition_getTransitions: (a: number) => any;
|
|
4553
|
-
readonly batchtransition_getType: (a: number) => number;
|
|
4554
|
-
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
4555
|
-
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4556
|
-
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
4557
|
-
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4558
|
-
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4559
|
-
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4560
|
-
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
4561
|
-
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4562
|
-
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4563
|
-
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
4564
|
-
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4565
|
-
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
4566
|
-
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4567
|
-
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
4568
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
4569
|
-
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
4570
|
-
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
4571
|
-
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
4572
|
-
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
4573
|
-
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4574
|
-
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
4575
|
-
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
4576
|
-
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
4577
|
-
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
4578
|
-
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4579
|
-
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
4580
|
-
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
4581
|
-
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
4582
|
-
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
4583
|
-
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
4584
|
-
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
4585
|
-
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
4586
|
-
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
4587
|
-
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
4588
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4589
|
-
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4590
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4591
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4592
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
4593
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
4594
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4595
|
-
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4596
|
-
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4597
|
-
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4598
|
-
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4599
|
-
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4600
|
-
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4601
|
-
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4602
|
-
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4603
|
-
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4604
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4605
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4606
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
4607
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4608
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4609
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4610
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4611
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4612
|
-
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4613
|
-
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
4614
|
-
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4615
|
-
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
4616
|
-
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
4617
|
-
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
4618
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4619
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4620
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4621
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4622
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
4623
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4624
|
-
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4625
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4626
|
-
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4627
|
-
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
4628
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4629
|
-
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
4630
|
-
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
4631
|
-
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
4632
|
-
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
4633
|
-
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
4634
|
-
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
4635
|
-
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
4636
|
-
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
4637
|
-
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
4638
|
-
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4639
|
-
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
4640
|
-
readonly tokentransition_getTokenId: (a: number) => any;
|
|
4641
|
-
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
4642
|
-
readonly tokentransition_toTransition: (a: number) => any;
|
|
4643
|
-
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4644
|
-
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4645
|
-
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
4646
|
-
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4647
|
-
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4648
|
-
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
4649
|
-
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
4650
|
-
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
4651
|
-
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
4652
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
4653
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4654
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4655
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4656
|
-
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
4657
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4658
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4659
|
-
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4660
|
-
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4661
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
4662
|
-
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
4663
|
-
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4664
|
-
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4665
|
-
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
4666
|
-
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4667
|
-
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4668
|
-
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4669
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4670
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
4671
|
-
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4672
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4673
|
-
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
4674
|
-
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4675
|
-
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
4676
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4677
|
-
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4678
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4679
|
-
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4680
|
-
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4681
|
-
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4682
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4683
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4684
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
4685
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
4686
|
-
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
4687
|
-
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
4688
|
-
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
4689
|
-
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
4690
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4691
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4692
|
-
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4693
|
-
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4694
|
-
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
4695
|
-
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
4696
|
-
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
4697
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
4698
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
4699
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
4700
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
4701
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
4702
|
-
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
4703
|
-
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
4704
|
-
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
4705
|
-
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
4706
|
-
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
4707
|
-
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
4708
|
-
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
4709
|
-
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
4710
|
-
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
4711
|
-
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
4712
|
-
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
4713
|
-
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
4714
|
-
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4715
|
-
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4716
|
-
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4717
|
-
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
4718
|
-
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
4719
|
-
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
4720
|
-
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
4721
|
-
readonly documenttransitions_new: () => number;
|
|
4722
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4723
|
-
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
4724
|
-
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
4725
|
-
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
4726
|
-
readonly getLatestProtocolVersion: () => number;
|
|
4727
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
4728
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
4729
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
4730
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
4731
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
4732
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
4733
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
4734
|
-
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
4735
|
-
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
4736
|
-
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
4737
|
-
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
4738
|
-
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
4739
|
-
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
4740
|
-
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
4741
|
-
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
4742
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
4743
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
4744
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
4745
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
4746
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
4747
|
-
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
4748
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
4749
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
4750
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
4751
|
-
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
4752
|
-
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
4753
|
-
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
4754
|
-
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
4755
|
-
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
4756
|
-
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
4757
4554
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
4758
4555
|
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
4759
4556
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
@@ -4761,148 +4558,81 @@ export interface InitOutput {
|
|
|
4761
4558
|
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
4762
4559
|
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
4763
4560
|
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
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 __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4787
|
-
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
4788
|
-
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4789
|
-
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4790
|
-
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4791
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4792
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4793
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4794
|
-
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4795
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4796
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4797
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4798
|
-
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4799
|
-
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4800
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4801
|
-
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4802
|
-
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4803
|
-
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4804
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4805
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4806
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4807
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4808
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4809
|
-
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4810
|
-
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
4811
|
-
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
4812
|
-
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4813
|
-
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4814
|
-
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4815
|
-
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4816
|
-
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4817
|
-
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4818
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4819
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4820
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4821
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4822
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4823
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4824
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4825
|
-
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4826
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4827
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4828
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4829
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4830
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4831
|
-
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4832
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4833
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4834
|
-
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4835
|
-
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
4836
|
-
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
4837
|
-
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
4838
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4839
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
4840
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
4841
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
4842
|
-
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
4843
|
-
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4844
|
-
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4845
|
-
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4846
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4847
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4848
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4849
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4850
|
-
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4851
|
-
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4852
|
-
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4853
|
-
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4854
|
-
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4855
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
4856
|
-
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4857
|
-
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4858
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4859
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4860
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4861
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4862
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4863
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4864
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4865
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4866
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4867
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4868
|
-
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
4869
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
4870
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
4871
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
4872
|
-
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4873
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4561
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
4562
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
4563
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
4564
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4565
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
4566
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
4567
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
4568
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
4569
|
+
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
4570
|
+
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
4571
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
4572
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
4573
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
4574
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
4575
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4576
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
4577
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
4578
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
4579
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
4580
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
4581
|
+
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4582
|
+
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4874
4583
|
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4875
|
-
readonly
|
|
4876
|
-
readonly
|
|
4877
|
-
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4878
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4879
|
-
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
4880
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4584
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4585
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4881
4586
|
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4587
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
4588
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
4589
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
4590
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4591
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
4592
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
4593
|
+
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
4594
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4595
|
+
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
4596
|
+
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
4597
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
4598
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
4599
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
4600
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
4601
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
4602
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4603
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4604
|
+
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
4605
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4606
|
+
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
4607
|
+
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
4608
|
+
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4609
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
4610
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
4882
4611
|
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4883
4612
|
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4884
4613
|
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4885
|
-
readonly
|
|
4614
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
4886
4615
|
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
4887
4616
|
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4888
4617
|
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4889
4618
|
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4890
4619
|
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
4891
|
-
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
4892
4620
|
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
4893
4621
|
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4894
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4895
4622
|
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4896
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4897
4623
|
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4898
4624
|
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
4899
4625
|
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4900
4626
|
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
4901
4627
|
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
4628
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
4902
4629
|
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
4903
4630
|
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
4904
4631
|
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4905
|
-
readonly
|
|
4632
|
+
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
4633
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
4634
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
4635
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
4906
4636
|
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4907
4637
|
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4908
4638
|
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
@@ -4913,7 +4643,7 @@ export interface InitOutput {
|
|
|
4913
4643
|
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4914
4644
|
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4915
4645
|
readonly datacontractfactory_new: (a: number) => number;
|
|
4916
|
-
readonly
|
|
4646
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
4917
4647
|
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4918
4648
|
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4919
4649
|
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
@@ -4943,19 +4673,9 @@ export interface InitOutput {
|
|
|
4943
4673
|
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4944
4674
|
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4945
4675
|
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4946
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4947
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4948
4676
|
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4949
4677
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4950
4678
|
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4951
|
-
readonly metadata_from: (a: any) => [number, number, number];
|
|
4952
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
4953
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
4954
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4955
|
-
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
4956
|
-
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
4957
|
-
readonly metadata_toJSON: (a: number) => any;
|
|
4958
|
-
readonly metadata_toObject: (a: number) => any;
|
|
4959
4679
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4960
4680
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4961
4681
|
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
@@ -4967,6 +4687,8 @@ export interface InitOutput {
|
|
|
4967
4687
|
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
4968
4688
|
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
4969
4689
|
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
4690
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4691
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4970
4692
|
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
4971
4693
|
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
4972
4694
|
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
@@ -4976,14 +4698,122 @@ export interface InitOutput {
|
|
|
4976
4698
|
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
4977
4699
|
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
4978
4700
|
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
4979
|
-
readonly
|
|
4701
|
+
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
4702
|
+
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
4703
|
+
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
4704
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
4705
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
4706
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
4980
4707
|
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4981
|
-
readonly
|
|
4708
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4709
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4710
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
4711
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4712
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4713
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4714
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4715
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4716
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
4717
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4718
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4719
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4720
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4721
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4722
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4723
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4724
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4725
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
4726
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4727
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4728
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4729
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4730
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4731
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4732
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4733
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4734
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4735
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4736
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4737
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4738
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4739
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4740
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
4741
|
+
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
4742
|
+
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4743
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4744
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4745
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4746
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4747
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4748
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4749
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4750
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4751
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4752
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4753
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4754
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4755
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4756
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4757
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4758
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4759
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4760
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4761
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4762
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4763
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4764
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4765
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
4766
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
4767
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
4768
|
+
readonly getLatestProtocolVersion: () => number;
|
|
4769
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4770
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
4771
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
4772
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
4773
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
4774
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4775
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4776
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4777
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4778
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4779
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4780
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4781
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4782
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4783
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
4784
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4785
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4786
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4787
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4788
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4789
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4790
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4791
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4792
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4793
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4794
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4795
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4796
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4797
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4798
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4799
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4800
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
4801
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4802
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
4803
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
4804
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
4805
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
4806
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4807
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4808
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
4809
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
4810
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
4811
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4982
4812
|
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4983
4813
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
4984
4814
|
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4985
|
-
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
4986
4815
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4816
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
4987
4817
|
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
4988
4818
|
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
4989
4819
|
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
@@ -4999,15 +4829,11 @@ export interface InitOutput {
|
|
|
4999
4829
|
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
5000
4830
|
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
5001
4831
|
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
5002
|
-
readonly
|
|
4832
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4833
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5003
4834
|
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
5004
4835
|
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
5005
|
-
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
5006
|
-
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5007
|
-
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
5008
4836
|
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
5009
|
-
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5010
|
-
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5011
4837
|
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
5012
4838
|
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
5013
4839
|
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
@@ -5044,11 +4870,11 @@ export interface InitOutput {
|
|
|
5044
4870
|
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
5045
4871
|
readonly datacontracterror_getCode: (a: number) => number;
|
|
5046
4872
|
readonly datacontracterror_message: (a: number) => [number, number];
|
|
5047
|
-
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
5048
4873
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
5049
4874
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
5050
4875
|
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
5051
4876
|
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
4877
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
5052
4878
|
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
5053
4879
|
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
5054
4880
|
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
@@ -5123,8 +4949,10 @@ export interface InitOutput {
|
|
|
5123
4949
|
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
5124
4950
|
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5125
4951
|
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
5126
|
-
readonly
|
|
5127
|
-
readonly
|
|
4952
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4953
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4954
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4955
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5128
4956
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
5129
4957
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
5130
4958
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
@@ -5133,10 +4961,6 @@ export interface InitOutput {
|
|
|
5133
4961
|
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
5134
4962
|
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
5135
4963
|
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
5136
|
-
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5137
|
-
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5138
|
-
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5139
|
-
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
5140
4964
|
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
5141
4965
|
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
5142
4966
|
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
@@ -5148,10 +4972,140 @@ export interface InitOutput {
|
|
|
5148
4972
|
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5149
4973
|
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5150
4974
|
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4975
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
4976
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
4977
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4978
|
+
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
4979
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4980
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
4981
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4982
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4983
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4984
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4985
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4986
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
4987
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4988
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
4989
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4990
|
+
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4991
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4992
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4993
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4994
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4995
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4996
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4997
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
4998
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
4999
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5000
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
5001
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5002
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5003
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5004
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
5005
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5006
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5007
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5008
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5009
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5010
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5011
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
5012
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
5013
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5014
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
5015
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
5016
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
5017
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
5018
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
5019
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
5020
|
+
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5021
|
+
readonly identitypublickey_getData: (a: number) => any;
|
|
5022
|
+
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
5023
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
5024
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
5025
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
5026
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
5027
|
+
readonly identitypublickey_hash: (a: number) => [number, number, number, number];
|
|
5028
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
5029
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
5030
|
+
readonly identitypublickey_new: (a: number) => [number, number, number];
|
|
5031
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number) => [number, number];
|
|
5032
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: any) => void;
|
|
5033
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
5034
|
+
readonly identitypublickey_setPurpose: (a: number, b: number) => [number, number];
|
|
5035
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
5036
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
5037
|
+
readonly identitypublickey_setType: (a: number, b: number) => [number, number];
|
|
5038
|
+
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
5039
|
+
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
5040
|
+
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
5041
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5042
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5043
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5044
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5045
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5046
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
5047
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
5048
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
5049
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5050
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
5051
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
5052
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
5053
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5054
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5055
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5056
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
5057
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
5058
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5059
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5060
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5061
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5062
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5063
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
5064
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5065
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5066
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
5067
|
+
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5068
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5069
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
5070
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
5071
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
5072
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
5073
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
5074
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
5075
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5076
|
+
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5077
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5078
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5079
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
5080
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
5081
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5082
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5083
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5084
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5085
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5086
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5087
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5088
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
5089
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
5090
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
5091
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
5092
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5093
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5094
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5095
|
+
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
5096
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5097
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5098
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
5099
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5100
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5101
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5102
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
5103
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5104
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
5105
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5151
5106
|
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
5152
5107
|
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
5153
5108
|
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5154
|
-
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
5155
5109
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5156
5110
|
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5157
5111
|
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
@@ -5160,32 +5114,37 @@ export interface InitOutput {
|
|
|
5160
5114
|
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5161
5115
|
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5162
5116
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5163
|
-
readonly
|
|
5117
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
5164
5118
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5165
5119
|
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5166
5120
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5167
|
-
readonly
|
|
5168
|
-
readonly
|
|
5121
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5122
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
5169
5123
|
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5170
5124
|
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
5171
5125
|
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5172
|
-
readonly
|
|
5173
|
-
readonly
|
|
5174
|
-
readonly
|
|
5175
|
-
readonly
|
|
5176
|
-
readonly
|
|
5177
|
-
readonly
|
|
5178
|
-
readonly
|
|
5179
|
-
readonly
|
|
5180
|
-
readonly
|
|
5181
|
-
readonly
|
|
5182
|
-
readonly
|
|
5183
|
-
readonly
|
|
5184
|
-
readonly
|
|
5185
|
-
readonly
|
|
5186
|
-
readonly
|
|
5187
|
-
readonly
|
|
5188
|
-
readonly
|
|
5126
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5127
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5128
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5129
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
5130
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
5131
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5132
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5133
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5134
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5135
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5136
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5137
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5138
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5139
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5140
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5141
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5142
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5143
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5144
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5145
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5146
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5147
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5189
5148
|
readonly document_clone: (a: number) => number;
|
|
5190
5149
|
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
5191
5150
|
readonly document_getCreatedAt: (a: number) => any;
|
|
@@ -5208,9 +5167,6 @@ export interface InitOutput {
|
|
|
5208
5167
|
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
5209
5168
|
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5210
5169
|
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5211
|
-
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5212
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
5213
|
-
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
5214
5170
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5215
5171
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5216
5172
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
@@ -5232,6 +5188,7 @@ export interface InitOutput {
|
|
|
5232
5188
|
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
5233
5189
|
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5234
5190
|
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
5191
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5235
5192
|
readonly extendeddocument_getId: (a: number) => any;
|
|
5236
5193
|
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
5237
5194
|
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
@@ -5316,11 +5273,11 @@ export interface InitOutput {
|
|
|
5316
5273
|
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
5317
5274
|
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
5318
5275
|
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
5319
|
-
readonly
|
|
5320
|
-
readonly
|
|
5321
|
-
readonly
|
|
5322
|
-
readonly
|
|
5323
|
-
readonly
|
|
5276
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5277
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5278
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5279
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5280
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5324
5281
|
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5325
5282
|
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5326
5283
|
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
@@ -5328,12 +5285,17 @@ export interface InitOutput {
|
|
|
5328
5285
|
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5329
5286
|
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5330
5287
|
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
5331
|
-
readonly
|
|
5332
|
-
readonly
|
|
5333
|
-
readonly
|
|
5334
|
-
readonly
|
|
5288
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
5289
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5290
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5291
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5292
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5293
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5294
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
5295
|
+
readonly metadata_toObject: (a: number) => any;
|
|
5296
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5297
|
+
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
5335
5298
|
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5336
|
-
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
5337
5299
|
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5338
5300
|
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
5339
5301
|
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
@@ -5351,9 +5313,8 @@ export interface InitOutput {
|
|
|
5351
5313
|
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5352
5314
|
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5353
5315
|
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
5354
|
-
readonly
|
|
5355
|
-
readonly
|
|
5356
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5316
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5317
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5357
5318
|
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5358
5319
|
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5359
5320
|
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
@@ -5361,194 +5322,259 @@ export interface InitOutput {
|
|
|
5361
5322
|
readonly identity_getBalance: (a: number) => bigint;
|
|
5362
5323
|
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5363
5324
|
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5364
|
-
readonly
|
|
5365
|
-
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
5325
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
5366
5326
|
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
5367
|
-
readonly
|
|
5368
|
-
readonly
|
|
5369
|
-
readonly
|
|
5370
|
-
readonly
|
|
5371
|
-
readonly
|
|
5372
|
-
readonly
|
|
5373
|
-
readonly
|
|
5374
|
-
readonly
|
|
5375
|
-
readonly
|
|
5376
|
-
readonly
|
|
5377
|
-
readonly
|
|
5378
|
-
readonly
|
|
5379
|
-
readonly
|
|
5327
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
5328
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
5329
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
5330
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5331
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
5332
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
5333
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
5334
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
5335
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
5336
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
5337
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
5338
|
+
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
5339
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5340
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
5341
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
5342
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
5343
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
5380
5344
|
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5381
|
-
readonly
|
|
5382
|
-
readonly
|
|
5383
|
-
readonly
|
|
5384
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
5385
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
5386
|
-
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5387
|
-
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5388
|
-
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5389
|
-
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5390
|
-
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
5345
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
5346
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5347
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
5391
5348
|
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
5392
|
-
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5393
|
-
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
5394
|
-
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
5395
|
-
readonly basicblserror_getCode: (a: number) => number;
|
|
5396
|
-
readonly basicblserror_message: (a: number) => [number, number];
|
|
5397
|
-
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
5398
5349
|
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5399
5350
|
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
5400
5351
|
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
5401
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
5402
|
-
readonly
|
|
5403
|
-
readonly
|
|
5404
|
-
readonly
|
|
5405
|
-
readonly
|
|
5406
|
-
readonly
|
|
5407
|
-
readonly
|
|
5408
|
-
readonly
|
|
5409
|
-
readonly
|
|
5410
|
-
readonly
|
|
5411
|
-
readonly
|
|
5412
|
-
readonly
|
|
5413
|
-
readonly
|
|
5414
|
-
readonly
|
|
5415
|
-
readonly
|
|
5416
|
-
readonly
|
|
5417
|
-
readonly
|
|
5418
|
-
readonly
|
|
5419
|
-
readonly
|
|
5420
|
-
readonly
|
|
5421
|
-
readonly
|
|
5422
|
-
readonly
|
|
5423
|
-
readonly
|
|
5424
|
-
readonly
|
|
5425
|
-
readonly
|
|
5426
|
-
readonly
|
|
5427
|
-
readonly
|
|
5428
|
-
readonly
|
|
5429
|
-
readonly
|
|
5430
|
-
readonly
|
|
5431
|
-
readonly
|
|
5432
|
-
readonly
|
|
5433
|
-
readonly
|
|
5434
|
-
readonly
|
|
5435
|
-
readonly
|
|
5436
|
-
readonly
|
|
5437
|
-
readonly
|
|
5438
|
-
readonly
|
|
5439
|
-
readonly
|
|
5440
|
-
readonly
|
|
5441
|
-
readonly
|
|
5442
|
-
readonly
|
|
5443
|
-
readonly
|
|
5444
|
-
readonly
|
|
5445
|
-
readonly
|
|
5446
|
-
readonly
|
|
5447
|
-
readonly
|
|
5448
|
-
readonly
|
|
5449
|
-
readonly
|
|
5450
|
-
readonly
|
|
5451
|
-
readonly
|
|
5452
|
-
readonly
|
|
5453
|
-
readonly
|
|
5454
|
-
readonly
|
|
5455
|
-
readonly
|
|
5456
|
-
readonly
|
|
5457
|
-
readonly
|
|
5458
|
-
readonly
|
|
5459
|
-
readonly
|
|
5460
|
-
readonly
|
|
5461
|
-
readonly
|
|
5462
|
-
readonly
|
|
5463
|
-
readonly
|
|
5464
|
-
readonly
|
|
5465
|
-
readonly
|
|
5466
|
-
readonly
|
|
5467
|
-
readonly
|
|
5468
|
-
readonly
|
|
5469
|
-
readonly
|
|
5470
|
-
readonly
|
|
5471
|
-
readonly
|
|
5472
|
-
readonly
|
|
5473
|
-
readonly
|
|
5474
|
-
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5475
|
-
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5476
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5477
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5478
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5479
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5480
|
-
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5481
|
-
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5482
|
-
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5483
|
-
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5484
|
-
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5485
|
-
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5486
|
-
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5487
|
-
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5488
|
-
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5489
|
-
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5490
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5491
|
-
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5492
|
-
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5493
|
-
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5494
|
-
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5495
|
-
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5496
|
-
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5497
|
-
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5498
|
-
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5499
|
-
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
5500
|
-
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
5501
|
-
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
5352
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
5353
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5354
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
5355
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
5356
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
5357
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5358
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
5359
|
+
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
5360
|
+
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
5361
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
5362
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
5363
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
5364
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5365
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5366
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5367
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5368
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5369
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
5370
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
5371
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
5372
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
5373
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
5374
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
5375
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
5376
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
5377
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
5378
|
+
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
5379
|
+
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
5380
|
+
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
5381
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5382
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5383
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5384
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
5385
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5386
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
5387
|
+
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
5388
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5389
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5390
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5391
|
+
readonly documenttransitions_new: () => number;
|
|
5392
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5393
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
5394
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
5395
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
5396
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
5397
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
5398
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
5399
|
+
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
5400
|
+
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5401
|
+
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
5402
|
+
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
5403
|
+
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
5404
|
+
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
5405
|
+
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
5406
|
+
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
5407
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5408
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
5409
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5410
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5411
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5412
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5413
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
5414
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
5415
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
5416
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5417
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5418
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5419
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5420
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
5421
|
+
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
5422
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
5423
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
5424
|
+
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
5502
5425
|
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5503
5426
|
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5504
5427
|
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5505
5428
|
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5506
5429
|
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5507
5430
|
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5508
|
-
readonly
|
|
5509
|
-
readonly
|
|
5510
|
-
readonly
|
|
5511
|
-
readonly
|
|
5512
|
-
readonly
|
|
5513
|
-
readonly
|
|
5514
|
-
readonly
|
|
5515
|
-
readonly
|
|
5516
|
-
readonly
|
|
5517
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5518
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
5519
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
5520
|
-
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5521
|
-
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5522
|
-
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5523
|
-
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5524
|
-
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5525
|
-
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5526
|
-
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5527
|
-
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
5528
|
-
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
5529
|
-
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
5530
|
-
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
5431
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
5432
|
+
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
5433
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5434
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5435
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5436
|
+
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5437
|
+
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5438
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5439
|
+
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5531
5440
|
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5532
5441
|
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
5533
5442
|
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5534
5443
|
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
5535
|
-
readonly
|
|
5536
|
-
readonly
|
|
5537
|
-
readonly
|
|
5538
|
-
readonly
|
|
5539
|
-
readonly
|
|
5540
|
-
readonly
|
|
5541
|
-
readonly
|
|
5542
|
-
readonly
|
|
5543
|
-
readonly
|
|
5544
|
-
readonly
|
|
5545
|
-
readonly
|
|
5546
|
-
readonly
|
|
5547
|
-
readonly
|
|
5548
|
-
readonly
|
|
5549
|
-
readonly
|
|
5550
|
-
readonly
|
|
5551
|
-
readonly
|
|
5444
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5445
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
5446
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5447
|
+
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
5448
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
5449
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
5450
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
5451
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
5452
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5453
|
+
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
5454
|
+
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
5455
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
5456
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
5457
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5458
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
5459
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
5460
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
5461
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
5462
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5463
|
+
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5464
|
+
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
5465
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
5466
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
5467
|
+
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
5468
|
+
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
5469
|
+
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
5470
|
+
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
5471
|
+
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5472
|
+
readonly batchtransition_getTransitions: (a: number) => any;
|
|
5473
|
+
readonly batchtransition_getType: (a: number) => number;
|
|
5474
|
+
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
5475
|
+
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
5476
|
+
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
5477
|
+
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5478
|
+
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5479
|
+
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
5480
|
+
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
5481
|
+
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5482
|
+
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5483
|
+
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
5484
|
+
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5485
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
5486
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5487
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
5488
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5489
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
5490
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
5491
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
5492
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
5493
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5494
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
5495
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
5496
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
5497
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
5498
|
+
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5499
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
5500
|
+
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
5501
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
5502
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
5503
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
5504
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
5505
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
5506
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
5507
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
5508
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5509
|
+
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5510
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5511
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5512
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
5513
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
5514
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5515
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5516
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5517
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5518
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5519
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5520
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5521
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5522
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5523
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5524
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
5525
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
5526
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
5527
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5528
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5529
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5530
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
5531
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5532
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5533
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
5534
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
5535
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5536
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5537
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
5538
|
+
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
5539
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5540
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
5541
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5542
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5543
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
5544
|
+
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
5545
|
+
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
5546
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5547
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
5548
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5549
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
5550
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5551
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5552
|
+
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5553
|
+
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5554
|
+
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
5555
|
+
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
5556
|
+
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
5557
|
+
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5558
|
+
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
5559
|
+
readonly tokentransition_getTokenId: (a: number) => any;
|
|
5560
|
+
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
5561
|
+
readonly tokentransition_toTransition: (a: number) => any;
|
|
5562
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5563
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5564
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5565
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5566
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
5567
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
5568
|
+
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
5569
|
+
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
5570
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
5571
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
5572
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5573
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5574
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
5575
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5576
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5577
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5552
5578
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
5553
5579
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
5554
5580
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|