@dashevo/wasm-dpp 4.2.0-dev.6 → 4.2.0-dev.7
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 +676 -676
- package/dist/wasm/wasm_dpp.js +24 -24
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +676 -676
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -4526,54 +4526,55 @@ export interface InitOutput {
|
|
|
4526
4526
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
4527
4527
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
4528
4528
|
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4529
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4529
4530
|
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4530
|
-
readonly
|
|
4531
|
-
readonly
|
|
4531
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4532
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4532
4533
|
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4533
4534
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4534
4535
|
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
4535
4536
|
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4536
4537
|
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4537
|
-
readonly
|
|
4538
|
+
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4539
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4538
4540
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
4539
|
-
readonly
|
|
4540
|
-
readonly
|
|
4541
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4542
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4541
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
4542
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4543
4543
|
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4544
4544
|
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4545
4545
|
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4546
4546
|
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4547
|
-
readonly
|
|
4547
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4548
4548
|
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4549
4549
|
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4550
4550
|
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4551
4551
|
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4552
4552
|
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4553
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4554
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4555
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4556
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4557
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
4558
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
4559
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4560
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4561
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4562
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4563
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4564
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4565
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4566
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4567
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4568
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4569
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4553
4570
|
readonly datacontracterror_getCode: (a: number) => number;
|
|
4554
4571
|
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4555
|
-
readonly
|
|
4556
|
-
readonly
|
|
4557
|
-
readonly
|
|
4558
|
-
readonly
|
|
4559
|
-
readonly
|
|
4560
|
-
readonly
|
|
4561
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4562
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4563
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4564
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4565
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4566
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4567
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4568
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4569
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4570
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4571
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4572
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4573
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4574
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4575
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4576
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4572
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
4573
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
4574
|
+
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
4575
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4576
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
4577
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4577
4578
|
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4578
4579
|
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
4579
4580
|
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
@@ -4590,7 +4591,6 @@ export interface InitOutput {
|
|
|
4590
4591
|
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
4591
4592
|
readonly extendeddocument_getDocument: (a: number) => number;
|
|
4592
4593
|
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
4593
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
4594
4594
|
readonly extendeddocument_getId: (a: number) => any;
|
|
4595
4595
|
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
4596
4596
|
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
@@ -4640,10 +4640,13 @@ export interface InitOutput {
|
|
|
4640
4640
|
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4641
4641
|
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4642
4642
|
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
4643
|
-
readonly
|
|
4644
|
-
readonly
|
|
4645
|
-
readonly
|
|
4646
|
-
readonly
|
|
4643
|
+
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
4644
|
+
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
4645
|
+
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
4646
|
+
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
4647
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4648
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4649
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4647
4650
|
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
4648
4651
|
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4649
4652
|
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
@@ -4663,20 +4666,11 @@ export interface InitOutput {
|
|
|
4663
4666
|
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
4664
4667
|
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
4665
4668
|
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
4666
|
-
readonly
|
|
4667
|
-
readonly
|
|
4668
|
-
readonly
|
|
4669
|
-
readonly
|
|
4670
|
-
readonly
|
|
4671
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4672
|
-
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
4673
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4674
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4675
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4676
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4677
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4678
|
-
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4679
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4669
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
4670
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
4671
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4672
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4673
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4680
4674
|
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4681
4675
|
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4682
4676
|
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
@@ -4700,159 +4694,205 @@ export interface InitOutput {
|
|
|
4700
4694
|
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4701
4695
|
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4702
4696
|
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4703
|
-
readonly
|
|
4704
|
-
readonly
|
|
4705
|
-
readonly
|
|
4706
|
-
readonly
|
|
4697
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
4698
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
4699
|
+
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
4700
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4701
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
4702
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
4707
4703
|
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4708
4704
|
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4709
4705
|
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4710
4706
|
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4711
4707
|
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4712
4708
|
readonly identity_getBalance: (a: number) => bigint;
|
|
4709
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
4710
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4711
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
4713
4712
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4714
|
-
readonly
|
|
4715
|
-
readonly
|
|
4716
|
-
readonly
|
|
4717
|
-
readonly
|
|
4718
|
-
readonly
|
|
4719
|
-
readonly
|
|
4720
|
-
readonly
|
|
4721
|
-
readonly
|
|
4722
|
-
readonly
|
|
4723
|
-
readonly
|
|
4724
|
-
readonly
|
|
4713
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4714
|
+
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4715
|
+
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
4716
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
4717
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4718
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4719
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4720
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4721
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
4722
|
+
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4723
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4724
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4725
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4726
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4725
4727
|
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4726
|
-
readonly
|
|
4727
|
-
readonly
|
|
4728
|
-
readonly
|
|
4729
|
-
readonly
|
|
4730
|
-
readonly
|
|
4731
|
-
readonly
|
|
4732
|
-
readonly
|
|
4733
|
-
readonly
|
|
4734
|
-
readonly
|
|
4735
|
-
readonly
|
|
4736
|
-
readonly
|
|
4737
|
-
readonly
|
|
4738
|
-
readonly
|
|
4739
|
-
readonly
|
|
4740
|
-
readonly
|
|
4741
|
-
readonly
|
|
4742
|
-
readonly
|
|
4743
|
-
readonly
|
|
4744
|
-
readonly
|
|
4745
|
-
readonly
|
|
4746
|
-
readonly
|
|
4747
|
-
readonly
|
|
4748
|
-
readonly
|
|
4749
|
-
readonly
|
|
4750
|
-
readonly
|
|
4751
|
-
readonly
|
|
4752
|
-
readonly
|
|
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
|
|
4803
|
-
readonly
|
|
4804
|
-
readonly
|
|
4805
|
-
readonly
|
|
4806
|
-
readonly
|
|
4807
|
-
readonly
|
|
4808
|
-
readonly
|
|
4809
|
-
readonly
|
|
4810
|
-
readonly
|
|
4811
|
-
readonly
|
|
4812
|
-
readonly
|
|
4813
|
-
readonly
|
|
4814
|
-
readonly
|
|
4815
|
-
readonly
|
|
4816
|
-
readonly
|
|
4817
|
-
readonly
|
|
4818
|
-
readonly
|
|
4819
|
-
readonly
|
|
4820
|
-
readonly
|
|
4821
|
-
readonly
|
|
4822
|
-
readonly
|
|
4823
|
-
readonly
|
|
4824
|
-
readonly
|
|
4825
|
-
readonly
|
|
4826
|
-
readonly
|
|
4827
|
-
readonly
|
|
4828
|
-
readonly
|
|
4829
|
-
readonly
|
|
4830
|
-
readonly
|
|
4831
|
-
readonly
|
|
4832
|
-
readonly
|
|
4833
|
-
readonly
|
|
4834
|
-
readonly
|
|
4835
|
-
readonly
|
|
4836
|
-
readonly
|
|
4837
|
-
readonly
|
|
4838
|
-
readonly
|
|
4839
|
-
readonly
|
|
4840
|
-
readonly
|
|
4841
|
-
readonly
|
|
4842
|
-
readonly
|
|
4843
|
-
readonly
|
|
4844
|
-
readonly
|
|
4845
|
-
readonly
|
|
4846
|
-
readonly
|
|
4847
|
-
readonly
|
|
4848
|
-
readonly
|
|
4849
|
-
readonly
|
|
4850
|
-
readonly
|
|
4851
|
-
readonly
|
|
4728
|
+
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
4729
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4730
|
+
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
4731
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4732
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
4733
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
4734
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4735
|
+
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
4736
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4737
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4738
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
4739
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4740
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4741
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4742
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
4743
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4744
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4745
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4746
|
+
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
4747
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4748
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
4749
|
+
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4750
|
+
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4751
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4752
|
+
readonly datacontract_clone: (a: number) => number;
|
|
4753
|
+
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
4754
|
+
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
4755
|
+
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
4756
|
+
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
4757
|
+
readonly datacontract_getId: (a: number) => any;
|
|
4758
|
+
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
4759
|
+
readonly datacontract_getOwnerId: (a: number) => any;
|
|
4760
|
+
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
4761
|
+
readonly datacontract_getTokenConfiguration: (a: number, b: number) => [number, number, number];
|
|
4762
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
4763
|
+
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
4764
|
+
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
4765
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
4766
|
+
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
4767
|
+
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
4768
|
+
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
4769
|
+
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
4770
|
+
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
4771
|
+
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
4772
|
+
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
4773
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
4774
|
+
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
4775
|
+
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
4776
|
+
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
4777
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4778
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
4779
|
+
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
4780
|
+
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4781
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4782
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4783
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
4784
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
4785
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4786
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4787
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
4788
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
4789
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4790
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4791
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4792
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4793
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4794
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4795
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4796
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
4797
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4798
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
4799
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4800
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
4801
|
+
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
4802
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
4803
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
4804
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
4805
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
4806
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
4807
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
4808
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
4809
|
+
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
4810
|
+
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
4811
|
+
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
4812
|
+
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
4813
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4814
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4815
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4816
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4817
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4818
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
4819
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4820
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4821
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4822
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4823
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4824
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4825
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
4826
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4827
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4828
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4829
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4830
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4831
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
4832
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
4833
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
4834
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
4835
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4836
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4837
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4838
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
4839
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
4840
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
4841
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
4842
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4843
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
4844
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
4845
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
4846
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4847
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4848
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4849
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4850
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
4851
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
4852
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
4853
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
4854
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
4855
|
+
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
4856
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
4857
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
4858
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4859
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4860
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4861
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
4862
|
+
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
4863
|
+
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
4864
|
+
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
4865
|
+
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
4866
|
+
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
4867
|
+
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
4868
|
+
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
4869
|
+
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
4870
|
+
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
4871
|
+
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
4872
|
+
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
4873
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4874
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4875
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4876
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
4877
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
4878
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
4879
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
4880
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
4881
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
4882
|
+
readonly validationresult_getData: (a: number) => any;
|
|
4883
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
4884
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
4885
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
4886
|
+
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
4887
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
4888
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
4889
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4890
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4891
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
4892
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4852
4893
|
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4853
4894
|
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4854
4895
|
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
4855
|
-
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
4856
4896
|
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4857
4897
|
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4858
4898
|
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
@@ -4865,10 +4905,10 @@ export interface InitOutput {
|
|
|
4865
4905
|
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
4866
4906
|
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
4867
4907
|
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4908
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4868
4909
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4869
4910
|
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
4870
4911
|
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
4871
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4872
4912
|
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
4873
4913
|
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
4874
4914
|
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
@@ -4880,6 +4920,9 @@ export interface InitOutput {
|
|
|
4880
4920
|
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4881
4921
|
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
4882
4922
|
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
4923
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4924
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4925
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4883
4926
|
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4884
4927
|
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4885
4928
|
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
@@ -4889,9 +4932,6 @@ export interface InitOutput {
|
|
|
4889
4932
|
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4890
4933
|
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4891
4934
|
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4892
|
-
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
4893
|
-
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
4894
|
-
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
4895
4935
|
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4896
4936
|
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
4897
4937
|
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
@@ -4905,7 +4945,6 @@ export interface InitOutput {
|
|
|
4905
4945
|
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
4906
4946
|
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
4907
4947
|
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4908
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4909
4948
|
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4910
4949
|
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4911
4950
|
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
@@ -4985,6 +5024,9 @@ export interface InitOutput {
|
|
|
4985
5024
|
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
4986
5025
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4987
5026
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5027
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5028
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5029
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
4988
5030
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
4989
5031
|
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
4990
5032
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
@@ -4997,9 +5039,6 @@ export interface InitOutput {
|
|
|
4997
5039
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4998
5040
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4999
5041
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
5000
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5001
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
5002
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
5003
5042
|
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5004
5043
|
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
5005
5044
|
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
@@ -5041,294 +5080,242 @@ export interface InitOutput {
|
|
|
5041
5080
|
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5042
5081
|
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5043
5082
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5083
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5044
5084
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5045
5085
|
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5046
|
-
readonly
|
|
5047
|
-
readonly
|
|
5048
|
-
readonly
|
|
5049
|
-
readonly
|
|
5050
|
-
readonly
|
|
5051
|
-
readonly
|
|
5052
|
-
readonly
|
|
5053
|
-
readonly
|
|
5054
|
-
readonly
|
|
5055
|
-
readonly
|
|
5056
|
-
readonly
|
|
5057
|
-
readonly
|
|
5058
|
-
readonly
|
|
5059
|
-
readonly
|
|
5060
|
-
readonly
|
|
5061
|
-
readonly
|
|
5062
|
-
readonly
|
|
5063
|
-
readonly
|
|
5064
|
-
readonly
|
|
5065
|
-
readonly
|
|
5066
|
-
readonly
|
|
5067
|
-
readonly
|
|
5068
|
-
readonly
|
|
5069
|
-
readonly
|
|
5070
|
-
readonly
|
|
5071
|
-
readonly
|
|
5072
|
-
readonly
|
|
5073
|
-
readonly
|
|
5074
|
-
readonly
|
|
5075
|
-
readonly
|
|
5076
|
-
readonly
|
|
5077
|
-
readonly
|
|
5078
|
-
readonly
|
|
5079
|
-
readonly
|
|
5080
|
-
readonly
|
|
5081
|
-
readonly
|
|
5082
|
-
readonly
|
|
5083
|
-
readonly
|
|
5084
|
-
readonly
|
|
5085
|
-
readonly
|
|
5086
|
-
readonly
|
|
5087
|
-
readonly
|
|
5088
|
-
readonly
|
|
5089
|
-
readonly
|
|
5090
|
-
readonly
|
|
5091
|
-
readonly
|
|
5092
|
-
readonly
|
|
5093
|
-
readonly
|
|
5094
|
-
readonly
|
|
5095
|
-
readonly
|
|
5096
|
-
readonly
|
|
5097
|
-
readonly
|
|
5098
|
-
readonly
|
|
5099
|
-
readonly
|
|
5100
|
-
readonly
|
|
5101
|
-
readonly
|
|
5102
|
-
readonly
|
|
5103
|
-
readonly
|
|
5104
|
-
readonly
|
|
5105
|
-
readonly
|
|
5106
|
-
readonly
|
|
5107
|
-
readonly
|
|
5108
|
-
readonly
|
|
5109
|
-
readonly
|
|
5110
|
-
readonly
|
|
5111
|
-
readonly
|
|
5112
|
-
readonly
|
|
5113
|
-
readonly
|
|
5114
|
-
readonly
|
|
5115
|
-
readonly
|
|
5116
|
-
readonly
|
|
5117
|
-
readonly
|
|
5118
|
-
readonly
|
|
5119
|
-
readonly
|
|
5086
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
5087
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
5088
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5089
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
5090
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
5091
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
5092
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5093
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
5094
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
5095
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5096
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
5097
|
+
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
5098
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5099
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
5100
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
5101
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
5102
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5103
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
5104
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
5105
|
+
readonly __wbg_referencedentitynotfounderror_free: (a: number, b: number) => void;
|
|
5106
|
+
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
5107
|
+
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
5108
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
5109
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
5110
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
5111
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
5112
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
5113
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
5114
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
5115
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
5116
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
5117
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
5118
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5119
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5120
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5121
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5122
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5123
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5124
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5125
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5126
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5127
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5128
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5129
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5130
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5131
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5132
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5133
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5134
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5135
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
5136
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
5137
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
5138
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5139
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
5140
|
+
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
5141
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
5142
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
5143
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
5144
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
5145
|
+
readonly getLatestProtocolVersion: () => number;
|
|
5146
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5147
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5148
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
5149
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5150
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5151
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
5152
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
5153
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5154
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
5155
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5156
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5157
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5158
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5159
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5160
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5161
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5162
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5163
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5164
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5165
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5166
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5167
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5168
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5169
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5170
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5171
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5172
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5173
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5174
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5175
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5176
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5177
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5178
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5179
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5180
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5181
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5182
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5183
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5184
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5185
|
+
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5186
|
+
readonly identitypublickey_getData: (a: number) => any;
|
|
5187
|
+
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
5188
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
5189
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
5190
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
5191
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
5192
|
+
readonly identitypublickey_hash: (a: number) => [number, number, number, number];
|
|
5193
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
5194
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
5195
|
+
readonly identitypublickey_new: (a: number) => [number, number, number];
|
|
5196
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number) => [number, number];
|
|
5197
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: any) => void;
|
|
5198
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
5199
|
+
readonly identitypublickey_setPurpose: (a: number, b: number) => [number, number];
|
|
5200
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
5201
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
5202
|
+
readonly identitypublickey_setType: (a: number, b: number) => [number, number];
|
|
5203
|
+
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
5204
|
+
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
5205
|
+
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
5206
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5207
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5208
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5209
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5210
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5211
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
5212
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
5213
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
5214
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5215
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5216
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5217
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
5218
|
+
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
5219
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5220
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5221
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5222
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5223
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5224
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
5225
|
+
readonly referencedentitynotfounderror_getCode: (a: number) => number;
|
|
5226
|
+
readonly referencedentitynotfounderror_getEntityId: (a: number) => any;
|
|
5227
|
+
readonly referencedentitynotfounderror_getEntityType: (a: number) => [number, number];
|
|
5228
|
+
readonly referencedentitynotfounderror_getPath: (a: number) => [number, number];
|
|
5229
|
+
readonly referencedentitynotfounderror_message: (a: number) => [number, number];
|
|
5230
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
5231
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
5232
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
5233
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
5234
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
5235
|
+
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
5236
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
5237
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
5238
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
5239
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5240
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5241
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5242
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5243
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5244
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5245
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5246
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5247
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
5248
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5249
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5250
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5251
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5252
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5253
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
5254
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
5255
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
5256
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
5257
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
5258
|
+
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5259
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
5260
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5261
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5120
5262
|
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
5121
|
-
readonly
|
|
5122
|
-
readonly
|
|
5123
|
-
readonly
|
|
5124
|
-
readonly
|
|
5125
|
-
readonly
|
|
5126
|
-
readonly
|
|
5127
|
-
readonly
|
|
5128
|
-
readonly
|
|
5129
|
-
readonly
|
|
5130
|
-
readonly
|
|
5131
|
-
readonly
|
|
5132
|
-
readonly
|
|
5133
|
-
readonly
|
|
5134
|
-
readonly
|
|
5135
|
-
readonly
|
|
5136
|
-
readonly
|
|
5137
|
-
readonly
|
|
5138
|
-
readonly
|
|
5139
|
-
readonly
|
|
5263
|
+
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
5264
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5265
|
+
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5266
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
5267
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5268
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
5269
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
5270
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5271
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5272
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
5273
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5274
|
+
readonly document_clone: (a: number) => number;
|
|
5275
|
+
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
5276
|
+
readonly document_getCreatedAt: (a: number) => any;
|
|
5277
|
+
readonly document_getData: (a: number) => [number, number, number];
|
|
5278
|
+
readonly document_getId: (a: number) => any;
|
|
5279
|
+
readonly document_getOwnerId: (a: number) => any;
|
|
5280
|
+
readonly document_getRevision: (a: number) => [number, bigint];
|
|
5281
|
+
readonly document_getUpdatedAt: (a: number) => any;
|
|
5282
|
+
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5283
|
+
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
5284
|
+
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5285
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
5286
|
+
readonly document_setData: (a: number, b: any) => [number, number];
|
|
5287
|
+
readonly document_setId: (a: number, b: any) => void;
|
|
5288
|
+
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
5289
|
+
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5290
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
5291
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5292
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
5293
|
+
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
5294
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5295
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5296
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5297
|
+
readonly documentfacade_new: (a: number) => number;
|
|
5298
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5299
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5300
|
+
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
5301
|
+
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
5302
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
5303
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5304
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5305
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
5140
5306
|
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5141
5307
|
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5142
|
-
readonly
|
|
5143
|
-
readonly
|
|
5144
|
-
readonly
|
|
5145
|
-
readonly
|
|
5146
|
-
readonly
|
|
5147
|
-
readonly
|
|
5148
|
-
readonly
|
|
5149
|
-
readonly
|
|
5150
|
-
readonly
|
|
5151
|
-
readonly
|
|
5152
|
-
readonly
|
|
5153
|
-
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
5154
|
-
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
5155
|
-
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
5156
|
-
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
5157
|
-
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
5158
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
5159
|
-
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
5160
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
5161
|
-
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
5162
|
-
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
5163
|
-
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
5164
|
-
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
5165
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5166
|
-
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
5167
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
5168
|
-
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
5169
|
-
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
5170
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
5171
|
-
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
5172
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
5173
|
-
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5174
|
-
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
5175
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
5176
|
-
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
5177
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
5178
|
-
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5179
|
-
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5180
|
-
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
5181
|
-
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
5182
|
-
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
5183
|
-
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
5184
|
-
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
5185
|
-
readonly chainassetlockproof_getType: (a: number) => number;
|
|
5186
|
-
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
5187
|
-
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
5188
|
-
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
5189
|
-
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
5190
|
-
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
5191
|
-
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
5192
|
-
readonly datacontract_clone: (a: number) => number;
|
|
5193
|
-
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
5194
|
-
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
5195
|
-
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
5196
|
-
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
5197
|
-
readonly datacontract_getId: (a: number) => any;
|
|
5198
|
-
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
5199
|
-
readonly datacontract_getOwnerId: (a: number) => any;
|
|
5200
|
-
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
5201
|
-
readonly datacontract_getTokenConfiguration: (a: number, b: number) => [number, number, number];
|
|
5202
|
-
readonly datacontract_getVersion: (a: number) => number;
|
|
5203
|
-
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
5204
|
-
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
5205
|
-
readonly datacontract_incrementVersion: (a: number) => void;
|
|
5206
|
-
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
5207
|
-
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
5208
|
-
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
5209
|
-
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
5210
|
-
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
5211
|
-
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
5212
|
-
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
5213
|
-
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
5214
|
-
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
5215
|
-
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
5216
|
-
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
5217
|
-
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5218
|
-
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
5219
|
-
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
5220
|
-
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
5221
|
-
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
5222
|
-
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
5223
|
-
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
5224
|
-
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
5225
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5226
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
5227
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
5228
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
5229
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
5230
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
5231
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
5232
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
5233
|
-
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5234
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5235
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
5236
|
-
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
5237
|
-
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5238
|
-
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
5239
|
-
readonly getLatestProtocolVersion: () => number;
|
|
5240
|
-
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5241
|
-
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
5242
|
-
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
5243
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5244
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
5245
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
5246
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
5247
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
5248
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
5249
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
5250
|
-
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
5251
|
-
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5252
|
-
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
5253
|
-
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
5254
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5255
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5256
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5257
|
-
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5258
|
-
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5259
|
-
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
5260
|
-
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5261
|
-
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5262
|
-
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5263
|
-
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5264
|
-
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5265
|
-
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5266
|
-
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
5267
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5268
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5269
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5270
|
-
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5271
|
-
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
5272
|
-
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
5273
|
-
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
5274
|
-
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
5275
|
-
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
5276
|
-
readonly instantassetlockproof_getType: (a: number) => number;
|
|
5277
|
-
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
5278
|
-
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
5279
|
-
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
5280
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5281
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5282
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5283
|
-
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5284
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5285
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5286
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5287
|
-
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
5288
|
-
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
5289
|
-
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
5290
|
-
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
5291
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5292
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5293
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5294
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5295
|
-
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5296
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5297
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5298
|
-
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5299
|
-
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5300
|
-
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5301
|
-
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5302
|
-
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5303
|
-
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
5304
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
5305
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
5306
|
-
readonly jsonschemaerror_code: (a: number) => number;
|
|
5307
|
-
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
5308
|
-
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
5309
|
-
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
5310
|
-
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
5311
|
-
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
5312
|
-
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
5313
|
-
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
5314
|
-
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
5315
|
-
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
5316
|
-
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
5317
|
-
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
5318
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5319
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5320
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5321
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5322
|
-
readonly validationresult_errors: (a: number) => [number, number];
|
|
5323
|
-
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5324
|
-
readonly validationresult_getData: (a: number) => any;
|
|
5325
|
-
readonly validationresult_getFirstError: (a: number) => any;
|
|
5326
|
-
readonly validationresult_isValid: (a: number) => number;
|
|
5327
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5328
|
-
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
5329
|
-
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5330
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5331
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5308
|
+
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
5309
|
+
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
5310
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5311
|
+
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5312
|
+
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5313
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5314
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5315
|
+
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
5316
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5317
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5318
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5332
5319
|
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
5333
5320
|
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
5334
5321
|
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
@@ -5367,29 +5354,29 @@ export interface InitOutput {
|
|
|
5367
5354
|
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
5368
5355
|
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
5369
5356
|
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
5370
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
5371
5357
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5372
5358
|
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
5373
5359
|
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
5374
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
5375
5360
|
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
5376
|
-
readonly
|
|
5361
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
5362
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
5377
5363
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5378
|
-
readonly
|
|
5379
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
5364
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5380
5365
|
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
5366
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
5367
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
5381
5368
|
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
5382
5369
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5383
5370
|
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5384
5371
|
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
5385
5372
|
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5386
5373
|
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
5374
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
5387
5375
|
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5388
5376
|
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
5389
5377
|
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5390
5378
|
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
5391
5379
|
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5392
|
-
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
5393
5380
|
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
5394
5381
|
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
5395
5382
|
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
@@ -5423,10 +5410,6 @@ export interface InitOutput {
|
|
|
5423
5410
|
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
5424
5411
|
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
5425
5412
|
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
5426
|
-
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5427
|
-
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
5428
|
-
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
5429
|
-
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
5430
5413
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5431
5414
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5432
5415
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
@@ -5440,10 +5423,6 @@ export interface InitOutput {
|
|
|
5440
5423
|
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
5441
5424
|
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5442
5425
|
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
5443
|
-
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
5444
|
-
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
5445
|
-
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
5446
|
-
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
5447
5426
|
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
5448
5427
|
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
5449
5428
|
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
@@ -5469,21 +5448,31 @@ export interface InitOutput {
|
|
|
5469
5448
|
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
5470
5449
|
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
5471
5450
|
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5472
|
-
readonly
|
|
5473
|
-
readonly
|
|
5474
|
-
readonly
|
|
5451
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5452
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5453
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5454
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
5455
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5456
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5457
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5458
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5475
5459
|
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5476
5460
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5477
5461
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5478
5462
|
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5479
|
-
readonly
|
|
5480
|
-
readonly
|
|
5481
|
-
readonly
|
|
5482
|
-
readonly
|
|
5483
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
5463
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5464
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5465
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5466
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5484
5467
|
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5485
5468
|
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
5486
5469
|
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
5470
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5471
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5472
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
5473
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
5474
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5475
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
5487
5476
|
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5488
5477
|
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5489
5478
|
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
@@ -5493,7 +5482,6 @@ export interface InitOutput {
|
|
|
5493
5482
|
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5494
5483
|
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5495
5484
|
readonly metadata_from: (a: any) => [number, number, number];
|
|
5496
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5497
5485
|
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5498
5486
|
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5499
5487
|
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
@@ -5505,6 +5493,8 @@ export interface InitOutput {
|
|
|
5505
5493
|
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
5506
5494
|
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5507
5495
|
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
5496
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5497
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
5508
5498
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
5509
5499
|
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
5510
5500
|
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
@@ -5512,12 +5502,9 @@ export interface InitOutput {
|
|
|
5512
5502
|
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5513
5503
|
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
5514
5504
|
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
5515
|
-
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5516
5505
|
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5517
5506
|
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5518
5507
|
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5519
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5520
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5521
5508
|
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
5522
5509
|
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
5523
5510
|
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
@@ -5526,176 +5513,189 @@ export interface InitOutput {
|
|
|
5526
5513
|
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5527
5514
|
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5528
5515
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
5529
|
-
readonly
|
|
5530
|
-
readonly
|
|
5516
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5517
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5531
5518
|
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5532
5519
|
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5533
|
-
readonly
|
|
5534
|
-
readonly
|
|
5535
|
-
readonly
|
|
5536
|
-
readonly
|
|
5537
|
-
readonly
|
|
5538
|
-
readonly
|
|
5539
|
-
readonly
|
|
5540
|
-
readonly
|
|
5541
|
-
readonly
|
|
5542
|
-
readonly
|
|
5543
|
-
readonly
|
|
5544
|
-
readonly
|
|
5545
|
-
readonly
|
|
5546
|
-
readonly
|
|
5547
|
-
readonly
|
|
5548
|
-
readonly
|
|
5549
|
-
readonly
|
|
5550
|
-
readonly
|
|
5551
|
-
readonly
|
|
5552
|
-
readonly
|
|
5553
|
-
readonly
|
|
5554
|
-
readonly
|
|
5555
|
-
readonly
|
|
5556
|
-
readonly
|
|
5557
|
-
readonly
|
|
5558
|
-
readonly
|
|
5559
|
-
readonly
|
|
5560
|
-
readonly
|
|
5561
|
-
readonly
|
|
5562
|
-
readonly
|
|
5563
|
-
readonly
|
|
5564
|
-
readonly
|
|
5565
|
-
readonly
|
|
5566
|
-
readonly
|
|
5567
|
-
readonly
|
|
5568
|
-
readonly
|
|
5569
|
-
readonly
|
|
5570
|
-
readonly
|
|
5571
|
-
readonly
|
|
5572
|
-
readonly
|
|
5573
|
-
readonly
|
|
5574
|
-
readonly
|
|
5575
|
-
readonly
|
|
5576
|
-
readonly
|
|
5577
|
-
readonly
|
|
5578
|
-
readonly
|
|
5579
|
-
readonly
|
|
5580
|
-
readonly
|
|
5581
|
-
readonly
|
|
5582
|
-
readonly
|
|
5583
|
-
readonly
|
|
5584
|
-
readonly
|
|
5585
|
-
readonly
|
|
5586
|
-
readonly
|
|
5587
|
-
readonly
|
|
5588
|
-
readonly
|
|
5589
|
-
readonly
|
|
5590
|
-
readonly
|
|
5591
|
-
readonly
|
|
5592
|
-
readonly
|
|
5593
|
-
readonly
|
|
5594
|
-
readonly
|
|
5595
|
-
readonly
|
|
5596
|
-
readonly
|
|
5597
|
-
readonly
|
|
5598
|
-
readonly
|
|
5599
|
-
readonly
|
|
5600
|
-
readonly
|
|
5601
|
-
readonly
|
|
5602
|
-
readonly
|
|
5603
|
-
readonly
|
|
5604
|
-
readonly
|
|
5605
|
-
readonly
|
|
5606
|
-
readonly
|
|
5607
|
-
readonly
|
|
5608
|
-
readonly
|
|
5609
|
-
readonly
|
|
5610
|
-
readonly
|
|
5611
|
-
readonly
|
|
5612
|
-
readonly
|
|
5613
|
-
readonly
|
|
5614
|
-
readonly
|
|
5615
|
-
readonly
|
|
5616
|
-
readonly
|
|
5617
|
-
readonly
|
|
5618
|
-
readonly
|
|
5619
|
-
readonly
|
|
5620
|
-
readonly
|
|
5621
|
-
readonly
|
|
5622
|
-
readonly
|
|
5623
|
-
readonly
|
|
5624
|
-
readonly
|
|
5625
|
-
readonly
|
|
5626
|
-
readonly
|
|
5627
|
-
readonly
|
|
5628
|
-
readonly
|
|
5629
|
-
readonly
|
|
5630
|
-
readonly
|
|
5631
|
-
readonly
|
|
5632
|
-
readonly
|
|
5633
|
-
readonly
|
|
5634
|
-
readonly
|
|
5635
|
-
readonly
|
|
5636
|
-
readonly
|
|
5637
|
-
readonly
|
|
5638
|
-
readonly
|
|
5639
|
-
readonly
|
|
5640
|
-
readonly
|
|
5641
|
-
readonly
|
|
5642
|
-
readonly
|
|
5643
|
-
readonly
|
|
5644
|
-
readonly
|
|
5645
|
-
readonly
|
|
5646
|
-
readonly
|
|
5647
|
-
readonly
|
|
5648
|
-
readonly
|
|
5649
|
-
readonly
|
|
5650
|
-
readonly
|
|
5651
|
-
readonly
|
|
5652
|
-
readonly
|
|
5653
|
-
readonly
|
|
5654
|
-
readonly
|
|
5655
|
-
readonly
|
|
5656
|
-
readonly
|
|
5657
|
-
readonly
|
|
5658
|
-
readonly
|
|
5659
|
-
readonly
|
|
5660
|
-
readonly
|
|
5661
|
-
readonly
|
|
5662
|
-
readonly
|
|
5663
|
-
readonly
|
|
5664
|
-
readonly
|
|
5665
|
-
readonly
|
|
5666
|
-
readonly
|
|
5667
|
-
readonly
|
|
5668
|
-
readonly
|
|
5669
|
-
readonly
|
|
5670
|
-
readonly
|
|
5671
|
-
readonly
|
|
5672
|
-
readonly
|
|
5673
|
-
readonly
|
|
5674
|
-
readonly
|
|
5675
|
-
readonly
|
|
5676
|
-
readonly
|
|
5677
|
-
readonly
|
|
5678
|
-
readonly
|
|
5679
|
-
readonly
|
|
5680
|
-
readonly
|
|
5681
|
-
readonly
|
|
5682
|
-
readonly
|
|
5683
|
-
readonly
|
|
5684
|
-
readonly
|
|
5685
|
-
readonly
|
|
5686
|
-
readonly
|
|
5687
|
-
readonly
|
|
5688
|
-
readonly
|
|
5689
|
-
readonly
|
|
5690
|
-
readonly
|
|
5691
|
-
readonly
|
|
5692
|
-
readonly
|
|
5693
|
-
readonly
|
|
5694
|
-
readonly
|
|
5695
|
-
readonly
|
|
5696
|
-
readonly
|
|
5697
|
-
readonly
|
|
5698
|
-
readonly
|
|
5520
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5521
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
5522
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
5523
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5524
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
5525
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
5526
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
5527
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
5528
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
5529
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
5530
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5531
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
5532
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5533
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
5534
|
+
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
5535
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
5536
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5537
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
5538
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
5539
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
5540
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
5541
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
5542
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
5543
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5544
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
5545
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
5546
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5547
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5548
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
5549
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
5550
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5551
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
5552
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
5553
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5554
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5555
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5556
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5557
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5558
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
5559
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
5560
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
5561
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
5562
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
5563
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
5564
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
5565
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
5566
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
5567
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
5568
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
5569
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
5570
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
5571
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
5572
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
5573
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
5574
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
5575
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
5576
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
5577
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
5578
|
+
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
5579
|
+
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
5580
|
+
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
5581
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5582
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5583
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5584
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
5585
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5586
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5587
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5588
|
+
readonly documenttransitions_new: () => number;
|
|
5589
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5590
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5591
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
5592
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5593
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5594
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
5595
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
5596
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
5597
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
5598
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5599
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5600
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5601
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5602
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5603
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5604
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
5605
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
5606
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
5607
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5608
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
5609
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5610
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5611
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5612
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5613
|
+
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5614
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
5615
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5616
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5617
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
5618
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
5619
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
5620
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5621
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5622
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5623
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5624
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
5625
|
+
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
5626
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
5627
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
5628
|
+
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
5629
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5630
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
5631
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5632
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5633
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5634
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5635
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5636
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5637
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
5638
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5639
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5640
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5641
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5642
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
5643
|
+
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
5644
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5645
|
+
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5646
|
+
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5647
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5648
|
+
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5649
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5650
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5651
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
5652
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
5653
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5654
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
5655
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
5656
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
5657
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
5658
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5659
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5660
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
5661
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
5662
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
5663
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
5664
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
5665
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5666
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5667
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
5668
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
5669
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
5670
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
5671
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5672
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
5673
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
5674
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5675
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
5676
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
5677
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5678
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5679
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
5680
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
5681
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
5682
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
5683
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
5684
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
5685
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
5686
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5687
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5688
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
5689
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5690
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
5691
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
5692
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
5693
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
5694
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
5695
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
5696
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
5697
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
5698
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
5699
5699
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
5700
5700
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
5701
5701
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|