@dashevo/wasm-dpp 2.1.0-dev.4 → 2.1.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/dist/wasm/wasm_dpp.d.ts +78 -78
- package/dist/wasm/wasm_dpp.js +23 -23
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +78 -78
- package/package.json +2 -2
package/Cargo.toml
CHANGED
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -3336,6 +3336,10 @@ export interface InitOutput {
|
|
|
3336
3336
|
readonly document_getUpdatedAt: (a: number) => any;
|
|
3337
3337
|
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
3338
3338
|
readonly document_clone: (a: number) => number;
|
|
3339
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
3340
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
3341
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
3342
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
3339
3343
|
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
3340
3344
|
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
3341
3345
|
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
@@ -3345,10 +3349,6 @@ export interface InitOutput {
|
|
|
3345
3349
|
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
3346
3350
|
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
3347
3351
|
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
3348
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
3349
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
3350
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
3351
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
3352
3352
|
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
3353
3353
|
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
3354
3354
|
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
@@ -3418,6 +3418,9 @@ export interface InitOutput {
|
|
|
3418
3418
|
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
3419
3419
|
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
3420
3420
|
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
3421
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
3422
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
3423
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
3421
3424
|
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
3422
3425
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
3423
3426
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
@@ -3427,9 +3430,6 @@ export interface InitOutput {
|
|
|
3427
3430
|
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
3428
3431
|
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
3429
3432
|
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
3430
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
3431
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
3432
|
-
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
3433
3433
|
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
3434
3434
|
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
3435
3435
|
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
@@ -3508,10 +3508,6 @@ export interface InitOutput {
|
|
|
3508
3508
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
3509
3509
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
3510
3510
|
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
3511
|
-
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
3512
|
-
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
3513
|
-
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
3514
|
-
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
3515
3511
|
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
3516
3512
|
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
3517
3513
|
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
@@ -3571,6 +3567,9 @@ export interface InitOutput {
|
|
|
3571
3567
|
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
3572
3568
|
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
3573
3569
|
readonly jsonschemaerror_code: (a: number) => number;
|
|
3570
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
3571
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
3572
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
3574
3573
|
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
3575
3574
|
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
3576
3575
|
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
@@ -3664,16 +3663,10 @@ export interface InitOutput {
|
|
|
3664
3663
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
3665
3664
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
3666
3665
|
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
3667
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
3668
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
3669
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
3670
3666
|
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
3671
3667
|
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
3672
3668
|
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
3673
3669
|
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
3674
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
3675
|
-
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
3676
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
3677
3670
|
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
3678
3671
|
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3679
3672
|
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
@@ -3683,8 +3676,10 @@ export interface InitOutput {
|
|
|
3683
3676
|
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
3684
3677
|
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
3685
3678
|
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
3679
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
3680
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
3681
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
3686
3682
|
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
3687
|
-
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
3688
3683
|
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
3689
3684
|
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
3690
3685
|
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
@@ -3701,6 +3696,11 @@ export interface InitOutput {
|
|
|
3701
3696
|
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
3702
3697
|
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
3703
3698
|
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
3699
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
3700
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
3701
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
3702
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
3703
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
3704
3704
|
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
3705
3705
|
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
3706
3706
|
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
@@ -3715,10 +3715,10 @@ export interface InitOutput {
|
|
|
3715
3715
|
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
3716
3716
|
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
3717
3717
|
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
3718
|
-
readonly
|
|
3719
|
-
readonly
|
|
3720
|
-
readonly
|
|
3721
|
-
readonly
|
|
3718
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
3719
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
3720
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
3721
|
+
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
3722
3722
|
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
3723
3723
|
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
3724
3724
|
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
@@ -3837,10 +3837,9 @@ export interface InitOutput {
|
|
|
3837
3837
|
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
3838
3838
|
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
3839
3839
|
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
3840
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
3841
|
-
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
3842
3840
|
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
3843
|
-
readonly
|
|
3841
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
3842
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
3844
3843
|
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
3845
3844
|
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
3846
3845
|
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
@@ -3851,22 +3850,22 @@ export interface InitOutput {
|
|
|
3851
3850
|
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
3852
3851
|
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
3853
3852
|
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
3854
|
-
readonly
|
|
3855
|
-
readonly
|
|
3856
|
-
readonly
|
|
3857
|
-
readonly
|
|
3858
|
-
readonly
|
|
3859
|
-
readonly
|
|
3860
|
-
readonly
|
|
3861
|
-
readonly
|
|
3862
|
-
readonly
|
|
3863
|
-
readonly
|
|
3864
|
-
readonly
|
|
3865
|
-
readonly
|
|
3866
|
-
readonly
|
|
3867
|
-
readonly
|
|
3868
|
-
readonly
|
|
3869
|
-
readonly
|
|
3853
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
3854
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
3855
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
3856
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
3857
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3858
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
3859
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3860
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3861
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
3862
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3863
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3864
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3865
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3866
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
3867
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3868
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
3870
3869
|
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
3871
3870
|
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
3872
3871
|
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
@@ -4007,10 +4006,10 @@ export interface InitOutput {
|
|
|
4007
4006
|
readonly validationresult_getData: (a: number) => any;
|
|
4008
4007
|
readonly validationresult_getFirstError: (a: number) => any;
|
|
4009
4008
|
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
4010
|
-
readonly
|
|
4011
|
-
readonly
|
|
4012
|
-
readonly
|
|
4013
|
-
readonly
|
|
4009
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4010
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4011
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4012
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4014
4013
|
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4015
4014
|
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4016
4015
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
@@ -4080,6 +4079,10 @@ export interface InitOutput {
|
|
|
4080
4079
|
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4081
4080
|
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4082
4081
|
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
4082
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
4083
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4084
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4085
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
4083
4086
|
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4084
4087
|
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4085
4088
|
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
@@ -4088,7 +4091,6 @@ export interface InitOutput {
|
|
|
4088
4091
|
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4089
4092
|
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4090
4093
|
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4091
|
-
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4092
4094
|
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4093
4095
|
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4094
4096
|
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
@@ -4119,10 +4121,6 @@ export interface InitOutput {
|
|
|
4119
4121
|
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4120
4122
|
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4121
4123
|
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4122
|
-
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
4123
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
4124
|
-
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4125
|
-
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
4126
4124
|
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
4127
4125
|
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4128
4126
|
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
@@ -4148,28 +4146,29 @@ export interface InitOutput {
|
|
|
4148
4146
|
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
4149
4147
|
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4150
4148
|
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4149
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4151
4150
|
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4152
4151
|
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
4153
4152
|
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
4154
4153
|
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4155
|
-
readonly
|
|
4156
|
-
readonly
|
|
4157
|
-
readonly
|
|
4158
|
-
readonly
|
|
4159
|
-
readonly
|
|
4160
|
-
readonly
|
|
4161
|
-
readonly
|
|
4162
|
-
readonly
|
|
4163
|
-
readonly
|
|
4164
|
-
readonly
|
|
4165
|
-
readonly
|
|
4166
|
-
readonly
|
|
4167
|
-
readonly
|
|
4168
|
-
readonly
|
|
4169
|
-
readonly
|
|
4170
|
-
readonly
|
|
4171
|
-
readonly
|
|
4172
|
-
readonly
|
|
4154
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4155
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4156
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4157
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4158
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
4159
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4160
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4161
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4162
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
4163
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4164
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4165
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4166
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4167
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4168
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4169
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4170
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4171
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4173
4172
|
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
4174
4173
|
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4175
4174
|
readonly datacontracterror_getCode: (a: number) => number;
|
|
@@ -4207,10 +4206,6 @@ export interface InitOutput {
|
|
|
4207
4206
|
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4208
4207
|
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4209
4208
|
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4210
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
4211
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4212
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4213
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
4214
4209
|
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
4215
4210
|
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
4216
4211
|
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
@@ -4222,9 +4217,6 @@ export interface InitOutput {
|
|
|
4222
4217
|
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4223
4218
|
readonly basicblserror_getCode: (a: number) => number;
|
|
4224
4219
|
readonly basicblserror_message: (a: number) => [number, number];
|
|
4225
|
-
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
4226
|
-
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
4227
|
-
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
4228
4220
|
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4229
4221
|
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
4230
4222
|
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
@@ -4250,6 +4242,10 @@ export interface InitOutput {
|
|
|
4250
4242
|
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
4251
4243
|
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
4252
4244
|
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
4245
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4246
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4247
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4248
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4253
4249
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
4254
4250
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
4255
4251
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
@@ -4259,6 +4255,9 @@ export interface InitOutput {
|
|
|
4259
4255
|
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4260
4256
|
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4261
4257
|
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4258
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4259
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4260
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4262
4261
|
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
4263
4262
|
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
4264
4263
|
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
@@ -4345,8 +4344,8 @@ export interface InitOutput {
|
|
|
4345
4344
|
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
4346
4345
|
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
4347
4346
|
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
4348
|
-
readonly
|
|
4349
|
-
readonly
|
|
4347
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4348
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
4350
4349
|
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4351
4350
|
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
4352
4351
|
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
@@ -4355,7 +4354,8 @@ export interface InitOutput {
|
|
|
4355
4354
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4356
4355
|
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
4357
4356
|
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
4358
|
-
readonly
|
|
4357
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4358
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4359
4359
|
readonly identitypublickey_getId: (a: number) => number;
|
|
4360
4360
|
readonly identityupdatetransition_getRevision: (a: number) => bigint;
|
|
4361
4361
|
readonly nodocumentssuppliederror_new: () => number;
|