@dashevo/wasm-dpp 3.1.0-dev.7 → 4.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasm/wasm_dpp.d.ts +503 -503
- package/dist/wasm/wasm_dpp.js +8 -8
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +503 -503
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -4481,11 +4481,12 @@ export interface InitOutput {
|
|
|
4481
4481
|
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
4482
4482
|
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4483
4483
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4484
|
-
readonly
|
|
4484
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
4485
4485
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4486
4486
|
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4487
4487
|
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
4488
4488
|
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4489
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4489
4490
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
4490
4491
|
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
4491
4492
|
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
@@ -4494,21 +4495,19 @@ export interface InitOutput {
|
|
|
4494
4495
|
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4495
4496
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
4496
4497
|
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
4497
|
-
readonly
|
|
4498
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
4498
4499
|
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
4499
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4500
4500
|
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4501
4501
|
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4502
4502
|
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
4503
4503
|
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4504
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4504
4505
|
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
4505
4506
|
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
4506
|
-
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4507
4507
|
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
4508
4508
|
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4509
|
-
readonly
|
|
4510
|
-
readonly
|
|
4511
|
-
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4509
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
4510
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
4512
4511
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4513
4512
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4514
4513
|
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
@@ -4523,6 +4522,9 @@ export interface InitOutput {
|
|
|
4523
4522
|
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4524
4523
|
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4525
4524
|
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4525
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4526
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4527
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4526
4528
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
4527
4529
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
4528
4530
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
@@ -4630,11 +4632,11 @@ export interface InitOutput {
|
|
|
4630
4632
|
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
4631
4633
|
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4632
4634
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4633
|
-
readonly
|
|
4634
|
-
readonly
|
|
4635
|
-
readonly
|
|
4636
|
-
readonly
|
|
4637
|
-
readonly
|
|
4635
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
4636
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
4637
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
4638
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
4639
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
4638
4640
|
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4639
4641
|
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4640
4642
|
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
@@ -4645,9 +4647,6 @@ export interface InitOutput {
|
|
|
4645
4647
|
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4646
4648
|
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4647
4649
|
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4648
|
-
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4649
|
-
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4650
|
-
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4651
4650
|
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
4652
4651
|
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
4653
4652
|
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
@@ -4661,6 +4660,10 @@ export interface InitOutput {
|
|
|
4661
4660
|
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
4662
4661
|
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4663
4662
|
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4663
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4664
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4665
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4666
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4664
4667
|
readonly jsonschemaerror_code: (a: number) => number;
|
|
4665
4668
|
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
4666
4669
|
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
@@ -4675,8 +4678,6 @@ export interface InitOutput {
|
|
|
4675
4678
|
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
4676
4679
|
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4677
4680
|
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
4678
|
-
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4679
|
-
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4680
4681
|
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4681
4682
|
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
4682
4683
|
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
@@ -4700,7 +4701,6 @@ export interface InitOutput {
|
|
|
4700
4701
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
4701
4702
|
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4702
4703
|
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4703
|
-
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4704
4704
|
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4705
4705
|
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4706
4706
|
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
@@ -4709,132 +4709,74 @@ export interface InitOutput {
|
|
|
4709
4709
|
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
4710
4710
|
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
4711
4711
|
readonly nodocumentssuppliederror_new: () => number;
|
|
4712
|
-
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4713
4712
|
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4714
|
-
readonly
|
|
4715
|
-
readonly
|
|
4716
|
-
readonly
|
|
4717
|
-
readonly
|
|
4718
|
-
readonly
|
|
4719
|
-
readonly
|
|
4720
|
-
readonly
|
|
4721
|
-
readonly
|
|
4722
|
-
readonly
|
|
4723
|
-
readonly
|
|
4724
|
-
readonly
|
|
4725
|
-
readonly
|
|
4726
|
-
readonly
|
|
4727
|
-
readonly
|
|
4728
|
-
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
4729
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4730
|
-
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4731
|
-
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4732
|
-
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4733
|
-
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
4734
|
-
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
4735
|
-
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4736
|
-
readonly batchtransition_getTransitions: (a: number) => any;
|
|
4737
|
-
readonly batchtransition_getType: (a: number) => number;
|
|
4738
|
-
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
4739
|
-
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4740
|
-
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
4741
|
-
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4742
|
-
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4743
|
-
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4744
|
-
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
4745
|
-
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4746
|
-
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4747
|
-
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
4748
|
-
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4713
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4714
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4715
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
4716
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4717
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4718
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
4719
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4720
|
+
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
4721
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
4722
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
4723
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4724
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
4725
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4726
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4749
4727
|
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
4750
4728
|
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
4751
4729
|
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
4752
4730
|
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
4753
|
-
readonly
|
|
4754
|
-
readonly
|
|
4755
|
-
readonly
|
|
4756
|
-
readonly
|
|
4757
|
-
readonly
|
|
4758
|
-
readonly
|
|
4759
|
-
readonly
|
|
4760
|
-
readonly
|
|
4761
|
-
readonly
|
|
4762
|
-
readonly
|
|
4763
|
-
readonly
|
|
4764
|
-
readonly
|
|
4765
|
-
readonly
|
|
4766
|
-
readonly
|
|
4767
|
-
readonly
|
|
4768
|
-
readonly
|
|
4769
|
-
readonly
|
|
4770
|
-
readonly
|
|
4771
|
-
readonly
|
|
4772
|
-
readonly
|
|
4773
|
-
readonly
|
|
4774
|
-
readonly
|
|
4775
|
-
readonly
|
|
4776
|
-
readonly
|
|
4777
|
-
readonly
|
|
4778
|
-
readonly
|
|
4779
|
-
readonly
|
|
4780
|
-
readonly
|
|
4781
|
-
readonly
|
|
4782
|
-
readonly
|
|
4783
|
-
readonly
|
|
4784
|
-
readonly
|
|
4785
|
-
readonly
|
|
4786
|
-
readonly
|
|
4787
|
-
readonly
|
|
4788
|
-
readonly
|
|
4789
|
-
readonly
|
|
4790
|
-
readonly
|
|
4791
|
-
readonly
|
|
4792
|
-
readonly
|
|
4793
|
-
readonly
|
|
4794
|
-
readonly
|
|
4795
|
-
readonly
|
|
4796
|
-
readonly
|
|
4797
|
-
readonly
|
|
4798
|
-
readonly
|
|
4799
|
-
readonly
|
|
4800
|
-
readonly
|
|
4801
|
-
readonly
|
|
4802
|
-
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
4803
|
-
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4804
|
-
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4805
|
-
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4806
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
4807
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
4808
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
4809
|
-
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
4810
|
-
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
4811
|
-
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
4812
|
-
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
4813
|
-
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
4814
|
-
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4815
|
-
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
4816
|
-
readonly tokentransition_getTokenId: (a: number) => any;
|
|
4817
|
-
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
4818
|
-
readonly tokentransition_toTransition: (a: number) => any;
|
|
4819
|
-
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
4820
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
4821
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
4822
|
-
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
4823
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
4824
|
-
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4825
|
-
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4826
|
-
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
4827
|
-
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
4828
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
4829
|
-
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4830
|
-
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4831
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
4832
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
4833
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4834
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
4835
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4836
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4837
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4731
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4732
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4733
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4734
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4735
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4736
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4737
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4738
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4739
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4740
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
4741
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4742
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
4743
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4744
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4745
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
4746
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4747
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
4748
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
4749
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
4750
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
4751
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
4752
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4753
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4754
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4755
|
+
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
4756
|
+
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
4757
|
+
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
4758
|
+
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
4759
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
4760
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
4761
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
4762
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
4763
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
4764
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
4765
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4766
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4767
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4768
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
4769
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
4770
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
4771
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
4772
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4773
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
4774
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
4775
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
4776
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
4777
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4778
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4779
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
4838
4780
|
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4839
4781
|
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4840
4782
|
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
@@ -4895,299 +4837,28 @@ export interface InitOutput {
|
|
|
4895
4837
|
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
4896
4838
|
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
4897
4839
|
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4898
|
-
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4899
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4900
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4901
|
-
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
4902
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
4903
|
-
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4904
|
-
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4905
|
-
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
4906
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4907
|
-
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
4908
|
-
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4909
|
-
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
4910
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4911
|
-
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
4912
|
-
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4913
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4914
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
4915
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4916
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4917
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4918
|
-
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4919
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4920
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
4921
|
-
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4922
|
-
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
4923
|
-
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
4924
|
-
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4925
|
-
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4926
|
-
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4927
|
-
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4928
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4929
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4930
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4931
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4932
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4933
|
-
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4934
|
-
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4935
|
-
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4936
|
-
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4937
|
-
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
4938
|
-
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
4939
|
-
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4940
|
-
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4941
|
-
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4942
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4943
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4944
|
-
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4945
|
-
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4946
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4947
|
-
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4948
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4949
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4950
|
-
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4951
|
-
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
4952
|
-
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
4953
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4954
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4955
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4956
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4957
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4958
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4959
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4960
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4961
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4962
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4963
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4964
|
-
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4965
|
-
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
4966
|
-
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
4967
|
-
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4968
|
-
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
4969
|
-
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4970
|
-
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4971
|
-
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4972
|
-
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4973
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4974
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4975
|
-
readonly identity_balance: (a: number) => bigint;
|
|
4976
|
-
readonly identity_from: (a: any) => number;
|
|
4977
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4978
|
-
readonly identity_getId: (a: number) => any;
|
|
4979
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
4980
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4981
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4982
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4983
|
-
readonly identity_getRevision: (a: number) => bigint;
|
|
4984
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4985
|
-
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4986
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
4987
|
-
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4988
|
-
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4989
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
4990
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4991
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4992
|
-
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4993
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4994
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4995
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4996
|
-
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4997
|
-
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
4998
|
-
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
4999
|
-
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
5000
|
-
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5001
|
-
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
5002
|
-
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
5003
|
-
readonly identitycreatetransition_getType: (a: number) => number;
|
|
5004
|
-
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5005
|
-
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5006
|
-
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5007
|
-
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
5008
|
-
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
5009
|
-
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5010
|
-
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5011
|
-
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5012
|
-
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5013
|
-
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5014
|
-
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5015
|
-
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
5016
|
-
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5017
|
-
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5018
|
-
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5019
|
-
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
5020
|
-
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5021
|
-
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5022
|
-
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5023
|
-
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5024
|
-
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5025
|
-
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5026
|
-
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
5027
|
-
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
5028
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
5029
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
5030
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5031
|
-
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
5032
|
-
readonly identitytopuptransition_getType: (a: number) => number;
|
|
5033
|
-
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
5034
|
-
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
5035
|
-
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5036
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
5037
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5038
|
-
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5039
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5040
|
-
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
5041
|
-
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
5042
|
-
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5043
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5044
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5045
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5046
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5047
|
-
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5048
|
-
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5049
|
-
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5050
|
-
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5051
|
-
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5052
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5053
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
5054
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5055
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5056
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5057
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5058
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5059
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5060
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5061
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
5062
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
5063
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5064
|
-
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
5065
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5066
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5067
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5068
|
-
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5069
|
-
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5070
|
-
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5071
|
-
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
5072
|
-
readonly metadata_from: (a: any) => [number, number, number];
|
|
5073
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5074
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5075
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5076
|
-
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5077
|
-
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5078
|
-
readonly metadata_toJSON: (a: number) => any;
|
|
5079
|
-
readonly metadata_toObject: (a: number) => any;
|
|
5080
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5081
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5082
|
-
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
5083
|
-
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5084
|
-
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
5085
|
-
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5086
|
-
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
5087
|
-
readonly validationresult_errors: (a: number) => [number, number];
|
|
5088
|
-
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5089
|
-
readonly validationresult_getData: (a: number) => any;
|
|
5090
|
-
readonly validationresult_getFirstError: (a: number) => any;
|
|
5091
|
-
readonly validationresult_isValid: (a: number) => number;
|
|
5092
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5093
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5094
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5095
|
-
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
5096
|
-
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
5097
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
5098
|
-
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
5099
|
-
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5100
|
-
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5101
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5102
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5103
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5104
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5105
|
-
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5106
|
-
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5107
|
-
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5108
|
-
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5109
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5110
|
-
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5111
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5112
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5113
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5114
|
-
readonly identity_getBalance: (a: number) => bigint;
|
|
5115
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5116
|
-
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5117
|
-
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
5118
|
-
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
5119
|
-
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
5120
|
-
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
5121
|
-
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
5122
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5123
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
5124
|
-
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5125
|
-
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5126
|
-
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5127
|
-
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5128
|
-
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
5129
|
-
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5130
|
-
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
5131
|
-
readonly dashplatformprotocol_document: (a: number) => number;
|
|
5132
|
-
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
5133
|
-
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
5134
|
-
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
5135
|
-
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
5136
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
5137
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
5138
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5139
|
-
readonly datacontractfactory_new: (a: number) => number;
|
|
5140
|
-
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5141
|
-
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5142
|
-
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5143
|
-
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5144
|
-
readonly documentfacade_new: (a: number) => number;
|
|
5145
|
-
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5146
|
-
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5147
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5148
|
-
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
5149
|
-
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
5150
|
-
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
5151
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
5152
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
5153
|
-
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
5154
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
5155
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
5156
|
-
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
5157
|
-
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5158
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
5159
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
5160
|
-
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
5161
|
-
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
5162
|
-
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5163
|
-
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5164
|
-
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5165
|
-
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5166
|
-
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5167
|
-
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5168
|
-
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5169
4840
|
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
5170
|
-
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5171
4841
|
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
4842
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
5172
4843
|
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
5173
4844
|
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
5174
4845
|
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
5175
4846
|
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
5176
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
5177
4847
|
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
5178
4848
|
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
5179
4849
|
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5180
4850
|
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
5181
4851
|
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
5182
|
-
readonly
|
|
4852
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4853
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
5183
4854
|
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
5184
4855
|
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5185
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
5186
4856
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
5187
4857
|
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5188
4858
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5189
4859
|
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
5190
4860
|
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4861
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5191
4862
|
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
5192
4863
|
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
5193
4864
|
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
@@ -5198,12 +4869,13 @@ export interface InitOutput {
|
|
|
5198
4869
|
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
5199
4870
|
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
5200
4871
|
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
5201
|
-
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5202
|
-
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5203
4872
|
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5204
4873
|
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
5205
4874
|
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
5206
4875
|
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4876
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4877
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4878
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
5207
4879
|
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
5208
4880
|
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
5209
4881
|
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
@@ -5223,9 +4895,6 @@ export interface InitOutput {
|
|
|
5223
4895
|
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5224
4896
|
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
5225
4897
|
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
5226
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5227
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
5228
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
5229
4898
|
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
5230
4899
|
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
5231
4900
|
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
@@ -5250,10 +4919,13 @@ export interface InitOutput {
|
|
|
5250
4919
|
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5251
4920
|
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5252
4921
|
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5253
|
-
readonly
|
|
5254
|
-
readonly
|
|
5255
|
-
readonly
|
|
5256
|
-
readonly
|
|
4922
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4923
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4924
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4925
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
4926
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4927
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
4928
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
5257
4929
|
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5258
4930
|
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5259
4931
|
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
@@ -5262,10 +4934,6 @@ export interface InitOutput {
|
|
|
5262
4934
|
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5263
4935
|
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5264
4936
|
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5265
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5266
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5267
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5268
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5269
4937
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5270
4938
|
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
5271
4939
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
@@ -5286,6 +4954,8 @@ export interface InitOutput {
|
|
|
5286
4954
|
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
5287
4955
|
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5288
4956
|
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4957
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4958
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5289
4959
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5290
4960
|
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5291
4961
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
@@ -5307,94 +4977,375 @@ export interface InitOutput {
|
|
|
5307
4977
|
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
5308
4978
|
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
5309
4979
|
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4980
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5310
4981
|
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5311
|
-
readonly
|
|
5312
|
-
readonly
|
|
5313
|
-
readonly
|
|
5314
|
-
readonly
|
|
5315
|
-
readonly
|
|
5316
|
-
readonly
|
|
5317
|
-
readonly
|
|
5318
|
-
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5319
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5320
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
4982
|
+
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4983
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4984
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
4985
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4986
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4987
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
4988
|
+
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
5321
4989
|
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
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
|
|
5341
|
-
readonly
|
|
5342
|
-
readonly
|
|
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
|
|
4990
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4991
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4992
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4993
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4994
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
4995
|
+
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
4996
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
4997
|
+
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
4998
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
4999
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
5000
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
5001
|
+
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
5002
|
+
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
5003
|
+
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
5004
|
+
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
5005
|
+
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5006
|
+
readonly batchtransition_getTransitions: (a: number) => any;
|
|
5007
|
+
readonly batchtransition_getType: (a: number) => number;
|
|
5008
|
+
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
5009
|
+
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
5010
|
+
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
5011
|
+
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5012
|
+
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5013
|
+
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
5014
|
+
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
5015
|
+
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5016
|
+
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5017
|
+
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
5018
|
+
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5019
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5020
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
5021
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5022
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
5023
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
5024
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5025
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
5026
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
5027
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
5028
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5029
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5030
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
5031
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5032
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5033
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5034
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5035
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5036
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5037
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5038
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5039
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5040
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5041
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5042
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5043
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5044
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5045
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5046
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5047
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5048
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5049
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5050
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5051
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5052
|
+
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
5053
|
+
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
5054
|
+
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
5055
|
+
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
5360
5056
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5361
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5362
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
5363
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
5364
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
5365
|
-
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5366
|
-
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5367
|
-
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5368
|
-
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5369
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5370
|
-
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5371
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5372
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5373
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5374
5057
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5375
|
-
readonly
|
|
5376
|
-
readonly
|
|
5377
|
-
readonly
|
|
5058
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5059
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5060
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
5061
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
5062
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
5063
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5064
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5065
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5066
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5067
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
5068
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5069
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
5070
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5071
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5072
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5073
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
5074
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
5075
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
5076
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
5077
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5078
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
5079
|
+
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
5080
|
+
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
5081
|
+
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
5082
|
+
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5083
|
+
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
5084
|
+
readonly tokentransition_getTokenId: (a: number) => any;
|
|
5085
|
+
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
5086
|
+
readonly tokentransition_toTransition: (a: number) => any;
|
|
5087
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
5088
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5089
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5090
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
5091
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5092
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5093
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5094
|
+
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
5095
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5096
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5097
|
+
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
5098
|
+
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
5099
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5100
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5101
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5102
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5103
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5104
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5105
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5106
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5107
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
5108
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
5109
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
5110
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
5111
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5112
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5113
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
5114
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5115
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5116
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5117
|
+
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
5118
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
5119
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
5120
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5121
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
5122
|
+
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
5123
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
5124
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
5125
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
5126
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
5127
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5128
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
5129
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
5130
|
+
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
5131
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
5132
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5133
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5134
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
5135
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
5136
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
5137
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
5138
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
5139
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
5140
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
5141
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
5142
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5143
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5144
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
5145
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5146
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
5147
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
5148
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5149
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
5150
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5151
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5152
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5153
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
5154
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5155
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5156
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5157
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5158
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5159
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5160
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
5161
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
5162
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5163
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5164
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5165
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5166
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5167
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5168
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5169
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5170
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5171
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5172
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5173
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5174
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5175
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5176
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5177
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5178
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
5179
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
5180
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
5181
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5182
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5183
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
5184
|
+
readonly getLatestProtocolVersion: () => number;
|
|
5185
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5186
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
5187
|
+
readonly identity_balance: (a: number) => bigint;
|
|
5188
|
+
readonly identity_from: (a: any) => number;
|
|
5189
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5190
|
+
readonly identity_getId: (a: number) => any;
|
|
5191
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
5192
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5193
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5194
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
5195
|
+
readonly identity_getRevision: (a: number) => bigint;
|
|
5196
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
5197
|
+
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
5198
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
5199
|
+
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
5200
|
+
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
5201
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
5202
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
5203
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
5204
|
+
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
5205
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
5206
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
5207
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
5208
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5209
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5210
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5211
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5212
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
5213
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
5214
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
5215
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5216
|
+
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
5217
|
+
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
5218
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
5219
|
+
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5220
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5221
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5222
|
+
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
5223
|
+
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
5224
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5225
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5226
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5227
|
+
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5228
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5229
|
+
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5230
|
+
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
5231
|
+
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5232
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5233
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5234
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
5235
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5236
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5237
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5238
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5239
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5240
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5241
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
5242
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
5243
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
5244
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
5245
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5246
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
5247
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
5248
|
+
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
5249
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
5250
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5251
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
5252
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5253
|
+
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5254
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5255
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
5256
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
5257
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5258
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5259
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5260
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5261
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5262
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5263
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5264
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5265
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5266
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5267
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5268
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
5269
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5270
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5271
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5272
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5273
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
5274
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
5275
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5276
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5277
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5278
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5279
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5280
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5281
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
5282
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
5283
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5284
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5285
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5286
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5287
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
5288
|
+
readonly metadata_toObject: (a: number) => any;
|
|
5289
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5290
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5291
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5292
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
5293
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
5294
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
5295
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5296
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
5297
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5298
|
+
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
5299
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
5300
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5301
|
+
readonly validationresult_getData: (a: number) => any;
|
|
5302
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
5303
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
5304
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5305
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5306
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5307
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
5308
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
5309
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
5310
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
5311
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5312
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5313
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5314
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5315
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5316
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5317
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5318
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5319
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5320
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5321
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5322
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5323
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5324
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5325
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5326
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
5327
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5328
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5378
5329
|
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
5379
5330
|
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
5380
5331
|
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
5381
5332
|
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
5382
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5383
5333
|
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
5384
5334
|
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
5385
5335
|
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
5386
5336
|
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
5337
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5387
5338
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
5388
5339
|
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
5389
5340
|
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
5390
5341
|
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
5391
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5392
5342
|
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
5393
5343
|
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
5394
5344
|
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
5395
5345
|
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
5396
5346
|
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
5397
5347
|
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
5348
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
5398
5349
|
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
5399
5350
|
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5400
5351
|
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
@@ -5412,11 +5363,6 @@ export interface InitOutput {
|
|
|
5412
5363
|
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
5413
5364
|
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
5414
5365
|
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
5415
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5416
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5417
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5418
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5419
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5420
5366
|
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
5421
5367
|
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
5422
5368
|
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
@@ -5436,11 +5382,13 @@ export interface InitOutput {
|
|
|
5436
5382
|
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5437
5383
|
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5438
5384
|
readonly documenttransitions_new: () => number;
|
|
5385
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5386
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
5387
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5439
5388
|
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
5440
5389
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
5441
5390
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
5442
5391
|
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
5443
|
-
readonly getLatestProtocolVersion: () => number;
|
|
5444
5392
|
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5445
5393
|
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
5446
5394
|
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
@@ -5455,9 +5403,6 @@ export interface InitOutput {
|
|
|
5455
5403
|
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
5456
5404
|
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
5457
5405
|
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
5458
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5459
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5460
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5461
5406
|
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5462
5407
|
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5463
5408
|
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
@@ -5470,6 +5415,7 @@ export interface InitOutput {
|
|
|
5470
5415
|
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5471
5416
|
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
5472
5417
|
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
5418
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5473
5419
|
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5474
5420
|
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
5475
5421
|
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
@@ -5479,6 +5425,8 @@ export interface InitOutput {
|
|
|
5479
5425
|
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
5480
5426
|
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
5481
5427
|
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
5428
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5429
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
5482
5430
|
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5483
5431
|
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5484
5432
|
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
@@ -5511,7 +5459,59 @@ export interface InitOutput {
|
|
|
5511
5459
|
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5512
5460
|
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5513
5461
|
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5514
|
-
readonly
|
|
5462
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5463
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
5464
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
5465
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
5466
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
5467
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
5468
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5469
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
5470
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5471
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5472
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5473
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5474
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
5475
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5476
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
5477
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
5478
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
5479
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
5480
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
5481
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
5482
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
5483
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
5484
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5485
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5486
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5487
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5488
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5489
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5490
|
+
readonly documentfacade_new: (a: number) => number;
|
|
5491
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5492
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5493
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5494
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
5495
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
5496
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
5497
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
5498
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
5499
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
5500
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
5501
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
5502
|
+
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
5503
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5504
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
5505
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
5506
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
5507
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
5508
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5509
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5510
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5511
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5512
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5513
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5514
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5515
5515
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
5516
5516
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
5517
5517
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|