@dashevo/wasm-dpp 4.2.0-dev.7 → 4.2.0-dev.9
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/Cargo.toml +2 -2
- package/dist/wasm/wasm_dpp.d.ts +948 -948
- package/dist/wasm/wasm_dpp.js +45 -45
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +948 -948
- package/package.json +2 -2
- package/src/document/factory.rs +1 -1
- package/src/lib.rs +4 -0
- package/src/state_transition/state_transition_factory.rs +3 -1
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -4525,230 +4525,31 @@ export interface InitOutput {
|
|
|
4525
4525
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
4526
4526
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
4527
4527
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
4528
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4529
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4530
|
-
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4531
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4532
|
-
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4533
|
-
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4534
|
-
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4535
|
-
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
4536
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4537
|
-
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4538
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4539
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4540
|
-
readonly __wbg_identitypublickeywithwitness_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
|
-
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4544
|
-
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4545
|
-
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4546
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4547
|
-
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4548
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4549
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4550
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4551
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
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];
|
|
4570
|
-
readonly datacontracterror_getCode: (a: number) => number;
|
|
4571
|
-
readonly datacontracterror_message: (a: 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];
|
|
4578
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4579
|
-
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
4580
|
-
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
4581
|
-
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
4582
|
-
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
4583
|
-
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
4584
|
-
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
4585
|
-
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
4586
|
-
readonly extendeddocument_clone: (a: number) => number;
|
|
4587
|
-
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
4588
|
-
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
4589
|
-
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
4590
|
-
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
4591
|
-
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
4592
|
-
readonly extendeddocument_getDocument: (a: number) => number;
|
|
4593
|
-
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
4594
|
-
readonly extendeddocument_getId: (a: number) => any;
|
|
4595
|
-
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
4596
|
-
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
4597
|
-
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
4598
|
-
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
4599
|
-
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
4600
|
-
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
4601
|
-
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
4602
|
-
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4603
|
-
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
4604
|
-
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
4605
|
-
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
4606
|
-
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
4607
|
-
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
4608
|
-
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
4609
|
-
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
4610
|
-
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4611
|
-
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
4612
|
-
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
4613
|
-
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
4614
|
-
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
4615
|
-
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
4616
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4617
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4618
|
-
readonly identity_balance: (a: number) => bigint;
|
|
4619
|
-
readonly identity_from: (a: any) => number;
|
|
4620
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4621
|
-
readonly identity_getId: (a: number) => any;
|
|
4622
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
4623
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4624
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4625
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4626
|
-
readonly identity_getRevision: (a: number) => bigint;
|
|
4627
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4628
|
-
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4629
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
4630
|
-
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4631
|
-
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4632
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
4633
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4634
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4635
|
-
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4636
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4637
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4638
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4639
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
4640
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4641
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4642
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
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];
|
|
4650
|
-
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
4651
|
-
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4652
|
-
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
4653
|
-
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
4654
|
-
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
4655
|
-
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
4656
|
-
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
4657
|
-
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
4658
|
-
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
4659
|
-
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
4660
|
-
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
4661
|
-
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
4662
|
-
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
4663
|
-
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
4664
|
-
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
4665
|
-
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
4666
|
-
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
4667
|
-
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
4668
|
-
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, 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];
|
|
4674
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4675
|
-
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4676
|
-
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
4677
|
-
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4678
|
-
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4679
|
-
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4680
|
-
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
4681
|
-
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
4682
|
-
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
4683
|
-
readonly masternodevotetransition_getType: (a: number) => number;
|
|
4684
|
-
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
4685
|
-
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
4686
|
-
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4687
|
-
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4688
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4689
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4690
|
-
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
4691
|
-
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
4692
|
-
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4693
|
-
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4694
|
-
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4695
|
-
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4696
|
-
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
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;
|
|
4703
|
-
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4704
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4705
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4706
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4707
|
-
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
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;
|
|
4712
|
-
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4713
|
-
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4714
|
-
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4715
4528
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
4716
|
-
readonly
|
|
4529
|
+
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4530
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4531
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
4717
4532
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4718
|
-
readonly
|
|
4719
|
-
readonly
|
|
4720
|
-
readonly
|
|
4721
|
-
readonly
|
|
4722
|
-
readonly
|
|
4723
|
-
readonly
|
|
4724
|
-
readonly
|
|
4725
|
-
readonly
|
|
4726
|
-
readonly
|
|
4727
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4533
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
4534
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4535
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4536
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4537
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
4538
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
4539
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
4540
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4541
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4728
4542
|
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
4729
|
-
readonly
|
|
4730
|
-
readonly
|
|
4543
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4544
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
4731
4545
|
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4732
|
-
readonly
|
|
4733
|
-
readonly
|
|
4734
|
-
readonly
|
|
4735
|
-
readonly
|
|
4736
|
-
readonly
|
|
4737
|
-
readonly
|
|
4738
|
-
readonly
|
|
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];
|
|
4546
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
4547
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4548
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
4549
|
+
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
4550
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4551
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
4552
|
+
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
4752
4553
|
readonly datacontract_clone: (a: number) => number;
|
|
4753
4554
|
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
4754
4555
|
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
@@ -4774,57 +4575,60 @@ export interface InitOutput {
|
|
|
4774
4575
|
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
4775
4576
|
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
4776
4577
|
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
4777
|
-
readonly
|
|
4778
|
-
readonly
|
|
4779
|
-
readonly
|
|
4780
|
-
readonly
|
|
4578
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
4579
|
+
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4580
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4581
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4582
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4583
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4584
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4585
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
4586
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
4587
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
4588
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
4781
4589
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4782
4590
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4783
4591
|
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
4784
4592
|
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
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 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];
|
|
4593
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
4594
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
4595
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
4596
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
4597
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
4598
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
4599
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4600
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4601
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4602
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4603
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
4604
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
4605
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
4606
|
+
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
4607
|
+
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
4608
|
+
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
4609
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4610
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4611
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4612
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4613
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4614
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4615
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
4616
|
+
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
4617
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
4618
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4619
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
4620
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4621
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4622
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4623
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
4624
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4625
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4626
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4627
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4628
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4629
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4630
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
4631
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4828
4632
|
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4829
4633
|
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4830
4634
|
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
@@ -4835,119 +4639,155 @@ export interface InitOutput {
|
|
|
4835
4639
|
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4836
4640
|
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4837
4641
|
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4838
|
-
readonly
|
|
4839
|
-
readonly
|
|
4840
|
-
readonly
|
|
4841
|
-
readonly
|
|
4842
|
-
readonly
|
|
4843
|
-
readonly
|
|
4844
|
-
readonly
|
|
4845
|
-
readonly
|
|
4642
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
4643
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
4644
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
4645
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
4646
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
4647
|
+
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
4648
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
4649
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
4650
|
+
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
4846
4651
|
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4847
4652
|
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4848
4653
|
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4849
4654
|
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4850
|
-
readonly
|
|
4851
|
-
readonly
|
|
4852
|
-
readonly
|
|
4853
|
-
readonly
|
|
4854
|
-
readonly
|
|
4855
|
-
readonly
|
|
4856
|
-
readonly
|
|
4857
|
-
readonly
|
|
4858
|
-
readonly
|
|
4859
|
-
readonly
|
|
4860
|
-
readonly
|
|
4861
|
-
readonly
|
|
4862
|
-
readonly
|
|
4863
|
-
readonly
|
|
4864
|
-
readonly
|
|
4865
|
-
readonly
|
|
4866
|
-
readonly
|
|
4867
|
-
readonly
|
|
4868
|
-
readonly
|
|
4869
|
-
readonly
|
|
4870
|
-
readonly
|
|
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;
|
|
4655
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
4656
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
4657
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4658
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4659
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4660
|
+
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
4661
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4662
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4663
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4664
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4665
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4666
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
4667
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
4668
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
4669
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
4670
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
4671
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
4672
|
+
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4673
|
+
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
4674
|
+
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
4675
|
+
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
4891
4676
|
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
4677
|
+
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4678
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
4679
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
4680
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
4681
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
4682
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4683
|
+
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
4684
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
4685
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
4686
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
4687
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
4688
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4689
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4690
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4691
|
+
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
4692
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4693
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
4694
|
+
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4695
|
+
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4696
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
4697
|
+
readonly document_clone: (a: number) => number;
|
|
4698
|
+
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
4699
|
+
readonly document_getCreatedAt: (a: number) => any;
|
|
4700
|
+
readonly document_getData: (a: number) => [number, number, number];
|
|
4701
|
+
readonly document_getId: (a: number) => any;
|
|
4702
|
+
readonly document_getOwnerId: (a: number) => any;
|
|
4703
|
+
readonly document_getRevision: (a: number) => [number, bigint];
|
|
4704
|
+
readonly document_getUpdatedAt: (a: number) => any;
|
|
4705
|
+
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4706
|
+
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
4707
|
+
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4708
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
4709
|
+
readonly document_setData: (a: number, b: any) => [number, number];
|
|
4710
|
+
readonly document_setId: (a: number, b: any) => void;
|
|
4711
|
+
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
4712
|
+
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4713
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4714
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
4715
|
+
readonly documenttransition_getData: (a: number) => any;
|
|
4716
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
4717
|
+
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
4718
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
4719
|
+
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
4720
|
+
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4721
|
+
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
4722
|
+
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
4723
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
4724
|
+
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
4725
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
4726
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
4727
|
+
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
4728
|
+
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
4729
|
+
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
4730
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
4731
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4732
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4733
|
+
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
4734
|
+
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
4735
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
4736
|
+
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4737
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4738
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4739
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4892
4740
|
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4893
|
-
readonly
|
|
4894
|
-
readonly
|
|
4895
|
-
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
4896
|
-
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4897
|
-
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4898
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4899
|
-
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
4900
|
-
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4741
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4742
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4901
4743
|
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
4744
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4902
4745
|
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
4903
4746
|
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
4904
|
-
readonly
|
|
4905
|
-
readonly
|
|
4906
|
-
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
4747
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4748
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
4907
4749
|
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4908
|
-
readonly
|
|
4909
|
-
readonly
|
|
4910
|
-
readonly
|
|
4911
|
-
readonly
|
|
4912
|
-
readonly
|
|
4913
|
-
readonly
|
|
4914
|
-
readonly
|
|
4915
|
-
readonly
|
|
4916
|
-
readonly
|
|
4917
|
-
readonly
|
|
4918
|
-
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
4919
|
-
readonly
|
|
4920
|
-
readonly
|
|
4921
|
-
readonly
|
|
4922
|
-
readonly
|
|
4923
|
-
readonly
|
|
4750
|
+
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4751
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4752
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4753
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4754
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4755
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
4756
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4757
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
4758
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4759
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
4760
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
4761
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4762
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4763
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4764
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4765
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4766
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4767
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4768
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4769
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4770
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4771
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4772
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4773
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4774
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4775
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4776
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4924
4777
|
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4925
4778
|
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4926
|
-
readonly
|
|
4927
|
-
readonly
|
|
4928
|
-
readonly
|
|
4929
|
-
readonly
|
|
4930
|
-
readonly
|
|
4931
|
-
readonly
|
|
4932
|
-
readonly
|
|
4933
|
-
readonly
|
|
4934
|
-
readonly
|
|
4935
|
-
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4936
|
-
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
4937
|
-
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4938
|
-
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4939
|
-
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
4940
|
-
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4941
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4942
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4943
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4944
|
-
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
4945
|
-
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
4946
|
-
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
4947
|
-
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4948
|
-
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4779
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4780
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
4781
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
4782
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
4783
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4784
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4785
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4786
|
+
readonly documentfacade_new: (a: number) => number;
|
|
4787
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4949
4788
|
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4950
4789
|
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
4790
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
4951
4791
|
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
4952
4792
|
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4953
4793
|
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
@@ -4966,12 +4806,16 @@ export interface InitOutput {
|
|
|
4966
4806
|
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4967
4807
|
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
4968
4808
|
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4809
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4810
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4969
4811
|
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
4812
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
4970
4813
|
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
4971
4814
|
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4972
4815
|
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
4973
4816
|
readonly identitytopuptransition_getType: (a: number) => number;
|
|
4974
4817
|
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
4818
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
4975
4819
|
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
4976
4820
|
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4977
4821
|
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
@@ -5009,65 +4853,44 @@ export interface InitOutput {
|
|
|
5009
4853
|
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
5010
4854
|
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5011
4855
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5012
|
-
readonly
|
|
5013
|
-
readonly
|
|
5014
|
-
readonly
|
|
5015
|
-
readonly
|
|
5016
|
-
readonly
|
|
5017
|
-
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5018
|
-
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5019
|
-
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5020
|
-
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5021
|
-
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5022
|
-
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5023
|
-
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
5024
|
-
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
4856
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4857
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4858
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4859
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
4860
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5025
4861
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5026
4862
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5027
|
-
readonly
|
|
5028
|
-
readonly
|
|
5029
|
-
readonly
|
|
5030
|
-
readonly
|
|
5031
|
-
readonly
|
|
5032
|
-
readonly
|
|
5033
|
-
readonly
|
|
5034
|
-
readonly
|
|
5035
|
-
readonly
|
|
5036
|
-
readonly
|
|
5037
|
-
readonly
|
|
5038
|
-
readonly
|
|
5039
|
-
readonly
|
|
5040
|
-
readonly
|
|
5041
|
-
readonly
|
|
5042
|
-
readonly
|
|
5043
|
-
readonly
|
|
5044
|
-
readonly
|
|
5045
|
-
readonly
|
|
5046
|
-
readonly
|
|
5047
|
-
readonly
|
|
5048
|
-
readonly
|
|
5049
|
-
readonly
|
|
5050
|
-
readonly
|
|
5051
|
-
readonly
|
|
5052
|
-
readonly
|
|
5053
|
-
readonly
|
|
5054
|
-
readonly
|
|
5055
|
-
readonly
|
|
5056
|
-
readonly
|
|
5057
|
-
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
4863
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4864
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4865
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
4866
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4867
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4868
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4869
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
4870
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
4871
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
4872
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
4873
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4874
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4875
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
4876
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4877
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4878
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4879
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4880
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
4881
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4882
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4883
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
4884
|
+
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
4885
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
4886
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
4887
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
4888
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4889
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
4890
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
4891
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
4892
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
5058
4893
|
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
5059
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5060
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5061
|
-
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
5062
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5063
|
-
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5064
|
-
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5065
|
-
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
5066
|
-
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
5067
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
5068
|
-
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
5069
|
-
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
5070
|
-
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
5071
4894
|
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
5072
4895
|
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
5073
4896
|
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
@@ -5076,112 +4899,108 @@ export interface InitOutput {
|
|
|
5076
4899
|
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5077
4900
|
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5078
4901
|
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5079
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5080
4902
|
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5081
4903
|
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5082
4904
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5083
|
-
readonly
|
|
4905
|
+
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
4906
|
+
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
4907
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4908
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4909
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5084
4910
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5085
|
-
readonly
|
|
5086
|
-
readonly
|
|
5087
|
-
readonly
|
|
5088
|
-
readonly
|
|
5089
|
-
readonly
|
|
5090
|
-
readonly
|
|
5091
|
-
readonly
|
|
4911
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4912
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
4913
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4914
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
4915
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4916
|
+
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
4917
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
4918
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4919
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4920
|
+
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
5092
4921
|
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5093
|
-
readonly
|
|
4922
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4923
|
+
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
5094
4924
|
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
4925
|
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
5098
|
-
readonly
|
|
5099
|
-
readonly
|
|
5100
|
-
readonly
|
|
5101
|
-
readonly
|
|
5102
|
-
readonly
|
|
5103
|
-
readonly
|
|
5104
|
-
readonly
|
|
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;
|
|
4926
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
4927
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
4928
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
4929
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
4930
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4931
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4932
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5108
4933
|
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
5109
|
-
readonly
|
|
5110
|
-
readonly
|
|
5111
|
-
readonly
|
|
5112
|
-
readonly
|
|
5113
|
-
readonly
|
|
5114
|
-
readonly
|
|
5115
|
-
readonly
|
|
5116
|
-
readonly
|
|
5117
|
-
readonly
|
|
5118
|
-
readonly
|
|
5119
|
-
readonly
|
|
5120
|
-
readonly
|
|
5121
|
-
readonly
|
|
5122
|
-
readonly
|
|
5123
|
-
readonly
|
|
5124
|
-
readonly
|
|
5125
|
-
readonly
|
|
5126
|
-
readonly
|
|
5127
|
-
readonly
|
|
5128
|
-
readonly
|
|
5129
|
-
readonly
|
|
5130
|
-
readonly
|
|
5131
|
-
readonly
|
|
5132
|
-
readonly
|
|
5133
|
-
readonly
|
|
5134
|
-
readonly
|
|
5135
|
-
readonly
|
|
5136
|
-
readonly
|
|
5137
|
-
readonly
|
|
5138
|
-
readonly
|
|
5139
|
-
readonly
|
|
5140
|
-
readonly
|
|
5141
|
-
readonly
|
|
5142
|
-
readonly
|
|
5143
|
-
readonly
|
|
5144
|
-
readonly
|
|
5145
|
-
readonly
|
|
5146
|
-
readonly
|
|
5147
|
-
readonly
|
|
5148
|
-
readonly
|
|
5149
|
-
readonly
|
|
5150
|
-
readonly
|
|
5151
|
-
readonly
|
|
5152
|
-
readonly
|
|
5153
|
-
readonly
|
|
5154
|
-
readonly
|
|
5155
|
-
readonly
|
|
5156
|
-
readonly
|
|
5157
|
-
readonly
|
|
5158
|
-
readonly
|
|
5159
|
-
readonly
|
|
5160
|
-
readonly
|
|
5161
|
-
readonly
|
|
5162
|
-
readonly
|
|
5163
|
-
readonly
|
|
5164
|
-
readonly
|
|
5165
|
-
readonly
|
|
5166
|
-
readonly
|
|
5167
|
-
readonly
|
|
5168
|
-
readonly
|
|
5169
|
-
readonly
|
|
5170
|
-
readonly
|
|
5171
|
-
readonly
|
|
5172
|
-
readonly
|
|
5173
|
-
readonly
|
|
5174
|
-
readonly
|
|
5175
|
-
readonly
|
|
5176
|
-
readonly
|
|
5177
|
-
readonly
|
|
5178
|
-
readonly
|
|
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];
|
|
4934
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4935
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4936
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4937
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4938
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4939
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
4940
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
4941
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
4942
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
4943
|
+
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
4944
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4945
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4946
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4947
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
4948
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
4949
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
4950
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
4951
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
4952
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
4953
|
+
readonly documenttransitions_new: () => number;
|
|
4954
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4955
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4956
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
4957
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4958
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
4959
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
4960
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
4961
|
+
readonly extendeddocument_clone: (a: number) => number;
|
|
4962
|
+
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
4963
|
+
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
4964
|
+
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
4965
|
+
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
4966
|
+
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
4967
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
4968
|
+
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
4969
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
4970
|
+
readonly extendeddocument_getId: (a: number) => any;
|
|
4971
|
+
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
4972
|
+
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
4973
|
+
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
4974
|
+
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
4975
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
4976
|
+
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
4977
|
+
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
4978
|
+
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4979
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
4980
|
+
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
4981
|
+
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
4982
|
+
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
4983
|
+
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
4984
|
+
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
4985
|
+
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
4986
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4987
|
+
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
4988
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
4989
|
+
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
4990
|
+
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
4991
|
+
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
4992
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
4993
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4994
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
4995
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4996
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4997
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4998
|
+
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
4999
|
+
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
5000
|
+
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
5001
|
+
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
5002
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5003
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
5185
5004
|
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5186
5005
|
readonly identitypublickey_getData: (a: number) => any;
|
|
5187
5006
|
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
@@ -5203,145 +5022,101 @@ export interface InitOutput {
|
|
|
5203
5022
|
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
5204
5023
|
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
5205
5024
|
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
5206
|
-
readonly
|
|
5207
|
-
readonly
|
|
5208
|
-
readonly
|
|
5209
|
-
readonly
|
|
5210
|
-
readonly
|
|
5211
|
-
readonly
|
|
5212
|
-
readonly
|
|
5213
|
-
readonly
|
|
5214
|
-
readonly
|
|
5215
|
-
readonly
|
|
5216
|
-
readonly
|
|
5217
|
-
readonly
|
|
5218
|
-
readonly
|
|
5219
|
-
readonly
|
|
5220
|
-
readonly
|
|
5221
|
-
readonly
|
|
5222
|
-
readonly
|
|
5223
|
-
readonly
|
|
5224
|
-
readonly
|
|
5225
|
-
readonly
|
|
5226
|
-
readonly
|
|
5227
|
-
readonly
|
|
5228
|
-
readonly
|
|
5229
|
-
readonly
|
|
5230
|
-
readonly
|
|
5231
|
-
readonly
|
|
5232
|
-
readonly
|
|
5233
|
-
readonly
|
|
5234
|
-
readonly
|
|
5235
|
-
readonly
|
|
5025
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5026
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5027
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5028
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5029
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5030
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5031
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5032
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
5033
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
5034
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5035
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5036
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5037
|
+
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5038
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5039
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5040
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5041
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5042
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
5043
|
+
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5044
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5045
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
5046
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
5047
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
5048
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
5049
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5050
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
5051
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
5052
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
5053
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5054
|
+
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5055
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5056
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5057
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
5058
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
5059
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5060
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5236
5061
|
readonly valueerror_getCode: (a: number) => number;
|
|
5237
5062
|
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
5238
5063
|
readonly valueerror_message: (a: number) => [number, number];
|
|
5239
|
-
readonly
|
|
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;
|
|
5262
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
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];
|
|
5306
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5307
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [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];
|
|
5064
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5316
5065
|
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5317
5066
|
readonly revisionabsenterror_new: (a: number) => number;
|
|
5318
|
-
readonly
|
|
5067
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
5068
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5069
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5070
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5319
5071
|
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
5320
|
-
readonly
|
|
5072
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
5073
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
5074
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
5075
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
5321
5076
|
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
5322
|
-
readonly
|
|
5323
|
-
readonly
|
|
5324
|
-
readonly
|
|
5325
|
-
readonly
|
|
5326
|
-
readonly
|
|
5327
|
-
readonly
|
|
5328
|
-
readonly
|
|
5329
|
-
readonly
|
|
5330
|
-
readonly
|
|
5331
|
-
readonly
|
|
5332
|
-
readonly
|
|
5333
|
-
readonly
|
|
5334
|
-
readonly
|
|
5335
|
-
readonly
|
|
5336
|
-
readonly
|
|
5337
|
-
readonly
|
|
5338
|
-
readonly
|
|
5339
|
-
readonly
|
|
5340
|
-
readonly
|
|
5341
|
-
readonly
|
|
5342
|
-
readonly
|
|
5343
|
-
readonly
|
|
5344
|
-
readonly
|
|
5077
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5078
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
5079
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5080
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
5081
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
5082
|
+
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5083
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5084
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
5085
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
5086
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
5087
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5088
|
+
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
5089
|
+
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
5090
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
5091
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5092
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
5093
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
5094
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
5095
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
5096
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
5097
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5098
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
5099
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
5100
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5101
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5102
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
5103
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
5104
|
+
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5105
|
+
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5106
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5107
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5108
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
5109
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5110
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5111
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
5112
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
5113
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
5114
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
5115
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
5116
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
5117
|
+
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
5118
|
+
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
5119
|
+
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
5345
5120
|
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
5346
5121
|
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
5347
5122
|
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
@@ -5350,33 +5125,38 @@ export interface InitOutput {
|
|
|
5350
5125
|
readonly tokentransition_getTokenId: (a: number) => any;
|
|
5351
5126
|
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
5352
5127
|
readonly tokentransition_toTransition: (a: number) => any;
|
|
5128
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5129
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5130
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
5131
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
5132
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5133
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
5353
5134
|
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
5354
|
-
readonly
|
|
5355
|
-
readonly
|
|
5356
|
-
readonly
|
|
5357
|
-
readonly
|
|
5358
|
-
readonly
|
|
5359
|
-
readonly
|
|
5360
|
-
readonly
|
|
5361
|
-
readonly
|
|
5362
|
-
readonly
|
|
5363
|
-
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5135
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
5136
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
5137
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
5138
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5139
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
5140
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5141
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
5142
|
+
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
5143
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5364
5144
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5365
|
-
readonly
|
|
5366
|
-
readonly
|
|
5367
|
-
readonly
|
|
5368
|
-
readonly
|
|
5145
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
5146
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5147
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5148
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5149
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
5150
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
5369
5151
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5370
|
-
readonly
|
|
5371
|
-
readonly
|
|
5372
|
-
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5152
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5153
|
+
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
5373
5154
|
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
5374
|
-
readonly
|
|
5375
|
-
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5376
|
-
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
5377
|
-
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5378
|
-
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
5155
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
5379
5156
|
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5157
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
5158
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
5159
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
5380
5160
|
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
5381
5161
|
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
5382
5162
|
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
@@ -5395,314 +5175,534 @@ export interface InitOutput {
|
|
|
5395
5175
|
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5396
5176
|
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
5397
5177
|
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5398
|
-
readonly
|
|
5399
|
-
readonly
|
|
5400
|
-
readonly
|
|
5401
|
-
readonly
|
|
5402
|
-
readonly
|
|
5403
|
-
readonly
|
|
5404
|
-
readonly
|
|
5405
|
-
readonly
|
|
5406
|
-
readonly
|
|
5407
|
-
readonly
|
|
5408
|
-
readonly
|
|
5409
|
-
readonly
|
|
5410
|
-
readonly
|
|
5411
|
-
readonly
|
|
5412
|
-
readonly
|
|
5413
|
-
readonly
|
|
5414
|
-
readonly
|
|
5415
|
-
readonly
|
|
5416
|
-
readonly
|
|
5417
|
-
readonly
|
|
5418
|
-
readonly
|
|
5419
|
-
readonly
|
|
5420
|
-
readonly
|
|
5421
|
-
readonly
|
|
5422
|
-
readonly
|
|
5423
|
-
readonly
|
|
5424
|
-
readonly
|
|
5425
|
-
readonly
|
|
5426
|
-
readonly
|
|
5427
|
-
readonly
|
|
5428
|
-
readonly
|
|
5429
|
-
readonly
|
|
5430
|
-
readonly
|
|
5431
|
-
readonly
|
|
5432
|
-
readonly
|
|
5433
|
-
readonly
|
|
5434
|
-
readonly
|
|
5435
|
-
readonly
|
|
5436
|
-
readonly
|
|
5437
|
-
readonly
|
|
5438
|
-
readonly
|
|
5439
|
-
readonly
|
|
5440
|
-
readonly
|
|
5441
|
-
readonly
|
|
5442
|
-
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
5443
|
-
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
5444
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5445
|
-
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5446
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5447
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5448
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
5449
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
5450
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
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];
|
|
5459
|
-
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5460
|
-
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5461
|
-
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5462
|
-
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5178
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
5179
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
5180
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
5181
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
5182
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
5183
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
5184
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
5185
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
5186
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
5187
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
5188
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
5189
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
5190
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
5191
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5192
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5193
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
5194
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5195
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5196
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
5197
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5198
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
5199
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5200
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
5201
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5202
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5203
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5204
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5205
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5206
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
5207
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5208
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5209
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5210
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5211
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5212
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5213
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
5214
|
+
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
5215
|
+
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
5216
|
+
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
5217
|
+
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
5218
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5219
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5220
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5221
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5463
5222
|
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5464
5223
|
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5465
5224
|
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5466
5225
|
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5467
|
-
readonly
|
|
5468
|
-
readonly
|
|
5469
|
-
readonly
|
|
5470
|
-
readonly
|
|
5471
|
-
readonly
|
|
5472
|
-
readonly
|
|
5473
|
-
readonly
|
|
5474
|
-
readonly
|
|
5475
|
-
readonly
|
|
5476
|
-
readonly
|
|
5477
|
-
readonly
|
|
5478
|
-
readonly
|
|
5479
|
-
readonly
|
|
5226
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
5227
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
5228
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
5229
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
5230
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
5231
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
5232
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5233
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5234
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5235
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5236
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5237
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5238
|
+
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5239
|
+
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
5240
|
+
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
5241
|
+
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number) => [number, number];
|
|
5242
|
+
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
5243
|
+
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
5244
|
+
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
5245
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5246
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5480
5247
|
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5481
5248
|
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
5482
5249
|
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5483
5250
|
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5484
|
-
readonly
|
|
5485
|
-
readonly
|
|
5486
|
-
readonly
|
|
5487
|
-
readonly
|
|
5488
|
-
readonly
|
|
5489
|
-
readonly
|
|
5490
|
-
readonly
|
|
5491
|
-
readonly
|
|
5492
|
-
readonly
|
|
5493
|
-
readonly
|
|
5251
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5252
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5253
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5254
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5255
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
5256
|
+
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
5257
|
+
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
5258
|
+
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
5259
|
+
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
5260
|
+
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
5261
|
+
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
5262
|
+
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
5263
|
+
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
5264
|
+
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
5265
|
+
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
5266
|
+
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
5494
5267
|
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5495
5268
|
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
5496
|
-
readonly
|
|
5497
|
-
readonly
|
|
5498
|
-
readonly
|
|
5499
|
-
readonly
|
|
5500
|
-
readonly
|
|
5501
|
-
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
5502
|
-
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5503
|
-
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
5504
|
-
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
5505
|
-
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5506
|
-
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5269
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5270
|
+
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5271
|
+
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5272
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5273
|
+
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5507
5274
|
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5508
|
-
readonly
|
|
5275
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5276
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
5277
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5278
|
+
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
5509
5279
|
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
5510
5280
|
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
5281
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5282
|
+
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
5283
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5284
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5285
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
5286
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5287
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
5288
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
5289
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
5290
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
5291
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
5292
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
5293
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
5294
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
5295
|
+
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5296
|
+
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5297
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
5298
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
5299
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
5300
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
5301
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
5302
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5303
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
5304
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
5305
|
+
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
5306
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
5307
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
5308
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5309
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5310
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5311
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5312
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5313
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5314
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5315
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5316
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5317
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5318
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5319
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5320
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5321
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5322
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5323
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5324
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5325
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5326
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5327
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
5328
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
5329
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
5330
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
5331
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5332
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5333
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
5334
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
5335
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
5336
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
5337
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
5338
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
5339
|
+
readonly getLatestProtocolVersion: () => number;
|
|
5340
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
5341
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
5342
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
5343
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
5344
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5345
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5346
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
5347
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
5348
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5349
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
5350
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
5351
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
5352
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
5353
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
5354
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
5355
|
+
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
5356
|
+
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5357
|
+
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
5358
|
+
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
5359
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
5360
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5361
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
5362
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
5363
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
5364
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
5365
|
+
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
5366
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5367
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
5368
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
5369
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
5370
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
5371
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
5372
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
5373
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
5374
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5375
|
+
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5376
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5377
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5378
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
5379
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
5380
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5381
|
+
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
5382
|
+
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
5383
|
+
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
5384
|
+
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
5385
|
+
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
5386
|
+
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
5387
|
+
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
5388
|
+
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
5389
|
+
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
5390
|
+
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
5391
|
+
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
5392
|
+
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
5393
|
+
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
5394
|
+
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
5395
|
+
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
5396
|
+
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
5397
|
+
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
5398
|
+
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
5399
|
+
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
5400
|
+
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5401
|
+
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5402
|
+
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5403
|
+
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5404
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5405
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
5406
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
5407
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
5408
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5409
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5410
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5411
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
5412
|
+
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
5413
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
5414
|
+
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
5415
|
+
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
5416
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5417
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5418
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5419
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5420
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5421
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5422
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5423
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5424
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5425
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5426
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5427
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
5428
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
5429
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
5430
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
5431
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
5432
|
+
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
5433
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
5434
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5435
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5436
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5511
5437
|
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
5512
5438
|
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
5513
|
-
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5514
5439
|
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5440
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
5515
5441
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
5516
|
-
readonly
|
|
5442
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
5443
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
5444
|
+
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5445
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5446
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
5447
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
5448
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5449
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
5450
|
+
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
5451
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5452
|
+
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
5453
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5454
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
5455
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5456
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
5457
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
5458
|
+
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
5459
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
5460
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5461
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5462
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5463
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5464
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
5465
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
5466
|
+
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
5467
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
5468
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5469
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
5470
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5471
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
5472
|
+
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
5473
|
+
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
5474
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5475
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5476
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
5477
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5478
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
5479
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
5480
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5481
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
5482
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5483
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5484
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5485
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
5486
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5487
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5488
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5489
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5490
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5491
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5492
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5493
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5494
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5495
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5496
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5497
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
5498
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
5499
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
5500
|
+
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
5501
|
+
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
5502
|
+
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
5503
|
+
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
5504
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5505
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
5506
|
+
readonly identity_balance: (a: number) => bigint;
|
|
5507
|
+
readonly identity_from: (a: any) => number;
|
|
5508
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5509
|
+
readonly identity_getId: (a: number) => any;
|
|
5510
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
5511
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5512
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5513
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
5514
|
+
readonly identity_getRevision: (a: number) => bigint;
|
|
5515
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
5516
|
+
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
5517
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
5518
|
+
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
5519
|
+
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
5520
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
5521
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
5522
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
5523
|
+
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
5524
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
5525
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
5526
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
5527
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5528
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
5529
|
+
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
5530
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5531
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5532
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5533
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5534
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5535
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5536
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5537
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5538
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5539
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5540
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5541
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5542
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5543
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5544
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5545
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5546
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5547
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5548
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5549
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5550
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5551
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5552
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
5553
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5554
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
5555
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
5556
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
5557
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
5558
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
5559
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
5560
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
5561
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
5562
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
5563
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
5564
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
5565
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
5566
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5567
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5568
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
5569
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
5570
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5571
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5572
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5573
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5574
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5575
|
+
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5576
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
5517
5577
|
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5518
|
-
readonly
|
|
5519
|
-
readonly
|
|
5520
|
-
readonly
|
|
5521
|
-
readonly
|
|
5578
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5579
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5580
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5581
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5582
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
5583
|
+
readonly metadata_toObject: (a: number) => any;
|
|
5584
|
+
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
5585
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5586
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
5587
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5588
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
5589
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
5590
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5591
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
5592
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
5593
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
5594
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5595
|
+
readonly validationresult_getData: (a: number) => any;
|
|
5596
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
5597
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
5598
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5599
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5600
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5601
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5602
|
+
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
5603
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5604
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
5605
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5606
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5607
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5608
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5609
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5610
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5611
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5612
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5613
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
5614
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5615
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5616
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5617
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5618
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
5619
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
5620
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
5621
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
5522
5622
|
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
5523
|
-
readonly
|
|
5524
|
-
readonly
|
|
5525
|
-
readonly
|
|
5526
|
-
readonly
|
|
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;
|
|
5623
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5624
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
5625
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
5626
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
5532
5627
|
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5533
|
-
readonly
|
|
5534
|
-
readonly
|
|
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;
|
|
5628
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
5629
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
5538
5630
|
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
5539
|
-
readonly
|
|
5540
|
-
readonly
|
|
5541
|
-
readonly
|
|
5542
|
-
readonly
|
|
5543
|
-
readonly
|
|
5544
|
-
readonly
|
|
5545
|
-
readonly
|
|
5546
|
-
readonly
|
|
5547
|
-
readonly
|
|
5548
|
-
readonly
|
|
5549
|
-
readonly
|
|
5631
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
5632
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
5633
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
5634
|
+
readonly __wbg_referencedentitynotfounderror_free: (a: number, b: number) => void;
|
|
5635
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
5636
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
5637
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
5638
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
5639
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
5640
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
5641
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5642
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
5643
|
+
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
5550
5644
|
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5551
5645
|
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
5552
5646
|
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
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 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];
|
|
5647
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5648
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5649
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
5650
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
5651
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
5652
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
5653
|
+
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
5654
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5655
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
5656
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5657
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
5658
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
5659
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5660
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5661
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5662
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5663
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5664
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5665
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5666
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5667
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5598
5668
|
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5599
5669
|
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5600
5670
|
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5601
5671
|
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5602
5672
|
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5603
|
-
readonly
|
|
5604
|
-
readonly
|
|
5605
|
-
readonly
|
|
5606
|
-
readonly
|
|
5607
|
-
readonly
|
|
5608
|
-
readonly
|
|
5609
|
-
readonly
|
|
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;
|
|
5673
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5674
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5675
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5676
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5677
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5678
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
5679
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
5620
5680
|
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5621
5681
|
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5622
5682
|
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
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 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
|
-
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
5700
|
-
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
5683
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5684
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5685
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
5686
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
5687
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5688
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
5689
|
+
readonly referencedentitynotfounderror_getCode: (a: number) => number;
|
|
5690
|
+
readonly referencedentitynotfounderror_getEntityId: (a: number) => any;
|
|
5691
|
+
readonly referencedentitynotfounderror_getEntityType: (a: number) => [number, number];
|
|
5692
|
+
readonly referencedentitynotfounderror_getPath: (a: number) => [number, number];
|
|
5693
|
+
readonly referencedentitynotfounderror_message: (a: number) => [number, number];
|
|
5694
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5695
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5696
|
+
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
5697
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5698
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5701
5699
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
5702
5700
|
readonly rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
5703
|
-
readonly
|
|
5704
|
-
readonly
|
|
5705
|
-
readonly
|
|
5701
|
+
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
5702
|
+
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
5703
|
+
readonly wasm_bindgen_23156985e06b9b73___closure__destroy___dyn_core_ed718c3d60ebd546___ops__function__FnMut__wasm_bindgen_23156985e06b9b73___JsValue____Output_______: (a: number, b: number) => void;
|
|
5704
|
+
readonly wasm_bindgen_23156985e06b9b73___convert__closures_____invoke___wasm_bindgen_23156985e06b9b73___JsValue__wasm_bindgen_23156985e06b9b73___JsValue_____: (a: number, b: number, c: any, d: any) => void;
|
|
5705
|
+
readonly wasm_bindgen_23156985e06b9b73___convert__closures_____invoke___wasm_bindgen_23156985e06b9b73___JsValue_____: (a: number, b: number, c: any) => void;
|
|
5706
5706
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
5707
5707
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
5708
5708
|
readonly __wbindgen_exn_store: (a: number) => void;
|