@dashevo/wasm-dpp 4.1.0-rc.3 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasm/wasm_dpp.d.ts +590 -590
- package/dist/wasm/wasm_dpp.js +7 -7
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +590 -590
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -4384,24 +4384,26 @@ export interface InitOutput {
|
|
|
4384
4384
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
4385
4385
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
4386
4386
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
4387
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4387
4388
|
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4388
4389
|
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4389
4390
|
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4390
4391
|
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4391
4392
|
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4393
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4392
4394
|
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
4393
|
-
readonly
|
|
4395
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4396
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4394
4397
|
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
4395
4398
|
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4396
4399
|
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4397
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
4398
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4399
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4400
4400
|
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4401
|
-
readonly
|
|
4401
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4402
4402
|
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4403
4403
|
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4404
4404
|
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4405
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
4406
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
4405
4407
|
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4406
4408
|
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4407
4409
|
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
@@ -4432,6 +4434,9 @@ export interface InitOutput {
|
|
|
4432
4434
|
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4433
4435
|
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4434
4436
|
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
4437
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4438
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4439
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4435
4440
|
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4436
4441
|
readonly identitypublickey_getData: (a: number) => any;
|
|
4437
4442
|
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
@@ -4453,9 +4458,12 @@ export interface InitOutput {
|
|
|
4453
4458
|
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
4454
4459
|
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
4455
4460
|
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
4456
|
-
readonly
|
|
4457
|
-
readonly
|
|
4458
|
-
readonly
|
|
4461
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4462
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4463
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4464
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4465
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4466
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4459
4467
|
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
4460
4468
|
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
4461
4469
|
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
@@ -4467,14 +4475,6 @@ export interface InitOutput {
|
|
|
4467
4475
|
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4468
4476
|
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4469
4477
|
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4470
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4471
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
4472
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4473
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4474
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4475
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4476
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4477
|
-
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4478
4478
|
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4479
4479
|
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4480
4480
|
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
@@ -4491,8 +4491,10 @@ export interface InitOutput {
|
|
|
4491
4491
|
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
4492
4492
|
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
4493
4493
|
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4494
|
-
readonly
|
|
4495
|
-
readonly
|
|
4494
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4495
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4496
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4497
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
4496
4498
|
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
4497
4499
|
readonly valueerror_getCode: (a: number) => number;
|
|
4498
4500
|
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
@@ -4508,8 +4510,8 @@ export interface InitOutput {
|
|
|
4508
4510
|
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4509
4511
|
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4510
4512
|
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4511
|
-
readonly
|
|
4512
|
-
readonly
|
|
4513
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4514
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4513
4515
|
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
4514
4516
|
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
4515
4517
|
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
@@ -4533,9 +4535,8 @@ export interface InitOutput {
|
|
|
4533
4535
|
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4534
4536
|
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4535
4537
|
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4536
|
-
readonly
|
|
4538
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4537
4539
|
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4538
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4539
4540
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4540
4541
|
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4541
4542
|
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
@@ -4544,6 +4545,7 @@ export interface InitOutput {
|
|
|
4544
4545
|
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
4545
4546
|
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
4546
4547
|
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
4548
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4547
4549
|
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4548
4550
|
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4549
4551
|
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
@@ -4608,16 +4610,14 @@ export interface InitOutput {
|
|
|
4608
4610
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
4609
4611
|
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4610
4612
|
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4611
|
-
readonly
|
|
4612
|
-
readonly
|
|
4613
|
-
readonly
|
|
4613
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4614
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4615
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4616
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4614
4617
|
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4615
4618
|
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
4616
4619
|
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
4617
4620
|
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
4618
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4619
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4620
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4621
4621
|
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4622
4622
|
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
4623
4623
|
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
@@ -4642,6 +4642,9 @@ export interface InitOutput {
|
|
|
4642
4642
|
readonly tokentransition_toTransition: (a: number) => any;
|
|
4643
4643
|
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4644
4644
|
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4645
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
4646
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
4647
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
4645
4648
|
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
4646
4649
|
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4647
4650
|
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
@@ -4651,348 +4654,34 @@ export interface InitOutput {
|
|
|
4651
4654
|
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
4652
4655
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
4653
4656
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4654
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4655
4657
|
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4656
|
-
readonly
|
|
4657
|
-
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4658
|
-
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4659
|
-
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4660
|
-
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4661
|
-
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
4662
|
-
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
4663
|
-
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4664
|
-
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4665
|
-
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4666
|
-
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
4667
|
-
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
4668
|
-
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
4669
|
-
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4670
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4671
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4672
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4673
|
-
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4674
|
-
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
4675
|
-
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4676
|
-
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
4677
|
-
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
4678
|
-
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
4679
|
-
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
4680
|
-
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4681
|
-
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4682
|
-
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4683
|
-
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4684
|
-
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4685
|
-
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4686
|
-
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4687
|
-
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4688
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4689
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4690
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4691
|
-
readonly datacontractfactory_new: (a: number) => number;
|
|
4692
|
-
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
4693
|
-
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4694
|
-
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4695
|
-
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
4696
|
-
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4697
|
-
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4698
|
-
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
4699
|
-
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4700
|
-
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4701
|
-
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4702
|
-
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4703
|
-
readonly documentfacade_new: (a: number) => number;
|
|
4704
|
-
readonly documenttransition_getAction: (a: number) => number;
|
|
4705
|
-
readonly documenttransition_getData: (a: number) => any;
|
|
4706
|
-
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
4707
|
-
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
4708
|
-
readonly documenttransition_getId: (a: number) => any;
|
|
4709
|
-
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
4710
|
-
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4711
|
-
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
4712
|
-
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
4713
|
-
readonly documenttransition_getType: (a: number) => [number, number];
|
|
4714
|
-
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
4715
|
-
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
4716
|
-
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
4717
|
-
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
4718
|
-
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4719
|
-
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4720
|
-
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4721
|
-
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4722
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4723
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4724
|
-
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4725
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4726
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4727
|
-
readonly metadata_from: (a: any) => [number, number, number];
|
|
4728
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
4729
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
4730
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4731
|
-
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
4732
|
-
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
4733
|
-
readonly metadata_toJSON: (a: number) => any;
|
|
4734
|
-
readonly metadata_toObject: (a: number) => any;
|
|
4735
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4736
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4737
|
-
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
4738
|
-
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
4739
|
-
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
4740
|
-
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
4741
|
-
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
4742
|
-
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
4743
|
-
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
4744
|
-
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
4745
|
-
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
4746
|
-
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
4747
|
-
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
4748
|
-
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
4749
|
-
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
4750
|
-
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
4751
|
-
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
4752
|
-
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
4753
|
-
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
4754
|
-
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
4755
|
-
readonly invalidactionterror_new: (a: any) => number;
|
|
4756
|
-
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4757
|
-
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
4658
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4758
4659
|
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
4759
|
-
readonly
|
|
4760
|
-
readonly
|
|
4761
|
-
readonly
|
|
4762
|
-
readonly
|
|
4763
|
-
readonly
|
|
4764
|
-
readonly
|
|
4765
|
-
readonly
|
|
4766
|
-
readonly
|
|
4767
|
-
readonly
|
|
4768
|
-
readonly
|
|
4769
|
-
readonly
|
|
4770
|
-
readonly
|
|
4771
|
-
readonly
|
|
4772
|
-
readonly
|
|
4773
|
-
readonly
|
|
4774
|
-
readonly
|
|
4775
|
-
readonly
|
|
4776
|
-
readonly
|
|
4777
|
-
readonly
|
|
4778
|
-
readonly
|
|
4779
|
-
readonly
|
|
4780
|
-
readonly
|
|
4660
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4661
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4662
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4663
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
4664
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4665
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
4666
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4667
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
4668
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4669
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4670
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4671
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4672
|
+
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4673
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
4674
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4675
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4676
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
4677
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4678
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
4679
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4680
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4681
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4781
4682
|
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4782
4683
|
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4783
4684
|
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4784
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4785
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4786
|
-
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4787
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
4788
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
4789
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
4790
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
4791
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
4792
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4793
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4794
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4795
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4796
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4797
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4798
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4799
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4800
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4801
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4802
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4803
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4804
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4805
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4806
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4807
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4808
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4809
|
-
readonly document_clone: (a: number) => number;
|
|
4810
|
-
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
4811
|
-
readonly document_getCreatedAt: (a: number) => any;
|
|
4812
|
-
readonly document_getData: (a: number) => [number, number, number];
|
|
4813
|
-
readonly document_getId: (a: number) => any;
|
|
4814
|
-
readonly document_getOwnerId: (a: number) => any;
|
|
4815
|
-
readonly document_getRevision: (a: number) => [number, bigint];
|
|
4816
|
-
readonly document_getUpdatedAt: (a: number) => any;
|
|
4817
|
-
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4818
|
-
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
4819
|
-
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4820
|
-
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
4821
|
-
readonly document_setData: (a: number, b: any) => [number, number];
|
|
4822
|
-
readonly document_setId: (a: number, b: any) => void;
|
|
4823
|
-
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
4824
|
-
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4825
|
-
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4826
|
-
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
4827
|
-
readonly documentnorevisionerror_new: (a: number) => number;
|
|
4828
|
-
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
4829
|
-
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
4830
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
4831
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
4832
|
-
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
4833
|
-
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
4834
|
-
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
4835
|
-
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4836
|
-
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4837
|
-
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4838
|
-
readonly extendeddocument_clone: (a: number) => number;
|
|
4839
|
-
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
4840
|
-
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
4841
|
-
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
4842
|
-
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
4843
|
-
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
4844
|
-
readonly extendeddocument_getDocument: (a: number) => number;
|
|
4845
|
-
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
4846
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
4847
|
-
readonly extendeddocument_getId: (a: number) => any;
|
|
4848
|
-
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
4849
|
-
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
4850
|
-
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
4851
|
-
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
4852
|
-
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
4853
|
-
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
4854
|
-
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4855
|
-
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
4856
|
-
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
4857
|
-
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
4858
|
-
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
4859
|
-
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
4860
|
-
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
4861
|
-
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
4862
|
-
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
4863
|
-
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
4864
|
-
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
4865
|
-
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
4866
|
-
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
4867
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4868
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4869
|
-
readonly identity_balance: (a: number) => bigint;
|
|
4870
|
-
readonly identity_from: (a: any) => number;
|
|
4871
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4872
|
-
readonly identity_getId: (a: number) => any;
|
|
4873
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
4874
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4875
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4876
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4877
|
-
readonly identity_getRevision: (a: number) => bigint;
|
|
4878
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4879
|
-
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4880
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
4881
|
-
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4882
|
-
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4883
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
4884
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4885
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4886
|
-
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4887
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4888
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4889
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4890
|
-
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4891
|
-
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4892
|
-
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
4893
|
-
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
4894
|
-
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4895
|
-
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
4896
|
-
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
4897
|
-
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4898
|
-
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
4899
|
-
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
4900
|
-
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
4901
|
-
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
4902
|
-
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
4903
|
-
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
4904
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4905
|
-
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4906
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4907
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4908
|
-
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
4909
|
-
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
4910
|
-
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4911
|
-
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
4912
|
-
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4913
|
-
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
4914
|
-
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
4915
|
-
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
4916
|
-
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
4917
|
-
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
4918
|
-
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
4919
|
-
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
4920
|
-
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
4921
|
-
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
4922
|
-
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
4923
|
-
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
4924
|
-
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
4925
|
-
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
4926
|
-
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
4927
|
-
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
4928
|
-
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
4929
|
-
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
4930
|
-
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
4931
|
-
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
4932
|
-
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
4933
|
-
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
4934
|
-
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
4935
|
-
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
4936
|
-
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
4937
|
-
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
4938
|
-
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
4939
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
4940
|
-
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
4941
|
-
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
4942
|
-
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4943
|
-
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4944
|
-
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
4945
|
-
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
4946
|
-
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
4947
|
-
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
4948
|
-
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
4949
|
-
readonly validationresult_errors: (a: number) => [number, number];
|
|
4950
|
-
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
4951
|
-
readonly validationresult_getData: (a: number) => any;
|
|
4952
|
-
readonly validationresult_getFirstError: (a: number) => any;
|
|
4953
|
-
readonly validationresult_isValid: (a: number) => number;
|
|
4954
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
4955
|
-
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4956
|
-
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
4957
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
4958
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
4959
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
4960
|
-
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
4961
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
4962
|
-
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
4963
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4964
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4965
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
4966
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
4967
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4968
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
4969
|
-
readonly identity_getBalance: (a: number) => bigint;
|
|
4970
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4971
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4972
|
-
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
4973
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4974
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
4975
|
-
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4976
|
-
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
4977
|
-
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4978
|
-
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
4979
|
-
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4980
|
-
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
4981
|
-
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
4982
|
-
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4983
|
-
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4984
|
-
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4985
|
-
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4986
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4987
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
4988
|
-
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4989
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4990
|
-
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
4991
|
-
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4992
|
-
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
4993
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4994
|
-
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4995
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4996
4685
|
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4997
4686
|
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4998
4687
|
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
@@ -5024,9 +4713,6 @@ export interface InitOutput {
|
|
|
5024
4713
|
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5025
4714
|
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5026
4715
|
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
5027
|
-
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5028
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
5029
|
-
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
5030
4716
|
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5031
4717
|
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5032
4718
|
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
@@ -5061,9 +4747,9 @@ export interface InitOutput {
|
|
|
5061
4747
|
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5062
4748
|
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5063
4749
|
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5064
|
-
readonly
|
|
5065
|
-
readonly
|
|
5066
|
-
readonly
|
|
4750
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4751
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4752
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
5067
4753
|
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5068
4754
|
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
5069
4755
|
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
@@ -5086,112 +4772,11 @@ export interface InitOutput {
|
|
|
5086
4772
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5087
4773
|
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5088
4774
|
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5089
|
-
readonly
|
|
5090
|
-
readonly
|
|
5091
|
-
readonly
|
|
5092
|
-
readonly
|
|
4775
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
4776
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
4777
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
4778
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
5093
4779
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5094
|
-
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
5095
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
5096
|
-
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
5097
|
-
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
5098
|
-
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
5099
|
-
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
5100
|
-
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
5101
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
5102
|
-
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
5103
|
-
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
5104
|
-
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
5105
|
-
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
5106
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
5107
|
-
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
5108
|
-
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
5109
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5110
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
5111
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5112
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5113
|
-
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
5114
|
-
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
5115
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
5116
|
-
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
5117
|
-
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
5118
|
-
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
5119
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
5120
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
5121
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
5122
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
5123
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
5124
|
-
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5125
|
-
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
5126
|
-
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
5127
|
-
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
5128
|
-
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
5129
|
-
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
5130
|
-
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
5131
|
-
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5132
|
-
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
5133
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5134
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
5135
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
5136
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
5137
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5138
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
5139
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
5140
|
-
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
5141
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
5142
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
5143
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
5144
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
5145
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
5146
|
-
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5147
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5148
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
5149
|
-
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
5150
|
-
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
5151
|
-
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
5152
|
-
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
5153
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5154
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5155
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
5156
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
5157
|
-
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5158
|
-
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5159
|
-
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5160
|
-
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
5161
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5162
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
5163
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
5164
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
5165
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5166
|
-
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5167
|
-
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
5168
|
-
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5169
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5170
|
-
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
5171
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5172
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5173
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5174
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5175
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5176
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5177
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5178
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
5179
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
5180
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5181
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5182
|
-
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5183
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5184
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5185
|
-
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5186
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5187
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5188
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
5189
|
-
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
5190
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5191
|
-
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5192
|
-
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
5193
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5194
|
-
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5195
4780
|
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
5196
4781
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
5197
4782
|
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
@@ -5199,10 +4784,10 @@ export interface InitOutput {
|
|
|
5199
4784
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
5200
4785
|
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
5201
4786
|
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
5202
|
-
readonly
|
|
4787
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
5203
4788
|
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
5204
4789
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
5205
|
-
readonly
|
|
4790
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5206
4791
|
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
5207
4792
|
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
5208
4793
|
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
@@ -5272,9 +4857,9 @@ export interface InitOutput {
|
|
|
5272
4857
|
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
5273
4858
|
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
5274
4859
|
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
5275
|
-
readonly
|
|
5276
|
-
readonly
|
|
5277
|
-
readonly
|
|
4860
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4861
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
4862
|
+
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
5278
4863
|
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
5279
4864
|
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5280
4865
|
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
@@ -5282,107 +4867,524 @@ export interface InitOutput {
|
|
|
5282
4867
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
5283
4868
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
5284
4869
|
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
4870
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4871
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4872
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4873
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4874
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
4875
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4876
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4877
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4878
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4879
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4880
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4881
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
4882
|
+
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
4883
|
+
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
4884
|
+
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
4885
|
+
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
4886
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4887
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4888
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4889
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
4890
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
4891
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
4892
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
4893
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4894
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4895
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4896
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
4897
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4898
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4899
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4900
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
4901
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
4902
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
4903
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4904
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4905
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
4906
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4907
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4908
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
4909
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
4910
|
+
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
4911
|
+
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
4912
|
+
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
4913
|
+
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
4914
|
+
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
4915
|
+
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
4916
|
+
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
4917
|
+
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
4918
|
+
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
4919
|
+
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
4920
|
+
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
4921
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4922
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
4923
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4924
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4925
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4926
|
+
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
4927
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4928
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4929
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4930
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
4931
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
4932
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
4933
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
4934
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
4935
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4936
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4937
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
4938
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
4939
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
4940
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
4941
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
4942
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
4943
|
+
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
4944
|
+
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
4945
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
4946
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4947
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4948
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4949
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4950
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4951
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
4952
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4953
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4954
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4955
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4956
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4957
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
4958
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4959
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4960
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4961
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4962
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4963
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4964
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4965
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4966
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4967
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4968
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4969
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4970
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4971
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4972
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4973
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4974
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4975
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4976
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4977
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4978
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4979
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4980
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
4981
|
+
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
4982
|
+
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4983
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4984
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4985
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4986
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4987
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4988
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4989
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4990
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4991
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4992
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4993
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4994
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4995
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4996
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4997
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4998
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4999
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
5000
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
5001
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5002
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5003
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
5004
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
5005
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
5006
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
5007
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
5008
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5009
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5010
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
5011
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
5012
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5013
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5014
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5015
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
5016
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5017
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
5018
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
5019
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
5020
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5021
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5022
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5023
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
5024
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5025
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5026
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5027
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5028
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5029
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5030
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5031
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
5032
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
5033
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5034
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5035
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5036
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5037
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5038
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5039
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5040
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5041
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5042
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5043
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5044
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
5045
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
5046
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5047
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5048
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5049
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5050
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5051
|
+
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
5052
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
5053
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
5054
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
5055
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
5056
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
5057
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
5058
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
5059
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
5060
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
5061
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
5062
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
5063
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5064
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
5065
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5066
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5067
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
5068
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
5069
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
5070
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
5071
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
5072
|
+
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
5073
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5074
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5075
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
5076
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
5077
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
5078
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
5079
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
5080
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
5081
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
5082
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
5083
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5084
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5085
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
5086
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5087
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
5088
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
5089
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5090
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5091
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
5092
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5093
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5094
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5095
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5096
|
+
readonly documentfacade_new: (a: number) => number;
|
|
5097
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
5098
|
+
readonly documenttransition_getData: (a: number) => any;
|
|
5099
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
5100
|
+
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
5101
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
5102
|
+
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
5103
|
+
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5104
|
+
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
5105
|
+
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
5106
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
5107
|
+
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
5108
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
5109
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
5110
|
+
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
5111
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5112
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
5113
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
5114
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
5115
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
5116
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
5117
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
5118
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
5119
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
5120
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
5121
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5122
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5123
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5124
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5125
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5126
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
5127
|
+
readonly metadata_toObject: (a: number) => any;
|
|
5128
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
5129
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
5130
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
5131
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
5132
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5133
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
5134
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
5135
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
5136
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
5137
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
5138
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
5139
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
5140
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
5141
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
5142
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
5143
|
+
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
5144
|
+
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
5145
|
+
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
5146
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
5147
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
5148
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
5149
|
+
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
5150
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5151
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
5152
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5153
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5154
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
5155
|
+
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5156
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
5157
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5158
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5159
|
+
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
5160
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5161
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5162
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5163
|
+
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5164
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5165
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5166
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5167
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5168
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
5169
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5170
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
5171
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5172
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5173
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5174
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
5175
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
5176
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
5177
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5178
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5179
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5180
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5181
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5182
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5183
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5184
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5185
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5186
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5187
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5188
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5189
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5190
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5191
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5192
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5193
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5194
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5195
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5196
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5197
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5198
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5199
|
+
readonly document_clone: (a: number) => number;
|
|
5200
|
+
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
5201
|
+
readonly document_getCreatedAt: (a: number) => any;
|
|
5202
|
+
readonly document_getData: (a: number) => [number, number, number];
|
|
5203
|
+
readonly document_getId: (a: number) => any;
|
|
5204
|
+
readonly document_getOwnerId: (a: number) => any;
|
|
5205
|
+
readonly document_getRevision: (a: number) => [number, bigint];
|
|
5206
|
+
readonly document_getUpdatedAt: (a: number) => any;
|
|
5207
|
+
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5208
|
+
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
5209
|
+
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5210
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
5211
|
+
readonly document_setData: (a: number, b: any) => [number, number];
|
|
5212
|
+
readonly document_setId: (a: number, b: any) => void;
|
|
5213
|
+
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
5214
|
+
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5215
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
5216
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5217
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5218
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5219
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
5220
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
5221
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5222
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5223
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
5224
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
5225
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
5226
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
5227
|
+
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
5228
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5229
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5230
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
5231
|
+
readonly extendeddocument_clone: (a: number) => number;
|
|
5232
|
+
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
5233
|
+
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
5234
|
+
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
5235
|
+
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
5236
|
+
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
5237
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5238
|
+
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
5239
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5240
|
+
readonly extendeddocument_getId: (a: number) => any;
|
|
5241
|
+
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
5242
|
+
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
5243
|
+
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
5244
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
5245
|
+
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
5246
|
+
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
5247
|
+
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5248
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
5249
|
+
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
5250
|
+
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
5251
|
+
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
5252
|
+
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
5253
|
+
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
5254
|
+
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
5255
|
+
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
5256
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
5257
|
+
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
5258
|
+
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
5259
|
+
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
5260
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5261
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
5262
|
+
readonly identity_balance: (a: number) => bigint;
|
|
5263
|
+
readonly identity_from: (a: any) => number;
|
|
5264
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5265
|
+
readonly identity_getId: (a: number) => any;
|
|
5266
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
5267
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5268
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5269
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
5270
|
+
readonly identity_getRevision: (a: number) => bigint;
|
|
5271
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
5272
|
+
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
5273
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
5274
|
+
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
5275
|
+
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
5276
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
5277
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
5278
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
5279
|
+
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
5280
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
5281
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
5282
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
5285
5283
|
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5286
5284
|
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5287
5285
|
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
5288
|
-
readonly
|
|
5289
|
-
readonly
|
|
5290
|
-
readonly
|
|
5291
|
-
readonly
|
|
5292
|
-
readonly
|
|
5293
|
-
readonly
|
|
5294
|
-
readonly
|
|
5295
|
-
readonly
|
|
5296
|
-
readonly
|
|
5297
|
-
readonly
|
|
5298
|
-
readonly
|
|
5299
|
-
readonly
|
|
5300
|
-
readonly
|
|
5301
|
-
readonly
|
|
5302
|
-
readonly
|
|
5303
|
-
readonly
|
|
5304
|
-
readonly
|
|
5305
|
-
readonly
|
|
5306
|
-
readonly
|
|
5307
|
-
readonly
|
|
5308
|
-
readonly
|
|
5309
|
-
readonly
|
|
5310
|
-
readonly
|
|
5311
|
-
readonly
|
|
5312
|
-
readonly
|
|
5313
|
-
readonly
|
|
5314
|
-
readonly
|
|
5315
|
-
readonly
|
|
5316
|
-
readonly
|
|
5317
|
-
readonly
|
|
5318
|
-
readonly
|
|
5319
|
-
readonly
|
|
5320
|
-
readonly
|
|
5321
|
-
readonly
|
|
5322
|
-
readonly
|
|
5323
|
-
readonly
|
|
5324
|
-
readonly
|
|
5325
|
-
readonly
|
|
5326
|
-
readonly
|
|
5327
|
-
readonly
|
|
5328
|
-
readonly
|
|
5329
|
-
readonly
|
|
5330
|
-
readonly
|
|
5331
|
-
readonly
|
|
5332
|
-
readonly
|
|
5333
|
-
readonly
|
|
5334
|
-
readonly
|
|
5335
|
-
readonly
|
|
5336
|
-
readonly
|
|
5337
|
-
readonly
|
|
5338
|
-
readonly
|
|
5339
|
-
readonly
|
|
5340
|
-
readonly
|
|
5341
|
-
readonly
|
|
5342
|
-
readonly
|
|
5343
|
-
readonly
|
|
5344
|
-
readonly
|
|
5345
|
-
readonly
|
|
5346
|
-
readonly
|
|
5347
|
-
readonly
|
|
5348
|
-
readonly
|
|
5349
|
-
readonly
|
|
5350
|
-
readonly
|
|
5351
|
-
readonly
|
|
5352
|
-
readonly
|
|
5353
|
-
readonly
|
|
5354
|
-
readonly
|
|
5355
|
-
readonly
|
|
5356
|
-
readonly
|
|
5357
|
-
readonly
|
|
5358
|
-
readonly
|
|
5359
|
-
readonly
|
|
5360
|
-
readonly
|
|
5361
|
-
readonly
|
|
5362
|
-
readonly
|
|
5363
|
-
readonly
|
|
5286
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5287
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5288
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5289
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5290
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5291
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5292
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5293
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5294
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5295
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5296
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5297
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5298
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5299
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5300
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5301
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5302
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5303
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5304
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5305
|
+
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
5306
|
+
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
5307
|
+
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
5308
|
+
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
5309
|
+
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
5310
|
+
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
5311
|
+
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
5312
|
+
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
5313
|
+
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
5314
|
+
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
5315
|
+
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
5316
|
+
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
5317
|
+
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
5318
|
+
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
5319
|
+
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
5320
|
+
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
5321
|
+
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
5322
|
+
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
5323
|
+
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
5324
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5325
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5326
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5327
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5328
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5329
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5330
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5331
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5332
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5333
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5334
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5335
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
5336
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5337
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
5338
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5339
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
5340
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5341
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
5342
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
5343
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
5344
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
5345
|
+
readonly validationresult_getData: (a: number) => any;
|
|
5346
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
5347
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
5348
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5349
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5350
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5351
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5352
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5353
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5354
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5355
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5356
|
+
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
5357
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5358
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5359
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5360
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5361
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5362
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5363
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
5364
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5365
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5364
5366
|
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
5365
|
-
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
5366
5367
|
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
5367
5368
|
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
5368
5369
|
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
5369
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5370
5370
|
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
5371
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
5371
5372
|
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
5372
5373
|
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
5373
|
-
readonly
|
|
5374
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
5374
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
5375
5375
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5376
5376
|
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
5377
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5378
5377
|
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
5379
5378
|
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
5379
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
5380
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
5381
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
5380
5382
|
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5383
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
5381
5384
|
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
5382
5385
|
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5386
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
5383
5387
|
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5384
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
5385
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
5386
5388
|
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5387
5389
|
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5388
5390
|
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
@@ -5392,8 +5394,6 @@ export interface InitOutput {
|
|
|
5392
5394
|
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5393
5395
|
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
5394
5396
|
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
5395
|
-
readonly basicblserror_getCode: (a: number) => number;
|
|
5396
|
-
readonly basicblserror_message: (a: number) => [number, number];
|
|
5397
5397
|
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
5398
5398
|
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5399
5399
|
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
@@ -5405,9 +5405,6 @@ export interface InitOutput {
|
|
|
5405
5405
|
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5406
5406
|
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
5407
5407
|
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
5408
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5409
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5410
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5411
5408
|
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5412
5409
|
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
5413
5410
|
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
@@ -5429,6 +5426,9 @@ export interface InitOutput {
|
|
|
5429
5426
|
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5430
5427
|
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
5431
5428
|
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5429
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5430
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5431
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
5432
5432
|
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
5433
5433
|
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
5434
5434
|
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
@@ -5473,23 +5473,17 @@ export interface InitOutput {
|
|
|
5473
5473
|
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
5474
5474
|
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5475
5475
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5476
|
-
readonly
|
|
5477
|
-
readonly
|
|
5478
|
-
readonly
|
|
5479
|
-
readonly
|
|
5480
|
-
readonly
|
|
5481
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5482
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5483
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5484
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5476
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5477
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5478
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5479
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5480
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5485
5481
|
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5486
5482
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5487
5483
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5488
5484
|
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5489
5485
|
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5490
5486
|
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5491
|
-
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5492
|
-
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5493
5487
|
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5494
5488
|
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5495
5489
|
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
@@ -5499,28 +5493,35 @@ export interface InitOutput {
|
|
|
5499
5493
|
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5500
5494
|
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5501
5495
|
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5496
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5497
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5498
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
5499
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5500
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5501
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5502
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5503
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5504
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5502
5505
|
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5503
5506
|
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5504
5507
|
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5505
5508
|
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5506
5509
|
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5507
5510
|
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5511
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5512
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
5508
5513
|
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5509
5514
|
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5510
5515
|
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
5511
5516
|
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5517
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5518
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5512
5519
|
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
5513
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5514
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5515
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5516
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5517
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5518
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
5519
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
5520
5520
|
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5521
5521
|
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5522
5522
|
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5523
5523
|
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5524
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5524
5525
|
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5525
5526
|
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5526
5527
|
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
@@ -5546,9 +5547,8 @@ export interface InitOutput {
|
|
|
5546
5547
|
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5547
5548
|
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5548
5549
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5549
|
-
readonly
|
|
5550
|
-
readonly
|
|
5551
|
-
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5550
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5551
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5552
5552
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
5553
5553
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
5554
5554
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|