@dashevo/wasm-dpp 3.0.0 → 3.0.1-hotfix.2
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 +839 -839
- package/dist/wasm/wasm_dpp.js +13 -13
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +839 -839
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export function getLatestProtocolVersion(): number;
|
|
4
3
|
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
5
4
|
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
6
5
|
export function generateDocumentId(contract_id: any, owner_id: any, document_type: string, entropy: Uint8Array): any;
|
|
6
|
+
export function getLatestProtocolVersion(): number;
|
|
7
7
|
export enum KeyPurpose {
|
|
8
8
|
/**
|
|
9
9
|
* at least one authentication key must be registered for all security levels
|
|
@@ -3485,130 +3485,313 @@ export interface InitOutput {
|
|
|
3485
3485
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
3486
3486
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
3487
3487
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
3488
|
-
readonly
|
|
3489
|
-
readonly
|
|
3490
|
-
readonly
|
|
3491
|
-
readonly
|
|
3492
|
-
readonly
|
|
3493
|
-
readonly
|
|
3494
|
-
readonly
|
|
3495
|
-
readonly
|
|
3496
|
-
readonly
|
|
3497
|
-
readonly
|
|
3498
|
-
readonly
|
|
3488
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
3489
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
3490
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
3491
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
3492
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
3493
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
3494
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
3495
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
3496
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
3497
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
3498
|
+
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
3499
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
3500
|
+
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
3501
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
3502
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
3503
|
+
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
3499
3504
|
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
3500
|
-
readonly
|
|
3501
|
-
readonly
|
|
3502
|
-
readonly
|
|
3503
|
-
readonly
|
|
3504
|
-
readonly
|
|
3505
|
-
readonly
|
|
3506
|
-
readonly
|
|
3507
|
-
readonly
|
|
3508
|
-
readonly
|
|
3509
|
-
readonly
|
|
3510
|
-
readonly
|
|
3511
|
-
readonly
|
|
3512
|
-
readonly
|
|
3513
|
-
readonly
|
|
3514
|
-
readonly
|
|
3515
|
-
readonly
|
|
3516
|
-
readonly
|
|
3517
|
-
readonly
|
|
3518
|
-
readonly
|
|
3519
|
-
readonly
|
|
3520
|
-
readonly
|
|
3521
|
-
readonly
|
|
3522
|
-
readonly
|
|
3523
|
-
readonly
|
|
3524
|
-
readonly
|
|
3525
|
-
readonly
|
|
3526
|
-
readonly
|
|
3527
|
-
readonly
|
|
3528
|
-
readonly
|
|
3529
|
-
readonly
|
|
3530
|
-
readonly
|
|
3531
|
-
readonly
|
|
3532
|
-
readonly
|
|
3533
|
-
readonly
|
|
3534
|
-
readonly
|
|
3535
|
-
readonly
|
|
3536
|
-
readonly
|
|
3537
|
-
readonly
|
|
3538
|
-
readonly
|
|
3539
|
-
readonly
|
|
3540
|
-
readonly
|
|
3541
|
-
readonly
|
|
3542
|
-
readonly
|
|
3543
|
-
readonly
|
|
3544
|
-
readonly
|
|
3545
|
-
readonly
|
|
3546
|
-
readonly
|
|
3547
|
-
readonly
|
|
3548
|
-
readonly
|
|
3549
|
-
readonly
|
|
3550
|
-
readonly
|
|
3551
|
-
readonly
|
|
3552
|
-
readonly
|
|
3553
|
-
readonly
|
|
3554
|
-
readonly
|
|
3555
|
-
readonly
|
|
3556
|
-
readonly
|
|
3557
|
-
readonly
|
|
3558
|
-
readonly
|
|
3559
|
-
readonly
|
|
3560
|
-
readonly
|
|
3561
|
-
readonly
|
|
3562
|
-
readonly
|
|
3563
|
-
readonly
|
|
3564
|
-
readonly
|
|
3505
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
3506
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
3507
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
3508
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
3509
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
3510
|
+
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
3511
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
3512
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
3513
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
3514
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
3515
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
3516
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3517
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
3518
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
3519
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3520
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
3521
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
3522
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3523
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
3524
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3525
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
3526
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
3527
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
3528
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3529
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3530
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3531
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
3532
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
3533
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
3534
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
3535
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
3536
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3537
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
3538
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3539
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
3540
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
3541
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
3542
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
3543
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3544
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3545
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
3546
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
3547
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
3548
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
3549
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
3550
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
3551
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
3552
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
3553
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
3554
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
3555
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
3556
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
3557
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
3558
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
3559
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
3560
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
3561
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
3562
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
3563
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
3564
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
3565
|
+
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
3566
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
3567
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
3568
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
3569
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
3570
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
3571
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
3572
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
3573
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
3574
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
3575
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
3576
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3577
|
+
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
3578
|
+
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
3579
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
3580
|
+
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3581
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
3582
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3583
|
+
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
3584
|
+
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
3585
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
3586
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
3587
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3588
|
+
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3589
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3590
|
+
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3591
|
+
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
3592
|
+
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3593
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
3594
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
3595
|
+
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3596
|
+
readonly identitypublickey_getData: (a: number) => any;
|
|
3597
|
+
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
3598
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
3599
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
3600
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
3601
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
3602
|
+
readonly identitypublickey_hash: (a: number) => [number, number, number, number];
|
|
3603
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
3604
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
3605
|
+
readonly identitypublickey_new: (a: number) => [number, number, number];
|
|
3606
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number) => [number, number];
|
|
3607
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: any) => void;
|
|
3608
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
3609
|
+
readonly identitypublickey_setPurpose: (a: number, b: number) => [number, number];
|
|
3610
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
3611
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
3612
|
+
readonly identitypublickey_setType: (a: number, b: number) => [number, number];
|
|
3613
|
+
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
3614
|
+
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
3615
|
+
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
3616
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
3617
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
3618
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
3619
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
3620
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
3621
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
3622
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3623
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
3624
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
3625
|
+
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
3626
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
3627
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
3628
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
3629
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3630
|
+
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3631
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3632
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
3633
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
3634
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3635
|
+
readonly identityupdatetransition_addPublicKeys: (a: number) => [number, number];
|
|
3636
|
+
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3637
|
+
readonly identityupdatetransition_getIdentityId: (a: number) => any;
|
|
3638
|
+
readonly identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3639
|
+
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number) => [number, number];
|
|
3640
|
+
readonly identityupdatetransition_getPublicKeysToAdd: (a: number) => [number, number];
|
|
3641
|
+
readonly identityupdatetransition_getRevision: (a: number) => bigint;
|
|
3642
|
+
readonly identityupdatetransition_getSignature: (a: number) => any;
|
|
3643
|
+
readonly identityupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3644
|
+
readonly identityupdatetransition_getType: (a: number) => number;
|
|
3645
|
+
readonly identityupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3646
|
+
readonly identityupdatetransition_new: (a: number) => [number, number, number];
|
|
3647
|
+
readonly identityupdatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
3648
|
+
readonly identityupdatetransition_setIdentityId: (a: number, b: any) => void;
|
|
3649
|
+
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
3650
|
+
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number) => [number, number];
|
|
3651
|
+
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
3652
|
+
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3653
|
+
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
3654
|
+
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3655
|
+
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3656
|
+
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3657
|
+
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3658
|
+
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
3659
|
+
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3660
|
+
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
3565
3661
|
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
3566
3662
|
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
3567
3663
|
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
3568
3664
|
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
3569
3665
|
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
3570
|
-
readonly
|
|
3571
|
-
readonly
|
|
3572
|
-
readonly
|
|
3573
|
-
readonly
|
|
3574
|
-
readonly
|
|
3575
|
-
readonly
|
|
3576
|
-
readonly
|
|
3577
|
-
readonly
|
|
3578
|
-
readonly
|
|
3579
|
-
readonly
|
|
3580
|
-
readonly
|
|
3581
|
-
readonly
|
|
3582
|
-
readonly
|
|
3583
|
-
readonly
|
|
3584
|
-
readonly
|
|
3585
|
-
readonly
|
|
3586
|
-
readonly
|
|
3587
|
-
readonly
|
|
3588
|
-
readonly
|
|
3589
|
-
readonly
|
|
3590
|
-
readonly
|
|
3591
|
-
readonly
|
|
3592
|
-
readonly
|
|
3593
|
-
readonly
|
|
3594
|
-
readonly
|
|
3595
|
-
readonly
|
|
3596
|
-
readonly
|
|
3597
|
-
readonly
|
|
3598
|
-
readonly
|
|
3599
|
-
readonly
|
|
3600
|
-
readonly
|
|
3601
|
-
readonly
|
|
3602
|
-
readonly
|
|
3603
|
-
readonly
|
|
3604
|
-
readonly
|
|
3605
|
-
readonly
|
|
3606
|
-
readonly
|
|
3607
|
-
readonly
|
|
3608
|
-
readonly
|
|
3609
|
-
readonly
|
|
3610
|
-
readonly
|
|
3611
|
-
readonly
|
|
3666
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
3667
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
3668
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
3669
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
3670
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
3671
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
3672
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
3673
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
3674
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
3675
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
3676
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
3677
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
3678
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
3679
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
3680
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
3681
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
3682
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3683
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
3684
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
3685
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
3686
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
3687
|
+
readonly validationresult_getData: (a: number) => any;
|
|
3688
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
3689
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
3690
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
3691
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
3692
|
+
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
3693
|
+
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
3694
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3695
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
3696
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
3697
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
3698
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
3699
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3700
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
3701
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
3702
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
3703
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3704
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
3705
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
3706
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
3707
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
3708
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
3709
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
3710
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
3711
|
+
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
3712
|
+
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
3713
|
+
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3714
|
+
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
3715
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3716
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3717
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3718
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
3719
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
3720
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
3721
|
+
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
3722
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
3723
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
3724
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
3725
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
3726
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
3727
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
3728
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
3729
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
3730
|
+
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
3731
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
3732
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
3733
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
3734
|
+
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
3735
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
3736
|
+
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
3737
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
3738
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
3739
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
3740
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
3741
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
3742
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3743
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
3744
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
3745
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
3746
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
3747
|
+
readonly documenttransition_getData: (a: number) => any;
|
|
3748
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
3749
|
+
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
3750
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
3751
|
+
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
3752
|
+
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
3753
|
+
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
3754
|
+
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
3755
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
3756
|
+
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
3757
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
3758
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
3759
|
+
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
3760
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
3761
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
3762
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
3763
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
3764
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
3765
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
3766
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
3767
|
+
readonly metadata_toObject: (a: number) => any;
|
|
3768
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
3769
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
3770
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
3771
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
3772
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
3773
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
3774
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
3775
|
+
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
3776
|
+
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
3777
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
3778
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
3779
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
3780
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
3781
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
3782
|
+
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
3783
|
+
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
3784
|
+
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
3785
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
3786
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
3787
|
+
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
3788
|
+
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
3789
|
+
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
3790
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
3791
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
3792
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
3793
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
3794
|
+
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
3612
3795
|
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
3613
3796
|
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
3614
3797
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
@@ -3623,17 +3806,17 @@ export interface InitOutput {
|
|
|
3623
3806
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
3624
3807
|
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
3625
3808
|
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
3626
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
3627
3809
|
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
3628
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
3629
3810
|
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
3630
3811
|
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
3631
3812
|
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
3632
3813
|
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
3633
3814
|
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
3634
3815
|
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
3816
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
3635
3817
|
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
3636
3818
|
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
3819
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
3637
3820
|
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
3638
3821
|
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
3639
3822
|
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
@@ -3752,16 +3935,10 @@ export interface InitOutput {
|
|
|
3752
3935
|
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
3753
3936
|
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
3754
3937
|
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
3755
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
3756
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
3757
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
3758
3938
|
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
3759
3939
|
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
3760
3940
|
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
3761
3941
|
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
3762
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
3763
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
3764
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
3765
3942
|
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
3766
3943
|
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
3767
3944
|
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
@@ -3794,519 +3971,444 @@ export interface InitOutput {
|
|
|
3794
3971
|
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
3795
3972
|
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
3796
3973
|
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
3974
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
3975
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
3976
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
3797
3977
|
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
3798
3978
|
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
3799
3979
|
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
3800
3980
|
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
3801
3981
|
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
3802
3982
|
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
3983
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
3984
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
3985
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
3803
3986
|
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
3804
3987
|
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
3805
3988
|
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
3806
3989
|
readonly identity_getBalance: (a: number) => bigint;
|
|
3807
3990
|
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
3808
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
3809
3991
|
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
3810
|
-
readonly
|
|
3811
|
-
readonly
|
|
3812
|
-
readonly
|
|
3813
|
-
readonly
|
|
3814
|
-
readonly
|
|
3815
|
-
readonly
|
|
3816
|
-
readonly
|
|
3817
|
-
readonly
|
|
3818
|
-
readonly
|
|
3819
|
-
readonly
|
|
3820
|
-
readonly
|
|
3821
|
-
readonly
|
|
3822
|
-
readonly
|
|
3823
|
-
readonly
|
|
3824
|
-
readonly
|
|
3825
|
-
readonly
|
|
3826
|
-
readonly
|
|
3827
|
-
readonly
|
|
3828
|
-
readonly
|
|
3829
|
-
readonly
|
|
3830
|
-
readonly
|
|
3831
|
-
readonly
|
|
3832
|
-
readonly
|
|
3833
|
-
readonly
|
|
3834
|
-
readonly
|
|
3835
|
-
readonly
|
|
3836
|
-
readonly
|
|
3837
|
-
readonly
|
|
3838
|
-
readonly
|
|
3839
|
-
readonly
|
|
3840
|
-
readonly
|
|
3841
|
-
readonly
|
|
3842
|
-
readonly
|
|
3843
|
-
readonly getLatestProtocolVersion: () => number;
|
|
3844
|
-
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
3845
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
3846
|
-
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
3847
|
-
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
3848
|
-
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
3849
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
3850
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
3851
|
-
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
3852
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
3853
|
-
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
3854
|
-
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
3855
|
-
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
3856
|
-
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
3857
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
3858
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
3859
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
3860
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
3861
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
3862
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
3863
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
3864
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
3865
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
3866
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
3867
|
-
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
3868
|
-
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
3869
|
-
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
3870
|
-
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
3871
|
-
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
3872
|
-
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
3873
|
-
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
3874
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
3875
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
3876
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
3877
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
3878
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
3879
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
3880
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
3881
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
3882
|
-
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
3883
|
-
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
3884
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
3885
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
3886
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
3887
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
3888
|
-
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
3889
|
-
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
3890
|
-
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
3891
|
-
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
3892
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
3893
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
3894
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3895
|
-
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
3896
|
-
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
3897
|
-
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
3898
|
-
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
3899
|
-
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
3900
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
3901
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
3902
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
3903
|
-
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
3904
|
-
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
3905
|
-
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
3906
|
-
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
3992
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
3993
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
3994
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
3995
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
3996
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
3997
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
3998
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
3999
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
4000
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4001
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4002
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4003
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4004
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4005
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4006
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4007
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4008
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4009
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
4010
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4011
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4012
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4013
|
+
readonly documentfacade_new: (a: number) => number;
|
|
4014
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
4015
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
4016
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4017
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4018
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4019
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4020
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4021
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4022
|
+
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
4023
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4024
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
3907
4025
|
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
3908
|
-
readonly
|
|
3909
|
-
readonly
|
|
3910
|
-
readonly
|
|
3911
|
-
readonly
|
|
3912
|
-
readonly
|
|
3913
|
-
readonly
|
|
3914
|
-
readonly
|
|
3915
|
-
readonly
|
|
3916
|
-
readonly
|
|
3917
|
-
readonly
|
|
3918
|
-
readonly
|
|
3919
|
-
readonly
|
|
3920
|
-
readonly
|
|
3921
|
-
readonly
|
|
3922
|
-
readonly
|
|
3923
|
-
readonly
|
|
3924
|
-
readonly
|
|
3925
|
-
readonly
|
|
3926
|
-
readonly
|
|
3927
|
-
readonly
|
|
3928
|
-
readonly
|
|
3929
|
-
readonly
|
|
3930
|
-
readonly
|
|
3931
|
-
readonly
|
|
3932
|
-
readonly
|
|
3933
|
-
readonly
|
|
3934
|
-
readonly
|
|
3935
|
-
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3936
|
-
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
3937
|
-
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
3938
|
-
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3939
|
-
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3940
|
-
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
3941
|
-
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4026
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4027
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
4028
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
4029
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4030
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4031
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
4032
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
4033
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
4034
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4035
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4036
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
4037
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4038
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4039
|
+
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
4040
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4041
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4042
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4043
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4044
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
4045
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4046
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
4047
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4048
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4049
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4050
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4051
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4052
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
3942
4053
|
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
3943
4054
|
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
3944
4055
|
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
3945
|
-
readonly
|
|
3946
|
-
readonly
|
|
3947
|
-
readonly
|
|
3948
|
-
readonly
|
|
3949
|
-
readonly
|
|
3950
|
-
readonly
|
|
3951
|
-
readonly
|
|
3952
|
-
readonly
|
|
3953
|
-
readonly
|
|
3954
|
-
readonly
|
|
3955
|
-
readonly
|
|
3956
|
-
readonly
|
|
3957
|
-
readonly
|
|
3958
|
-
readonly
|
|
3959
|
-
readonly
|
|
3960
|
-
readonly
|
|
3961
|
-
readonly
|
|
3962
|
-
readonly
|
|
3963
|
-
readonly
|
|
3964
|
-
readonly
|
|
3965
|
-
readonly
|
|
3966
|
-
readonly
|
|
3967
|
-
readonly
|
|
3968
|
-
readonly
|
|
3969
|
-
readonly
|
|
3970
|
-
readonly
|
|
3971
|
-
readonly
|
|
3972
|
-
readonly
|
|
3973
|
-
readonly
|
|
3974
|
-
readonly
|
|
3975
|
-
readonly
|
|
3976
|
-
readonly
|
|
3977
|
-
readonly
|
|
3978
|
-
readonly
|
|
3979
|
-
readonly
|
|
3980
|
-
readonly
|
|
3981
|
-
readonly
|
|
3982
|
-
readonly
|
|
3983
|
-
readonly
|
|
3984
|
-
readonly
|
|
3985
|
-
readonly
|
|
3986
|
-
readonly
|
|
3987
|
-
readonly
|
|
3988
|
-
readonly
|
|
3989
|
-
readonly
|
|
3990
|
-
readonly
|
|
3991
|
-
readonly
|
|
3992
|
-
readonly
|
|
3993
|
-
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
3994
|
-
readonly tokentransition_toTransition: (a: number) => any;
|
|
3995
|
-
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
3996
|
-
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
3997
|
-
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
3998
|
-
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
3999
|
-
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
4000
|
-
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4001
|
-
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4002
|
-
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4003
|
-
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
4004
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4005
|
-
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
4006
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
4007
|
-
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
4008
|
-
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
4009
|
-
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
4010
|
-
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
4011
|
-
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4012
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4013
|
-
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
4014
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
4015
|
-
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
4016
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4017
|
-
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
4018
|
-
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
4019
|
-
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
4020
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4021
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
4022
|
-
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4023
|
-
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4024
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4025
|
-
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4026
|
-
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
4027
|
-
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4028
|
-
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
4029
|
-
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
4030
|
-
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
4031
|
-
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4032
|
-
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4033
|
-
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4034
|
-
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4035
|
-
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
4036
|
-
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
4037
|
-
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4038
|
-
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4039
|
-
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4040
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4041
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4042
|
-
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4043
|
-
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4044
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4045
|
-
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4046
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4047
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4048
|
-
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4049
|
-
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
4050
|
-
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
4051
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4052
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4053
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4054
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
4055
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
4056
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4057
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
4058
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4059
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4060
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4061
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4062
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4063
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
4064
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4065
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4066
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
4067
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
4068
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
4069
|
-
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
4070
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
4071
|
-
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4072
|
-
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
4073
|
-
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
4074
|
-
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
4075
|
-
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
4076
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
4077
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
4078
|
-
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
4079
|
-
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
4080
|
-
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
4081
|
-
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4082
|
-
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4083
|
-
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
4084
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4085
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4086
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4087
|
-
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4088
|
-
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
4089
|
-
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
4090
|
-
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
4091
|
-
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4092
|
-
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
4093
|
-
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
4094
|
-
readonly identitycreatetransition_getType: (a: number) => number;
|
|
4095
|
-
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4096
|
-
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4097
|
-
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4098
|
-
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
4099
|
-
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
4100
|
-
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4101
|
-
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
4102
|
-
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4103
|
-
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4104
|
-
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4105
|
-
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4106
|
-
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
4107
|
-
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4108
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
4109
|
-
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
4110
|
-
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4111
|
-
readonly identitypublickey_getData: (a: number) => any;
|
|
4112
|
-
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
4113
|
-
readonly identitypublickey_getId: (a: number) => number;
|
|
4114
|
-
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
4115
|
-
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
4116
|
-
readonly identitypublickey_getType: (a: number) => number;
|
|
4117
|
-
readonly identitypublickey_hash: (a: number) => [number, number, number, number];
|
|
4118
|
-
readonly identitypublickey_isMaster: (a: number) => number;
|
|
4119
|
-
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
4120
|
-
readonly identitypublickey_new: (a: number) => [number, number, number];
|
|
4121
|
-
readonly identitypublickey_setData: (a: number, b: number, c: number) => [number, number];
|
|
4122
|
-
readonly identitypublickey_setDisabledAt: (a: number, b: any) => void;
|
|
4123
|
-
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
4124
|
-
readonly identitypublickey_setPurpose: (a: number, b: number) => [number, number];
|
|
4125
|
-
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
4126
|
-
readonly identitypublickey_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
4127
|
-
readonly identitypublickey_setType: (a: number, b: number) => [number, number];
|
|
4128
|
-
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
4129
|
-
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
4130
|
-
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
4131
|
-
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4132
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4133
|
-
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4134
|
-
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
4135
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
4136
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
4137
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4138
|
-
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
4139
|
-
readonly identitytopuptransition_getType: (a: number) => number;
|
|
4140
|
-
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
4141
|
-
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
4142
|
-
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4143
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
4144
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4145
|
-
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4146
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4147
|
-
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
4148
|
-
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
4149
|
-
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4150
|
-
readonly identityupdatetransition_addPublicKeys: (a: number) => [number, number];
|
|
4151
|
-
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4152
|
-
readonly identityupdatetransition_getIdentityId: (a: number) => any;
|
|
4153
|
-
readonly identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4154
|
-
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number) => [number, number];
|
|
4155
|
-
readonly identityupdatetransition_getPublicKeysToAdd: (a: number) => [number, number];
|
|
4156
|
-
readonly identityupdatetransition_getRevision: (a: number) => bigint;
|
|
4157
|
-
readonly identityupdatetransition_getSignature: (a: number) => any;
|
|
4158
|
-
readonly identityupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4159
|
-
readonly identityupdatetransition_getType: (a: number) => number;
|
|
4160
|
-
readonly identityupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4161
|
-
readonly identityupdatetransition_new: (a: number) => [number, number, number];
|
|
4162
|
-
readonly identityupdatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4163
|
-
readonly identityupdatetransition_setIdentityId: (a: number, b: any) => void;
|
|
4164
|
-
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
4165
|
-
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number) => [number, number];
|
|
4166
|
-
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
4167
|
-
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4168
|
-
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4169
|
-
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4170
|
-
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4171
|
-
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4172
|
-
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4173
|
-
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
4174
|
-
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4175
|
-
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4056
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4057
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4058
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4059
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4060
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4061
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
4062
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
4063
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
4064
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
4065
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
4066
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
4067
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
4068
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
4069
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
4070
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
4071
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
4072
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4073
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4074
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4075
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
4076
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4077
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4078
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4079
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4080
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4081
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
4082
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
4083
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
4084
|
+
readonly documenttransitions_new: () => number;
|
|
4085
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
4086
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4087
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
4088
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4089
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4090
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4091
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4092
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4093
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4094
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4095
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4096
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4097
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
4098
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4099
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4100
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4101
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4102
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4103
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4176
4104
|
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
4177
4105
|
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
4178
4106
|
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
4179
4107
|
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
4180
4108
|
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
4181
|
-
readonly
|
|
4182
|
-
readonly
|
|
4183
|
-
readonly
|
|
4184
|
-
readonly
|
|
4185
|
-
readonly
|
|
4186
|
-
readonly
|
|
4187
|
-
readonly
|
|
4188
|
-
readonly
|
|
4189
|
-
readonly
|
|
4190
|
-
readonly
|
|
4191
|
-
readonly
|
|
4192
|
-
readonly
|
|
4193
|
-
readonly
|
|
4194
|
-
readonly
|
|
4195
|
-
readonly
|
|
4196
|
-
readonly
|
|
4197
|
-
readonly
|
|
4198
|
-
readonly
|
|
4199
|
-
readonly
|
|
4200
|
-
readonly
|
|
4201
|
-
readonly
|
|
4202
|
-
readonly
|
|
4203
|
-
readonly
|
|
4204
|
-
readonly
|
|
4205
|
-
readonly
|
|
4206
|
-
readonly
|
|
4207
|
-
readonly
|
|
4208
|
-
readonly
|
|
4209
|
-
readonly
|
|
4210
|
-
readonly
|
|
4211
|
-
readonly
|
|
4212
|
-
readonly
|
|
4213
|
-
readonly
|
|
4214
|
-
readonly
|
|
4215
|
-
readonly
|
|
4216
|
-
readonly
|
|
4217
|
-
readonly
|
|
4218
|
-
readonly
|
|
4219
|
-
readonly
|
|
4220
|
-
readonly
|
|
4221
|
-
readonly
|
|
4222
|
-
readonly
|
|
4223
|
-
readonly
|
|
4224
|
-
readonly
|
|
4225
|
-
readonly
|
|
4226
|
-
readonly
|
|
4227
|
-
readonly
|
|
4228
|
-
readonly
|
|
4229
|
-
readonly
|
|
4230
|
-
readonly
|
|
4231
|
-
readonly
|
|
4232
|
-
readonly
|
|
4233
|
-
readonly
|
|
4234
|
-
readonly
|
|
4235
|
-
readonly
|
|
4236
|
-
readonly
|
|
4237
|
-
readonly
|
|
4238
|
-
readonly
|
|
4239
|
-
readonly
|
|
4240
|
-
readonly
|
|
4241
|
-
readonly
|
|
4242
|
-
readonly
|
|
4243
|
-
readonly
|
|
4244
|
-
readonly
|
|
4245
|
-
readonly
|
|
4246
|
-
readonly
|
|
4247
|
-
readonly
|
|
4248
|
-
readonly
|
|
4249
|
-
readonly
|
|
4250
|
-
readonly
|
|
4251
|
-
readonly
|
|
4252
|
-
readonly
|
|
4253
|
-
readonly
|
|
4254
|
-
readonly
|
|
4255
|
-
readonly
|
|
4256
|
-
readonly
|
|
4257
|
-
readonly
|
|
4258
|
-
readonly
|
|
4259
|
-
readonly
|
|
4260
|
-
readonly
|
|
4261
|
-
readonly
|
|
4262
|
-
readonly
|
|
4263
|
-
readonly
|
|
4264
|
-
readonly
|
|
4265
|
-
readonly
|
|
4266
|
-
readonly
|
|
4267
|
-
readonly
|
|
4268
|
-
readonly
|
|
4269
|
-
readonly
|
|
4270
|
-
readonly
|
|
4271
|
-
readonly
|
|
4272
|
-
readonly
|
|
4273
|
-
readonly
|
|
4274
|
-
readonly
|
|
4275
|
-
readonly
|
|
4276
|
-
readonly
|
|
4277
|
-
readonly
|
|
4278
|
-
readonly
|
|
4279
|
-
readonly
|
|
4280
|
-
readonly
|
|
4281
|
-
readonly
|
|
4282
|
-
readonly
|
|
4283
|
-
readonly
|
|
4284
|
-
readonly
|
|
4285
|
-
readonly
|
|
4286
|
-
readonly
|
|
4287
|
-
readonly
|
|
4288
|
-
readonly
|
|
4289
|
-
readonly
|
|
4290
|
-
readonly
|
|
4291
|
-
readonly
|
|
4292
|
-
readonly
|
|
4293
|
-
readonly
|
|
4294
|
-
readonly
|
|
4295
|
-
readonly
|
|
4296
|
-
readonly
|
|
4297
|
-
readonly
|
|
4298
|
-
readonly
|
|
4299
|
-
readonly
|
|
4300
|
-
readonly
|
|
4301
|
-
readonly
|
|
4302
|
-
readonly
|
|
4303
|
-
readonly
|
|
4304
|
-
readonly
|
|
4305
|
-
readonly
|
|
4306
|
-
readonly
|
|
4307
|
-
readonly
|
|
4308
|
-
readonly
|
|
4309
|
-
readonly
|
|
4109
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4110
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4111
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4112
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
4113
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
4114
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
4115
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4116
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
4117
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
4118
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
4119
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4120
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4121
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4122
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4123
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4124
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4125
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4126
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4127
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4128
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4129
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4130
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4131
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4132
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
4133
|
+
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
4134
|
+
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
4135
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
4136
|
+
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
4137
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4138
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
4139
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
4140
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
4141
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
4142
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
4143
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4144
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4145
|
+
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
4146
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4147
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4148
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4149
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
4150
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
4151
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
4152
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
4153
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
4154
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
4155
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
4156
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
4157
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4158
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
4159
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
4160
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
4161
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
4162
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
4163
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
4164
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
4165
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
4166
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
4167
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
4168
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
4169
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
4170
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
4171
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
4172
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
4173
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
4174
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
4175
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
4176
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
4177
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
4178
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
4179
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
4180
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
4181
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4182
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
4183
|
+
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
4184
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4185
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4186
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
4187
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4188
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4189
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
4190
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
4191
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4192
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
4193
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4194
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
4195
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4196
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
4197
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4198
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
4199
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
4200
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
4201
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
4202
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4203
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4204
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4205
|
+
readonly document_clone: (a: number) => number;
|
|
4206
|
+
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
4207
|
+
readonly document_getCreatedAt: (a: number) => any;
|
|
4208
|
+
readonly document_getData: (a: number) => [number, number, number];
|
|
4209
|
+
readonly document_getId: (a: number) => any;
|
|
4210
|
+
readonly document_getOwnerId: (a: number) => any;
|
|
4211
|
+
readonly document_getRevision: (a: number) => [number, bigint];
|
|
4212
|
+
readonly document_getUpdatedAt: (a: number) => any;
|
|
4213
|
+
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4214
|
+
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
4215
|
+
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4216
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
4217
|
+
readonly document_setData: (a: number, b: any) => [number, number];
|
|
4218
|
+
readonly document_setId: (a: number, b: any) => void;
|
|
4219
|
+
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
4220
|
+
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4221
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4222
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
4223
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
4224
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4225
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4226
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4227
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4228
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
4229
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4230
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4231
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4232
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4233
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
4234
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4235
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4236
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
4237
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4238
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4239
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
4240
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
4241
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4242
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
4243
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
4244
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
4245
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4246
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
4247
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
4248
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
4249
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4250
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
4251
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
4252
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
4253
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
4254
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
4255
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4256
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4257
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4258
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4259
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
4260
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
4261
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4262
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
4263
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
4264
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
4265
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4266
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
4267
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
4268
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
4269
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
4270
|
+
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4271
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
4272
|
+
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
4273
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
4274
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
4275
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
4276
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
4277
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
4278
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
4279
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
4280
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4281
|
+
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4282
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4283
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4284
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
4285
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
4286
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4287
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4288
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4289
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4290
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
4291
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4292
|
+
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
4293
|
+
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
4294
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
4295
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4296
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4297
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4298
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
4299
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
4300
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
4301
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
4302
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4303
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4304
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4305
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
4306
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4307
|
+
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4308
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4309
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
4310
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
4311
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
4312
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
4313
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4314
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
4315
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
4316
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4317
|
+
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4318
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4319
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4320
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
4321
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
4322
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4323
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4324
|
+
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
4325
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4326
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
4327
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
4328
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
4329
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
4330
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
4331
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
4332
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
4333
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
4334
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
4335
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
4336
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
4337
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
4338
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
4339
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
4340
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
4341
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
4342
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
4343
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4344
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4345
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4346
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4347
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4348
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4349
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
4350
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4351
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4352
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
4353
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
4354
|
+
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4355
|
+
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4356
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
4357
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4358
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
4359
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4360
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4361
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4362
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4363
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
4364
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
4365
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
4366
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
4367
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
4368
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
4369
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
4370
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
4371
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
4372
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
4373
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
4374
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
4375
|
+
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
4376
|
+
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
4377
|
+
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
4378
|
+
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
4379
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4380
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
4381
|
+
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
4382
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4383
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
4384
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
4385
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
4386
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
4387
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4388
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4389
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
4390
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4391
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4392
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4393
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4394
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4395
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
4396
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4397
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4398
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
4399
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4400
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
4401
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4402
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4403
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
4404
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
4405
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4406
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
4407
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
4408
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
4409
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
4410
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4411
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4310
4412
|
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4311
4413
|
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4312
4414
|
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
@@ -4316,14 +4418,14 @@ export interface InitOutput {
|
|
|
4316
4418
|
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4317
4419
|
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4318
4420
|
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
4319
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4320
4421
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
4321
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4322
4422
|
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
4323
|
-
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
4324
4423
|
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
4424
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4425
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
4325
4426
|
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4326
|
-
readonly
|
|
4427
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4428
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4327
4429
|
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4328
4430
|
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
4329
4431
|
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
@@ -4379,9 +4481,6 @@ export interface InitOutput {
|
|
|
4379
4481
|
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4380
4482
|
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4381
4483
|
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
4382
|
-
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4383
|
-
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4384
|
-
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4385
4484
|
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
4386
4485
|
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4387
4486
|
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
@@ -4401,9 +4500,6 @@ export interface InitOutput {
|
|
|
4401
4500
|
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
4402
4501
|
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
4403
4502
|
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
4404
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4405
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4406
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4407
4503
|
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4408
4504
|
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4409
4505
|
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
@@ -4414,19 +4510,27 @@ export interface InitOutput {
|
|
|
4414
4510
|
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4415
4511
|
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4416
4512
|
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4417
|
-
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
4418
|
-
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4419
|
-
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
4420
|
-
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
4421
4513
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4514
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4422
4515
|
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
4516
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4517
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
4518
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
4519
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
4520
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4521
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
4423
4522
|
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4424
4523
|
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
4425
4524
|
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
4426
4525
|
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
4427
|
-
readonly
|
|
4428
|
-
readonly
|
|
4429
|
-
readonly
|
|
4526
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4527
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4528
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4529
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4530
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4531
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4532
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4533
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4430
4534
|
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4431
4535
|
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
4432
4536
|
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
@@ -4437,215 +4541,111 @@ export interface InitOutput {
|
|
|
4437
4541
|
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
4438
4542
|
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
4439
4543
|
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
4440
|
-
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
4441
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
4442
|
-
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
4443
|
-
readonly valueerror_message: (a: number) => [number, number];
|
|
4444
|
-
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4445
|
-
readonly
|
|
4446
|
-
readonly
|
|
4447
|
-
readonly
|
|
4448
|
-
readonly
|
|
4449
|
-
readonly
|
|
4450
|
-
readonly
|
|
4451
|
-
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
4452
|
-
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4453
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4454
|
-
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
4455
|
-
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4456
|
-
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4457
|
-
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4458
|
-
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4459
|
-
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4460
|
-
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4461
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4462
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4463
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4464
|
-
readonly datacontractfactory_new: (a: number) => number;
|
|
4465
|
-
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4466
|
-
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4467
|
-
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4468
|
-
readonly documentfacade_new: (a: number) => number;
|
|
4469
|
-
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
4470
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
4471
|
-
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
4472
|
-
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
4473
|
-
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4474
|
-
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4475
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4476
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4477
|
-
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
4478
|
-
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4479
|
-
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4480
|
-
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
4481
|
-
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
4544
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
4545
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
4546
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
4547
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
4548
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4549
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4550
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4551
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
4552
|
+
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4553
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4554
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4482
4555
|
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
4483
|
-
readonly
|
|
4484
|
-
readonly
|
|
4485
|
-
readonly
|
|
4486
|
-
readonly
|
|
4487
|
-
readonly
|
|
4488
|
-
readonly
|
|
4489
|
-
readonly
|
|
4490
|
-
readonly
|
|
4491
|
-
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4492
|
-
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
4493
|
-
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4494
|
-
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
4495
|
-
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
4556
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
4557
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4558
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4559
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4560
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4561
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4562
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
4563
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4496
4564
|
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
4497
|
-
readonly
|
|
4498
|
-
readonly
|
|
4499
|
-
readonly
|
|
4500
|
-
readonly
|
|
4501
|
-
readonly
|
|
4502
|
-
readonly
|
|
4503
|
-
readonly
|
|
4504
|
-
readonly
|
|
4505
|
-
readonly
|
|
4506
|
-
readonly
|
|
4507
|
-
readonly
|
|
4508
|
-
readonly
|
|
4509
|
-
readonly
|
|
4510
|
-
readonly
|
|
4511
|
-
readonly
|
|
4512
|
-
readonly
|
|
4513
|
-
readonly
|
|
4514
|
-
readonly
|
|
4515
|
-
readonly
|
|
4516
|
-
readonly
|
|
4517
|
-
readonly
|
|
4518
|
-
readonly
|
|
4519
|
-
readonly
|
|
4520
|
-
readonly
|
|
4521
|
-
readonly
|
|
4565
|
+
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
4566
|
+
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
4567
|
+
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
4568
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
4569
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
4570
|
+
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4571
|
+
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4572
|
+
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
4573
|
+
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
4574
|
+
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4575
|
+
readonly batchtransition_getTransitions: (a: number) => any;
|
|
4576
|
+
readonly batchtransition_getType: (a: number) => number;
|
|
4577
|
+
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
4578
|
+
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4579
|
+
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
4580
|
+
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4581
|
+
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4582
|
+
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4583
|
+
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
4584
|
+
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4585
|
+
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4586
|
+
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
4587
|
+
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4588
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4589
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4590
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
4591
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
4592
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4593
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4594
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
4595
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
4522
4596
|
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4523
4597
|
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
4524
4598
|
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
4525
|
-
readonly
|
|
4526
|
-
readonly
|
|
4527
|
-
readonly
|
|
4528
|
-
readonly
|
|
4529
|
-
readonly
|
|
4530
|
-
readonly
|
|
4531
|
-
readonly
|
|
4532
|
-
readonly
|
|
4533
|
-
readonly
|
|
4534
|
-
readonly
|
|
4535
|
-
readonly
|
|
4536
|
-
readonly
|
|
4537
|
-
readonly
|
|
4538
|
-
readonly
|
|
4539
|
-
readonly
|
|
4540
|
-
readonly
|
|
4541
|
-
readonly
|
|
4542
|
-
readonly
|
|
4543
|
-
readonly
|
|
4544
|
-
readonly
|
|
4545
|
-
readonly
|
|
4546
|
-
readonly
|
|
4547
|
-
readonly
|
|
4548
|
-
readonly
|
|
4549
|
-
readonly
|
|
4550
|
-
readonly
|
|
4551
|
-
readonly
|
|
4552
|
-
readonly
|
|
4553
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4554
|
-
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4555
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4556
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4557
|
-
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
4558
|
-
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
4559
|
-
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4560
|
-
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
4561
|
-
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
4562
|
-
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
4563
|
-
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4564
|
-
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
4565
|
-
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
4566
|
-
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
4567
|
-
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
4568
|
-
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4569
|
-
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
4570
|
-
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
4571
|
-
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
4572
|
-
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
4573
|
-
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
4574
|
-
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
4575
|
-
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
4576
|
-
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
4577
|
-
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
4578
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4579
|
-
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4580
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4581
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4582
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
4583
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
4584
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4585
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4586
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4587
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4588
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
4589
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4590
|
-
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
4591
|
-
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
4592
|
-
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
4593
|
-
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4594
|
-
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4595
|
-
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4596
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
4597
|
-
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
4598
|
-
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4599
|
-
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4600
|
-
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
4601
|
-
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
4602
|
-
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
4603
|
-
readonly masternodevotetransition_getType: (a: number) => number;
|
|
4604
|
-
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4605
|
-
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
4606
|
-
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
4607
|
-
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4608
|
-
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4609
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4610
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4611
|
-
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
4612
|
-
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
4613
|
-
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4614
|
-
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4615
|
-
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
4616
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4617
|
-
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
4599
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
4600
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4601
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
4602
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4603
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
4604
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
4605
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
4606
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
4607
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4608
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
4609
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
4610
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
4611
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
4612
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
4613
|
+
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
4614
|
+
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
4615
|
+
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
4616
|
+
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number) => [number, number];
|
|
4617
|
+
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
4618
|
+
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
4619
|
+
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
4620
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4621
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4622
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
4623
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
4624
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4625
|
+
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4626
|
+
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
4618
4627
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4619
4628
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4620
4629
|
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4621
|
-
readonly
|
|
4622
|
-
readonly
|
|
4623
|
-
readonly
|
|
4624
|
-
readonly
|
|
4625
|
-
readonly
|
|
4626
|
-
readonly
|
|
4627
|
-
readonly
|
|
4628
|
-
readonly
|
|
4629
|
-
readonly
|
|
4630
|
-
readonly
|
|
4631
|
-
readonly
|
|
4632
|
-
readonly
|
|
4633
|
-
readonly
|
|
4634
|
-
readonly
|
|
4635
|
-
readonly
|
|
4636
|
-
readonly
|
|
4637
|
-
readonly
|
|
4638
|
-
readonly
|
|
4639
|
-
readonly
|
|
4640
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
4641
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4642
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4643
|
-
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
4644
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4645
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4646
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
4647
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4648
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4630
|
+
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
4631
|
+
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
4632
|
+
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
4633
|
+
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
4634
|
+
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
4635
|
+
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4636
|
+
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
4637
|
+
readonly tokentransition_getTokenId: (a: number) => any;
|
|
4638
|
+
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
4639
|
+
readonly tokentransition_toTransition: (a: number) => any;
|
|
4640
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
4641
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
4642
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
4643
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
4644
|
+
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
4645
|
+
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4646
|
+
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4647
|
+
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4648
|
+
readonly getLatestProtocolVersion: () => number;
|
|
4649
4649
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
4650
4650
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
4651
4651
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
@@ -4659,8 +4659,8 @@ export interface InitOutput {
|
|
|
4659
4659
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
4660
4660
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
4661
4661
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
4662
|
-
readonly
|
|
4663
|
-
readonly
|
|
4662
|
+
readonly closure693_externref_shim: (a: number, b: number, c: any) => void;
|
|
4663
|
+
readonly closure3785_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
4664
4664
|
readonly __wbindgen_start: () => void;
|
|
4665
4665
|
}
|
|
4666
4666
|
|