@dashevo/wasm-dpp 4.1.0-beta.2 → 4.1.0-rc.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 +328 -328
- package/dist/wasm/wasm_dpp.js +20 -20
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +328 -328
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -4384,43 +4384,41 @@ 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
|
|
4388
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4387
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
4389
4388
|
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4390
4389
|
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4391
4390
|
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4392
4391
|
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4393
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4394
4392
|
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
4395
|
-
readonly
|
|
4393
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4394
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4395
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
4396
4396
|
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
4397
|
-
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4398
4397
|
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4399
|
-
readonly
|
|
4400
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4398
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4401
4399
|
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4400
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
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
|
|
4406
|
-
readonly
|
|
4407
|
-
readonly
|
|
4408
|
-
readonly
|
|
4409
|
-
readonly
|
|
4410
|
-
readonly
|
|
4411
|
-
readonly
|
|
4412
|
-
readonly
|
|
4413
|
-
readonly
|
|
4414
|
-
readonly
|
|
4415
|
-
readonly
|
|
4416
|
-
readonly
|
|
4417
|
-
readonly
|
|
4418
|
-
readonly
|
|
4419
|
-
readonly
|
|
4420
|
-
readonly
|
|
4421
|
-
readonly
|
|
4422
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4423
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4405
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4406
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4407
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4408
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4409
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4410
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4411
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4412
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4413
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4414
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4415
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4416
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4417
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4418
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4419
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4420
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4421
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4424
4422
|
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4425
4423
|
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
4426
4424
|
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
@@ -4434,9 +4432,6 @@ export interface InitOutput {
|
|
|
4434
4432
|
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4435
4433
|
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4436
4434
|
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];
|
|
4440
4435
|
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4441
4436
|
readonly identitypublickey_getData: (a: number) => any;
|
|
4442
4437
|
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
@@ -4458,26 +4453,25 @@ export interface InitOutput {
|
|
|
4458
4453
|
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
4459
4454
|
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
4460
4455
|
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
4461
|
-
readonly
|
|
4462
|
-
readonly
|
|
4463
|
-
readonly
|
|
4456
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4457
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4458
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4459
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4460
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4461
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4462
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
4463
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4464
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
4465
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
4464
4466
|
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
4465
4467
|
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
4466
4468
|
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
4467
4469
|
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
4468
|
-
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4469
|
-
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
4470
|
-
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
4471
|
-
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
4472
4470
|
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4473
4471
|
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4474
4472
|
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4475
|
-
readonly
|
|
4476
|
-
readonly
|
|
4477
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4478
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4479
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4480
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4473
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4474
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4481
4475
|
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4482
4476
|
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4483
4477
|
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
@@ -4485,6 +4479,7 @@ export interface InitOutput {
|
|
|
4485
4479
|
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
4486
4480
|
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
4487
4481
|
readonly masternodevotetransition_getType: (a: number) => number;
|
|
4482
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4488
4483
|
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
4489
4484
|
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
4490
4485
|
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
@@ -4494,6 +4489,12 @@ export interface InitOutput {
|
|
|
4494
4489
|
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
4495
4490
|
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
4496
4491
|
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4492
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
4493
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
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];
|
|
4497
4498
|
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
4498
4499
|
readonly valueerror_getCode: (a: number) => number;
|
|
4499
4500
|
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
@@ -4502,15 +4503,14 @@ export interface InitOutput {
|
|
|
4502
4503
|
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4503
4504
|
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4504
4505
|
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
4505
|
-
readonly
|
|
4506
|
-
readonly
|
|
4507
|
-
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4506
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4507
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4508
4508
|
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4509
4509
|
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4510
4510
|
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4511
4511
|
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4512
|
-
readonly
|
|
4513
|
-
readonly
|
|
4512
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4513
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4514
4514
|
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
4515
4515
|
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
4516
4516
|
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
@@ -4533,6 +4533,7 @@ export interface InitOutput {
|
|
|
4533
4533
|
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
4534
4534
|
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
4535
4535
|
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4536
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4536
4537
|
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4537
4538
|
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4538
4539
|
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
@@ -4544,7 +4545,6 @@ 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;
|
|
4547
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4548
4548
|
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4549
4549
|
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4550
4550
|
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
@@ -4608,8 +4608,11 @@ export interface InitOutput {
|
|
|
4608
4608
|
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4609
4609
|
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4610
4610
|
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4611
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4612
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4613
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4614
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4611
4615
|
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4612
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4613
4616
|
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
4614
4617
|
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4615
4618
|
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
@@ -4642,9 +4645,6 @@ export interface InitOutput {
|
|
|
4642
4645
|
readonly tokentransition_toTransition: (a: number) => any;
|
|
4643
4646
|
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4644
4647
|
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];
|
|
4648
4648
|
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
4649
4649
|
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4650
4650
|
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
@@ -4653,8 +4653,8 @@ export interface InitOutput {
|
|
|
4653
4653
|
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
4654
4654
|
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
4655
4655
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
4656
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4656
4657
|
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4657
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4658
4658
|
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4659
4659
|
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4660
4660
|
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
@@ -4671,13 +4671,13 @@ export interface InitOutput {
|
|
|
4671
4671
|
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
4672
4672
|
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4673
4673
|
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4674
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4675
4674
|
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4676
4675
|
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
4677
4676
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4678
4677
|
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
4679
4678
|
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4680
4679
|
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4680
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4681
4681
|
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4682
4682
|
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4683
4683
|
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
@@ -4744,9 +4744,6 @@ export interface InitOutput {
|
|
|
4744
4744
|
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
4745
4745
|
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
4746
4746
|
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
4747
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4748
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4749
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4750
4747
|
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
4751
4748
|
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
4752
4749
|
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
@@ -4772,211 +4769,12 @@ export interface InitOutput {
|
|
|
4772
4769
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
4773
4770
|
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
4774
4771
|
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
4772
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
4773
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
4774
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
4775
4775
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4776
|
-
readonly
|
|
4776
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4777
4777
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4778
|
-
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4779
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4780
|
-
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
4781
|
-
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4782
|
-
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4783
|
-
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4784
|
-
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4785
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4786
|
-
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
4787
|
-
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4788
|
-
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4789
|
-
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4790
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4791
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4792
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4793
|
-
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4794
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4795
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4796
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4797
|
-
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4798
|
-
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4799
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4800
|
-
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4801
|
-
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4802
|
-
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4803
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4804
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4805
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4806
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4807
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4808
|
-
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4809
|
-
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
4810
|
-
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
4811
|
-
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4812
|
-
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4813
|
-
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4814
|
-
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4815
|
-
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4816
|
-
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4817
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4818
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4819
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4820
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4821
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4822
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4823
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4824
|
-
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4825
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4826
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4827
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4828
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4829
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4830
|
-
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4831
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4832
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4833
|
-
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4834
|
-
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
4835
|
-
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
4836
|
-
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
4837
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4838
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
4839
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
4840
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
4841
|
-
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
4842
|
-
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4843
|
-
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4844
|
-
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4845
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4846
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4847
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4848
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4849
|
-
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4850
|
-
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4851
|
-
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4852
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4853
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4854
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4855
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
4856
|
-
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4857
|
-
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4858
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4859
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4860
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4861
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4862
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4863
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4864
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4865
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4866
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4867
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4868
|
-
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
4869
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
4870
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
4871
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
4872
|
-
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4873
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4874
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
4875
|
-
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4876
|
-
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4877
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4878
|
-
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
4879
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4880
|
-
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4881
|
-
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4882
|
-
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4883
|
-
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4884
|
-
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
4885
|
-
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
4886
|
-
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4887
|
-
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4888
|
-
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4889
|
-
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
4890
|
-
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
4891
|
-
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
4892
|
-
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4893
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4894
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4895
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4896
|
-
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4897
|
-
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
4898
|
-
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4899
|
-
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
4900
|
-
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
4901
|
-
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
4902
|
-
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
4903
|
-
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4904
|
-
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4905
|
-
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4906
|
-
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4907
|
-
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4908
|
-
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4909
|
-
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4910
|
-
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4911
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4912
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4913
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4914
|
-
readonly datacontractfactory_new: (a: number) => number;
|
|
4915
|
-
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
4916
|
-
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4917
|
-
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4918
|
-
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
4919
|
-
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4920
|
-
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4921
|
-
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
4922
|
-
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4923
|
-
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4924
|
-
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4925
|
-
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4926
|
-
readonly documentfacade_new: (a: number) => number;
|
|
4927
|
-
readonly documenttransition_getAction: (a: number) => number;
|
|
4928
|
-
readonly documenttransition_getData: (a: number) => any;
|
|
4929
|
-
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
4930
|
-
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
4931
|
-
readonly documenttransition_getId: (a: number) => any;
|
|
4932
|
-
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
4933
|
-
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4934
|
-
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
4935
|
-
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
4936
|
-
readonly documenttransition_getType: (a: number) => [number, number];
|
|
4937
|
-
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
4938
|
-
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
4939
|
-
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
4940
|
-
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
4941
|
-
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4942
|
-
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4943
|
-
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4944
|
-
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4945
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4946
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4947
|
-
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4948
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4949
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4950
|
-
readonly metadata_from: (a: any) => [number, number, number];
|
|
4951
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
4952
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
4953
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4954
|
-
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
4955
|
-
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
4956
|
-
readonly metadata_toJSON: (a: number) => any;
|
|
4957
|
-
readonly metadata_toObject: (a: number) => any;
|
|
4958
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4959
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4960
|
-
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
4961
|
-
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
4962
|
-
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
4963
|
-
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
4964
|
-
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
4965
|
-
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
4966
|
-
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
4967
|
-
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
4968
|
-
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
4969
|
-
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
4970
|
-
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
4971
|
-
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
4972
|
-
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
4973
|
-
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
4974
|
-
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
4975
|
-
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
4976
|
-
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
4977
|
-
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
4978
|
-
readonly invalidactionterror_new: (a: any) => number;
|
|
4979
|
-
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
4980
4778
|
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4981
4779
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
4982
4780
|
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
@@ -4987,7 +4785,7 @@ export interface InitOutput {
|
|
|
4987
4785
|
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
4988
4786
|
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
4989
4787
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4990
|
-
readonly
|
|
4788
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4991
4789
|
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4992
4790
|
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
4993
4791
|
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
@@ -5067,9 +4865,8 @@ export interface InitOutput {
|
|
|
5067
4865
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
5068
4866
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
5069
4867
|
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
5070
|
-
readonly
|
|
5071
|
-
readonly
|
|
5072
|
-
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
4868
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4869
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
5073
4870
|
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5074
4871
|
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5075
4872
|
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
@@ -5144,23 +4941,226 @@ export interface InitOutput {
|
|
|
5144
4941
|
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
5145
4942
|
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
5146
4943
|
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
4944
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5147
4945
|
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5148
4946
|
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4947
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4948
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4949
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
4950
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4951
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4952
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4953
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4954
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4955
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
4956
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4957
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4958
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4959
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4960
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4961
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4962
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4963
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4964
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4965
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4966
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
4967
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4968
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4969
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4970
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4971
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4972
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4973
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4974
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4975
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4976
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4977
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4978
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
4979
|
+
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
4980
|
+
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
4981
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4982
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4983
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4984
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4985
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4986
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4987
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4988
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4989
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4990
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4991
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4992
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4993
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4994
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4995
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4996
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4997
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4998
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4999
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5000
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5001
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
5002
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
5003
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
5004
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
5005
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
5006
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5007
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5008
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
5009
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
5010
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5011
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5012
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5013
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
5014
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5015
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
5016
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
5017
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
5018
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
5019
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
5020
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
5021
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5022
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5023
|
+
readonly invalididentitycredittransferamounterror_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 invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5034
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5035
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5036
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5037
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5038
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5039
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5040
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5041
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
5042
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
5043
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5044
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5045
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
5046
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5047
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5048
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5049
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5050
|
+
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
5051
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
5052
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
5053
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
5054
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
5055
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
5056
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
5057
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
5058
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
5059
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
5060
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
5061
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
5062
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5063
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
5064
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5065
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5066
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
5067
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
5068
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
5069
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
5070
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
5071
|
+
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
5072
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5073
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5074
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
5075
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
5076
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
5077
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
5078
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
5079
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
5080
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
5081
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
5082
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5083
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5084
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
5085
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5086
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
5087
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
5088
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5089
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5090
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
5091
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5092
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5093
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5094
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5095
|
+
readonly documentfacade_new: (a: number) => number;
|
|
5096
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
5097
|
+
readonly documenttransition_getData: (a: number) => any;
|
|
5098
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
5099
|
+
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
5100
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
5101
|
+
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
5102
|
+
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5103
|
+
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
5104
|
+
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
5105
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
5106
|
+
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
5107
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
5108
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
5109
|
+
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
5110
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5111
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
5112
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
5113
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
5114
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
5115
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
5116
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
5117
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
5118
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
5119
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
5120
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5121
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5122
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5123
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5124
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5125
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
5126
|
+
readonly metadata_toObject: (a: number) => any;
|
|
5127
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
5128
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
5129
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
5130
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
5131
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5132
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
5133
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
5134
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
5135
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
5136
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
5137
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
5138
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
5139
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
5140
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
5141
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
5142
|
+
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
5143
|
+
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
5144
|
+
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
5145
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
5146
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
5147
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
5148
|
+
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
5149
5149
|
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5150
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
5150
5151
|
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
5151
5152
|
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
5152
5153
|
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5153
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5154
5154
|
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
5155
5155
|
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5156
5156
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5157
5157
|
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5158
5158
|
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
5159
5159
|
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5160
|
-
readonly
|
|
5160
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5161
5161
|
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5162
5162
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5163
|
-
readonly
|
|
5163
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5164
5164
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5165
5165
|
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5166
5166
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
@@ -5170,6 +5170,23 @@ export interface InitOutput {
|
|
|
5170
5170
|
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5171
5171
|
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5172
5172
|
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5173
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5174
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5175
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
5176
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5177
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
5178
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
5179
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5180
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
5181
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5182
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5183
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5184
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
5185
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5186
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5187
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5188
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5189
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5173
5190
|
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5174
5191
|
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
5175
5192
|
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
@@ -5181,23 +5198,6 @@ export interface InitOutput {
|
|
|
5181
5198
|
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5182
5199
|
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5183
5200
|
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5184
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5185
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5186
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5187
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5188
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5189
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5190
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5191
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5192
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5193
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5194
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5195
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5196
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5197
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5198
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5199
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5200
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5201
5201
|
readonly document_clone: (a: number) => number;
|
|
5202
5202
|
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
5203
5203
|
readonly document_getCreatedAt: (a: number) => any;
|
|
@@ -5235,7 +5235,6 @@ export interface InitOutput {
|
|
|
5235
5235
|
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
5236
5236
|
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5237
5237
|
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
5238
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5239
5238
|
readonly extendeddocument_getId: (a: number) => any;
|
|
5240
5239
|
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
5241
5240
|
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
@@ -5279,8 +5278,9 @@ export interface InitOutput {
|
|
|
5279
5278
|
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
5280
5279
|
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
5281
5280
|
readonly identity_toObject: (a: number) => [number, number, number];
|
|
5282
|
-
readonly
|
|
5283
|
-
readonly
|
|
5281
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5282
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5283
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
5284
5284
|
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5285
5285
|
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5286
5286
|
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
@@ -5319,11 +5319,11 @@ export interface InitOutput {
|
|
|
5319
5319
|
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
5320
5320
|
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
5321
5321
|
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
5322
|
-
readonly
|
|
5323
|
-
readonly
|
|
5324
|
-
readonly
|
|
5325
|
-
readonly
|
|
5326
|
-
readonly
|
|
5322
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5323
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5324
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5325
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5326
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5327
5327
|
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5328
5328
|
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5329
5329
|
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
@@ -5352,37 +5352,37 @@ export interface InitOutput {
|
|
|
5352
5352
|
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5353
5353
|
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5354
5354
|
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
5355
|
-
readonly
|
|
5356
|
-
readonly
|
|
5355
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5356
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5357
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5357
5358
|
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5358
5359
|
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5359
5360
|
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5360
5361
|
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5361
5362
|
readonly identity_getBalance: (a: number) => bigint;
|
|
5362
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5363
5363
|
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5364
5364
|
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5365
5365
|
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
5366
|
+
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;
|
|
5370
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5369
5371
|
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
5372
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
5370
5373
|
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
5371
5374
|
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
5372
|
-
readonly
|
|
5375
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
5373
5376
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5374
5377
|
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
5375
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5376
|
-
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
5377
5378
|
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
5379
|
+
readonly __wbg_invaliddocumenttypeerror_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;
|
|
5378
5382
|
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5379
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
5380
5383
|
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
5381
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5382
5384
|
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5383
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
5384
5385
|
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5385
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
5386
5386
|
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
5387
5387
|
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5388
5388
|
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
@@ -5393,6 +5393,8 @@ export interface InitOutput {
|
|
|
5393
5393
|
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5394
5394
|
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
5395
5395
|
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
5396
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
5397
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
5396
5398
|
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
5397
5399
|
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5398
5400
|
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
@@ -5404,6 +5406,9 @@ export interface InitOutput {
|
|
|
5404
5406
|
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5405
5407
|
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
5406
5408
|
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
5409
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
5410
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
5411
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5407
5412
|
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5408
5413
|
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
5409
5414
|
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
@@ -5425,6 +5430,9 @@ export interface InitOutput {
|
|
|
5425
5430
|
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5426
5431
|
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
5427
5432
|
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5433
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5434
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5435
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
5428
5436
|
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
5429
5437
|
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
5430
5438
|
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
@@ -5469,53 +5477,43 @@ export interface InitOutput {
|
|
|
5469
5477
|
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
5470
5478
|
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5471
5479
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5472
|
-
readonly
|
|
5473
|
-
readonly
|
|
5474
|
-
readonly
|
|
5475
|
-
readonly
|
|
5476
|
-
readonly
|
|
5480
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5481
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5482
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5483
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5484
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5477
5485
|
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5478
5486
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5479
5487
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5480
5488
|
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5481
5489
|
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5482
5490
|
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5483
|
-
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5484
|
-
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5485
|
-
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5486
|
-
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5487
|
-
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5488
|
-
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5489
|
-
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
5490
|
-
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
5491
5491
|
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5492
5492
|
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5493
5493
|
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5494
5494
|
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5495
5495
|
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5496
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5497
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
5498
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
5499
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
5500
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5501
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5502
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5503
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5504
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5505
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5496
5506
|
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5497
5507
|
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5498
5508
|
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5499
5509
|
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5500
5510
|
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5501
5511
|
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5502
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5503
|
-
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
5504
5512
|
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5505
5513
|
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5506
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5507
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5508
|
-
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5509
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5510
5514
|
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
5511
5515
|
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5512
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5513
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5514
5516
|
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
5515
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5516
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5517
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5518
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5519
5517
|
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5520
5518
|
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
5521
5519
|
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
@@ -5523,7 +5521,6 @@ export interface InitOutput {
|
|
|
5523
5521
|
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5524
5522
|
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5525
5523
|
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5526
|
-
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5527
5524
|
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5528
5525
|
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5529
5526
|
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
@@ -5549,6 +5546,9 @@ export interface InitOutput {
|
|
|
5549
5546
|
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5550
5547
|
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5551
5548
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5549
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5550
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5551
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
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;
|