@dashevo/wasm-dpp 0.25.0-dev.27 → 0.25.0-dev.29
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 +555 -555
- package/dist/wasm/wasm_dpp.js +226 -226
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +555 -555
- package/package.json +3 -3
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
8
8
|
/**
|
|
9
|
-
* @returns {number}
|
|
10
|
-
*/
|
|
11
|
-
export function getLatestProtocolVersion(): number;
|
|
12
|
-
/**
|
|
13
9
|
* @param {any} raw_parameters
|
|
14
10
|
* @returns {any}
|
|
15
11
|
*/
|
|
16
12
|
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
17
13
|
/**
|
|
14
|
+
* @returns {number}
|
|
15
|
+
*/
|
|
16
|
+
export function getLatestProtocolVersion(): number;
|
|
17
|
+
/**
|
|
18
18
|
* @param {any} contract_id
|
|
19
19
|
* @param {any} owner_id
|
|
20
20
|
* @param {string} document_type
|
|
@@ -52,6 +52,18 @@ export enum KeyPurpose {
|
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
*/
|
|
55
|
+
export enum StateTransitionTypes {
|
|
56
|
+
DataContractCreate = 0,
|
|
57
|
+
DocumentsBatch = 1,
|
|
58
|
+
IdentityCreate = 2,
|
|
59
|
+
IdentityTopUp = 3,
|
|
60
|
+
DataContractUpdate = 4,
|
|
61
|
+
IdentityUpdate = 5,
|
|
62
|
+
IdentityCreditWithdrawal = 6,
|
|
63
|
+
IdentityCreditTransfer = 7,
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
*/
|
|
55
67
|
export enum KeySecurityLevel {
|
|
56
68
|
MASTER = 0,
|
|
57
69
|
CRITICAL = 1,
|
|
@@ -69,18 +81,6 @@ export enum KeyType {
|
|
|
69
81
|
}
|
|
70
82
|
/**
|
|
71
83
|
*/
|
|
72
|
-
export enum StateTransitionTypes {
|
|
73
|
-
DataContractCreate = 0,
|
|
74
|
-
DocumentsBatch = 1,
|
|
75
|
-
IdentityCreate = 2,
|
|
76
|
-
IdentityTopUp = 3,
|
|
77
|
-
DataContractUpdate = 4,
|
|
78
|
-
IdentityUpdate = 5,
|
|
79
|
-
IdentityCreditWithdrawal = 6,
|
|
80
|
-
IdentityCreditTransfer = 7,
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
*/
|
|
84
84
|
export class AssetLockOutputNotFoundError {
|
|
85
85
|
free(): void;
|
|
86
86
|
}
|
|
@@ -3810,11 +3810,37 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
3810
3810
|
|
|
3811
3811
|
export interface InitOutput {
|
|
3812
3812
|
readonly memory: WebAssembly.Memory;
|
|
3813
|
+
readonly __wbg_datacontract_free: (a: number) => void;
|
|
3814
|
+
readonly datacontract_new: (a: number, b: number, c: number) => void;
|
|
3815
|
+
readonly datacontract_getId: (a: number) => number;
|
|
3816
|
+
readonly datacontract_setId: (a: number, b: number, c: number) => void;
|
|
3817
|
+
readonly datacontract_getOwnerId: (a: number) => number;
|
|
3818
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
3819
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
3820
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
3821
|
+
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number, d: number) => void;
|
|
3822
|
+
readonly datacontract_setDocumentSchemas: (a: number, b: number, c: number, d: number) => void;
|
|
3823
|
+
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
3824
|
+
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number, d: number) => void;
|
|
3825
|
+
readonly datacontract_getDocumentSchemas: (a: number) => number;
|
|
3826
|
+
readonly datacontract_getSchemaDefs: (a: number) => number;
|
|
3827
|
+
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number, d: number) => void;
|
|
3828
|
+
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
3829
|
+
readonly datacontract_setEntropy: (a: number, b: number, c: number, d: number) => void;
|
|
3830
|
+
readonly datacontract_getEntropy: (a: number) => number;
|
|
3831
|
+
readonly datacontract_getMetadata: (a: number) => number;
|
|
3832
|
+
readonly datacontract_setMetadata: (a: number, b: number, c: number) => void;
|
|
3833
|
+
readonly datacontract_toObject: (a: number, b: number) => void;
|
|
3834
|
+
readonly datacontract_getConfig: (a: number, b: number) => void;
|
|
3835
|
+
readonly datacontract_setConfig: (a: number, b: number, c: number) => void;
|
|
3836
|
+
readonly datacontract_toJSON: (a: number, b: number) => void;
|
|
3837
|
+
readonly datacontract_toBuffer: (a: number, b: number) => void;
|
|
3838
|
+
readonly datacontract_hash: (a: number, b: number) => void;
|
|
3839
|
+
readonly datacontract_clone: (a: number) => number;
|
|
3813
3840
|
readonly __wbg_invaliddatacontracterror_free: (a: number) => void;
|
|
3814
3841
|
readonly invaliddatacontracterror_getErrors: (a: number, b: number) => void;
|
|
3815
3842
|
readonly invaliddatacontracterror_getRawDataContract: (a: number) => number;
|
|
3816
3843
|
readonly invaliddatacontracterror_getMessage: (a: number, b: number) => void;
|
|
3817
|
-
readonly __wbg_documentalreadyexistserror_free: (a: number) => void;
|
|
3818
3844
|
readonly __wbg_extendeddocument_free: (a: number) => void;
|
|
3819
3845
|
readonly extendeddocument_new: (a: number, b: number, c: number) => void;
|
|
3820
3846
|
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
@@ -3847,41 +3873,51 @@ export interface InitOutput {
|
|
|
3847
3873
|
readonly extendeddocument_toBuffer: (a: number, b: number) => void;
|
|
3848
3874
|
readonly extendeddocument_hash: (a: number, b: number) => void;
|
|
3849
3875
|
readonly extendeddocument_clone: (a: number) => number;
|
|
3850
|
-
readonly
|
|
3851
|
-
readonly
|
|
3852
|
-
readonly
|
|
3853
|
-
readonly
|
|
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
|
|
3870
|
-
readonly
|
|
3871
|
-
readonly
|
|
3872
|
-
readonly
|
|
3876
|
+
readonly __wbg_documenttransition_free: (a: number) => void;
|
|
3877
|
+
readonly documenttransition_getId: (a: number) => number;
|
|
3878
|
+
readonly documenttransition_getType: (a: number, b: number) => void;
|
|
3879
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
3880
|
+
readonly documenttransition_getDataContractId: (a: number) => number;
|
|
3881
|
+
readonly documenttransition_setDataContractId: (a: number, b: number, c: number) => void;
|
|
3882
|
+
readonly documenttransition_getRevision: (a: number) => number;
|
|
3883
|
+
readonly documenttransition_setRevision: (a: number, b: number) => void;
|
|
3884
|
+
readonly documenttransition_getCreatedAt: (a: number) => number;
|
|
3885
|
+
readonly documenttransition_getUpdatedAt: (a: number) => number;
|
|
3886
|
+
readonly documenttransition_setUpdatedAt: (a: number, b: number, c: number) => void;
|
|
3887
|
+
readonly documenttransition_setCreatedAt: (a: number, b: number) => void;
|
|
3888
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number, b: number) => void;
|
|
3889
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
3890
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
3891
|
+
readonly uniqueindiceslimitreachederror_message: (a: number, b: number) => void;
|
|
3892
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number) => void;
|
|
3893
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => number;
|
|
3894
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => number;
|
|
3895
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
3896
|
+
readonly invaliddatacontractiderror_message: (a: number, b: number) => void;
|
|
3897
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
3898
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
3899
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
3900
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
3901
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
3902
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
3903
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
3904
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number, b: number) => void;
|
|
3905
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number) => void;
|
|
3906
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
3907
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number, b: number) => void;
|
|
3908
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
3909
|
+
readonly invalididentitypublickeydataerror_message: (a: number, b: number) => void;
|
|
3873
3910
|
readonly __wbg_basicblserror_free: (a: number) => void;
|
|
3874
3911
|
readonly basicblserror_getCode: (a: number) => number;
|
|
3875
3912
|
readonly basicblserror_message: (a: number, b: number) => void;
|
|
3876
3913
|
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
3877
3914
|
readonly basicecdsaerror_message: (a: number, b: number) => void;
|
|
3878
|
-
readonly
|
|
3879
|
-
readonly
|
|
3880
|
-
readonly
|
|
3881
|
-
readonly
|
|
3882
|
-
readonly
|
|
3883
|
-
readonly
|
|
3884
|
-
readonly valueerror_message: (a: number, b: number) => void;
|
|
3915
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number) => void;
|
|
3916
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => number;
|
|
3917
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => number;
|
|
3918
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => number;
|
|
3919
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
3920
|
+
readonly documentowneridmismatcherror_message: (a: number, b: number) => void;
|
|
3885
3921
|
readonly __wbg_identity_free: (a: number) => void;
|
|
3886
3922
|
readonly identity_new: (a: number, b: number) => void;
|
|
3887
3923
|
readonly identity_getId: (a: number) => number;
|
|
@@ -3906,27 +3942,6 @@ export interface InitOutput {
|
|
|
3906
3942
|
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
3907
3943
|
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
3908
3944
|
readonly identity_fromBuffer: (a: number, b: number, c: number) => void;
|
|
3909
|
-
readonly __wbg_identitycredittransfertransition_free: (a: number) => void;
|
|
3910
|
-
readonly identitycredittransfertransition_new: (a: number, b: number) => void;
|
|
3911
|
-
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
3912
|
-
readonly identitycredittransfertransition_amount: (a: number) => number;
|
|
3913
|
-
readonly identitycredittransfertransition_getIdentityId: (a: number) => number;
|
|
3914
|
-
readonly identitycredittransfertransition_getRecipientId: (a: number) => number;
|
|
3915
|
-
readonly identitycredittransfertransition_setIdentityId: (a: number, b: number) => void;
|
|
3916
|
-
readonly identitycredittransfertransition_setRecipientId: (a: number, b: number) => void;
|
|
3917
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => number;
|
|
3918
|
-
readonly identitycredittransfertransition_setAmount: (a: number, b: number) => void;
|
|
3919
|
-
readonly identitycredittransfertransition_toObject: (a: number, b: number, c: number) => void;
|
|
3920
|
-
readonly identitycredittransfertransition_toBuffer: (a: number, b: number) => void;
|
|
3921
|
-
readonly identitycredittransfertransition_toJSON: (a: number, b: number) => void;
|
|
3922
|
-
readonly identitycredittransfertransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
3923
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
3924
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
3925
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
3926
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
3927
|
-
readonly identitycredittransfertransition_getSignature: (a: number) => number;
|
|
3928
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3929
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
3930
3945
|
readonly __wbg_identitytopuptransition_free: (a: number) => void;
|
|
3931
3946
|
readonly identitytopuptransition_new: (a: number, b: number) => void;
|
|
3932
3947
|
readonly identitytopuptransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
@@ -3945,62 +3960,68 @@ export interface InitOutput {
|
|
|
3945
3960
|
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
3946
3961
|
readonly identitytopuptransition_getSignature: (a: number) => number;
|
|
3947
3962
|
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3948
|
-
readonly
|
|
3949
|
-
readonly
|
|
3950
|
-
readonly
|
|
3951
|
-
readonly
|
|
3952
|
-
readonly __wbg_jsonschemacompilationerror_free: (a: number) => void;
|
|
3953
|
-
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number) => void;
|
|
3963
|
+
readonly __wbg_invalididentityerror_free: (a: number) => void;
|
|
3964
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => number;
|
|
3965
|
+
readonly invalididentityerror_getErrors: (a: number, b: number) => void;
|
|
3966
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number) => void;
|
|
3954
3967
|
readonly __wbg_basicecdsaerror_free: (a: number) => void;
|
|
3955
|
-
readonly __wbg_valueerror_free: (a: number) => void;
|
|
3956
|
-
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
3957
3968
|
readonly identitytopuptransition_getAssetLockProof: (a: number) => number;
|
|
3958
3969
|
readonly identitytopuptransition_identityId: (a: number) => number;
|
|
3959
|
-
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
3960
3970
|
readonly identity_getBalance: (a: number) => number;
|
|
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 protocolversionparsingerror_serialize: (a: number, b: number) => void;
|
|
3971
|
+
readonly __wbg_datacontractfactory_free: (a: number) => void;
|
|
3972
|
+
readonly datacontractfactory_new: (a: number, b: number) => number;
|
|
3973
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
3974
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
3975
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => number;
|
|
3976
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number) => void;
|
|
3977
|
+
readonly __wbg_invalidactionnameerror_free: (a: number) => void;
|
|
3978
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
3979
|
+
readonly invalidactionnameerror_getActions: (a: number, b: number) => void;
|
|
3980
|
+
readonly __wbg_invaliddocumenterror_free: (a: number) => void;
|
|
3981
|
+
readonly invaliddocumenterror_new: (a: number, b: number, c: number) => number;
|
|
3982
|
+
readonly invaliddocumenterror_getErrors: (a: number, b: number) => void;
|
|
3983
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => number;
|
|
3984
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number) => void;
|
|
3985
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
3977
3986
|
readonly serializedobjectparsingerror_getParsingError: (a: number, b: number) => void;
|
|
3978
3987
|
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
3979
3988
|
readonly serializedobjectparsingerror_message: (a: number, b: number) => void;
|
|
3989
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number) => void;
|
|
3990
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number, b: number) => void;
|
|
3991
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
3992
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
3980
3993
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number) => void;
|
|
3981
3994
|
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => number;
|
|
3982
3995
|
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => number;
|
|
3983
3996
|
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
3984
3997
|
readonly invaliddocumenttransitioniderror_message: (a: number, b: number) => void;
|
|
3985
|
-
readonly
|
|
3986
|
-
readonly
|
|
3998
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
3999
|
+
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
4000
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number) => void;
|
|
4001
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => number;
|
|
4002
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4003
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
3987
4004
|
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number) => void;
|
|
3988
4005
|
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
3989
4006
|
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number, b: number) => void;
|
|
3990
4007
|
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
3991
4008
|
readonly invalidassetlockprooftransactionheighterror_message: (a: number, b: number) => void;
|
|
3992
|
-
readonly
|
|
4009
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number, b: number) => void;
|
|
4010
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4011
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number, b: number) => void;
|
|
4012
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4013
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4014
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number, b: number) => void;
|
|
3993
4015
|
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
3994
4016
|
readonly invalidinstantassetlockproofsignatureerror_message: (a: number, b: number) => void;
|
|
3995
|
-
readonly
|
|
3996
|
-
readonly
|
|
3997
|
-
readonly
|
|
3998
|
-
readonly
|
|
3999
|
-
readonly
|
|
4000
|
-
readonly
|
|
4001
|
-
readonly
|
|
4002
|
-
readonly
|
|
4003
|
-
readonly jsonschemaerror_message: (a: number, b: number) => void;
|
|
4017
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
4018
|
+
readonly missingmasterpublickeyerror_message: (a: number, b: number) => void;
|
|
4019
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4020
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4021
|
+
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
4022
|
+
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
4023
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4024
|
+
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
4004
4025
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4005
4026
|
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4006
4027
|
readonly missingstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
@@ -4010,108 +4031,45 @@ export interface InitOutput {
|
|
|
4010
4031
|
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
4011
4032
|
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
4012
4033
|
readonly unsupportedversionerror_message: (a: number, b: number) => void;
|
|
4013
|
-
readonly
|
|
4034
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number) => void;
|
|
4035
|
+
readonly balanceisnotenougherror_new: (a: number, b: number) => number;
|
|
4036
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => number;
|
|
4037
|
+
readonly balanceisnotenougherror_getFee: (a: number) => number;
|
|
4038
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4039
|
+
readonly balanceisnotenougherror_message: (a: number, b: number) => void;
|
|
4040
|
+
readonly balanceisnotenougherror_serialize: (a: number, b: number) => void;
|
|
4014
4041
|
readonly identitynotfounderror_new: (a: number) => number;
|
|
4015
4042
|
readonly identitynotfounderror_getIdentityId: (a: number) => number;
|
|
4016
4043
|
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4017
4044
|
readonly identitynotfounderror_message: (a: number, b: number) => void;
|
|
4018
4045
|
readonly identitynotfounderror_serialize: (a: number, b: number) => void;
|
|
4019
|
-
readonly
|
|
4020
|
-
readonly
|
|
4021
|
-
readonly
|
|
4022
|
-
readonly
|
|
4046
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number) => void;
|
|
4047
|
+
readonly datacontractalreadypresenterror_new: (a: number) => number;
|
|
4048
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => number;
|
|
4049
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4050
|
+
readonly datacontractalreadypresenterror_message: (a: number, b: number) => void;
|
|
4051
|
+
readonly datacontractalreadypresenterror_serialize: (a: number, b: number) => void;
|
|
4023
4052
|
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
4024
4053
|
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
4025
4054
|
readonly duplicatedidentitypublickeystateerror_message: (a: number, b: number) => void;
|
|
4055
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number) => void;
|
|
4056
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4057
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4058
|
+
readonly identitypublickeyisdisablederror_message: (a: number, b: number) => void;
|
|
4059
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4060
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4061
|
+
readonly invalididentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
4026
4062
|
readonly __wbg_invalididentityrevisionerror_free: (a: number) => void;
|
|
4027
4063
|
readonly invalididentityrevisionerror_getIdentityId: (a: number) => number;
|
|
4028
4064
|
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => number;
|
|
4029
4065
|
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4030
4066
|
readonly invalididentityrevisionerror_message: (a: number, b: number) => void;
|
|
4031
|
-
readonly
|
|
4032
|
-
readonly
|
|
4033
|
-
readonly
|
|
4034
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
4035
|
-
readonly __wbg_datacontractfactory_free: (a: number) => void;
|
|
4036
|
-
readonly datacontractfactory_new: (a: number, b: number) => number;
|
|
4037
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4038
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
4039
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => number;
|
|
4040
|
-
readonly __wbg_invalidactionnameerror_free: (a: number) => void;
|
|
4041
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
4042
|
-
readonly invalidactionnameerror_getActions: (a: number, b: number) => void;
|
|
4043
|
-
readonly __wbg_invaliddocumenterror_free: (a: number) => void;
|
|
4044
|
-
readonly invaliddocumenterror_new: (a: number, b: number, c: number) => number;
|
|
4045
|
-
readonly invaliddocumenterror_getErrors: (a: number, b: number) => void;
|
|
4046
|
-
readonly invaliddocumenterror_getRawDocument: (a: number) => number;
|
|
4047
|
-
readonly __wbg_invalidinitialrevisionerror_free: (a: number) => void;
|
|
4048
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
4049
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
4050
|
-
readonly __wbg_documenttransition_free: (a: number) => void;
|
|
4051
|
-
readonly documenttransition_getId: (a: number) => number;
|
|
4052
|
-
readonly documenttransition_getType: (a: number, b: number) => void;
|
|
4053
|
-
readonly documenttransition_getAction: (a: number) => number;
|
|
4054
|
-
readonly documenttransition_getDataContractId: (a: number) => number;
|
|
4055
|
-
readonly documenttransition_setDataContractId: (a: number, b: number, c: number) => void;
|
|
4056
|
-
readonly documenttransition_getRevision: (a: number) => number;
|
|
4057
|
-
readonly documenttransition_setRevision: (a: number, b: number) => void;
|
|
4058
|
-
readonly documenttransition_getCreatedAt: (a: number) => number;
|
|
4059
|
-
readonly documenttransition_getUpdatedAt: (a: number) => number;
|
|
4060
|
-
readonly documenttransition_setUpdatedAt: (a: number, b: number, c: number) => void;
|
|
4061
|
-
readonly documenttransition_setCreatedAt: (a: number, b: number) => void;
|
|
4062
|
-
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4063
|
-
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
4064
|
-
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
4065
|
-
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
4066
|
-
readonly identityassetlocktransactionisnotfounderror_message: (a: number, b: number) => void;
|
|
4067
|
-
readonly __wbg_identityinsufficientbalanceerror_free: (a: number) => void;
|
|
4068
|
-
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => number;
|
|
4069
|
-
readonly identityinsufficientbalanceerror_getBalance: (a: number) => number;
|
|
4070
|
-
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4071
|
-
readonly identityinsufficientbalanceerror_message: (a: number, b: number) => void;
|
|
4072
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number) => void;
|
|
4073
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4074
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4075
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number, b: number) => void;
|
|
4076
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4077
|
-
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4078
|
-
readonly invalididentitykeysignatureerror_message: (a: number, b: number) => void;
|
|
4079
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4080
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4081
|
-
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
4082
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4083
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4084
|
-
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
4085
|
-
readonly deserializeConsensusError: (a: number, b: number, c: number) => void;
|
|
4086
|
-
readonly __wbg_balanceisnotenougherror_free: (a: number) => void;
|
|
4087
|
-
readonly balanceisnotenougherror_new: (a: number, b: number) => number;
|
|
4088
|
-
readonly balanceisnotenougherror_getBalance: (a: number) => number;
|
|
4089
|
-
readonly balanceisnotenougherror_getFee: (a: number) => number;
|
|
4090
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4091
|
-
readonly balanceisnotenougherror_message: (a: number, b: number) => void;
|
|
4092
|
-
readonly balanceisnotenougherror_serialize: (a: number, b: number) => void;
|
|
4093
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number) => void;
|
|
4094
|
-
readonly datacontractalreadypresenterror_new: (a: number) => number;
|
|
4095
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => number;
|
|
4096
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4097
|
-
readonly datacontractalreadypresenterror_message: (a: number, b: number) => void;
|
|
4098
|
-
readonly datacontractalreadypresenterror_serialize: (a: number, b: number) => void;
|
|
4099
|
-
readonly __wbg_platformvalueerror_free: (a: number) => void;
|
|
4067
|
+
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
4068
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
4069
|
+
readonly valueerror_message: (a: number, b: number) => void;
|
|
4100
4070
|
readonly platformvalueerror_getMessage: (a: number, b: number) => void;
|
|
4101
4071
|
readonly platformvalueerror_toString: (a: number, b: number) => void;
|
|
4102
4072
|
readonly __wbg_assetlockoutputnotfounderror_free: (a: number) => void;
|
|
4103
|
-
readonly __wbg_invalididentityerror_free: (a: number) => void;
|
|
4104
|
-
readonly invalididentityerror_getErrors: (a: number, b: number) => void;
|
|
4105
|
-
readonly __wbg_chainassetlockproof_free: (a: number) => void;
|
|
4106
|
-
readonly chainassetlockproof_new: (a: number, b: number) => void;
|
|
4107
|
-
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4108
|
-
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4109
|
-
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4110
|
-
readonly chainassetlockproof_getOutPoint: (a: number) => number;
|
|
4111
|
-
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number, d: number) => void;
|
|
4112
|
-
readonly chainassetlockproof_toJSON: (a: number, b: number) => void;
|
|
4113
|
-
readonly chainassetlockproof_toObject: (a: number, b: number) => void;
|
|
4114
|
-
readonly chainassetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
4115
4073
|
readonly __wbg_instantassetlockproof_free: (a: number) => void;
|
|
4116
4074
|
readonly instantassetlockproof_new: (a: number, b: number) => void;
|
|
4117
4075
|
readonly instantassetlockproof_getType: (a: number) => number;
|
|
@@ -4123,20 +4081,32 @@ export interface InitOutput {
|
|
|
4123
4081
|
readonly instantassetlockproof_getTransaction: (a: number) => number;
|
|
4124
4082
|
readonly instantassetlockproof_toObject: (a: number, b: number) => void;
|
|
4125
4083
|
readonly instantassetlockproof_toJSON: (a: number, b: number) => void;
|
|
4126
|
-
readonly
|
|
4127
|
-
readonly
|
|
4128
|
-
readonly
|
|
4129
|
-
readonly
|
|
4130
|
-
readonly
|
|
4131
|
-
readonly
|
|
4132
|
-
readonly
|
|
4084
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
4085
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number) => void;
|
|
4086
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number) => void;
|
|
4087
|
+
readonly __wbg_valueerror_free: (a: number) => void;
|
|
4088
|
+
readonly __wbg_platformvalueerror_free: (a: number) => void;
|
|
4089
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number) => void;
|
|
4090
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number) => void;
|
|
4133
4091
|
readonly __wbg_missingdocumenttypeerror_free: (a: number) => void;
|
|
4134
|
-
readonly
|
|
4135
|
-
readonly
|
|
4092
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number) => void;
|
|
4093
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
4094
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number) => void;
|
|
4136
4095
|
readonly __wbg_missingpublickeyerror_free: (a: number) => void;
|
|
4137
|
-
readonly
|
|
4138
|
-
readonly
|
|
4096
|
+
readonly __wbg_identitynotfounderror_free: (a: number) => void;
|
|
4097
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number) => void;
|
|
4098
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number) => void;
|
|
4139
4099
|
readonly platformvalueerror_valueOf: (a: number, b: number) => void;
|
|
4100
|
+
readonly __wbg_identityfacade_free: (a: number) => void;
|
|
4101
|
+
readonly identityfacade_create: (a: number, b: number, c: number, d: number) => void;
|
|
4102
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4103
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4104
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4105
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4106
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4107
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4108
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4109
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number) => void;
|
|
4140
4110
|
readonly __wbg_dashplatformprotocol_free: (a: number) => void;
|
|
4141
4111
|
readonly dashplatformprotocol_new: (a: number, b: number, c: number, d: number) => void;
|
|
4142
4112
|
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
@@ -4165,26 +4135,58 @@ export interface InitOutput {
|
|
|
4165
4135
|
readonly documentsbatchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4166
4136
|
readonly documentsbatchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4167
4137
|
readonly documentsbatchtransition_toBuffer: (a: number, b: number) => void;
|
|
4168
|
-
readonly
|
|
4169
|
-
readonly
|
|
4170
|
-
readonly
|
|
4171
|
-
readonly
|
|
4138
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number) => void;
|
|
4139
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number, b: number) => void;
|
|
4140
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number, b: number) => void;
|
|
4141
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4142
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number, b: number) => void;
|
|
4143
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
4144
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
4145
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
4146
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
4147
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
4148
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
4149
|
+
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
4172
4150
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number) => void;
|
|
4173
4151
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => number;
|
|
4174
4152
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number, b: number) => void;
|
|
4175
4153
|
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
4176
4154
|
readonly inconsistentcompoundindexdataerror_message: (a: number, b: number) => void;
|
|
4155
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number) => void;
|
|
4156
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4157
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4158
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number, b: number) => void;
|
|
4159
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
4160
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
4161
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
4162
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4163
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4164
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
4165
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4166
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4167
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number, b: number) => void;
|
|
4168
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4169
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4170
|
+
readonly invalididentitykeysignatureerror_message: (a: number, b: number) => void;
|
|
4177
4171
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number) => void;
|
|
4178
4172
|
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4179
4173
|
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4180
4174
|
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4181
4175
|
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
4176
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number) => void;
|
|
4177
|
+
readonly datacontractconfigupdateerror_new: (a: number, b: number, c: number) => number;
|
|
4178
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => number;
|
|
4179
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4180
|
+
readonly datacontractconfigupdateerror_message: (a: number, b: number) => void;
|
|
4182
4181
|
readonly documentalreadypresenterror_getDocumentId: (a: number) => number;
|
|
4183
4182
|
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
4184
4183
|
readonly documentalreadypresenterror_message: (a: number, b: number) => void;
|
|
4185
4184
|
readonly documentnotfounderror_getDocumentId: (a: number) => number;
|
|
4186
4185
|
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
4187
4186
|
readonly documentnotfounderror_message: (a: number, b: number) => void;
|
|
4187
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => number;
|
|
4188
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4189
|
+
readonly documenttimestampsareequalerror_message: (a: number, b: number) => void;
|
|
4188
4190
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number) => void;
|
|
4189
4191
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => number;
|
|
4190
4192
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => number;
|
|
@@ -4193,115 +4195,149 @@ export interface InitOutput {
|
|
|
4193
4195
|
readonly identityalreadyexistserror_getIdentityId: (a: number) => number;
|
|
4194
4196
|
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4195
4197
|
readonly identityalreadyexistserror_message: (a: number, b: number) => void;
|
|
4198
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4199
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4200
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number, b: number) => void;
|
|
4201
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number) => void;
|
|
4196
4202
|
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => number;
|
|
4197
|
-
readonly __wbg_identityfacade_free: (a: number) => void;
|
|
4198
|
-
readonly identityfacade_create: (a: number, b: number, c: number, d: number) => void;
|
|
4199
|
-
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4200
|
-
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4201
|
-
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4202
|
-
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4203
|
-
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4204
|
-
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4205
|
-
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4206
|
-
readonly __wbg_nonconsensuserrorwasm_free: (a: number) => void;
|
|
4207
4203
|
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
4208
|
-
readonly
|
|
4204
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number) => void;
|
|
4205
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
4206
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number) => void;
|
|
4207
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number) => void;
|
|
4209
4208
|
readonly __wbg_documentnotfounderror_free: (a: number) => void;
|
|
4209
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number) => void;
|
|
4210
4210
|
readonly __wbg_identityalreadyexistserror_free: (a: number) => void;
|
|
4211
|
-
readonly
|
|
4211
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
4212
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number) => void;
|
|
4212
4213
|
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number) => void;
|
|
4213
|
-
readonly
|
|
4214
|
-
readonly
|
|
4215
|
-
readonly
|
|
4216
|
-
readonly
|
|
4217
|
-
readonly
|
|
4214
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number) => void;
|
|
4215
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
4216
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
4217
|
+
readonly __wbg_documenttransitions_free: (a: number) => void;
|
|
4218
|
+
readonly documenttransitions_new: () => number;
|
|
4219
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
4220
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
4221
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
4222
|
+
readonly __wbg_documentfactory_free: (a: number) => void;
|
|
4223
|
+
readonly documentfactory_new: (a: number, b: number, c: number) => void;
|
|
4224
|
+
readonly documentfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4225
|
+
readonly documentfactory_createStateTransition: (a: number, b: number, c: number) => void;
|
|
4226
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4218
4227
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number) => void;
|
|
4219
4228
|
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number, b: number) => void;
|
|
4220
4229
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number, b: number) => void;
|
|
4221
4230
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4222
4231
|
readonly datacontractimmutablepropertiesupdateerror_message: (a: number, b: number) => void;
|
|
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 identityfactory_new: (a: number, b: number) => void;
|
|
4259
|
-
readonly identityfactory_create: (a: number, b: number, c: number, d: number) => void;
|
|
4260
|
-
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4261
|
-
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4262
|
-
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4263
|
-
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4264
|
-
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4265
|
-
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4266
|
-
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4267
|
-
readonly
|
|
4268
|
-
readonly
|
|
4269
|
-
readonly
|
|
4270
|
-
readonly
|
|
4271
|
-
readonly
|
|
4272
|
-
readonly
|
|
4273
|
-
readonly
|
|
4274
|
-
readonly
|
|
4275
|
-
readonly
|
|
4276
|
-
readonly
|
|
4277
|
-
readonly identitypublickey_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
4278
|
-
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
4279
|
-
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
4280
|
-
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
4281
|
-
readonly identitypublickey_setDisabledAt: (a: number, b: number) => void;
|
|
4282
|
-
readonly identitypublickey_getDisabledAt: (a: number) => number;
|
|
4283
|
-
readonly identitypublickey_hash: (a: number, b: number) => void;
|
|
4284
|
-
readonly identitypublickey_isMaster: (a: number) => number;
|
|
4285
|
-
readonly identitypublickey_toJSON: (a: number, b: number) => void;
|
|
4286
|
-
readonly identitypublickey_toObject: (a: number, b: number) => void;
|
|
4232
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number) => void;
|
|
4233
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4234
|
+
readonly datacontractmaxdeptherror_getSchemaDepth: (a: number) => number;
|
|
4235
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4236
|
+
readonly datacontractmaxdeptherror_message: (a: number, b: number) => void;
|
|
4237
|
+
readonly __wbg_duplicateindexerror_free: (a: number) => void;
|
|
4238
|
+
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4239
|
+
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
4240
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4241
|
+
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
4242
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number) => void;
|
|
4243
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
4244
|
+
readonly protocolversionparsingerror_getParsingError: (a: number, b: number) => void;
|
|
4245
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
4246
|
+
readonly protocolversionparsingerror_message: (a: number, b: number) => void;
|
|
4247
|
+
readonly protocolversionparsingerror_serialize: (a: number, b: number) => void;
|
|
4248
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number) => void;
|
|
4249
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => number;
|
|
4250
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => number;
|
|
4251
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4252
|
+
readonly identityinsufficientbalanceerror_message: (a: number, b: number) => void;
|
|
4253
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4254
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4255
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4256
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number, b: number) => void;
|
|
4257
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4258
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4259
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4260
|
+
readonly incompatibleprotocolversionerror_message: (a: number, b: number) => void;
|
|
4261
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeKBytes: (a: number) => number;
|
|
4262
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeKBytes: (a: number) => number;
|
|
4263
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
4264
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number, b: number) => void;
|
|
4265
|
+
readonly deserializeConsensusError: (a: number, b: number, c: number) => void;
|
|
4266
|
+
readonly __wbg_identityfactory_free: (a: number) => void;
|
|
4267
|
+
readonly identityfactory_new: (a: number, b: number) => void;
|
|
4268
|
+
readonly identityfactory_create: (a: number, b: number, c: number, d: number) => void;
|
|
4269
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4270
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4271
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4272
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4273
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4274
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4275
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4276
|
+
readonly __wbg_chainassetlockproof_free: (a: number) => void;
|
|
4277
|
+
readonly chainassetlockproof_new: (a: number, b: number) => void;
|
|
4278
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4279
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4280
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4281
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => number;
|
|
4282
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number, d: number) => void;
|
|
4283
|
+
readonly chainassetlockproof_toJSON: (a: number, b: number) => void;
|
|
4284
|
+
readonly chainassetlockproof_toObject: (a: number, b: number) => void;
|
|
4285
|
+
readonly chainassetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
4287
4286
|
readonly __wbg_assetlockproof_free: (a: number) => void;
|
|
4288
4287
|
readonly assetlockproof_new: (a: number, b: number) => void;
|
|
4289
4288
|
readonly assetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
4290
4289
|
readonly assetlockproof_toObject: (a: number, b: number) => void;
|
|
4291
4290
|
readonly createAssetLockProofInstance: (a: number, b: number) => void;
|
|
4292
|
-
readonly
|
|
4293
|
-
readonly
|
|
4294
|
-
readonly
|
|
4295
|
-
readonly
|
|
4296
|
-
readonly
|
|
4297
|
-
readonly
|
|
4298
|
-
readonly
|
|
4291
|
+
readonly __wbg_statetransitionfactory_free: (a: number) => void;
|
|
4292
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
4293
|
+
readonly getLatestProtocolVersion: () => number;
|
|
4294
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
4295
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number) => void;
|
|
4296
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number) => void;
|
|
4297
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number) => void;
|
|
4298
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number) => void;
|
|
4299
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number) => void;
|
|
4300
|
+
readonly datacontractcreatetransition_new: (a: number, b: number) => void;
|
|
4301
|
+
readonly datacontractcreatetransition_getDataContract: (a: number) => number;
|
|
4302
|
+
readonly datacontractcreatetransition_getEntropy: (a: number) => number;
|
|
4303
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => number;
|
|
4304
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4305
|
+
readonly datacontractcreatetransition_toBuffer: (a: number, b: number) => void;
|
|
4306
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
4307
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
4308
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4309
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4310
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4311
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
4312
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4313
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
4314
|
+
readonly __wbg_documentnorevisionerror_free: (a: number) => void;
|
|
4315
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
4316
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
4299
4317
|
readonly __wbg_invalidactionerror_free: (a: number) => void;
|
|
4300
4318
|
readonly generateDocumentId: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4319
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number) => void;
|
|
4320
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4321
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number, b: number) => void;
|
|
4322
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
4323
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number, b: number) => void;
|
|
4324
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number, b: number) => void;
|
|
4325
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
4326
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4327
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
4328
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4329
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
4330
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
4331
|
+
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
4332
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => number;
|
|
4333
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4334
|
+
readonly datacontractnotpresenterror_message: (a: number, b: number) => void;
|
|
4301
4335
|
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4302
4336
|
readonly missingdatacontractiderror_message: (a: number, b: number) => void;
|
|
4303
4337
|
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4304
4338
|
readonly missingdocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
4339
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
4340
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number, b: number) => void;
|
|
4305
4341
|
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number) => void;
|
|
4306
4342
|
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
4307
4343
|
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
@@ -4311,49 +4347,18 @@ export interface InitOutput {
|
|
|
4311
4347
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => number;
|
|
4312
4348
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4313
4349
|
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number, b: number) => void;
|
|
4314
|
-
readonly
|
|
4315
|
-
readonly
|
|
4316
|
-
readonly
|
|
4317
|
-
readonly
|
|
4350
|
+
readonly invalididentifiererror_getIdentifierName: (a: number, b: number) => void;
|
|
4351
|
+
readonly invalididentifiererror_getIdentifierError: (a: number, b: number) => void;
|
|
4352
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4353
|
+
readonly invalididentifiererror_message: (a: number, b: number) => void;
|
|
4318
4354
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number) => void;
|
|
4319
4355
|
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
4320
4356
|
readonly invalidstatetransitionsignatureerror_message: (a: number, b: number) => void;
|
|
4321
|
-
readonly __wbg_datacontractisreadonlyerror_free: (a: number) => void;
|
|
4322
|
-
readonly datacontractisreadonlyerror_new: (a: number) => number;
|
|
4323
|
-
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => number;
|
|
4324
|
-
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
4325
|
-
readonly datacontractisreadonlyerror_message: (a: number, b: number) => void;
|
|
4326
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => number;
|
|
4327
|
-
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4328
|
-
readonly documenttimestampsareequalerror_message: (a: number, b: number) => void;
|
|
4329
4357
|
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => number;
|
|
4330
4358
|
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4331
4359
|
readonly documenttimestampsmismatcherror_message: (a: number, b: number) => void;
|
|
4332
|
-
readonly
|
|
4333
|
-
readonly
|
|
4334
|
-
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number, b: number) => void;
|
|
4335
|
-
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => number;
|
|
4336
|
-
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
4337
|
-
readonly invaliddocumentrevisionerror_message: (a: number, b: number) => void;
|
|
4338
|
-
readonly __wbg_identitypublickeywithwitness_free: (a: number) => void;
|
|
4339
|
-
readonly identitypublickeywithwitness_new: (a: number, b: number) => void;
|
|
4340
|
-
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4341
|
-
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
4342
|
-
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
4343
|
-
readonly identitypublickeywithwitness_setType: (a: number, b: number, c: number) => void;
|
|
4344
|
-
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number, d: number) => void;
|
|
4345
|
-
readonly identitypublickeywithwitness_getData: (a: number) => number;
|
|
4346
|
-
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number, c: number) => void;
|
|
4347
|
-
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
4348
|
-
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
4349
|
-
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
4350
|
-
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
4351
|
-
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
4352
|
-
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
4353
|
-
readonly identitypublickeywithwitness_getSignature: (a: number, b: number) => void;
|
|
4354
|
-
readonly identitypublickeywithwitness_hash: (a: number, b: number) => void;
|
|
4355
|
-
readonly identitypublickeywithwitness_toJSON: (a: number, b: number) => void;
|
|
4356
|
-
readonly identitypublickeywithwitness_toObject: (a: number, b: number, c: number) => void;
|
|
4360
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
4361
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
4357
4362
|
readonly __wbg_identityupdatetransition_free: (a: number) => void;
|
|
4358
4363
|
readonly identityupdatetransition_new: (a: number, b: number) => void;
|
|
4359
4364
|
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number, d: number) => void;
|
|
@@ -4382,62 +4387,157 @@ export interface InitOutput {
|
|
|
4382
4387
|
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4383
4388
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
4384
4389
|
readonly invalidactionterror_new: (a: number) => number;
|
|
4390
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
4385
4391
|
readonly identityupdatetransition_getPublicKeysToAdd: (a: number, b: number) => void;
|
|
4386
4392
|
readonly identityupdatetransition_identityId: (a: number) => number;
|
|
4387
|
-
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number) => void;
|
|
4388
|
-
readonly __wbg_missingmasterpublickeyerror_free: (a: number) => void;
|
|
4389
|
-
readonly __wbg_missingdatacontractiderror_free: (a: number) => void;
|
|
4390
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number) => void;
|
|
4391
|
-
readonly __wbg_documenttimestampsareequalerror_free: (a: number) => void;
|
|
4392
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number) => void;
|
|
4393
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number) => void;
|
|
4394
|
-
readonly datacontractcreatetransition_new: (a: number, b: number) => void;
|
|
4395
|
-
readonly datacontractcreatetransition_getDataContract: (a: number) => number;
|
|
4396
|
-
readonly datacontractcreatetransition_getEntropy: (a: number) => number;
|
|
4397
|
-
readonly datacontractcreatetransition_getOwnerId: (a: number) => number;
|
|
4398
|
-
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4399
|
-
readonly datacontractcreatetransition_toBuffer: (a: number, b: number) => void;
|
|
4400
|
-
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
4401
|
-
readonly datacontractcreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
4402
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4403
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4404
|
-
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4405
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
4406
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4407
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
4408
|
-
readonly __wbg_documentnorevisionerror_free: (a: number) => void;
|
|
4409
|
-
readonly documentnorevisionerror_new: (a: number) => number;
|
|
4410
|
-
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
4411
|
-
readonly __wbg_nodocumentssuppliederror_free: (a: number) => void;
|
|
4412
|
-
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number) => void;
|
|
4413
|
-
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number, b: number) => void;
|
|
4414
|
-
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number, b: number) => void;
|
|
4415
|
-
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4416
|
-
readonly datacontractuniqueindiceschangederror_message: (a: number, b: number) => void;
|
|
4417
|
-
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4418
|
-
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
4419
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4420
|
-
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
4421
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4422
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
4423
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
4424
|
-
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
4425
|
-
readonly invalididentifiererror_getIdentifierName: (a: number, b: number) => void;
|
|
4426
|
-
readonly invalididentifiererror_getIdentifierError: (a: number, b: number) => void;
|
|
4427
|
-
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4428
|
-
readonly invalididentifiererror_message: (a: number, b: number) => void;
|
|
4429
|
-
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
4430
|
-
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
4431
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
4432
4393
|
readonly nodocumentssuppliederror_new: () => number;
|
|
4433
4394
|
readonly __wbg_revisionabsenterror_free: (a: number) => void;
|
|
4434
|
-
readonly
|
|
4395
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number) => void;
|
|
4435
4396
|
readonly __wbg_invalidcompoundindexerror_free: (a: number) => void;
|
|
4436
4397
|
readonly __wbg_invalididentifiererror_free: (a: number) => void;
|
|
4437
4398
|
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
4399
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number) => void;
|
|
4400
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number) => void;
|
|
4401
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number) => void;
|
|
4402
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number) => void;
|
|
4403
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number) => void;
|
|
4404
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number) => void;
|
|
4405
|
+
readonly __wbg_datacontractgenericerror_free: (a: number) => void;
|
|
4406
|
+
readonly datacontractgenericerror_getMessage: (a: number, b: number) => void;
|
|
4407
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
4408
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number, b: number) => void;
|
|
4409
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number, b: number) => void;
|
|
4410
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4411
|
+
readonly duplicateindexnameerror_message: (a: number, b: number) => void;
|
|
4412
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number) => void;
|
|
4413
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => number;
|
|
4414
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
4415
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number) => void;
|
|
4416
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4417
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4418
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4419
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4420
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
4421
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number) => void;
|
|
4422
|
+
readonly datacontractisreadonlyerror_new: (a: number) => number;
|
|
4423
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => number;
|
|
4424
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
4425
|
+
readonly datacontractisreadonlyerror_message: (a: number, b: number) => void;
|
|
4426
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number) => void;
|
|
4427
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => number;
|
|
4428
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number, b: number) => void;
|
|
4429
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => number;
|
|
4430
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
4431
|
+
readonly invaliddocumentrevisionerror_message: (a: number, b: number) => void;
|
|
4432
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number) => void;
|
|
4433
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => number;
|
|
4434
|
+
readonly __wbg_identitypublickey_free: (a: number) => void;
|
|
4435
|
+
readonly identitypublickey_new: (a: number, b: number) => void;
|
|
4436
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
4437
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
4438
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
4439
|
+
readonly identitypublickey_setType: (a: number, b: number, c: number) => void;
|
|
4440
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number, d: number) => void;
|
|
4441
|
+
readonly identitypublickey_getData: (a: number) => number;
|
|
4442
|
+
readonly identitypublickey_setPurpose: (a: number, b: number, c: number) => void;
|
|
4443
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
4444
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
4445
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
4446
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
4447
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
4448
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: number) => void;
|
|
4449
|
+
readonly identitypublickey_getDisabledAt: (a: number) => number;
|
|
4450
|
+
readonly identitypublickey_hash: (a: number, b: number) => void;
|
|
4451
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
4452
|
+
readonly identitypublickey_toJSON: (a: number, b: number) => void;
|
|
4453
|
+
readonly identitypublickey_toObject: (a: number, b: number) => void;
|
|
4454
|
+
readonly __wbg_identitypublickeywithwitness_free: (a: number) => void;
|
|
4455
|
+
readonly identitypublickeywithwitness_new: (a: number, b: number) => void;
|
|
4456
|
+
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4457
|
+
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
4458
|
+
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
4459
|
+
readonly identitypublickeywithwitness_setType: (a: number, b: number, c: number) => void;
|
|
4460
|
+
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number, d: number) => void;
|
|
4461
|
+
readonly identitypublickeywithwitness_getData: (a: number) => number;
|
|
4462
|
+
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number, c: number) => void;
|
|
4463
|
+
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
4464
|
+
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
4465
|
+
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
4466
|
+
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
4467
|
+
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
4468
|
+
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
4469
|
+
readonly identitypublickeywithwitness_getSignature: (a: number, b: number) => void;
|
|
4470
|
+
readonly identitypublickeywithwitness_hash: (a: number, b: number) => void;
|
|
4471
|
+
readonly identitypublickeywithwitness_toJSON: (a: number, b: number) => void;
|
|
4472
|
+
readonly identitypublickeywithwitness_toObject: (a: number, b: number, c: number) => void;
|
|
4438
4473
|
readonly __wbg_mismatchowneridserror_free: (a: number) => void;
|
|
4439
4474
|
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4440
4475
|
readonly mismatchowneridserror_getDocuments: (a: number, b: number) => void;
|
|
4476
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number) => void;
|
|
4477
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number, b: number) => void;
|
|
4478
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number, b: number) => void;
|
|
4479
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number, b: number) => void;
|
|
4480
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4481
|
+
readonly undefinedindexpropertyerror_message: (a: number, b: number) => void;
|
|
4482
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number) => void;
|
|
4483
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4484
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4485
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4486
|
+
readonly invaliddatacontractversionerror_message: (a: number, b: number) => void;
|
|
4487
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number) => void;
|
|
4488
|
+
readonly invaliddocumenttypeerror_getType: (a: number, b: number) => void;
|
|
4489
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => number;
|
|
4490
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4491
|
+
readonly invaliddocumenttypeerror_message: (a: number, b: number) => void;
|
|
4492
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
4493
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4494
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4495
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4496
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
4497
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4498
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
4499
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
4500
|
+
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
4501
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4502
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
4503
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
4504
|
+
readonly wrongpublickeypurposeerror_message: (a: number, b: number) => void;
|
|
4505
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number) => void;
|
|
4506
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => number;
|
|
4507
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number, b: number) => void;
|
|
4508
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => number;
|
|
4509
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => number;
|
|
4510
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
4511
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
4512
|
+
readonly documenttimestampwindowviolationerror_message: (a: number, b: number) => void;
|
|
4513
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number) => void;
|
|
4514
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => number;
|
|
4515
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
4516
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number, b: number) => void;
|
|
4517
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number) => void;
|
|
4518
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number) => void;
|
|
4519
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number) => void;
|
|
4520
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: number) => number;
|
|
4521
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number, b: number) => void;
|
|
4522
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => number;
|
|
4523
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number) => void;
|
|
4524
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => number;
|
|
4525
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => number;
|
|
4526
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4527
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number, b: number) => void;
|
|
4528
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
4529
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4530
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
4531
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4532
|
+
readonly invalidinstantassetlockprooferror_message: (a: number, b: number) => void;
|
|
4533
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
4534
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
4535
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
4536
|
+
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
4537
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
4538
|
+
readonly signatureshouldnotbepresenterror_message: (a: number, b: number) => void;
|
|
4539
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
4540
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number) => void;
|
|
4441
4541
|
readonly __wbg_document_free: (a: number) => void;
|
|
4442
4542
|
readonly document_new: (a: number, b: number, c: number, d: number) => void;
|
|
4443
4543
|
readonly document_getId: (a: number) => number;
|
|
@@ -4456,35 +4556,31 @@ export interface InitOutput {
|
|
|
4456
4556
|
readonly document_getUpdatedAt: (a: number) => number;
|
|
4457
4557
|
readonly document_hash: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4458
4558
|
readonly document_clone: (a: number) => number;
|
|
4459
|
-
readonly
|
|
4460
|
-
readonly
|
|
4461
|
-
readonly
|
|
4462
|
-
readonly
|
|
4463
|
-
readonly
|
|
4464
|
-
readonly
|
|
4465
|
-
readonly
|
|
4466
|
-
readonly
|
|
4467
|
-
readonly
|
|
4468
|
-
readonly
|
|
4469
|
-
readonly
|
|
4470
|
-
readonly
|
|
4471
|
-
readonly
|
|
4472
|
-
readonly
|
|
4473
|
-
readonly
|
|
4474
|
-
readonly
|
|
4475
|
-
readonly
|
|
4476
|
-
readonly
|
|
4477
|
-
readonly
|
|
4478
|
-
readonly
|
|
4479
|
-
readonly
|
|
4480
|
-
readonly
|
|
4481
|
-
readonly
|
|
4482
|
-
readonly
|
|
4483
|
-
readonly
|
|
4484
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
4485
|
-
readonly wrongpublickeypurposeerror_message: (a: number, b: number) => void;
|
|
4486
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number) => void;
|
|
4487
|
-
readonly __wbg_wrongpublickeypurposeerror_free: (a: number) => void;
|
|
4559
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number) => void;
|
|
4560
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => number;
|
|
4561
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number, b: number) => void;
|
|
4562
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number, b: number) => void;
|
|
4563
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
4564
|
+
readonly incompatibledatacontractschemaerror_message: (a: number, b: number) => void;
|
|
4565
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number) => void;
|
|
4566
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
4567
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
4568
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number, b: number) => void;
|
|
4569
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
4570
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number, b: number) => void;
|
|
4571
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number) => void;
|
|
4572
|
+
readonly invalidjsonschemareferror_getRefError: (a: number, b: number) => void;
|
|
4573
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4574
|
+
readonly invalidjsonschemareferror_message: (a: number, b: number) => void;
|
|
4575
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number) => void;
|
|
4576
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4577
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4578
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number, b: number) => void;
|
|
4579
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number) => void;
|
|
4580
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: number, d: number) => void;
|
|
4581
|
+
readonly invalidstatetransitionerror_getErrors: (a: number, b: number) => void;
|
|
4582
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => number;
|
|
4583
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4488
4584
|
readonly __wbg_datacontractupdatetransition_free: (a: number) => void;
|
|
4489
4585
|
readonly datacontractupdatetransition_new: (a: number, b: number) => void;
|
|
4490
4586
|
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
@@ -4499,131 +4595,43 @@ export interface InitOutput {
|
|
|
4499
4595
|
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
4500
4596
|
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4501
4597
|
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
4502
|
-
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number) => void;
|
|
4503
|
-
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
4504
|
-
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
4505
|
-
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number, b: number) => void;
|
|
4506
|
-
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
4507
|
-
readonly systempropertyindexalreadypresenterror_message: (a: number, b: number) => void;
|
|
4508
|
-
readonly undefinedindexpropertyerror_getDocumentType: (a: number, b: number) => void;
|
|
4509
|
-
readonly undefinedindexpropertyerror_getIndexName: (a: number, b: number) => void;
|
|
4510
|
-
readonly undefinedindexpropertyerror_getPropertyName: (a: number, b: number) => void;
|
|
4511
|
-
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4512
|
-
readonly undefinedindexpropertyerror_message: (a: number, b: number) => void;
|
|
4513
|
-
readonly __wbg_undefinedindexpropertyerror_free: (a: number) => void;
|
|
4514
|
-
readonly __wbg_datacontractgenericerror_free: (a: number) => void;
|
|
4515
|
-
readonly datacontractgenericerror_getMessage: (a: number, b: number) => void;
|
|
4516
|
-
readonly __wbg_invaliddocumentactionerror_free: (a: number) => void;
|
|
4517
|
-
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
4518
|
-
readonly duplicateindexnameerror_getDocumentType: (a: number, b: number) => void;
|
|
4519
|
-
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number, b: number) => void;
|
|
4520
|
-
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4521
|
-
readonly duplicateindexnameerror_message: (a: number, b: number) => void;
|
|
4522
|
-
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number) => void;
|
|
4523
|
-
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => number;
|
|
4524
|
-
readonly incompatibledatacontractschemaerror_getOperation: (a: number, b: number) => void;
|
|
4525
|
-
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number, b: number) => void;
|
|
4526
|
-
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
4527
|
-
readonly incompatibledatacontractschemaerror_message: (a: number, b: number) => void;
|
|
4528
|
-
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
4529
|
-
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
4530
|
-
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4531
|
-
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
4532
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4533
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
4534
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number) => void;
|
|
4535
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4536
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4537
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4538
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4539
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
4540
|
-
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number) => void;
|
|
4541
|
-
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => number;
|
|
4542
|
-
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number, b: number) => void;
|
|
4543
|
-
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => number;
|
|
4544
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => number;
|
|
4545
|
-
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
4546
|
-
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
4547
|
-
readonly documenttimestampwindowviolationerror_message: (a: number, b: number) => void;
|
|
4548
|
-
readonly __wbg_identitypublickeydisabledatwindowviolationerror_free: (a: number) => void;
|
|
4549
|
-
readonly identitypublickeydisabledatwindowviolationerror_getDisabledAt: (a: number) => number;
|
|
4550
|
-
readonly identitypublickeydisabledatwindowviolationerror_getTimeWindowStart: (a: number) => number;
|
|
4551
|
-
readonly identitypublickeydisabledatwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
4552
|
-
readonly identitypublickeydisabledatwindowviolationerror_getCode: (a: number) => number;
|
|
4553
|
-
readonly identitypublickeydisabledatwindowviolationerror_message: (a: number, b: number) => void;
|
|
4554
|
-
readonly __wbg_invalididentitypublickeyiderror_free: (a: number) => void;
|
|
4555
|
-
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4556
|
-
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4557
|
-
readonly invalididentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
4558
|
-
readonly __wbg_missingidentitypublickeyidserror_free: (a: number) => void;
|
|
4559
|
-
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => number;
|
|
4560
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number) => void;
|
|
4561
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: number, d: number) => void;
|
|
4562
|
-
readonly invalidstatetransitionerror_getErrors: (a: number, b: number) => void;
|
|
4563
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => number;
|
|
4564
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
4565
|
-
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number) => void;
|
|
4566
|
-
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: number) => number;
|
|
4567
|
-
readonly invaliddocumenttypeindatacontracterror_getType: (a: number, b: number) => void;
|
|
4568
|
-
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => number;
|
|
4569
4598
|
readonly __wbg_datacontractfacade_free: (a: number) => void;
|
|
4570
4599
|
readonly datacontractfacade_create: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4571
4600
|
readonly datacontractfacade_createFromObject: (a: number, b: number, c: number) => number;
|
|
4572
4601
|
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
4573
4602
|
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number, c: number) => void;
|
|
4574
4603
|
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: number) => void;
|
|
4604
|
+
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
4575
4605
|
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number) => void;
|
|
4576
4606
|
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => number;
|
|
4577
4607
|
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4578
4608
|
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number, b: number) => void;
|
|
4579
|
-
readonly
|
|
4580
|
-
readonly
|
|
4581
|
-
readonly
|
|
4582
|
-
readonly
|
|
4583
|
-
readonly
|
|
4584
|
-
readonly
|
|
4585
|
-
readonly
|
|
4586
|
-
readonly
|
|
4609
|
+
readonly __wbg_jsonschemaerror_free: (a: number) => void;
|
|
4610
|
+
readonly jsonschemaerror_getKeyword: (a: number, b: number) => void;
|
|
4611
|
+
readonly jsonschemaerror_getInstancePath: (a: number, b: number) => void;
|
|
4612
|
+
readonly jsonschemaerror_getSchemaPath: (a: number, b: number) => void;
|
|
4613
|
+
readonly jsonschemaerror_getPropertyName: (a: number, b: number) => void;
|
|
4614
|
+
readonly jsonschemaerror_getParams: (a: number, b: number) => void;
|
|
4615
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
4616
|
+
readonly jsonschemaerror_toString: (a: number, b: number) => void;
|
|
4617
|
+
readonly jsonschemaerror_message: (a: number, b: number) => void;
|
|
4618
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number) => void;
|
|
4587
4619
|
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4588
4620
|
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4589
4621
|
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4590
4622
|
readonly invalidstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
4591
|
-
readonly
|
|
4592
|
-
readonly
|
|
4593
|
-
readonly
|
|
4594
|
-
readonly
|
|
4595
|
-
readonly
|
|
4596
|
-
readonly
|
|
4597
|
-
readonly
|
|
4598
|
-
readonly
|
|
4599
|
-
readonly
|
|
4600
|
-
readonly
|
|
4601
|
-
readonly
|
|
4602
|
-
readonly
|
|
4603
|
-
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number, d: number) => void;
|
|
4604
|
-
readonly datacontract_setDocumentSchemas: (a: number, b: number, c: number, d: number) => void;
|
|
4605
|
-
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4606
|
-
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number, d: number) => void;
|
|
4607
|
-
readonly datacontract_getDocumentSchemas: (a: number) => number;
|
|
4608
|
-
readonly datacontract_getSchemaDefs: (a: number) => number;
|
|
4609
|
-
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number, d: number) => void;
|
|
4610
|
-
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
4611
|
-
readonly datacontract_setEntropy: (a: number, b: number, c: number, d: number) => void;
|
|
4612
|
-
readonly datacontract_getEntropy: (a: number) => number;
|
|
4613
|
-
readonly datacontract_getMetadata: (a: number) => number;
|
|
4614
|
-
readonly datacontract_setMetadata: (a: number, b: number, c: number) => void;
|
|
4615
|
-
readonly datacontract_toObject: (a: number, b: number) => void;
|
|
4616
|
-
readonly datacontract_getConfig: (a: number, b: number) => void;
|
|
4617
|
-
readonly datacontract_setConfig: (a: number, b: number, c: number) => void;
|
|
4618
|
-
readonly datacontract_toJSON: (a: number, b: number) => void;
|
|
4619
|
-
readonly datacontract_toBuffer: (a: number, b: number) => void;
|
|
4620
|
-
readonly datacontract_hash: (a: number, b: number) => void;
|
|
4621
|
-
readonly datacontract_clone: (a: number) => number;
|
|
4622
|
-
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number) => void;
|
|
4623
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4624
|
-
readonly datacontractmaxdeptherror_getSchemaDepth: (a: number) => number;
|
|
4625
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4626
|
-
readonly datacontractmaxdeptherror_message: (a: number, b: number) => void;
|
|
4623
|
+
readonly __wbg_identitypublickeydisabledatwindowviolationerror_free: (a: number) => void;
|
|
4624
|
+
readonly identitypublickeydisabledatwindowviolationerror_getDisabledAt: (a: number) => number;
|
|
4625
|
+
readonly identitypublickeydisabledatwindowviolationerror_getTimeWindowStart: (a: number) => number;
|
|
4626
|
+
readonly identitypublickeydisabledatwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
4627
|
+
readonly identitypublickeydisabledatwindowviolationerror_getCode: (a: number) => number;
|
|
4628
|
+
readonly identitypublickeydisabledatwindowviolationerror_message: (a: number, b: number) => void;
|
|
4629
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number) => void;
|
|
4630
|
+
readonly incompatiblere2patternerror_getPattern: (a: number, b: number) => void;
|
|
4631
|
+
readonly incompatiblere2patternerror_getPath: (a: number, b: number) => void;
|
|
4632
|
+
readonly incompatiblere2patternerror_getMessage: (a: number, b: number) => void;
|
|
4633
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
4634
|
+
readonly incompatiblere2patternerror_message: (a: number, b: number) => void;
|
|
4627
4635
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number) => void;
|
|
4628
4636
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number, b: number) => void;
|
|
4629
4637
|
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number, b: number) => void;
|
|
@@ -4632,38 +4640,11 @@ export interface InitOutput {
|
|
|
4632
4640
|
readonly invalidindexedpropertyconstrainterror_getReason: (a: number, b: number) => void;
|
|
4633
4641
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
4634
4642
|
readonly invalidindexedpropertyconstrainterror_message: (a: number, b: number) => void;
|
|
4635
|
-
readonly
|
|
4636
|
-
readonly
|
|
4637
|
-
readonly
|
|
4638
|
-
readonly
|
|
4639
|
-
readonly
|
|
4640
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => number;
|
|
4641
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => number;
|
|
4642
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
4643
|
-
readonly invaliddatacontractiderror_message: (a: number, b: number) => void;
|
|
4644
|
-
readonly __wbg_invalididentitypublickeydataerror_free: (a: number) => void;
|
|
4645
|
-
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
4646
|
-
readonly invalididentitypublickeydataerror_getValidationError: (a: number, b: number) => void;
|
|
4647
|
-
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4648
|
-
readonly invalididentitypublickeydataerror_message: (a: number, b: number) => void;
|
|
4649
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4650
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
4651
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
4652
|
-
readonly incompatibleprotocolversionerror_message: (a: number, b: number) => void;
|
|
4653
|
-
readonly statetransitionmaxsizeexceedederror_getActualSizeKBytes: (a: number) => number;
|
|
4654
|
-
readonly statetransitionmaxsizeexceedederror_getMaxSizeKBytes: (a: number) => number;
|
|
4655
|
-
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
4656
|
-
readonly statetransitionmaxsizeexceedederror_message: (a: number, b: number) => void;
|
|
4657
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4658
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
4659
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
4660
|
-
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
4661
|
-
readonly __wbg_documentowneridmismatcherror_free: (a: number) => void;
|
|
4662
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => number;
|
|
4663
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => number;
|
|
4664
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => number;
|
|
4665
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4666
|
-
readonly documentowneridmismatcherror_message: (a: number, b: number) => void;
|
|
4643
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
4644
|
+
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
4645
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4646
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4647
|
+
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
4667
4648
|
readonly __wbg_identitycreatetransition_free: (a: number) => void;
|
|
4668
4649
|
readonly identitycreatetransition_new: (a: number, b: number) => void;
|
|
4669
4650
|
readonly identitycreatetransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
@@ -4684,6 +4665,27 @@ export interface InitOutput {
|
|
|
4684
4665
|
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4685
4666
|
readonly identitycreatetransition_getSignature: (a: number) => number;
|
|
4686
4667
|
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4668
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number) => void;
|
|
4669
|
+
readonly identitycredittransfertransition_new: (a: number, b: number) => void;
|
|
4670
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
4671
|
+
readonly identitycredittransfertransition_amount: (a: number) => number;
|
|
4672
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => number;
|
|
4673
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => number;
|
|
4674
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: number) => void;
|
|
4675
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: number) => void;
|
|
4676
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => number;
|
|
4677
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: number) => void;
|
|
4678
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: number, c: number) => void;
|
|
4679
|
+
readonly identitycredittransfertransition_toBuffer: (a: number, b: number) => void;
|
|
4680
|
+
readonly identitycredittransfertransition_toJSON: (a: number, b: number) => void;
|
|
4681
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
4682
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
4683
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
4684
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4685
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4686
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => number;
|
|
4687
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4688
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4687
4689
|
readonly __wbg_metadata_free: (a: number) => void;
|
|
4688
4690
|
readonly metadata_new: (a: number, b: number) => void;
|
|
4689
4691
|
readonly metadata_from: (a: number, b: number) => void;
|
|
@@ -4695,11 +4697,9 @@ export interface InitOutput {
|
|
|
4695
4697
|
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4696
4698
|
readonly identitycreatetransition_publicKeys: (a: number, b: number) => void;
|
|
4697
4699
|
readonly identitycreatetransition_identityId: (a: number) => number;
|
|
4698
|
-
readonly
|
|
4700
|
+
readonly identitycredittransfertransition_identityId: (a: number) => number;
|
|
4701
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
4699
4702
|
readonly identitycreatetransition_getAssetLockProof: (a: number) => number;
|
|
4700
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number) => void;
|
|
4701
|
-
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number) => void;
|
|
4702
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number) => void;
|
|
4703
4703
|
readonly rustsecp256k1_v0_8_1_context_create: (a: number) => number;
|
|
4704
4704
|
readonly rustsecp256k1_v0_8_1_context_destroy: (a: number) => void;
|
|
4705
4705
|
readonly rustsecp256k1_v0_8_1_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
@@ -4707,11 +4707,11 @@ export interface InitOutput {
|
|
|
4707
4707
|
readonly __wbindgen_malloc: (a: number) => number;
|
|
4708
4708
|
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
|
|
4709
4709
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
4710
|
-
readonly
|
|
4710
|
+
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a8d816163238efc: (a: number, b: number, c: number) => void;
|
|
4711
4711
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
4712
4712
|
readonly __wbindgen_free: (a: number, b: number) => void;
|
|
4713
4713
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
4714
|
-
readonly
|
|
4714
|
+
readonly wasm_bindgen__convert__closures__invoke2_mut__ha2c028bd006c6969: (a: number, b: number, c: number, d: number) => void;
|
|
4715
4715
|
}
|
|
4716
4716
|
|
|
4717
4717
|
export type SyncInitInput = BufferSource | WebAssembly.Module;
|