@dashevo/wasm-dpp 4.1.0-rc.3 → 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 +1049 -1023
- package/dist/wasm/wasm_dpp.js +30 -18
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +1049 -1023
- 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,301 +4410,229 @@ 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;
|
|
4393
4422
|
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4394
|
-
readonly
|
|
4395
|
-
readonly
|
|
4396
|
-
readonly
|
|
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;
|
|
4429
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
4430
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
4397
4431
|
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
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
|
|
4411
|
-
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4412
|
-
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4413
|
-
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4414
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4415
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4416
|
-
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4417
|
-
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4418
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4419
|
-
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4420
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4421
|
-
readonly datacontractcreatetransition_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 identitypublickey_toObject: (a: number) => [number, number, number];
|
|
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];
|
|
4456
4482
|
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4457
4483
|
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4458
4484
|
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4459
|
-
readonly
|
|
4460
|
-
readonly
|
|
4461
|
-
readonly
|
|
4462
|
-
readonly
|
|
4463
|
-
readonly
|
|
4464
|
-
readonly
|
|
4465
|
-
readonly
|
|
4466
|
-
readonly
|
|
4467
|
-
readonly
|
|
4468
|
-
readonly
|
|
4469
|
-
readonly
|
|
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];
|
|
4543
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
4544
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4545
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
4546
|
+
readonly invalidassetlockprooftransactionheighterror_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];
|
|
4470
4552
|
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4471
4553
|
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
4472
|
-
readonly
|
|
4473
|
-
readonly
|
|
4474
|
-
readonly
|
|
4475
|
-
readonly
|
|
4476
|
-
readonly
|
|
4477
|
-
readonly
|
|
4478
|
-
readonly
|
|
4479
|
-
readonly
|
|
4480
|
-
readonly
|
|
4481
|
-
readonly
|
|
4482
|
-
readonly
|
|
4483
|
-
readonly
|
|
4484
|
-
readonly
|
|
4485
|
-
readonly
|
|
4486
|
-
readonly
|
|
4487
|
-
readonly
|
|
4488
|
-
readonly
|
|
4489
|
-
readonly
|
|
4490
|
-
readonly
|
|
4491
|
-
readonly
|
|
4492
|
-
readonly
|
|
4493
|
-
readonly
|
|
4494
|
-
readonly
|
|
4495
|
-
readonly
|
|
4496
|
-
readonly
|
|
4497
|
-
readonly
|
|
4498
|
-
readonly
|
|
4499
|
-
readonly
|
|
4500
|
-
readonly
|
|
4501
|
-
readonly
|
|
4502
|
-
readonly
|
|
4503
|
-
readonly
|
|
4504
|
-
readonly
|
|
4505
|
-
readonly
|
|
4506
|
-
readonly
|
|
4507
|
-
readonly
|
|
4508
|
-
readonly
|
|
4509
|
-
readonly
|
|
4510
|
-
readonly
|
|
4511
|
-
readonly
|
|
4512
|
-
readonly
|
|
4513
|
-
readonly
|
|
4514
|
-
readonly
|
|
4515
|
-
readonly
|
|
4516
|
-
readonly
|
|
4517
|
-
readonly
|
|
4518
|
-
readonly
|
|
4519
|
-
readonly
|
|
4520
|
-
readonly
|
|
4521
|
-
readonly
|
|
4522
|
-
readonly
|
|
4523
|
-
readonly
|
|
4554
|
+
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
4555
|
+
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
4556
|
+
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
4557
|
+
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number) => [number, number];
|
|
4558
|
+
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
4559
|
+
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
4560
|
+
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [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;
|
|
4583
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4584
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4585
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
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;
|
|
4524
4606
|
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
4525
4607
|
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
4526
4608
|
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4609
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
4527
4610
|
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_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4534
|
-
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4535
|
-
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4536
|
-
readonly __wbg_invaliddatacontractversionerror_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 identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4605
|
-
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4606
|
-
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4607
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4608
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
4609
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4610
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4611
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4612
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4613
|
-
readonly invaliddatacontractversionerror_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 invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4654
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4655
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4656
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4657
|
-
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4658
4611
|
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4659
4612
|
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4660
4613
|
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4661
|
-
readonly
|
|
4614
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
4662
4615
|
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
4663
4616
|
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4664
4617
|
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4665
4618
|
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4666
4619
|
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
4667
|
-
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
4668
4620
|
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
4669
4621
|
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4670
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4671
4622
|
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4672
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4673
4623
|
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4674
4624
|
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
4675
4625
|
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4676
4626
|
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
4677
4627
|
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
4628
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
4678
4629
|
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
4679
4630
|
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
4680
4631
|
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4681
|
-
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;
|
|
4682
4636
|
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4683
4637
|
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4684
4638
|
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
@@ -4689,7 +4643,7 @@ export interface InitOutput {
|
|
|
4689
4643
|
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4690
4644
|
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4691
4645
|
readonly datacontractfactory_new: (a: number) => number;
|
|
4692
|
-
readonly
|
|
4646
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
4693
4647
|
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4694
4648
|
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4695
4649
|
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
@@ -4719,19 +4673,9 @@ export interface InitOutput {
|
|
|
4719
4673
|
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4720
4674
|
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4721
4675
|
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4722
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4723
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4724
4676
|
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4725
4677
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4726
4678
|
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4727
|
-
readonly metadata_from: (a: any) => [number, number, number];
|
|
4728
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
4729
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
4730
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4731
|
-
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
4732
|
-
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
4733
|
-
readonly metadata_toJSON: (a: number) => any;
|
|
4734
|
-
readonly metadata_toObject: (a: number) => any;
|
|
4735
4679
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4736
4680
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4737
4681
|
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
@@ -4743,6 +4687,8 @@ export interface InitOutput {
|
|
|
4743
4687
|
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
4744
4688
|
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
4745
4689
|
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
4690
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4691
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4746
4692
|
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
4747
4693
|
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
4748
4694
|
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
@@ -4752,345 +4698,13 @@ export interface InitOutput {
|
|
|
4752
4698
|
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
4753
4699
|
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
4754
4700
|
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
4755
|
-
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;
|
|
4756
4707
|
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4757
|
-
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
4758
|
-
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
4759
|
-
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4760
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
4761
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
4762
|
-
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
4763
|
-
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
4764
|
-
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
4765
|
-
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
4766
|
-
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
4767
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4768
|
-
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4769
|
-
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
4770
|
-
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
4771
|
-
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
4772
|
-
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
4773
|
-
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
4774
|
-
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
4775
|
-
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4776
|
-
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
4777
|
-
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
4778
|
-
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
4779
|
-
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
4780
|
-
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
4781
|
-
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4782
|
-
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4783
|
-
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4784
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4785
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4786
|
-
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4787
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
4788
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
4789
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
4790
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
4791
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
4792
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4793
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4794
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4795
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4796
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4797
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4798
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4799
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4800
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4801
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4802
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4803
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4804
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4805
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4806
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4807
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4808
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4809
|
-
readonly document_clone: (a: number) => number;
|
|
4810
|
-
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
4811
|
-
readonly document_getCreatedAt: (a: number) => any;
|
|
4812
|
-
readonly document_getData: (a: number) => [number, number, number];
|
|
4813
|
-
readonly document_getId: (a: number) => any;
|
|
4814
|
-
readonly document_getOwnerId: (a: number) => any;
|
|
4815
|
-
readonly document_getRevision: (a: number) => [number, bigint];
|
|
4816
|
-
readonly document_getUpdatedAt: (a: number) => any;
|
|
4817
|
-
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4818
|
-
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
4819
|
-
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4820
|
-
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
4821
|
-
readonly document_setData: (a: number, b: any) => [number, number];
|
|
4822
|
-
readonly document_setId: (a: number, b: any) => void;
|
|
4823
|
-
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
4824
|
-
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4825
|
-
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4826
|
-
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
4827
|
-
readonly documentnorevisionerror_new: (a: number) => number;
|
|
4828
|
-
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
4829
|
-
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
4830
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
4831
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
4832
|
-
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
4833
|
-
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
4834
|
-
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
4835
|
-
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4836
|
-
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4837
|
-
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4838
|
-
readonly extendeddocument_clone: (a: number) => number;
|
|
4839
|
-
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
4840
|
-
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
4841
|
-
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
4842
|
-
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
4843
|
-
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
4844
|
-
readonly extendeddocument_getDocument: (a: number) => number;
|
|
4845
|
-
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
4846
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
4847
|
-
readonly extendeddocument_getId: (a: number) => any;
|
|
4848
|
-
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
4849
|
-
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
4850
|
-
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
4851
|
-
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
4852
|
-
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
4853
|
-
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
4854
|
-
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4855
|
-
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
4856
|
-
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
4857
|
-
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
4858
|
-
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
4859
|
-
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
4860
|
-
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
4861
|
-
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
4862
|
-
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
4863
|
-
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
4864
|
-
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
4865
|
-
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
4866
|
-
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
4867
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4868
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4869
|
-
readonly identity_balance: (a: number) => bigint;
|
|
4870
|
-
readonly identity_from: (a: any) => number;
|
|
4871
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4872
|
-
readonly identity_getId: (a: number) => any;
|
|
4873
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
4874
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4875
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4876
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4877
|
-
readonly identity_getRevision: (a: number) => bigint;
|
|
4878
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4879
|
-
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4880
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
4881
|
-
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4882
|
-
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4883
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
4884
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4885
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4886
|
-
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4887
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4888
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4889
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4890
|
-
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4891
|
-
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4892
|
-
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
4893
|
-
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
4894
|
-
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4895
|
-
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
4896
|
-
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
4897
|
-
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4898
|
-
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
4899
|
-
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
4900
|
-
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
4901
|
-
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
4902
|
-
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
4903
|
-
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
4904
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4905
|
-
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4906
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4907
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4908
|
-
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
4909
|
-
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
4910
|
-
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4911
|
-
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
4912
|
-
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4913
|
-
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
4914
|
-
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
4915
|
-
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
4916
|
-
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
4917
|
-
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
4918
|
-
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
4919
|
-
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
4920
|
-
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
4921
|
-
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
4922
|
-
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
4923
|
-
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
4924
|
-
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
4925
|
-
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
4926
|
-
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
4927
|
-
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
4928
|
-
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
4929
|
-
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
4930
|
-
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
4931
|
-
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
4932
|
-
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
4933
|
-
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
4934
|
-
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
4935
|
-
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
4936
|
-
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
4937
|
-
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
4938
|
-
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
4939
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
4940
|
-
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
4941
|
-
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
4942
|
-
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4943
|
-
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4944
|
-
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
4945
|
-
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
4946
|
-
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
4947
|
-
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
4948
|
-
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
4949
|
-
readonly validationresult_errors: (a: number) => [number, number];
|
|
4950
|
-
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
4951
|
-
readonly validationresult_getData: (a: number) => any;
|
|
4952
|
-
readonly validationresult_getFirstError: (a: number) => any;
|
|
4953
|
-
readonly validationresult_isValid: (a: number) => number;
|
|
4954
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
4955
|
-
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4956
|
-
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
4957
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
4958
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
4959
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
4960
|
-
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
4961
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
4962
|
-
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
4963
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4964
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4965
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
4966
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
4967
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4968
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
4969
|
-
readonly identity_getBalance: (a: number) => bigint;
|
|
4970
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4971
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4972
|
-
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
4973
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4974
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4975
|
-
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4976
|
-
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
4977
|
-
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4978
|
-
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
4979
|
-
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4980
|
-
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
4981
|
-
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
4982
|
-
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4983
|
-
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4984
|
-
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4985
|
-
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4986
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4987
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
4988
|
-
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4989
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4990
|
-
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
4991
|
-
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4992
|
-
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
4993
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4994
|
-
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4995
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4996
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4997
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4998
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
4999
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
5000
|
-
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5001
|
-
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
5002
|
-
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
5003
|
-
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
5004
|
-
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
5005
|
-
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
5006
|
-
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
5007
|
-
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
5008
|
-
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
5009
|
-
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
5010
|
-
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
5011
|
-
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
5012
|
-
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
5013
|
-
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
5014
|
-
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
5015
|
-
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
5016
|
-
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
5017
|
-
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
5018
|
-
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
5019
|
-
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
5020
|
-
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5021
|
-
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
5022
|
-
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
5023
|
-
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5024
|
-
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5025
|
-
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5026
|
-
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
5027
|
-
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5028
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
5029
|
-
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
5030
|
-
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5031
|
-
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5032
|
-
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5033
|
-
readonly documenttransitions_new: () => number;
|
|
5034
|
-
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5035
|
-
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
5036
|
-
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5037
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5038
|
-
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
5039
|
-
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
5040
|
-
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
5041
|
-
readonly getLatestProtocolVersion: () => number;
|
|
5042
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5043
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
5044
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
5045
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
5046
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
5047
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
5048
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
5049
|
-
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
5050
|
-
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5051
|
-
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
5052
|
-
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
5053
|
-
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
5054
|
-
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
5055
|
-
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
5056
|
-
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
5057
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5058
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5059
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
5060
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5061
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5062
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5063
|
-
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5064
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5065
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5066
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5067
|
-
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5068
|
-
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
5069
|
-
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
5070
|
-
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
5071
|
-
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
5072
|
-
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
5073
|
-
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5074
|
-
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
5075
|
-
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
5076
|
-
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number) => [number, number];
|
|
5077
|
-
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
5078
|
-
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
5079
|
-
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
5080
|
-
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
5081
|
-
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
5082
|
-
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5083
|
-
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5084
|
-
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5085
|
-
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5086
|
-
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5087
|
-
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5088
|
-
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5089
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5090
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5091
|
-
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
5092
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5093
|
-
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5094
4708
|
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
5095
4709
|
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
5096
4710
|
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
@@ -5103,452 +4717,864 @@ export interface InitOutput {
|
|
|
5103
4717
|
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
5104
4718
|
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
5105
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;
|
|
4812
|
+
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4813
|
+
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
4814
|
+
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4815
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4816
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
4817
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
4818
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
4819
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4820
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
4821
|
+
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4822
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4823
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4824
|
+
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
4825
|
+
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
4826
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4827
|
+
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
4828
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4829
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4830
|
+
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
4831
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
4832
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4833
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4834
|
+
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
4835
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
4836
|
+
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
4837
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
4838
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4839
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4840
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4841
|
+
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
4842
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4843
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
4844
|
+
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4845
|
+
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4846
|
+
readonly datacontract_clone: (a: number) => number;
|
|
4847
|
+
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
4848
|
+
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
4849
|
+
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
4850
|
+
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
4851
|
+
readonly datacontract_getId: (a: number) => any;
|
|
4852
|
+
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
4853
|
+
readonly datacontract_getOwnerId: (a: number) => any;
|
|
4854
|
+
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
4855
|
+
readonly datacontract_getTokenConfiguration: (a: number, b: number) => [number, number, number];
|
|
4856
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
4857
|
+
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
4858
|
+
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
4859
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
4860
|
+
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
4861
|
+
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
4862
|
+
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
4863
|
+
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
4864
|
+
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
4865
|
+
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
4866
|
+
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
4867
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
4868
|
+
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
4869
|
+
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
4870
|
+
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
4871
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
4872
|
+
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4873
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4874
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4875
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
4876
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
4877
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
4878
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
4879
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
4880
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
4881
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
4882
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
4883
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
4884
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
4885
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
4886
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
4887
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
4888
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
4889
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4890
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4891
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4892
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
4893
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4894
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
4895
|
+
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
4896
|
+
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
4897
|
+
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
4898
|
+
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
4899
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4900
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4901
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4902
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4903
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
4904
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4905
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4906
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4907
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4908
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4909
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4910
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
4911
|
+
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
4912
|
+
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
4913
|
+
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
4914
|
+
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
4915
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4916
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4917
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4918
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
4919
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
4920
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
4921
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
4922
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4923
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4924
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4925
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
4926
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4927
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4928
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4929
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
4930
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
4931
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
4932
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4933
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4934
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
4935
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4936
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4937
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
4938
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
4939
|
+
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
4940
|
+
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
4941
|
+
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
4942
|
+
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
4943
|
+
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
4944
|
+
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
4945
|
+
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
4946
|
+
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
4947
|
+
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
4948
|
+
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
4949
|
+
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
4950
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4951
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
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];
|
|
4956
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4957
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4958
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4959
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
4960
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
4961
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
4962
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
4963
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
4964
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
4965
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
4966
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
4967
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
4968
|
+
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
4969
|
+
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
4970
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
4971
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4972
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4973
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
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;
|
|
5106
4982
|
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
5107
|
-
readonly
|
|
5108
|
-
readonly
|
|
5109
|
-
readonly
|
|
5110
|
-
readonly
|
|
5111
|
-
readonly
|
|
5112
|
-
readonly
|
|
5113
|
-
readonly
|
|
5114
|
-
readonly
|
|
5115
|
-
readonly
|
|
5116
|
-
readonly
|
|
5117
|
-
readonly
|
|
5118
|
-
readonly
|
|
5119
|
-
readonly
|
|
5120
|
-
readonly
|
|
5121
|
-
readonly
|
|
5122
|
-
readonly
|
|
5123
|
-
readonly
|
|
5124
|
-
readonly
|
|
5125
|
-
readonly
|
|
5126
|
-
readonly
|
|
5127
|
-
readonly
|
|
5128
|
-
readonly
|
|
5129
|
-
readonly
|
|
5130
|
-
readonly
|
|
5131
|
-
readonly
|
|
5132
|
-
readonly
|
|
5133
|
-
readonly
|
|
5134
|
-
readonly
|
|
5135
|
-
readonly
|
|
5136
|
-
readonly
|
|
5137
|
-
readonly
|
|
5138
|
-
readonly
|
|
5139
|
-
readonly
|
|
5140
|
-
readonly
|
|
5141
|
-
readonly
|
|
5142
|
-
readonly
|
|
5143
|
-
readonly
|
|
5144
|
-
readonly
|
|
5145
|
-
readonly
|
|
5146
|
-
readonly
|
|
5147
|
-
readonly
|
|
5148
|
-
readonly
|
|
5149
|
-
readonly
|
|
5150
|
-
readonly
|
|
5151
|
-
readonly
|
|
5152
|
-
readonly
|
|
5153
|
-
readonly
|
|
5154
|
-
readonly
|
|
5155
|
-
readonly
|
|
5156
|
-
readonly
|
|
5157
|
-
readonly
|
|
5158
|
-
readonly
|
|
5159
|
-
readonly
|
|
5160
|
-
readonly
|
|
5161
|
-
readonly
|
|
5162
|
-
readonly
|
|
5163
|
-
readonly
|
|
5164
|
-
readonly
|
|
5165
|
-
readonly
|
|
5166
|
-
readonly
|
|
5167
|
-
readonly
|
|
5168
|
-
readonly
|
|
5169
|
-
readonly
|
|
5170
|
-
readonly
|
|
5171
|
-
readonly
|
|
5172
|
-
readonly
|
|
5173
|
-
readonly
|
|
5174
|
-
readonly
|
|
5175
|
-
readonly
|
|
5176
|
-
readonly
|
|
5177
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5178
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
5179
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
5180
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5181
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5182
|
-
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5183
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5184
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5185
|
-
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5186
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5187
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5188
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
5189
|
-
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
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];
|
|
5190
5053
|
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5191
|
-
readonly
|
|
5192
|
-
readonly
|
|
5193
|
-
readonly
|
|
5194
|
-
readonly
|
|
5195
|
-
readonly
|
|
5196
|
-
readonly
|
|
5197
|
-
readonly
|
|
5198
|
-
readonly
|
|
5199
|
-
readonly
|
|
5200
|
-
readonly
|
|
5201
|
-
readonly
|
|
5202
|
-
readonly
|
|
5203
|
-
readonly
|
|
5204
|
-
readonly
|
|
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;
|
|
5106
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
5107
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
5108
|
+
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5109
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5110
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5111
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5112
|
+
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
5113
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5205
5114
|
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5206
|
-
readonly
|
|
5207
|
-
readonly
|
|
5208
|
-
readonly
|
|
5209
|
-
readonly
|
|
5210
|
-
readonly
|
|
5211
|
-
readonly
|
|
5212
|
-
readonly
|
|
5213
|
-
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
5214
|
-
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
5215
|
-
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5115
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5116
|
+
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5117
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
5118
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5119
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5120
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5121
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5216
5122
|
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
5217
|
-
readonly
|
|
5218
|
-
readonly
|
|
5219
|
-
readonly
|
|
5220
|
-
readonly
|
|
5221
|
-
readonly
|
|
5222
|
-
readonly
|
|
5223
|
-
readonly
|
|
5224
|
-
readonly
|
|
5225
|
-
readonly
|
|
5226
|
-
readonly
|
|
5227
|
-
readonly
|
|
5228
|
-
readonly
|
|
5229
|
-
readonly
|
|
5230
|
-
readonly
|
|
5231
|
-
readonly
|
|
5232
|
-
readonly
|
|
5233
|
-
readonly
|
|
5234
|
-
readonly
|
|
5235
|
-
readonly
|
|
5236
|
-
readonly
|
|
5237
|
-
readonly
|
|
5238
|
-
readonly
|
|
5239
|
-
readonly
|
|
5240
|
-
readonly
|
|
5241
|
-
readonly
|
|
5242
|
-
readonly
|
|
5243
|
-
readonly
|
|
5244
|
-
readonly
|
|
5245
|
-
readonly
|
|
5246
|
-
readonly
|
|
5247
|
-
readonly
|
|
5248
|
-
readonly
|
|
5249
|
-
readonly
|
|
5250
|
-
readonly
|
|
5251
|
-
readonly
|
|
5252
|
-
readonly
|
|
5253
|
-
readonly
|
|
5254
|
-
readonly
|
|
5255
|
-
readonly
|
|
5256
|
-
readonly
|
|
5257
|
-
readonly
|
|
5258
|
-
readonly
|
|
5259
|
-
readonly
|
|
5260
|
-
readonly
|
|
5261
|
-
readonly
|
|
5262
|
-
readonly
|
|
5263
|
-
readonly
|
|
5264
|
-
readonly
|
|
5265
|
-
readonly
|
|
5266
|
-
readonly
|
|
5267
|
-
readonly
|
|
5268
|
-
readonly
|
|
5269
|
-
readonly
|
|
5270
|
-
readonly
|
|
5271
|
-
readonly
|
|
5272
|
-
readonly
|
|
5273
|
-
readonly
|
|
5274
|
-
readonly
|
|
5275
|
-
readonly
|
|
5276
|
-
readonly
|
|
5277
|
-
readonly
|
|
5278
|
-
readonly
|
|
5279
|
-
readonly
|
|
5280
|
-
readonly
|
|
5281
|
-
readonly
|
|
5282
|
-
readonly
|
|
5283
|
-
readonly
|
|
5284
|
-
readonly
|
|
5123
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5124
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
5125
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
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];
|
|
5148
|
+
readonly document_clone: (a: number) => number;
|
|
5149
|
+
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
5150
|
+
readonly document_getCreatedAt: (a: number) => any;
|
|
5151
|
+
readonly document_getData: (a: number) => [number, number, number];
|
|
5152
|
+
readonly document_getId: (a: number) => any;
|
|
5153
|
+
readonly document_getOwnerId: (a: number) => any;
|
|
5154
|
+
readonly document_getRevision: (a: number) => [number, bigint];
|
|
5155
|
+
readonly document_getUpdatedAt: (a: number) => any;
|
|
5156
|
+
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5157
|
+
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
5158
|
+
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5159
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
5160
|
+
readonly document_setData: (a: number, b: any) => [number, number];
|
|
5161
|
+
readonly document_setId: (a: number, b: any) => void;
|
|
5162
|
+
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
5163
|
+
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5164
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
5165
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5166
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
5167
|
+
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
5168
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5169
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5170
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5171
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5172
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
5173
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
5174
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
5175
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
5176
|
+
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
5177
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5178
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
5179
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5180
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5181
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5182
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
5183
|
+
readonly extendeddocument_clone: (a: number) => number;
|
|
5184
|
+
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
5185
|
+
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
5186
|
+
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
5187
|
+
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
5188
|
+
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
5189
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5190
|
+
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
5191
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5192
|
+
readonly extendeddocument_getId: (a: number) => any;
|
|
5193
|
+
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
5194
|
+
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
5195
|
+
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
5196
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
5197
|
+
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
5198
|
+
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
5199
|
+
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5200
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
5201
|
+
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
5202
|
+
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
5203
|
+
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
5204
|
+
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
5205
|
+
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
5206
|
+
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
5207
|
+
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
5208
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
5209
|
+
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
5210
|
+
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
5211
|
+
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
5212
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5213
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
5214
|
+
readonly identity_balance: (a: number) => bigint;
|
|
5215
|
+
readonly identity_from: (a: any) => number;
|
|
5216
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5217
|
+
readonly identity_getId: (a: number) => any;
|
|
5218
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
5219
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5220
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5221
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
5222
|
+
readonly identity_getRevision: (a: number) => bigint;
|
|
5223
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
5224
|
+
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
5225
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
5226
|
+
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
5227
|
+
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
5228
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
5229
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
5230
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
5231
|
+
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
5232
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
5233
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
5234
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
5285
5235
|
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5286
5236
|
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5287
5237
|
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
5288
|
-
readonly
|
|
5289
|
-
readonly
|
|
5290
|
-
readonly
|
|
5291
|
-
readonly
|
|
5292
|
-
readonly
|
|
5293
|
-
readonly
|
|
5294
|
-
readonly
|
|
5295
|
-
readonly
|
|
5296
|
-
readonly
|
|
5297
|
-
readonly
|
|
5298
|
-
readonly
|
|
5299
|
-
readonly
|
|
5300
|
-
readonly
|
|
5301
|
-
readonly
|
|
5302
|
-
readonly
|
|
5303
|
-
readonly
|
|
5304
|
-
readonly
|
|
5305
|
-
readonly
|
|
5306
|
-
readonly
|
|
5307
|
-
readonly
|
|
5308
|
-
readonly
|
|
5309
|
-
readonly
|
|
5310
|
-
readonly
|
|
5311
|
-
readonly
|
|
5312
|
-
readonly
|
|
5313
|
-
readonly
|
|
5314
|
-
readonly
|
|
5315
|
-
readonly
|
|
5316
|
-
readonly
|
|
5317
|
-
readonly
|
|
5318
|
-
readonly
|
|
5319
|
-
readonly
|
|
5320
|
-
readonly
|
|
5321
|
-
readonly
|
|
5322
|
-
readonly
|
|
5323
|
-
readonly
|
|
5324
|
-
readonly
|
|
5325
|
-
readonly
|
|
5326
|
-
readonly
|
|
5327
|
-
readonly
|
|
5328
|
-
readonly
|
|
5329
|
-
readonly
|
|
5330
|
-
readonly
|
|
5331
|
-
readonly
|
|
5332
|
-
readonly
|
|
5333
|
-
readonly
|
|
5334
|
-
readonly
|
|
5335
|
-
readonly
|
|
5336
|
-
readonly
|
|
5337
|
-
readonly
|
|
5338
|
-
readonly
|
|
5339
|
-
readonly
|
|
5340
|
-
readonly
|
|
5238
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5239
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5240
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5241
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5242
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5243
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5244
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5245
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5246
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5247
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5248
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5249
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5250
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5251
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5252
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5253
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5254
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5255
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5256
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5257
|
+
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
5258
|
+
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
5259
|
+
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
5260
|
+
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
5261
|
+
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
5262
|
+
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
5263
|
+
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
5264
|
+
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
5265
|
+
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
5266
|
+
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
5267
|
+
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
5268
|
+
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
5269
|
+
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
5270
|
+
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
5271
|
+
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
5272
|
+
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
5273
|
+
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
5274
|
+
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
5275
|
+
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
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];
|
|
5281
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5282
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5283
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5284
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5285
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5286
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5287
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
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;
|
|
5341
5296
|
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
5342
5297
|
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
5343
|
-
readonly
|
|
5344
|
-
readonly
|
|
5345
|
-
readonly
|
|
5346
|
-
readonly
|
|
5347
|
-
readonly
|
|
5348
|
-
readonly
|
|
5349
|
-
readonly
|
|
5350
|
-
readonly
|
|
5351
|
-
readonly
|
|
5352
|
-
readonly
|
|
5353
|
-
readonly
|
|
5354
|
-
readonly
|
|
5355
|
-
readonly
|
|
5356
|
-
readonly
|
|
5357
|
-
readonly
|
|
5358
|
-
readonly
|
|
5359
|
-
readonly
|
|
5360
|
-
readonly
|
|
5361
|
-
readonly
|
|
5362
|
-
readonly
|
|
5363
|
-
readonly
|
|
5364
|
-
readonly
|
|
5365
|
-
readonly
|
|
5298
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5299
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5300
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
5301
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
5302
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
5303
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5304
|
+
readonly validationresult_getData: (a: number) => any;
|
|
5305
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
5306
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
5307
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5308
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5309
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5310
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5311
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5312
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5313
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5314
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5315
|
+
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
5316
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5317
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5318
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5319
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5320
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5321
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5322
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
5323
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5324
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
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 incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5477
|
-
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5478
|
-
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5479
|
-
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5480
|
-
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5481
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5482
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5483
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5484
|
-
readonly incompatibleprotocolversionerror_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 invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5494
|
-
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5495
|
-
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
5496
|
-
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
5497
|
-
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5498
|
-
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5499
|
-
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5500
|
-
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5501
|
-
readonly invaliddocumentrevisionerror_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;
|