@dashevo/wasm-dpp 0.25.0-dev.22 → 0.25.0-dev.24
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 +552 -552
- package/dist/wasm/wasm_dpp.js +216 -216
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +552 -552
- package/package.json +3 -3
package/lib/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
|
+
/**
|
|
9
13
|
* @param {any} raw_parameters
|
|
10
14
|
* @returns {any}
|
|
11
15
|
*/
|
|
12
16
|
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
13
17
|
/**
|
|
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
|
|
@@ -24,14 +24,6 @@ export function getLatestProtocolVersion(): number;
|
|
|
24
24
|
export function generateDocumentId(contract_id: any, owner_id: any, document_type: string, entropy: Uint8Array): any;
|
|
25
25
|
/**
|
|
26
26
|
*/
|
|
27
|
-
export enum KeySecurityLevel {
|
|
28
|
-
MASTER = 0,
|
|
29
|
-
CRITICAL = 1,
|
|
30
|
-
HIGH = 2,
|
|
31
|
-
MEDIUM = 3,
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
*/
|
|
35
27
|
export enum KeyPurpose {
|
|
36
28
|
/**
|
|
37
29
|
* at least one authentication key must be registered for all security levels
|
|
@@ -60,6 +52,14 @@ export enum KeyPurpose {
|
|
|
60
52
|
}
|
|
61
53
|
/**
|
|
62
54
|
*/
|
|
55
|
+
export enum KeySecurityLevel {
|
|
56
|
+
MASTER = 0,
|
|
57
|
+
CRITICAL = 1,
|
|
58
|
+
HIGH = 2,
|
|
59
|
+
MEDIUM = 3,
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
*/
|
|
63
63
|
export enum KeyType {
|
|
64
64
|
ECDSA_SECP256K1 = 0,
|
|
65
65
|
BLS12_381 = 1,
|
|
@@ -3810,37 +3810,11 @@ 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;
|
|
3840
3813
|
readonly __wbg_invaliddatacontracterror_free: (a: number) => void;
|
|
3841
3814
|
readonly invaliddatacontracterror_getErrors: (a: number, b: number) => void;
|
|
3842
3815
|
readonly invaliddatacontracterror_getRawDataContract: (a: number) => number;
|
|
3843
3816
|
readonly invaliddatacontracterror_getMessage: (a: number, b: number) => void;
|
|
3817
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number) => void;
|
|
3844
3818
|
readonly __wbg_extendeddocument_free: (a: number) => void;
|
|
3845
3819
|
readonly extendeddocument_new: (a: number, b: number, c: number) => void;
|
|
3846
3820
|
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
@@ -3873,51 +3847,41 @@ export interface InitOutput {
|
|
|
3873
3847
|
readonly extendeddocument_toBuffer: (a: number, b: number) => void;
|
|
3874
3848
|
readonly extendeddocument_hash: (a: number, b: number) => void;
|
|
3875
3849
|
readonly extendeddocument_clone: (a: number) => number;
|
|
3876
|
-
readonly
|
|
3877
|
-
readonly
|
|
3878
|
-
readonly
|
|
3879
|
-
readonly
|
|
3880
|
-
readonly
|
|
3881
|
-
readonly
|
|
3882
|
-
readonly
|
|
3883
|
-
readonly
|
|
3884
|
-
readonly
|
|
3885
|
-
readonly
|
|
3886
|
-
readonly
|
|
3887
|
-
readonly
|
|
3888
|
-
readonly
|
|
3889
|
-
readonly
|
|
3890
|
-
readonly
|
|
3891
|
-
readonly
|
|
3892
|
-
readonly
|
|
3893
|
-
readonly
|
|
3894
|
-
readonly
|
|
3895
|
-
readonly
|
|
3896
|
-
readonly
|
|
3897
|
-
readonly
|
|
3898
|
-
readonly
|
|
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;
|
|
3850
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number) => void;
|
|
3851
|
+
readonly incompatiblere2patternerror_getPattern: (a: number, b: number) => void;
|
|
3852
|
+
readonly incompatiblere2patternerror_getPath: (a: number, b: number) => void;
|
|
3853
|
+
readonly incompatiblere2patternerror_getMessage: (a: number, b: number) => void;
|
|
3854
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
3855
|
+
readonly incompatiblere2patternerror_message: (a: number, b: number) => void;
|
|
3856
|
+
readonly invalidjsonschemareferror_getRefError: (a: number, b: number) => void;
|
|
3857
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
3858
|
+
readonly invalidjsonschemareferror_message: (a: number, b: number) => void;
|
|
3859
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number, b: number) => void;
|
|
3860
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
3861
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
3862
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number) => void;
|
|
3863
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => number;
|
|
3864
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => number;
|
|
3865
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
3866
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number, b: number) => void;
|
|
3867
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number, b: number) => void;
|
|
3868
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
3869
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number, b: number) => void;
|
|
3870
|
+
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
3871
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
3872
|
+
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
3910
3873
|
readonly __wbg_basicblserror_free: (a: number) => void;
|
|
3911
3874
|
readonly basicblserror_getCode: (a: number) => number;
|
|
3912
3875
|
readonly basicblserror_message: (a: number, b: number) => void;
|
|
3913
|
-
readonly
|
|
3914
|
-
readonly
|
|
3915
|
-
readonly
|
|
3916
|
-
readonly
|
|
3917
|
-
readonly
|
|
3918
|
-
readonly
|
|
3919
|
-
readonly
|
|
3920
|
-
readonly
|
|
3876
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
3877
|
+
readonly basicecdsaerror_message: (a: number, b: number) => void;
|
|
3878
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number) => void;
|
|
3879
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
3880
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
3881
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number, b: number) => void;
|
|
3882
|
+
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
3883
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
3884
|
+
readonly valueerror_message: (a: number, b: number) => void;
|
|
3921
3885
|
readonly __wbg_identity_free: (a: number) => void;
|
|
3922
3886
|
readonly identity_new: (a: number, b: number) => void;
|
|
3923
3887
|
readonly identity_getId: (a: number) => number;
|
|
@@ -3942,6 +3906,27 @@ export interface InitOutput {
|
|
|
3942
3906
|
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
3943
3907
|
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
3944
3908
|
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;
|
|
3945
3930
|
readonly __wbg_identitytopuptransition_free: (a: number) => void;
|
|
3946
3931
|
readonly identitytopuptransition_new: (a: number, b: number) => void;
|
|
3947
3932
|
readonly identitytopuptransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
@@ -3960,64 +3945,62 @@ export interface InitOutput {
|
|
|
3960
3945
|
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
3961
3946
|
readonly identitytopuptransition_getSignature: (a: number) => number;
|
|
3962
3947
|
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3963
|
-
readonly
|
|
3964
|
-
readonly
|
|
3965
|
-
readonly
|
|
3966
|
-
readonly
|
|
3967
|
-
readonly
|
|
3948
|
+
readonly identitycredittransfertransition_identityId: (a: number) => number;
|
|
3949
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
3950
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number) => void;
|
|
3951
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number) => void;
|
|
3952
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number) => void;
|
|
3953
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number) => void;
|
|
3954
|
+
readonly __wbg_basicecdsaerror_free: (a: number) => void;
|
|
3955
|
+
readonly __wbg_valueerror_free: (a: number) => void;
|
|
3956
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
3968
3957
|
readonly identitytopuptransition_getAssetLockProof: (a: number) => number;
|
|
3969
3958
|
readonly identitytopuptransition_identityId: (a: number) => number;
|
|
3959
|
+
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
3970
3960
|
readonly identity_getBalance: (a: number) => number;
|
|
3971
|
-
readonly
|
|
3972
|
-
readonly
|
|
3973
|
-
readonly
|
|
3974
|
-
readonly
|
|
3975
|
-
readonly
|
|
3976
|
-
readonly
|
|
3977
|
-
readonly
|
|
3978
|
-
readonly
|
|
3979
|
-
readonly
|
|
3980
|
-
readonly
|
|
3981
|
-
readonly
|
|
3982
|
-
readonly
|
|
3983
|
-
readonly
|
|
3984
|
-
readonly
|
|
3985
|
-
readonly
|
|
3961
|
+
readonly __wbg_documenttransitions_free: (a: number) => void;
|
|
3962
|
+
readonly documenttransitions_new: () => number;
|
|
3963
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
3964
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
3965
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
3966
|
+
readonly __wbg_documentfactory_free: (a: number) => void;
|
|
3967
|
+
readonly documentfactory_new: (a: number, b: number, c: number) => void;
|
|
3968
|
+
readonly documentfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
3969
|
+
readonly documentfactory_createStateTransition: (a: number, b: number, c: number) => void;
|
|
3970
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
3971
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number) => void;
|
|
3972
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
3973
|
+
readonly protocolversionparsingerror_getParsingError: (a: number, b: number) => void;
|
|
3974
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
3975
|
+
readonly protocolversionparsingerror_message: (a: number, b: number) => void;
|
|
3976
|
+
readonly protocolversionparsingerror_serialize: (a: number, b: number) => void;
|
|
3986
3977
|
readonly serializedobjectparsingerror_getParsingError: (a: number, b: number) => void;
|
|
3987
3978
|
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
3988
3979
|
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;
|
|
3993
3980
|
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number) => void;
|
|
3994
3981
|
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => number;
|
|
3995
3982
|
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => number;
|
|
3996
3983
|
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
3997
3984
|
readonly invaliddocumenttransitioniderror_message: (a: number, b: number) => void;
|
|
3998
|
-
readonly
|
|
3999
|
-
readonly
|
|
3985
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
3986
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number, b: number) => void;
|
|
4000
3987
|
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number) => void;
|
|
4001
3988
|
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4002
3989
|
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number, b: number) => void;
|
|
4003
3990
|
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
4004
3991
|
readonly invalidassetlockprooftransactionheighterror_message: (a: number, b: number) => void;
|
|
4005
|
-
readonly
|
|
4006
|
-
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4007
|
-
readonly invalididentityassetlocktransactionerror_message: (a: number, b: number) => void;
|
|
4008
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4009
|
-
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
4010
|
-
readonly invalididentitykeysignatureerror_message: (a: number, b: number) => void;
|
|
3992
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number) => void;
|
|
4011
3993
|
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
4012
3994
|
readonly invalidinstantassetlockproofsignatureerror_message: (a: number, b: number) => void;
|
|
4013
|
-
readonly
|
|
4014
|
-
readonly
|
|
4015
|
-
readonly
|
|
4016
|
-
readonly
|
|
4017
|
-
readonly
|
|
4018
|
-
readonly
|
|
4019
|
-
readonly
|
|
4020
|
-
readonly
|
|
3995
|
+
readonly __wbg_jsonschemaerror_free: (a: number) => void;
|
|
3996
|
+
readonly jsonschemaerror_getKeyword: (a: number, b: number) => void;
|
|
3997
|
+
readonly jsonschemaerror_getInstancePath: (a: number, b: number) => void;
|
|
3998
|
+
readonly jsonschemaerror_getSchemaPath: (a: number, b: number) => void;
|
|
3999
|
+
readonly jsonschemaerror_getPropertyName: (a: number, b: number) => void;
|
|
4000
|
+
readonly jsonschemaerror_getParams: (a: number, b: number) => void;
|
|
4001
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
4002
|
+
readonly jsonschemaerror_toString: (a: number, b: number) => void;
|
|
4003
|
+
readonly jsonschemaerror_message: (a: number, b: number) => void;
|
|
4021
4004
|
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4022
4005
|
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4023
4006
|
readonly missingstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
@@ -4027,24 +4010,12 @@ export interface InitOutput {
|
|
|
4027
4010
|
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
4028
4011
|
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
4029
4012
|
readonly unsupportedversionerror_message: (a: number, b: number) => void;
|
|
4030
|
-
readonly
|
|
4031
|
-
readonly balanceisnotenougherror_new: (a: number, b: number) => number;
|
|
4032
|
-
readonly balanceisnotenougherror_getBalance: (a: number) => number;
|
|
4033
|
-
readonly balanceisnotenougherror_getFee: (a: number) => number;
|
|
4034
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4035
|
-
readonly balanceisnotenougherror_message: (a: number, b: number) => void;
|
|
4036
|
-
readonly balanceisnotenougherror_serialize: (a: number, b: number) => void;
|
|
4013
|
+
readonly __wbg_identitynotfounderror_free: (a: number) => void;
|
|
4037
4014
|
readonly identitynotfounderror_new: (a: number) => number;
|
|
4038
4015
|
readonly identitynotfounderror_getIdentityId: (a: number) => number;
|
|
4039
4016
|
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4040
4017
|
readonly identitynotfounderror_message: (a: number, b: number) => void;
|
|
4041
4018
|
readonly identitynotfounderror_serialize: (a: number, b: number) => void;
|
|
4042
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number) => void;
|
|
4043
|
-
readonly datacontractalreadypresenterror_new: (a: number) => number;
|
|
4044
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => number;
|
|
4045
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4046
|
-
readonly datacontractalreadypresenterror_message: (a: number, b: number) => void;
|
|
4047
|
-
readonly datacontractalreadypresenterror_serialize: (a: number, b: number) => void;
|
|
4048
4019
|
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number) => void;
|
|
4049
4020
|
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => number;
|
|
4050
4021
|
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
@@ -4052,28 +4023,99 @@ export interface InitOutput {
|
|
|
4052
4023
|
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
4053
4024
|
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
4054
4025
|
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;
|
|
4062
4026
|
readonly __wbg_invalididentityrevisionerror_free: (a: number) => void;
|
|
4063
4027
|
readonly invalididentityrevisionerror_getIdentityId: (a: number) => number;
|
|
4064
4028
|
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => number;
|
|
4065
4029
|
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4066
4030
|
readonly invalididentityrevisionerror_message: (a: number, b: number) => void;
|
|
4067
|
-
readonly
|
|
4068
|
-
readonly
|
|
4069
|
-
readonly
|
|
4070
|
-
readonly
|
|
4071
|
-
readonly
|
|
4072
|
-
readonly
|
|
4073
|
-
readonly
|
|
4074
|
-
readonly
|
|
4075
|
-
readonly
|
|
4076
|
-
readonly
|
|
4031
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
4032
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number) => void;
|
|
4033
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number) => void;
|
|
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;
|
|
4100
|
+
readonly platformvalueerror_getMessage: (a: number, b: number) => void;
|
|
4101
|
+
readonly platformvalueerror_toString: (a: number, b: number) => void;
|
|
4102
|
+
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
|
+
readonly __wbg_instantassetlockproof_free: (a: number) => void;
|
|
4116
|
+
readonly instantassetlockproof_new: (a: number, b: number) => void;
|
|
4117
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
4118
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
4077
4119
|
readonly instantassetlockproof_getOutPoint: (a: number) => number;
|
|
4078
4120
|
readonly instantassetlockproof_getOutput: (a: number, b: number) => void;
|
|
4079
4121
|
readonly instantassetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
@@ -4081,32 +4123,20 @@ export interface InitOutput {
|
|
|
4081
4123
|
readonly instantassetlockproof_getTransaction: (a: number) => number;
|
|
4082
4124
|
readonly instantassetlockproof_toObject: (a: number, b: number) => void;
|
|
4083
4125
|
readonly instantassetlockproof_toJSON: (a: number, b: number) => void;
|
|
4084
|
-
readonly
|
|
4085
|
-
readonly
|
|
4086
|
-
readonly
|
|
4087
|
-
readonly
|
|
4088
|
-
readonly
|
|
4089
|
-
readonly
|
|
4090
|
-
readonly
|
|
4091
|
-
readonly
|
|
4092
|
-
readonly
|
|
4093
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
4094
|
-
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number) => void;
|
|
4095
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
4096
|
-
readonly __wbg_identitynotfounderror_free: (a: number) => void;
|
|
4126
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
4127
|
+
readonly getLatestProtocolVersion: () => number;
|
|
4128
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => number;
|
|
4129
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
4130
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
4131
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number) => void;
|
|
4132
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number) => void;
|
|
4133
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number) => void;
|
|
4134
|
+
readonly __wbg_statetransitionfactory_free: (a: number) => void;
|
|
4097
4135
|
readonly __wbg_invalididentitykeysignatureerror_free: (a: number) => void;
|
|
4098
|
-
readonly
|
|
4136
|
+
readonly __wbg_missingpublickeyerror_free: (a: number) => void;
|
|
4137
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
4138
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
4099
4139
|
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;
|
|
4110
4140
|
readonly __wbg_dashplatformprotocol_free: (a: number) => void;
|
|
4111
4141
|
readonly dashplatformprotocol_new: (a: number, b: number, c: number, d: number) => void;
|
|
4112
4142
|
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
@@ -4135,13 +4165,6 @@ export interface InitOutput {
|
|
|
4135
4165
|
readonly documentsbatchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4136
4166
|
readonly documentsbatchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4137
4167
|
readonly documentsbatchtransition_toBuffer: (a: number, b: number) => void;
|
|
4138
|
-
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
4139
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
4140
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
4141
|
-
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
4142
|
-
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
4143
|
-
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
4144
|
-
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
4145
4168
|
readonly __wbg_datacontractnotpresenterror_free: (a: number) => void;
|
|
4146
4169
|
readonly datacontractnotpresenterror_getDataContractId: (a: number) => number;
|
|
4147
4170
|
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
@@ -4151,37 +4174,11 @@ export interface InitOutput {
|
|
|
4151
4174
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number, b: number) => void;
|
|
4152
4175
|
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
4153
4176
|
readonly inconsistentcompoundindexdataerror_message: (a: number, b: number) => void;
|
|
4154
|
-
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number) => void;
|
|
4155
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4156
|
-
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4157
|
-
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number, b: number) => void;
|
|
4158
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
4159
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
4160
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
4161
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4162
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4163
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
4164
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4165
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4166
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number, b: number) => void;
|
|
4167
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4168
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4169
|
-
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
4170
|
-
readonly __wbg_invalididentifiererror_free: (a: number) => void;
|
|
4171
|
-
readonly invalididentifiererror_getIdentifierName: (a: number, b: number) => void;
|
|
4172
|
-
readonly invalididentifiererror_getIdentifierError: (a: number, b: number) => void;
|
|
4173
|
-
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4174
|
-
readonly invalididentifiererror_message: (a: number, b: number) => void;
|
|
4175
4177
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number) => void;
|
|
4176
4178
|
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4177
4179
|
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4178
4180
|
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4179
4181
|
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
4180
|
-
readonly __wbg_datacontractconfigupdateerror_free: (a: number) => void;
|
|
4181
|
-
readonly datacontractconfigupdateerror_new: (a: number, b: number, c: number) => number;
|
|
4182
|
-
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => number;
|
|
4183
|
-
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4184
|
-
readonly datacontractconfigupdateerror_message: (a: number, b: number) => void;
|
|
4185
4182
|
readonly documentalreadypresenterror_getDocumentId: (a: number) => number;
|
|
4186
4183
|
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
4187
4184
|
readonly documentalreadypresenterror_message: (a: number, b: number) => void;
|
|
@@ -4196,34 +4193,23 @@ export interface InitOutput {
|
|
|
4196
4193
|
readonly identityalreadyexistserror_getIdentityId: (a: number) => number;
|
|
4197
4194
|
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4198
4195
|
readonly identityalreadyexistserror_message: (a: number, b: number) => void;
|
|
4199
|
-
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4200
|
-
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4201
|
-
readonly maxidentitypublickeylimitreachederror_message: (a: number, b: number) => void;
|
|
4202
4196
|
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;
|
|
4203
4207
|
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
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_missingpublickeyerror_free: (a: number) => void;
|
|
4208
4208
|
readonly __wbg_documentalreadypresenterror_free: (a: number) => void;
|
|
4209
4209
|
readonly __wbg_documentnotfounderror_free: (a: number) => void;
|
|
4210
4210
|
readonly __wbg_identityalreadyexistserror_free: (a: number) => void;
|
|
4211
|
-
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
4212
4211
|
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number) => void;
|
|
4213
4212
|
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number) => void;
|
|
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;
|
|
4227
4213
|
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number) => void;
|
|
4228
4214
|
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4229
4215
|
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number, b: number) => void;
|
|
@@ -4234,36 +4220,41 @@ export interface InitOutput {
|
|
|
4234
4220
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number, b: number) => void;
|
|
4235
4221
|
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4236
4222
|
readonly datacontractimmutablepropertiesupdateerror_message: (a: number, b: number) => void;
|
|
4237
|
-
readonly
|
|
4238
|
-
readonly
|
|
4239
|
-
readonly
|
|
4240
|
-
readonly
|
|
4241
|
-
readonly
|
|
4242
|
-
readonly
|
|
4243
|
-
readonly
|
|
4244
|
-
readonly
|
|
4245
|
-
readonly
|
|
4246
|
-
readonly
|
|
4247
|
-
readonly
|
|
4248
|
-
readonly
|
|
4249
|
-
readonly
|
|
4250
|
-
readonly
|
|
4251
|
-
readonly
|
|
4252
|
-
readonly
|
|
4253
|
-
readonly
|
|
4254
|
-
readonly
|
|
4255
|
-
readonly
|
|
4256
|
-
readonly
|
|
4257
|
-
readonly
|
|
4258
|
-
readonly
|
|
4259
|
-
readonly
|
|
4260
|
-
readonly
|
|
4261
|
-
readonly
|
|
4262
|
-
readonly
|
|
4263
|
-
readonly
|
|
4264
|
-
readonly
|
|
4265
|
-
readonly
|
|
4266
|
-
readonly
|
|
4223
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number, b: number) => void;
|
|
4224
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
4225
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4226
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
4227
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
4228
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
4229
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
4230
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
4231
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
4232
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
4233
|
+
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
4234
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number) => void;
|
|
4235
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4236
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4237
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number, b: number) => void;
|
|
4238
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
4239
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
4240
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
4241
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4242
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4243
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
4244
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4245
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4246
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number, b: number) => void;
|
|
4247
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number) => void;
|
|
4248
|
+
readonly datacontractconfigupdateerror_new: (a: number, b: number, c: number) => number;
|
|
4249
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => number;
|
|
4250
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
4251
|
+
readonly datacontractconfigupdateerror_message: (a: number, b: number) => void;
|
|
4252
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4253
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4254
|
+
readonly identitypublickeyisdisablederror_message: (a: number, b: number) => void;
|
|
4255
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4256
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4257
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number, b: number) => void;
|
|
4267
4258
|
readonly identityfactory_new: (a: number, b: number) => void;
|
|
4268
4259
|
readonly identityfactory_create: (a: number, b: number, c: number, d: number) => void;
|
|
4269
4260
|
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
@@ -4273,72 +4264,44 @@ export interface InitOutput {
|
|
|
4273
4264
|
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4274
4265
|
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4275
4266
|
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
4276
|
-
readonly
|
|
4277
|
-
readonly
|
|
4278
|
-
readonly
|
|
4279
|
-
readonly
|
|
4280
|
-
readonly
|
|
4281
|
-
readonly
|
|
4282
|
-
readonly
|
|
4283
|
-
readonly
|
|
4284
|
-
readonly
|
|
4285
|
-
readonly
|
|
4267
|
+
readonly __wbg_identitypublickey_free: (a: number) => void;
|
|
4268
|
+
readonly identitypublickey_new: (a: number, b: number) => void;
|
|
4269
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
4270
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
4271
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
4272
|
+
readonly identitypublickey_setType: (a: number, b: number, c: number) => void;
|
|
4273
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number, d: number) => void;
|
|
4274
|
+
readonly identitypublickey_getData: (a: number) => number;
|
|
4275
|
+
readonly identitypublickey_setPurpose: (a: number, b: number, c: number) => void;
|
|
4276
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
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;
|
|
4286
4287
|
readonly __wbg_assetlockproof_free: (a: number) => void;
|
|
4287
4288
|
readonly assetlockproof_new: (a: number, b: number) => void;
|
|
4288
4289
|
readonly assetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
4289
4290
|
readonly assetlockproof_toObject: (a: number, b: number) => void;
|
|
4290
4291
|
readonly createAssetLockProofInstance: (a: number, b: number) => void;
|
|
4291
|
-
readonly
|
|
4292
|
-
readonly
|
|
4293
|
-
readonly
|
|
4294
|
-
readonly
|
|
4295
|
-
readonly
|
|
4296
|
-
readonly
|
|
4297
|
-
readonly
|
|
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;
|
|
4292
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number) => void;
|
|
4293
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number) => void;
|
|
4294
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
4295
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number) => void;
|
|
4296
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number) => void;
|
|
4297
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
4298
|
+
readonly __wbg_identityfactory_free: (a: number) => void;
|
|
4317
4299
|
readonly __wbg_invalidactionerror_free: (a: number) => void;
|
|
4318
4300
|
readonly generateDocumentId: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
4319
|
-
readonly
|
|
4320
|
-
readonly
|
|
4321
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
4322
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4323
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
4324
|
-
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number, b: number) => void;
|
|
4325
|
-
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number, b: number) => void;
|
|
4326
|
-
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4327
|
-
readonly datacontractuniqueindiceschangederror_message: (a: number, b: number) => void;
|
|
4328
|
-
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4329
|
-
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
4330
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4331
|
-
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
4332
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
4333
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
4334
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
4335
|
-
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
4301
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4302
|
+
readonly missingdatacontractiderror_message: (a: number, b: number) => void;
|
|
4336
4303
|
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4337
4304
|
readonly missingdocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
4338
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
4339
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number, b: number) => void;
|
|
4340
|
-
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4341
|
-
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
4342
4305
|
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number) => void;
|
|
4343
4306
|
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
4344
4307
|
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
@@ -4348,17 +4311,49 @@ export interface InitOutput {
|
|
|
4348
4311
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => number;
|
|
4349
4312
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
4350
4313
|
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number, b: number) => void;
|
|
4314
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => number;
|
|
4315
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
4316
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
4317
|
+
readonly missingmasterpublickeyerror_message: (a: number, b: number) => void;
|
|
4351
4318
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number) => void;
|
|
4352
4319
|
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
4353
4320
|
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;
|
|
4354
4326
|
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => number;
|
|
4355
4327
|
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4356
4328
|
readonly documenttimestampsareequalerror_message: (a: number, b: number) => void;
|
|
4357
4329
|
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => number;
|
|
4358
4330
|
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4359
4331
|
readonly documenttimestampsmismatcherror_message: (a: number, b: number) => void;
|
|
4360
|
-
readonly
|
|
4361
|
-
readonly
|
|
4332
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number) => void;
|
|
4333
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => number;
|
|
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;
|
|
4362
4357
|
readonly __wbg_identityupdatetransition_free: (a: number) => void;
|
|
4363
4358
|
readonly identityupdatetransition_new: (a: number, b: number) => void;
|
|
4364
4359
|
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number, d: number) => void;
|
|
@@ -4387,125 +4382,161 @@ export interface InitOutput {
|
|
|
4387
4382
|
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4388
4383
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
4389
4384
|
readonly invalidactionterror_new: (a: number) => number;
|
|
4390
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
4391
4385
|
readonly identityupdatetransition_getPublicKeysToAdd: (a: number, b: number) => void;
|
|
4392
4386
|
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;
|
|
4393
4432
|
readonly nodocumentssuppliederror_new: () => number;
|
|
4394
4433
|
readonly __wbg_revisionabsenterror_free: (a: number) => void;
|
|
4395
|
-
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number) => void;
|
|
4396
4434
|
readonly __wbg_duplicateindexerror_free: (a: number) => void;
|
|
4397
4435
|
readonly __wbg_invalidcompoundindexerror_free: (a: number) => void;
|
|
4436
|
+
readonly __wbg_invalididentifiererror_free: (a: number) => void;
|
|
4398
4437
|
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
4399
|
-
readonly
|
|
4400
|
-
readonly
|
|
4401
|
-
readonly
|
|
4402
|
-
readonly
|
|
4403
|
-
readonly
|
|
4404
|
-
readonly
|
|
4438
|
+
readonly __wbg_mismatchowneridserror_free: (a: number) => void;
|
|
4439
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
4440
|
+
readonly mismatchowneridserror_getDocuments: (a: number, b: number) => void;
|
|
4441
|
+
readonly __wbg_document_free: (a: number) => void;
|
|
4442
|
+
readonly document_new: (a: number, b: number, c: number, d: number) => void;
|
|
4443
|
+
readonly document_getId: (a: number) => number;
|
|
4444
|
+
readonly document_setId: (a: number, b: number) => void;
|
|
4445
|
+
readonly document_setOwnerId: (a: number, b: number) => void;
|
|
4446
|
+
readonly document_getOwnerId: (a: number) => number;
|
|
4447
|
+
readonly document_setRevision: (a: number, b: number, c: number) => void;
|
|
4448
|
+
readonly document_getRevision: (a: number, b: number) => void;
|
|
4449
|
+
readonly document_setData: (a: number, b: number, c: number) => void;
|
|
4450
|
+
readonly document_getData: (a: number, b: number) => void;
|
|
4451
|
+
readonly document_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4452
|
+
readonly document_get: (a: number, b: number, c: number, d: number) => void;
|
|
4453
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
4454
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4455
|
+
readonly document_getCreatedAt: (a: number) => number;
|
|
4456
|
+
readonly document_getUpdatedAt: (a: number) => number;
|
|
4457
|
+
readonly document_hash: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4458
|
+
readonly document_clone: (a: number) => number;
|
|
4459
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4460
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4461
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4462
|
+
readonly invaliddatacontractversionerror_message: (a: number, b: number) => void;
|
|
4463
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number) => void;
|
|
4464
|
+
readonly invaliddocumenttypeerror_getType: (a: number, b: number) => void;
|
|
4465
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => number;
|
|
4466
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4467
|
+
readonly invaliddocumenttypeerror_message: (a: number, b: number) => void;
|
|
4468
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number) => void;
|
|
4469
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => number;
|
|
4470
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4471
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
4472
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number) => void;
|
|
4473
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4474
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4475
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4476
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number, b: number) => void;
|
|
4477
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
4478
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4479
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4480
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4481
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
4482
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4483
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
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;
|
|
4488
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number) => void;
|
|
4489
|
+
readonly datacontractupdatetransition_new: (a: number, b: number) => void;
|
|
4490
|
+
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
4491
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => number;
|
|
4492
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4493
|
+
readonly datacontractupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
4494
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
4495
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
4496
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4497
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4498
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4499
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
4500
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4501
|
+
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;
|
|
4405
4514
|
readonly __wbg_datacontractgenericerror_free: (a: number) => void;
|
|
4406
4515
|
readonly datacontractgenericerror_getMessage: (a: number, b: number) => void;
|
|
4516
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number) => void;
|
|
4407
4517
|
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
4408
4518
|
readonly duplicateindexnameerror_getDocumentType: (a: number, b: number) => void;
|
|
4409
4519
|
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number, b: number) => void;
|
|
4410
4520
|
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4411
4521
|
readonly duplicateindexnameerror_message: (a: number, b: number) => void;
|
|
4412
|
-
readonly
|
|
4413
|
-
readonly
|
|
4414
|
-
readonly
|
|
4415
|
-
readonly
|
|
4416
|
-
readonly
|
|
4417
|
-
readonly
|
|
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;
|
|
4418
4537
|
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4419
4538
|
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4420
4539
|
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
4421
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number) => void;
|
|
4422
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4423
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4424
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4425
|
-
readonly invalidstatetransitiontypeerror_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;
|
|
4473
|
-
readonly __wbg_mismatchowneridserror_free: (a: number) => void;
|
|
4474
|
-
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
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_duplicatedidentitypublickeyiderror_free: (a: number) => void;
|
|
4493
|
-
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => number;
|
|
4494
|
-
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4495
|
-
readonly duplicatedidentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
4496
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
4497
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4498
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4499
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4500
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
4501
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
4502
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
4503
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
4504
|
-
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
4505
|
-
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4506
|
-
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
4507
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
4508
|
-
readonly wrongpublickeypurposeerror_message: (a: number, b: number) => void;
|
|
4509
4540
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number) => void;
|
|
4510
4541
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => number;
|
|
4511
4542
|
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number, b: number) => void;
|
|
@@ -4514,124 +4545,85 @@ export interface InitOutput {
|
|
|
4514
4545
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
4515
4546
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
4516
4547
|
readonly documenttimestampwindowviolationerror_message: (a: number, b: number) => void;
|
|
4517
|
-
readonly
|
|
4518
|
-
readonly
|
|
4519
|
-
readonly
|
|
4520
|
-
readonly
|
|
4521
|
-
readonly
|
|
4522
|
-
readonly
|
|
4523
|
-
readonly
|
|
4524
|
-
readonly
|
|
4525
|
-
readonly
|
|
4526
|
-
readonly
|
|
4527
|
-
readonly
|
|
4528
|
-
readonly
|
|
4529
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
4530
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
4531
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number, b: number) => void;
|
|
4532
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4533
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
4534
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4535
|
-
readonly invalidinstantassetlockprooferror_message: (a: number, b: number) => void;
|
|
4536
|
-
readonly __wbg_basicecdsaerror_free: (a: number) => void;
|
|
4537
|
-
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
4538
|
-
readonly basicecdsaerror_message: (a: number, b: number) => void;
|
|
4539
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
4540
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
4541
|
-
readonly __wbg_document_free: (a: number) => void;
|
|
4542
|
-
readonly document_new: (a: number, b: number, c: number, d: number) => void;
|
|
4543
|
-
readonly document_getId: (a: number) => number;
|
|
4544
|
-
readonly document_setId: (a: number, b: number) => void;
|
|
4545
|
-
readonly document_setOwnerId: (a: number, b: number) => void;
|
|
4546
|
-
readonly document_getOwnerId: (a: number) => number;
|
|
4547
|
-
readonly document_setRevision: (a: number, b: number, c: number) => void;
|
|
4548
|
-
readonly document_getRevision: (a: number, b: number) => void;
|
|
4549
|
-
readonly document_setData: (a: number, b: number, c: number) => void;
|
|
4550
|
-
readonly document_getData: (a: number, b: number) => void;
|
|
4551
|
-
readonly document_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4552
|
-
readonly document_get: (a: number, b: number, c: number, d: number) => void;
|
|
4553
|
-
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
4554
|
-
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
4555
|
-
readonly document_getCreatedAt: (a: number) => number;
|
|
4556
|
-
readonly document_getUpdatedAt: (a: number) => number;
|
|
4557
|
-
readonly document_hash: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
4558
|
-
readonly document_clone: (a: number) => number;
|
|
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;
|
|
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;
|
|
4579
4560
|
readonly __wbg_invalidstatetransitionerror_free: (a: number) => void;
|
|
4580
4561
|
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: number, d: number) => void;
|
|
4581
4562
|
readonly invalidstatetransitionerror_getErrors: (a: number, b: number) => void;
|
|
4582
4563
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => number;
|
|
4583
|
-
readonly
|
|
4584
|
-
readonly
|
|
4585
|
-
readonly
|
|
4586
|
-
readonly
|
|
4587
|
-
readonly
|
|
4588
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
4589
|
-
readonly datacontractupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
4590
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
4591
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
4592
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4593
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4594
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4595
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
4596
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4597
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
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;
|
|
4598
4569
|
readonly __wbg_datacontractfacade_free: (a: number) => void;
|
|
4599
4570
|
readonly datacontractfacade_create: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4600
4571
|
readonly datacontractfacade_createFromObject: (a: number, b: number, c: number) => number;
|
|
4601
4572
|
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
4602
4573
|
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number, c: number) => void;
|
|
4603
4574
|
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: number) => void;
|
|
4604
|
-
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
4605
4575
|
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number) => void;
|
|
4606
4576
|
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => number;
|
|
4607
4577
|
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4608
4578
|
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number, b: number) => void;
|
|
4609
|
-
readonly
|
|
4610
|
-
readonly
|
|
4611
|
-
readonly
|
|
4612
|
-
readonly
|
|
4613
|
-
readonly
|
|
4614
|
-
readonly
|
|
4615
|
-
readonly
|
|
4616
|
-
readonly
|
|
4617
|
-
readonly
|
|
4618
|
-
readonly
|
|
4619
|
-
readonly
|
|
4620
|
-
readonly
|
|
4621
|
-
readonly
|
|
4622
|
-
readonly
|
|
4623
|
-
readonly
|
|
4624
|
-
readonly
|
|
4625
|
-
readonly
|
|
4626
|
-
readonly
|
|
4627
|
-
readonly
|
|
4628
|
-
readonly
|
|
4629
|
-
readonly
|
|
4630
|
-
readonly
|
|
4631
|
-
readonly
|
|
4632
|
-
readonly
|
|
4633
|
-
readonly
|
|
4634
|
-
readonly
|
|
4579
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
4580
|
+
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
4581
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4582
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4583
|
+
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
4584
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
4585
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4586
|
+
readonly invalidinstantassetlockprooferror_message: (a: number, b: number) => void;
|
|
4587
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4588
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4589
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4590
|
+
readonly invalidstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
4591
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
4592
|
+
readonly signatureshouldnotbepresenterror_message: (a: number, b: number) => void;
|
|
4593
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number) => void;
|
|
4594
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number) => void;
|
|
4595
|
+
readonly __wbg_datacontract_free: (a: number) => void;
|
|
4596
|
+
readonly datacontract_new: (a: number, b: number, c: number) => void;
|
|
4597
|
+
readonly datacontract_getId: (a: number) => number;
|
|
4598
|
+
readonly datacontract_setId: (a: number, b: number, c: number) => void;
|
|
4599
|
+
readonly datacontract_getOwnerId: (a: number) => number;
|
|
4600
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
4601
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
4602
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
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;
|
|
4635
4627
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number) => void;
|
|
4636
4628
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number, b: number) => void;
|
|
4637
4629
|
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number, b: number) => void;
|
|
@@ -4640,11 +4632,38 @@ export interface InitOutput {
|
|
|
4640
4632
|
readonly invalidindexedpropertyconstrainterror_getReason: (a: number, b: number) => void;
|
|
4641
4633
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
4642
4634
|
readonly invalidindexedpropertyconstrainterror_message: (a: number, b: number) => void;
|
|
4643
|
-
readonly
|
|
4644
|
-
readonly
|
|
4645
|
-
readonly
|
|
4646
|
-
readonly
|
|
4647
|
-
readonly
|
|
4635
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number, b: number) => void;
|
|
4636
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
4637
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
4638
|
+
readonly uniqueindiceslimitreachederror_message: (a: number, b: number) => void;
|
|
4639
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number) => void;
|
|
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;
|
|
4648
4667
|
readonly __wbg_identitycreatetransition_free: (a: number) => void;
|
|
4649
4668
|
readonly identitycreatetransition_new: (a: number, b: number) => void;
|
|
4650
4669
|
readonly identitycreatetransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
@@ -4665,27 +4684,6 @@ export interface InitOutput {
|
|
|
4665
4684
|
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
4666
4685
|
readonly identitycreatetransition_getSignature: (a: number) => number;
|
|
4667
4686
|
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;
|
|
4689
4687
|
readonly __wbg_metadata_free: (a: number) => void;
|
|
4690
4688
|
readonly metadata_new: (a: number, b: number) => void;
|
|
4691
4689
|
readonly metadata_from: (a: number, b: number) => void;
|
|
@@ -4697,9 +4695,11 @@ export interface InitOutput {
|
|
|
4697
4695
|
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4698
4696
|
readonly identitycreatetransition_publicKeys: (a: number, b: number) => void;
|
|
4699
4697
|
readonly identitycreatetransition_identityId: (a: number) => number;
|
|
4700
|
-
readonly
|
|
4701
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
4698
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number) => void;
|
|
4702
4699
|
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;
|