@dashevo/wasm-dpp 1.3.0-dev.5 → 1.3.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/dist/wasm/wasm_dpp.d.ts +820 -820
- package/dist/wasm/wasm_dpp.js +48 -48
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +820 -820
- package/package.json +2 -2
package/lib/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* @param {Uint8Array} bytes
|
|
5
|
-
* @returns {any}
|
|
6
|
-
*/
|
|
7
|
-
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
8
|
-
/**
|
|
9
|
-
* @param {any} raw_parameters
|
|
10
|
-
* @returns {any}
|
|
11
|
-
*/
|
|
12
|
-
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
13
|
-
/**
|
|
14
4
|
* @returns {number}
|
|
15
5
|
*/
|
|
16
6
|
export function getLatestProtocolVersion(): number;
|
|
@@ -23,6 +13,16 @@ export function getLatestProtocolVersion(): number;
|
|
|
23
13
|
*/
|
|
24
14
|
export function generateDocumentId(contract_id: any, owner_id: any, document_type: string, entropy: Uint8Array): any;
|
|
25
15
|
/**
|
|
16
|
+
* @param {Uint8Array} bytes
|
|
17
|
+
* @returns {any}
|
|
18
|
+
*/
|
|
19
|
+
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
20
|
+
/**
|
|
21
|
+
* @param {any} raw_parameters
|
|
22
|
+
* @returns {any}
|
|
23
|
+
*/
|
|
24
|
+
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
25
|
+
/**
|
|
26
26
|
*/
|
|
27
27
|
export enum KeyPurpose {
|
|
28
28
|
/**
|
|
@@ -52,14 +52,6 @@ export enum KeyPurpose {
|
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
*/
|
|
55
|
-
export enum KeySecurityLevel {
|
|
56
|
-
MASTER = 0,
|
|
57
|
-
CRITICAL = 1,
|
|
58
|
-
HIGH = 2,
|
|
59
|
-
MEDIUM = 3,
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
*/
|
|
63
55
|
export enum KeyType {
|
|
64
56
|
ECDSA_SECP256K1 = 0,
|
|
65
57
|
BLS12_381 = 1,
|
|
@@ -69,6 +61,14 @@ export enum KeyType {
|
|
|
69
61
|
}
|
|
70
62
|
/**
|
|
71
63
|
*/
|
|
64
|
+
export enum KeySecurityLevel {
|
|
65
|
+
MASTER = 0,
|
|
66
|
+
CRITICAL = 1,
|
|
67
|
+
HIGH = 2,
|
|
68
|
+
MEDIUM = 3,
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
*/
|
|
72
72
|
export enum StateTransitionTypes {
|
|
73
73
|
DataContractCreate = 0,
|
|
74
74
|
DocumentsBatch = 1,
|
|
@@ -5153,216 +5153,147 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
5153
5153
|
|
|
5154
5154
|
export interface InitOutput {
|
|
5155
5155
|
readonly memory: WebAssembly.Memory;
|
|
5156
|
-
readonly
|
|
5157
|
-
readonly
|
|
5158
|
-
readonly
|
|
5159
|
-
readonly
|
|
5160
|
-
readonly
|
|
5161
|
-
readonly
|
|
5162
|
-
readonly
|
|
5163
|
-
readonly
|
|
5164
|
-
readonly
|
|
5165
|
-
readonly datacontractmaxdeptherror_message: (a: number, b: number) => void;
|
|
5166
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number) => void;
|
|
5167
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5168
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
5169
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5170
|
-
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
5171
|
-
readonly invalidjsonschemareferror_getRefError: (a: number, b: number) => void;
|
|
5172
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5173
|
-
readonly invalidjsonschemareferror_message: (a: number, b: number) => void;
|
|
5174
|
-
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number) => void;
|
|
5175
|
-
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => number;
|
|
5176
|
-
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number, b: number) => void;
|
|
5177
|
-
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5178
|
-
readonly inconsistentcompoundindexdataerror_message: (a: number, b: number) => void;
|
|
5179
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number) => void;
|
|
5180
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5181
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number, b: number) => void;
|
|
5182
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5183
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
5184
|
-
readonly __wbg_documentowneridmismatcherror_free: (a: number) => void;
|
|
5185
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => number;
|
|
5186
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => number;
|
|
5187
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => number;
|
|
5188
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
5189
|
-
readonly documentowneridmismatcherror_message: (a: number, b: number) => void;
|
|
5190
|
-
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5191
|
-
readonly identitypublickeyisreadonlyerror_message: (a: number, b: number) => void;
|
|
5192
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number) => void;
|
|
5193
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => number;
|
|
5194
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => number;
|
|
5195
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5196
|
-
readonly invalididentityrevisionerror_message: (a: number, b: number) => void;
|
|
5197
|
-
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
5198
|
-
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
5199
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5200
|
-
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5201
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number) => void;
|
|
5202
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
5156
|
+
readonly __wbg_datacontractfacade_free: (a: number) => void;
|
|
5157
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5158
|
+
readonly datacontractfacade_createFromObject: (a: number, b: number, c: number) => number;
|
|
5159
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5160
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number, c: number) => void;
|
|
5161
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5162
|
+
readonly __wbg_invalidactionnameerror_free: (a: number) => void;
|
|
5163
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5164
|
+
readonly invalidactionnameerror_getActions: (a: number, b: number) => void;
|
|
5203
5165
|
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number) => void;
|
|
5204
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number) => void;
|
|
5205
|
-
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
5206
|
-
readonly invalidactionterror_new: (a: number) => number;
|
|
5207
5166
|
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5208
|
-
readonly
|
|
5209
|
-
readonly
|
|
5210
|
-
readonly
|
|
5211
|
-
readonly
|
|
5212
|
-
readonly
|
|
5213
|
-
readonly
|
|
5214
|
-
readonly
|
|
5215
|
-
readonly
|
|
5216
|
-
readonly
|
|
5217
|
-
readonly
|
|
5218
|
-
readonly
|
|
5219
|
-
readonly
|
|
5220
|
-
readonly
|
|
5221
|
-
readonly
|
|
5222
|
-
readonly
|
|
5167
|
+
readonly __wbg_documentfacade_free: (a: number) => void;
|
|
5168
|
+
readonly documentfacade_new: (a: number) => number;
|
|
5169
|
+
readonly documentfacade_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5170
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5171
|
+
readonly documentfacade_createStateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5172
|
+
readonly __wbg_documenttransitions_free: (a: number) => void;
|
|
5173
|
+
readonly documenttransitions_new: () => number;
|
|
5174
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5175
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5176
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5177
|
+
readonly __wbg_documentfactory_free: (a: number) => void;
|
|
5178
|
+
readonly documentfactory_new: (a: number, b: number, c: number) => void;
|
|
5179
|
+
readonly documentfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5180
|
+
readonly documentfactory_createStateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5181
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5182
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => number;
|
|
5183
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5184
|
+
readonly datacontractemptyschemaerror_message: (a: number, b: number) => void;
|
|
5185
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number) => void;
|
|
5186
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5187
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5188
|
+
readonly uniqueindiceslimitreachederror_message: (a: number, b: number) => void;
|
|
5189
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
5190
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5191
|
+
readonly serializedobjectparsingerror_message: (a: number, b: number) => void;
|
|
5192
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number) => void;
|
|
5193
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => number;
|
|
5194
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5195
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number, b: number) => void;
|
|
5196
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5197
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number, b: number) => void;
|
|
5198
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number) => void;
|
|
5199
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => number;
|
|
5200
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => number;
|
|
5201
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5202
|
+
readonly invalididentitycredittransferamounterror_message: (a: number, b: number) => void;
|
|
5203
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number) => void;
|
|
5204
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5205
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5206
|
+
readonly invalididentitykeysignatureerror_message: (a: number, b: number) => void;
|
|
5207
|
+
readonly __wbg_unsupportedversionerror_free: (a: number) => void;
|
|
5208
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
5209
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
5210
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
5211
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
5212
|
+
readonly unsupportedversionerror_message: (a: number, b: number) => void;
|
|
5213
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5214
|
+
readonly signatureshouldnotbepresenterror_message: (a: number, b: number) => void;
|
|
5215
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number) => void;
|
|
5216
|
+
readonly datacontractalreadypresenterror_new: (a: number) => number;
|
|
5217
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => number;
|
|
5218
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
5219
|
+
readonly datacontractalreadypresenterror_message: (a: number, b: number) => void;
|
|
5220
|
+
readonly datacontractalreadypresenterror_serialize: (a: number, b: number) => void;
|
|
5221
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5222
|
+
readonly datacontractisreadonlyerror_message: (a: number, b: number) => void;
|
|
5223
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number) => void;
|
|
5224
|
+
readonly datatriggerconditionerror_getMessage: (a: number, b: number) => void;
|
|
5225
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
5226
|
+
readonly datatriggerconditionerror_message: (a: number, b: number) => void;
|
|
5227
|
+
readonly datatriggerconditionerror_serialize: (a: number, b: number) => void;
|
|
5228
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number) => void;
|
|
5229
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => number;
|
|
5230
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => number;
|
|
5231
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number, b: number) => void;
|
|
5232
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => number;
|
|
5233
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
5234
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => number;
|
|
5235
|
+
readonly __wbg_validationresult_free: (a: number) => void;
|
|
5236
|
+
readonly validationresult_new: (a: number, b: number, c: number) => void;
|
|
5237
|
+
readonly validationresult_errorsText: (a: number, b: number) => void;
|
|
5238
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
5239
|
+
readonly validationresult_errors: (a: number, b: number) => void;
|
|
5240
|
+
readonly validationresult_getData: (a: number) => number;
|
|
5241
|
+
readonly validationresult_getFirstError: (a: number) => number;
|
|
5242
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number) => void;
|
|
5243
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => number;
|
|
5244
|
+
readonly datacontractisreadonlyerror_new: (a: number) => number;
|
|
5245
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
5246
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number) => void;
|
|
5247
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number) => void;
|
|
5248
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number) => void;
|
|
5249
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number, b: number) => void;
|
|
5250
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number, b: number) => void;
|
|
5251
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => number;
|
|
5252
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => number;
|
|
5253
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
5254
|
+
readonly validationresult_getErrors: (a: number, b: number) => void;
|
|
5255
|
+
readonly __wbg_documentsbatchtransition_free: (a: number) => void;
|
|
5256
|
+
readonly documentsbatchtransition_getType: (a: number) => number;
|
|
5257
|
+
readonly documentsbatchtransition_getOwnerId: (a: number) => number;
|
|
5258
|
+
readonly documentsbatchtransition_getTransitions: (a: number) => number;
|
|
5259
|
+
readonly documentsbatchtransition_setTransitions: (a: number, b: number, c: number) => void;
|
|
5260
|
+
readonly documentsbatchtransition_setIdentityContractNonce: (a: number, b: number) => void;
|
|
5261
|
+
readonly documentsbatchtransition_getModifiedDataIds: (a: number) => number;
|
|
5262
|
+
readonly documentsbatchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5263
|
+
readonly documentsbatchtransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5264
|
+
readonly documentsbatchtransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5265
|
+
readonly documentsbatchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
5266
|
+
readonly documentsbatchtransition_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5267
|
+
readonly documentsbatchtransition_getSignature: (a: number, b: number) => void;
|
|
5268
|
+
readonly documentsbatchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5269
|
+
readonly documentsbatchtransition_isDataContractStateTransition: (a: number) => number;
|
|
5270
|
+
readonly documentsbatchtransition_toBuffer: (a: number, b: number) => void;
|
|
5271
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number) => void;
|
|
5272
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5273
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number, b: number) => void;
|
|
5274
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5275
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number, b: number) => void;
|
|
5276
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number) => void;
|
|
5277
|
+
readonly incompatiblere2patternerror_getPattern: (a: number, b: number) => void;
|
|
5278
|
+
readonly incompatiblere2patternerror_getPath: (a: number, b: number) => void;
|
|
5279
|
+
readonly incompatiblere2patternerror_getMessage: (a: number, b: number) => void;
|
|
5280
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5281
|
+
readonly incompatiblere2patternerror_message: (a: number, b: number) => void;
|
|
5223
5282
|
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number, b: number) => void;
|
|
5224
5283
|
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5225
5284
|
readonly systempropertyindexalreadypresenterror_message: (a: number, b: number) => void;
|
|
5226
|
-
readonly
|
|
5227
|
-
readonly
|
|
5228
|
-
readonly
|
|
5229
|
-
readonly
|
|
5230
|
-
readonly
|
|
5231
|
-
readonly
|
|
5232
|
-
readonly missingdatacontractiderror_message: (a: number, b: number) => void;
|
|
5285
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number) => void;
|
|
5286
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5287
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number, b: number) => void;
|
|
5288
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number) => void;
|
|
5289
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5290
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number, b: number) => void;
|
|
5233
5291
|
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number) => void;
|
|
5234
5292
|
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => number;
|
|
5235
5293
|
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5236
5294
|
readonly duplicatedidentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
5237
|
-
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number) => void;
|
|
5238
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5239
|
-
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
5240
|
-
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number, b: number) => void;
|
|
5241
|
-
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5242
|
-
readonly invalididentitykeysignatureerror_message: (a: number, b: number) => void;
|
|
5243
|
-
readonly __wbg_jsonschemaerror_free: (a: number) => void;
|
|
5244
|
-
readonly jsonschemaerror_getKeyword: (a: number, b: number) => void;
|
|
5245
|
-
readonly jsonschemaerror_getInstancePath: (a: number, b: number) => void;
|
|
5246
|
-
readonly jsonschemaerror_getSchemaPath: (a: number, b: number) => void;
|
|
5247
|
-
readonly jsonschemaerror_getPropertyName: (a: number, b: number) => void;
|
|
5248
|
-
readonly jsonschemaerror_getParams: (a: number, b: number) => void;
|
|
5249
|
-
readonly jsonschemaerror_toString: (a: number, b: number) => void;
|
|
5250
|
-
readonly jsonschemaerror_message: (a: number, b: number) => void;
|
|
5251
|
-
readonly jsonschemaerror_keyword: (a: number, b: number) => void;
|
|
5252
|
-
readonly jsonschemaerror_instancePath: (a: number, b: number) => void;
|
|
5253
|
-
readonly jsonschemaerror_schemaPath: (a: number, b: number) => void;
|
|
5254
|
-
readonly jsonschemaerror_propertyName: (a: number, b: number) => void;
|
|
5255
|
-
readonly jsonschemaerror_code: (a: number) => number;
|
|
5256
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5257
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5258
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5259
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
5260
|
-
readonly __wbg_datatriggerinvalidresulterror_free: (a: number) => void;
|
|
5261
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5262
|
-
readonly datatriggerinvalidresulterror_message: (a: number, b: number) => void;
|
|
5263
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number, b: number) => void;
|
|
5264
|
-
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number) => void;
|
|
5265
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => number;
|
|
5266
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => number;
|
|
5267
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => number;
|
|
5268
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5269
|
-
readonly __wbg_valueerror_free: (a: number) => void;
|
|
5270
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
5271
|
-
readonly valueerror_message: (a: number, b: number) => void;
|
|
5272
|
-
readonly __wbg_identity_free: (a: number) => void;
|
|
5273
|
-
readonly identity_new: (a: number, b: number) => void;
|
|
5274
|
-
readonly identity_getId: (a: number) => number;
|
|
5275
|
-
readonly identity_setId: (a: number, b: number) => void;
|
|
5276
|
-
readonly identity_setPublicKeys: (a: number, b: number, c: number) => void;
|
|
5277
|
-
readonly identity_getPublicKeys: (a: number, b: number) => void;
|
|
5278
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5279
|
-
readonly identity_balance: (a: number) => number;
|
|
5280
|
-
readonly identity_setBalance: (a: number, b: number) => void;
|
|
5281
|
-
readonly identity_increaseBalance: (a: number, b: number) => number;
|
|
5282
|
-
readonly identity_reduceBalance: (a: number, b: number) => number;
|
|
5283
|
-
readonly identity_setRevision: (a: number, b: number) => void;
|
|
5284
|
-
readonly identity_getRevision: (a: number) => number;
|
|
5285
|
-
readonly identity_setMetadata: (a: number, b: number, c: number) => void;
|
|
5286
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
5287
|
-
readonly identity_from: (a: number) => number;
|
|
5288
|
-
readonly identity_toJSON: (a: number, b: number) => void;
|
|
5289
|
-
readonly identity_toObject: (a: number, b: number) => void;
|
|
5290
|
-
readonly identity_toBuffer: (a: number, b: number) => void;
|
|
5291
|
-
readonly identity_hash: (a: number, b: number) => void;
|
|
5292
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5293
|
-
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
5294
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
5295
|
-
readonly identity_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5296
|
-
readonly jsonschemaerror_params: (a: number, b: number) => void;
|
|
5297
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5298
|
-
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
5299
|
-
readonly __wbg_invalididentitykeysignatureerror_free: (a: number) => void;
|
|
5300
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
5301
|
-
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
5302
|
-
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
5303
|
-
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
5304
|
-
readonly identity_getBalance: (a: number) => number;
|
|
5305
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => number;
|
|
5306
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => number;
|
|
5307
|
-
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5308
|
-
readonly __wbg_documentnorevisionerror_free: (a: number) => void;
|
|
5309
|
-
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5310
|
-
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5311
|
-
readonly __wbg_invalidactionnameerror_free: (a: number) => void;
|
|
5312
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5313
|
-
readonly invalidactionnameerror_getActions: (a: number, b: number) => void;
|
|
5314
|
-
readonly __wbg_invaliddocumenterror_free: (a: number) => void;
|
|
5315
|
-
readonly invaliddocumenterror_new: (a: number, b: number, c: number) => number;
|
|
5316
|
-
readonly invaliddocumenterror_getErrors: (a: number, b: number) => void;
|
|
5317
|
-
readonly invaliddocumenterror_getRawDocument: (a: number) => number;
|
|
5318
|
-
readonly invaliddocumenterror_getMessage: (a: number, b: number) => void;
|
|
5319
|
-
readonly __wbg_documenttransition_free: (a: number) => void;
|
|
5320
|
-
readonly documenttransition_getId: (a: number) => number;
|
|
5321
|
-
readonly documenttransition_getType: (a: number, b: number) => void;
|
|
5322
|
-
readonly documenttransition_getAction: (a: number) => number;
|
|
5323
|
-
readonly documenttransition_getDataContractId: (a: number) => number;
|
|
5324
|
-
readonly documenttransition_setDataContractId: (a: number, b: number, c: number) => void;
|
|
5325
|
-
readonly documenttransition_getRevision: (a: number) => number;
|
|
5326
|
-
readonly documenttransition_setRevision: (a: number, b: number) => void;
|
|
5327
|
-
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
5328
|
-
readonly __wbg_documentsbatchtransition_free: (a: number) => void;
|
|
5329
|
-
readonly documentsbatchtransition_getType: (a: number) => number;
|
|
5330
|
-
readonly documentsbatchtransition_getOwnerId: (a: number) => number;
|
|
5331
|
-
readonly documentsbatchtransition_getTransitions: (a: number) => number;
|
|
5332
|
-
readonly documentsbatchtransition_setTransitions: (a: number, b: number, c: number) => void;
|
|
5333
|
-
readonly documentsbatchtransition_setIdentityContractNonce: (a: number, b: number) => void;
|
|
5334
|
-
readonly documentsbatchtransition_getModifiedDataIds: (a: number) => number;
|
|
5335
|
-
readonly documentsbatchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5336
|
-
readonly documentsbatchtransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5337
|
-
readonly documentsbatchtransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5338
|
-
readonly documentsbatchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
5339
|
-
readonly documentsbatchtransition_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5340
|
-
readonly documentsbatchtransition_getSignature: (a: number, b: number) => void;
|
|
5341
|
-
readonly documentsbatchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5342
|
-
readonly documentsbatchtransition_isDataContractStateTransition: (a: number) => number;
|
|
5343
|
-
readonly documentsbatchtransition_toBuffer: (a: number, b: number) => void;
|
|
5344
|
-
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number) => void;
|
|
5345
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5346
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number, b: number) => void;
|
|
5347
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5348
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number, b: number) => void;
|
|
5349
|
-
readonly __wbg_undefinedindexpropertyerror_free: (a: number) => void;
|
|
5350
|
-
readonly undefinedindexpropertyerror_getPropertyName: (a: number, b: number) => void;
|
|
5351
|
-
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5352
|
-
readonly undefinedindexpropertyerror_message: (a: number, b: number) => void;
|
|
5353
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => number;
|
|
5354
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => number;
|
|
5355
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5356
|
-
readonly invaliddatacontractiderror_message: (a: number, b: number) => void;
|
|
5357
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5358
|
-
readonly serializedobjectparsingerror_message: (a: number, b: number) => void;
|
|
5359
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number) => void;
|
|
5360
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5361
|
-
readonly identitycredittransfertoselferror_message: (a: number, b: number) => void;
|
|
5362
|
-
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number) => void;
|
|
5363
|
-
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5364
|
-
readonly invalididentityassetlocktransactionerror_message: (a: number, b: number) => void;
|
|
5365
5295
|
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number) => void;
|
|
5296
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5366
5297
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5367
5298
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number, b: number) => void;
|
|
5368
5299
|
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number) => void;
|
|
@@ -5374,26 +5305,23 @@ export interface InitOutput {
|
|
|
5374
5305
|
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
5375
5306
|
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5376
5307
|
readonly wrongpublickeypurposeerror_message: (a: number, b: number) => void;
|
|
5377
|
-
readonly
|
|
5378
|
-
readonly
|
|
5379
|
-
readonly
|
|
5380
|
-
readonly
|
|
5381
|
-
readonly
|
|
5382
|
-
readonly
|
|
5383
|
-
readonly
|
|
5384
|
-
readonly
|
|
5385
|
-
readonly
|
|
5386
|
-
readonly
|
|
5387
|
-
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5388
|
-
readonly duplicatedidentitypublickeyidstateerror_message: (a: number, b: number) => void;
|
|
5308
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number) => void;
|
|
5309
|
+
readonly datacontractconfigupdateerror_new: (a: number, b: number, c: number) => number;
|
|
5310
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => number;
|
|
5311
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5312
|
+
readonly datacontractconfigupdateerror_message: (a: number, b: number) => void;
|
|
5313
|
+
readonly __wbg_duplicateuniqueindexerror_free: (a: number) => void;
|
|
5314
|
+
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => number;
|
|
5315
|
+
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => number;
|
|
5316
|
+
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
5317
|
+
readonly duplicateuniqueindexerror_message: (a: number, b: number) => void;
|
|
5389
5318
|
readonly __wbg_identityalreadyexistserror_free: (a: number) => void;
|
|
5390
5319
|
readonly identityalreadyexistserror_getIdentityId: (a: number) => number;
|
|
5391
5320
|
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5392
5321
|
readonly identityalreadyexistserror_message: (a: number, b: number) => void;
|
|
5393
|
-
readonly
|
|
5394
|
-
readonly
|
|
5395
|
-
readonly
|
|
5396
|
-
readonly identitypublickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5322
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number) => void;
|
|
5323
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
5324
|
+
readonly invalididentitypublickeyiderror_message: (a: number, b: number) => void;
|
|
5397
5325
|
readonly __wbg_identitypublickey_free: (a: number) => void;
|
|
5398
5326
|
readonly identitypublickey_new: (a: number, b: number) => void;
|
|
5399
5327
|
readonly identitypublickey_getId: (a: number) => number;
|
|
@@ -5448,9 +5376,7 @@ export interface InitOutput {
|
|
|
5448
5376
|
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5449
5377
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5450
5378
|
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5451
|
-
readonly
|
|
5452
|
-
readonly __wbg_invaliddatacontractiderror_free: (a: number) => void;
|
|
5453
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number) => void;
|
|
5379
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5454
5380
|
readonly identityupdatetransition_identityId: (a: number) => number;
|
|
5455
5381
|
readonly identityupdatetransition_getOwnerId: (a: number) => number;
|
|
5456
5382
|
readonly identityupdatetransition_getPublicKeysToAdd: (a: number, b: number) => void;
|
|
@@ -5464,10 +5390,10 @@ export interface InitOutput {
|
|
|
5464
5390
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5465
5391
|
readonly __wbg_wrongpublickeypurposeerror_free: (a: number) => void;
|
|
5466
5392
|
readonly __wbg_statetransitionfactory_free: (a: number) => void;
|
|
5467
|
-
readonly
|
|
5468
|
-
readonly
|
|
5469
|
-
readonly
|
|
5470
|
-
readonly
|
|
5393
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number, b: number) => void;
|
|
5394
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number, b: number) => void;
|
|
5395
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number, b: number) => void;
|
|
5396
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number) => void;
|
|
5471
5397
|
readonly __wbg_datacontract_free: (a: number) => void;
|
|
5472
5398
|
readonly datacontract_new: (a: number, b: number, c: number) => void;
|
|
5473
5399
|
readonly datacontract_getId: (a: number) => number;
|
|
@@ -5560,6 +5486,53 @@ export interface InitOutput {
|
|
|
5560
5486
|
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
5561
5487
|
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
5562
5488
|
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5489
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number) => void;
|
|
5490
|
+
readonly __wbg_revisionabsenterror_free: (a: number) => void;
|
|
5491
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5492
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5493
|
+
readonly __wbg_duplicateindexerror_free: (a: number) => void;
|
|
5494
|
+
readonly duplicateindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5495
|
+
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
5496
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5497
|
+
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
5498
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number) => void;
|
|
5499
|
+
readonly invalidjsonschemareferror_getRefError: (a: number, b: number) => void;
|
|
5500
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5501
|
+
readonly invalidjsonschemareferror_message: (a: number, b: number) => void;
|
|
5502
|
+
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number) => void;
|
|
5503
|
+
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => number;
|
|
5504
|
+
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number, b: number) => void;
|
|
5505
|
+
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5506
|
+
readonly inconsistentcompoundindexdataerror_message: (a: number, b: number) => void;
|
|
5507
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
5508
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
5509
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number, b: number) => void;
|
|
5510
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number) => void;
|
|
5511
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
5512
|
+
readonly missingmasterpublickeyerror_message: (a: number, b: number) => void;
|
|
5513
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5514
|
+
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5515
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number) => void;
|
|
5516
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => number;
|
|
5517
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number, b: number) => void;
|
|
5518
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => number;
|
|
5519
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5520
|
+
readonly invaliddocumentrevisionerror_message: (a: number, b: number) => void;
|
|
5521
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number) => void;
|
|
5522
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5523
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5524
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number, b: number) => void;
|
|
5525
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number) => void;
|
|
5526
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => number;
|
|
5527
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => number;
|
|
5528
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5529
|
+
readonly invalididentityrevisionerror_message: (a: number, b: number) => void;
|
|
5530
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number) => void;
|
|
5531
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => number;
|
|
5532
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5533
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5534
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
5535
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number) => void;
|
|
5563
5536
|
readonly __wbg_dashplatformprotocol_free: (a: number) => void;
|
|
5564
5537
|
readonly dashplatformprotocol_new: (a: number, b: number, c: number, d: number) => void;
|
|
5565
5538
|
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
@@ -5567,312 +5540,156 @@ export interface InitOutput {
|
|
|
5567
5540
|
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
5568
5541
|
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
5569
5542
|
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
5570
|
-
readonly
|
|
5571
|
-
readonly
|
|
5543
|
+
readonly __wbg_documentcreatetransition_free: (a: number) => void;
|
|
5544
|
+
readonly documentcreatetransition_getRevision: (a: number) => number;
|
|
5545
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => number;
|
|
5546
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number) => void;
|
|
5547
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number) => void;
|
|
5548
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => number;
|
|
5572
5549
|
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number) => void;
|
|
5573
5550
|
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
5574
|
-
readonly
|
|
5575
|
-
readonly
|
|
5576
|
-
readonly
|
|
5577
|
-
readonly
|
|
5578
|
-
readonly
|
|
5579
|
-
readonly
|
|
5580
|
-
readonly
|
|
5581
|
-
readonly
|
|
5582
|
-
readonly
|
|
5583
|
-
readonly
|
|
5584
|
-
readonly
|
|
5585
|
-
readonly
|
|
5586
|
-
readonly
|
|
5587
|
-
readonly
|
|
5588
|
-
readonly
|
|
5589
|
-
readonly
|
|
5590
|
-
readonly
|
|
5591
|
-
readonly
|
|
5592
|
-
readonly
|
|
5593
|
-
readonly
|
|
5594
|
-
readonly
|
|
5595
|
-
readonly
|
|
5596
|
-
readonly
|
|
5597
|
-
readonly
|
|
5598
|
-
readonly
|
|
5599
|
-
readonly
|
|
5600
|
-
readonly
|
|
5601
|
-
readonly
|
|
5602
|
-
readonly
|
|
5603
|
-
readonly
|
|
5604
|
-
readonly
|
|
5605
|
-
readonly
|
|
5606
|
-
readonly
|
|
5607
|
-
readonly
|
|
5608
|
-
readonly
|
|
5609
|
-
readonly
|
|
5610
|
-
readonly
|
|
5611
|
-
readonly
|
|
5612
|
-
readonly
|
|
5613
|
-
readonly
|
|
5614
|
-
readonly
|
|
5615
|
-
readonly
|
|
5616
|
-
readonly
|
|
5617
|
-
readonly
|
|
5618
|
-
readonly
|
|
5619
|
-
readonly
|
|
5620
|
-
readonly
|
|
5621
|
-
readonly
|
|
5622
|
-
readonly
|
|
5623
|
-
readonly
|
|
5624
|
-
readonly
|
|
5625
|
-
readonly
|
|
5626
|
-
readonly
|
|
5627
|
-
readonly
|
|
5628
|
-
readonly
|
|
5629
|
-
readonly
|
|
5630
|
-
readonly
|
|
5631
|
-
readonly
|
|
5632
|
-
readonly
|
|
5633
|
-
readonly
|
|
5634
|
-
readonly
|
|
5635
|
-
readonly
|
|
5636
|
-
readonly
|
|
5637
|
-
readonly
|
|
5638
|
-
readonly
|
|
5639
|
-
readonly
|
|
5640
|
-
readonly
|
|
5641
|
-
readonly
|
|
5642
|
-
readonly
|
|
5643
|
-
readonly
|
|
5644
|
-
readonly
|
|
5645
|
-
readonly
|
|
5646
|
-
readonly
|
|
5647
|
-
readonly
|
|
5648
|
-
readonly
|
|
5649
|
-
readonly
|
|
5650
|
-
readonly
|
|
5651
|
-
readonly
|
|
5652
|
-
readonly
|
|
5653
|
-
readonly
|
|
5654
|
-
readonly
|
|
5655
|
-
readonly
|
|
5656
|
-
readonly
|
|
5657
|
-
readonly
|
|
5658
|
-
readonly identitycredittransfertransition_toJSON: (a: number, b: number) => void;
|
|
5659
|
-
readonly identitycredittransfertransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5660
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5661
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5662
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5663
|
-
readonly identitycredittransfertransition_getSignature: (a: number) => number;
|
|
5664
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5665
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5666
|
-
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number) => void;
|
|
5667
|
-
readonly identitycreditwithdrawaltransition_new: (a: number, b: number) => void;
|
|
5668
|
-
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
5669
|
-
readonly identitycreditwithdrawaltransition_amount: (a: number) => number;
|
|
5670
|
-
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: number) => void;
|
|
5671
|
-
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
5672
|
-
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
5673
|
-
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
5674
|
-
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number, c: number) => void;
|
|
5675
|
-
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => number;
|
|
5676
|
-
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
5677
|
-
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => number;
|
|
5678
|
-
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: number) => void;
|
|
5679
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: number, c: number) => void;
|
|
5680
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number, b: number) => void;
|
|
5681
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number, b: number) => void;
|
|
5682
|
-
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5683
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5684
|
-
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => number;
|
|
5685
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5686
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5687
|
-
readonly __wbg_masternodevotetransition_free: (a: number) => void;
|
|
5688
|
-
readonly masternodevotetransition_new: (a: number, b: number) => void;
|
|
5689
|
-
readonly masternodevotetransition_getOwnerId: (a: number) => number;
|
|
5690
|
-
readonly masternodevotetransition_getType: (a: number) => number;
|
|
5691
|
-
readonly masternodevotetransition_getProTxHash: (a: number) => number;
|
|
5692
|
-
readonly masternodevotetransition_setProTxHash: (a: number, b: number) => void;
|
|
5693
|
-
readonly masternodevotetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5694
|
-
readonly masternodevotetransition_toBuffer: (a: number, b: number) => void;
|
|
5695
|
-
readonly masternodevotetransition_toJSON: (a: number, b: number) => void;
|
|
5696
|
-
readonly masternodevotetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5697
|
-
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => number;
|
|
5698
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5699
|
-
readonly masternodevotetransition_getSignature: (a: number) => number;
|
|
5700
|
-
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5701
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5702
|
-
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => number;
|
|
5703
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => number;
|
|
5704
|
-
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: number) => void;
|
|
5705
|
-
readonly __wbg_protocolversionparsingerror_free: (a: number) => void;
|
|
5706
|
-
readonly identitycredittransfertransition_identityId: (a: number) => number;
|
|
5707
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
5708
|
-
readonly identitycreditwithdrawaltransition_identityId: (a: number) => number;
|
|
5709
|
-
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => number;
|
|
5710
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5711
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5712
|
-
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
5713
|
-
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
5714
|
-
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5715
|
-
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5716
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5717
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5718
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5719
|
-
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
5720
|
-
readonly protocolversionparsingerror_getParsingError: (a: number, b: number) => void;
|
|
5721
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
5722
|
-
readonly invalididentitypublickeydataerror_getValidationError: (a: number, b: number) => void;
|
|
5723
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
5724
|
-
readonly __wbg_datacontractcreatetransition_free: (a: number) => void;
|
|
5725
|
-
readonly datacontractcreatetransition_new: (a: number, b: number) => void;
|
|
5726
|
-
readonly datacontractcreatetransition_getDataContract: (a: number) => number;
|
|
5727
|
-
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => number;
|
|
5728
|
-
readonly datacontractcreatetransition_getOwnerId: (a: number) => number;
|
|
5729
|
-
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
5730
|
-
readonly datacontractcreatetransition_toBuffer: (a: number, b: number) => void;
|
|
5731
|
-
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5732
|
-
readonly datacontractcreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5733
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5734
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5735
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5736
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5737
|
-
readonly datacontractupdatetransition_new: (a: number, b: number) => void;
|
|
5738
|
-
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
5739
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5740
|
-
readonly datacontractupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
5741
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
5742
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5743
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5744
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5745
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
5746
|
-
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number) => void;
|
|
5747
|
-
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => number;
|
|
5748
|
-
readonly incompatibledatacontractschemaerror_getOperation: (a: number, b: number) => void;
|
|
5749
|
-
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number, b: number) => void;
|
|
5750
|
-
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5751
|
-
readonly incompatibledatacontractschemaerror_message: (a: number, b: number) => void;
|
|
5752
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number) => void;
|
|
5753
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
5754
|
-
readonly documenttransitionsareabsenterror_message: (a: number, b: number) => void;
|
|
5755
|
-
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number) => void;
|
|
5756
|
-
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => number;
|
|
5757
|
-
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => number;
|
|
5758
|
-
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5759
|
-
readonly invaliddocumenttransitioniderror_message: (a: number, b: number) => void;
|
|
5760
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
5761
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5762
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5763
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
5764
|
-
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
5765
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
5766
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
5767
|
-
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
5768
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5769
|
-
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
5770
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number) => void;
|
|
5771
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5772
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5773
|
-
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
5551
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
5552
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number) => void;
|
|
5553
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number) => void;
|
|
5554
|
+
readonly __wbg_invalidactionerror_free: (a: number) => void;
|
|
5555
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number) => void;
|
|
5556
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5557
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5558
|
+
readonly documenttransition_getId: (a: number) => number;
|
|
5559
|
+
readonly documenttransition_getType: (a: number, b: number) => void;
|
|
5560
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
5561
|
+
readonly documenttransition_getDataContractId: (a: number) => number;
|
|
5562
|
+
readonly documenttransition_setDataContractId: (a: number, b: number, c: number) => void;
|
|
5563
|
+
readonly documenttransition_getRevision: (a: number) => number;
|
|
5564
|
+
readonly documenttransition_setRevision: (a: number, b: number) => void;
|
|
5565
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
5566
|
+
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number) => void;
|
|
5567
|
+
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number, b: number) => void;
|
|
5568
|
+
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number, b: number) => void;
|
|
5569
|
+
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
5570
|
+
readonly incompatibledocumenttypeschemaerror_message: (a: number, b: number) => void;
|
|
5571
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number) => void;
|
|
5572
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number, b: number) => void;
|
|
5573
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5574
|
+
readonly invalidcompoundindexerror_message: (a: number, b: number) => void;
|
|
5575
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number) => void;
|
|
5576
|
+
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number, b: number) => void;
|
|
5577
|
+
readonly invalidindexedpropertyconstrainterror_getReason: (a: number, b: number) => void;
|
|
5578
|
+
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5579
|
+
readonly invalidindexedpropertyconstrainterror_message: (a: number, b: number) => void;
|
|
5580
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
5581
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
5582
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
5583
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
5584
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number) => void;
|
|
5585
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => number;
|
|
5586
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => number;
|
|
5587
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
5588
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number, b: number) => void;
|
|
5589
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number) => void;
|
|
5590
|
+
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
5591
|
+
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => number;
|
|
5592
|
+
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5593
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number) => void;
|
|
5594
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
5595
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => number;
|
|
5596
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
5597
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number, b: number) => void;
|
|
5598
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number) => void;
|
|
5599
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => number;
|
|
5600
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
5601
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => number;
|
|
5602
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => number;
|
|
5603
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => number;
|
|
5604
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
5605
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number, b: number) => void;
|
|
5606
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number) => void;
|
|
5607
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5608
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5609
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5610
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5611
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number, b: number) => void;
|
|
5612
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number) => void;
|
|
5613
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5614
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number, b: number) => void;
|
|
5615
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number) => void;
|
|
5616
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5617
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5618
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5619
|
+
readonly incompatibleprotocolversionerror_message: (a: number, b: number) => void;
|
|
5620
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number) => void;
|
|
5621
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5622
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number, b: number) => void;
|
|
5623
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
5624
|
+
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
5625
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5626
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5627
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5628
|
+
readonly invalidstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
5629
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number) => void;
|
|
5630
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => number;
|
|
5631
|
+
readonly balanceisnotenougherror_getFee: (a: number) => number;
|
|
5632
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
5633
|
+
readonly balanceisnotenougherror_message: (a: number, b: number) => void;
|
|
5634
|
+
readonly balanceisnotenougherror_serialize: (a: number, b: number) => void;
|
|
5774
5635
|
readonly __wbg_documenttimestampsareequalerror_free: (a: number) => void;
|
|
5775
5636
|
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => number;
|
|
5776
5637
|
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5777
5638
|
readonly documenttimestampsareequalerror_message: (a: number, b: number) => void;
|
|
5778
|
-
readonly
|
|
5779
|
-
readonly
|
|
5780
|
-
readonly
|
|
5781
|
-
readonly
|
|
5782
|
-
readonly
|
|
5783
|
-
readonly
|
|
5784
|
-
readonly
|
|
5785
|
-
readonly
|
|
5786
|
-
readonly
|
|
5787
|
-
readonly
|
|
5788
|
-
readonly
|
|
5789
|
-
readonly
|
|
5790
|
-
readonly
|
|
5791
|
-
readonly
|
|
5792
|
-
readonly
|
|
5793
|
-
readonly
|
|
5794
|
-
readonly
|
|
5795
|
-
readonly
|
|
5796
|
-
readonly
|
|
5797
|
-
readonly
|
|
5798
|
-
readonly
|
|
5799
|
-
readonly
|
|
5800
|
-
readonly
|
|
5801
|
-
readonly
|
|
5802
|
-
readonly
|
|
5803
|
-
readonly
|
|
5804
|
-
readonly
|
|
5805
|
-
readonly
|
|
5806
|
-
readonly
|
|
5807
|
-
readonly
|
|
5808
|
-
readonly
|
|
5809
|
-
readonly
|
|
5810
|
-
readonly
|
|
5811
|
-
readonly
|
|
5812
|
-
readonly
|
|
5813
|
-
readonly
|
|
5814
|
-
readonly
|
|
5815
|
-
readonly
|
|
5816
|
-
readonly
|
|
5817
|
-
readonly
|
|
5818
|
-
readonly
|
|
5819
|
-
readonly
|
|
5820
|
-
readonly
|
|
5821
|
-
readonly
|
|
5822
|
-
readonly
|
|
5823
|
-
readonly
|
|
5824
|
-
readonly
|
|
5825
|
-
readonly
|
|
5826
|
-
readonly
|
|
5827
|
-
readonly
|
|
5828
|
-
readonly
|
|
5829
|
-
readonly
|
|
5830
|
-
readonly
|
|
5831
|
-
readonly
|
|
5832
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => number;
|
|
5833
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: number) => void;
|
|
5834
|
-
readonly identitytopuptransition_toObject: (a: number, b: number, c: number) => void;
|
|
5835
|
-
readonly identitytopuptransition_toBuffer: (a: number, b: number) => void;
|
|
5836
|
-
readonly identitytopuptransition_toJSON: (a: number, b: number) => void;
|
|
5837
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5838
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5839
|
-
readonly identitytopuptransition_getSignature: (a: number) => number;
|
|
5840
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5841
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5842
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5843
|
-
readonly identitycreatetransition_publicKeys: (a: number, b: number) => void;
|
|
5844
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number) => void;
|
|
5845
|
-
readonly identitycreatetransition_identityId: (a: number) => number;
|
|
5846
|
-
readonly identitycreatetransition_getOwnerId: (a: number) => number;
|
|
5847
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5848
|
-
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5849
|
-
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5850
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5851
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5852
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5853
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5854
|
-
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5855
|
-
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5856
|
-
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5857
|
-
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5858
|
-
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5859
|
-
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5860
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5861
|
-
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5862
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
5863
|
-
readonly __wbg_missingpublickeyerror_free: (a: number) => void;
|
|
5864
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => number;
|
|
5865
|
-
readonly identitytopuptransition_identityId: (a: number) => number;
|
|
5866
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => number;
|
|
5867
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number) => void;
|
|
5868
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number, b: number) => void;
|
|
5869
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
5870
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5871
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
5872
|
-
readonly __wbg_datacontractemptyschemaerror_free: (a: number) => void;
|
|
5873
|
-
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => number;
|
|
5874
|
-
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5875
|
-
readonly datacontractemptyschemaerror_message: (a: number, b: number) => void;
|
|
5639
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5640
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number, b: number) => void;
|
|
5641
|
+
readonly __wbg_identityfacade_free: (a: number) => void;
|
|
5642
|
+
readonly identityfacade_create: (a: number, b: number, c: number, d: number) => void;
|
|
5643
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5644
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5645
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5646
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5647
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5648
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void;
|
|
5649
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5650
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5651
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number) => void;
|
|
5652
|
+
readonly identityfactory_new: (a: number, b: number) => void;
|
|
5653
|
+
readonly identityfactory_create: (a: number, b: number, c: number, d: number) => void;
|
|
5654
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5655
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5656
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5657
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5658
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: number, c: number, d: number) => void;
|
|
5659
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5660
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void;
|
|
5661
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
5662
|
+
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => number;
|
|
5663
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5664
|
+
readonly balanceisnotenougherror_new: (a: number, b: number) => number;
|
|
5665
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number) => void;
|
|
5666
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number) => void;
|
|
5667
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number) => void;
|
|
5668
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number) => void;
|
|
5669
|
+
readonly __wbg_identityfactory_free: (a: number) => void;
|
|
5670
|
+
readonly __wbg_documentnotprovidederror_free: (a: number) => void;
|
|
5671
|
+
readonly __wbg_documenttransition_free: (a: number) => void;
|
|
5672
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number, b: number) => void;
|
|
5673
|
+
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number, b: number) => void;
|
|
5674
|
+
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number, b: number) => void;
|
|
5675
|
+
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number, b: number) => void;
|
|
5676
|
+
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
5677
|
+
readonly invalidactionterror_new: (a: number) => number;
|
|
5678
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5679
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number) => void;
|
|
5680
|
+
readonly invaliddatacontracterror_getErrors: (a: number, b: number) => void;
|
|
5681
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => number;
|
|
5682
|
+
readonly invaliddatacontracterror_getMessage: (a: number, b: number) => void;
|
|
5683
|
+
readonly __wbg_datacontractfactory_free: (a: number) => void;
|
|
5684
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5685
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
5686
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => number;
|
|
5687
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => number;
|
|
5688
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number) => void;
|
|
5689
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number, b: number) => void;
|
|
5690
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number, b: number) => void;
|
|
5691
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
5692
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number, b: number) => void;
|
|
5876
5693
|
readonly __wbg_identityinsufficientbalanceerror_free: (a: number) => void;
|
|
5877
5694
|
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => number;
|
|
5878
5695
|
readonly identityinsufficientbalanceerror_getBalance: (a: number) => number;
|
|
@@ -5881,22 +5698,16 @@ export interface InitOutput {
|
|
|
5881
5698
|
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number) => void;
|
|
5882
5699
|
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => number;
|
|
5883
5700
|
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5884
|
-
readonly
|
|
5885
|
-
readonly
|
|
5886
|
-
readonly
|
|
5887
|
-
readonly
|
|
5888
|
-
readonly
|
|
5889
|
-
readonly
|
|
5890
|
-
readonly
|
|
5891
|
-
readonly
|
|
5892
|
-
readonly
|
|
5893
|
-
readonly
|
|
5894
|
-
readonly jsonschemacompilationerror_message: (a: number, b: number) => void;
|
|
5895
|
-
readonly __wbg_publickeyisdisablederror_free: (a: number) => void;
|
|
5896
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5897
|
-
readonly publickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5898
|
-
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5899
|
-
readonly missingstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
5701
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5702
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number, b: number) => void;
|
|
5703
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number) => void;
|
|
5704
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => number;
|
|
5705
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => number;
|
|
5706
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5707
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number, b: number) => void;
|
|
5708
|
+
readonly __wbg_basicecdsaerror_free: (a: number) => void;
|
|
5709
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5710
|
+
readonly basicecdsaerror_message: (a: number, b: number) => void;
|
|
5900
5711
|
readonly identitynotfounderror_new: (a: number) => number;
|
|
5901
5712
|
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5902
5713
|
readonly identitynotfounderror_message: (a: number, b: number) => void;
|
|
@@ -5918,10 +5729,16 @@ export interface InitOutput {
|
|
|
5918
5729
|
readonly datatriggeractionexecutionerror_getMessage: (a: number, b: number) => void;
|
|
5919
5730
|
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => number;
|
|
5920
5731
|
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
5921
|
-
readonly
|
|
5922
|
-
readonly
|
|
5923
|
-
readonly
|
|
5924
|
-
readonly
|
|
5732
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number) => void;
|
|
5733
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => number;
|
|
5734
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5735
|
+
readonly documentalreadypresenterror_message: (a: number, b: number) => void;
|
|
5736
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number) => void;
|
|
5737
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => number;
|
|
5738
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5739
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number, b: number) => void;
|
|
5740
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
5741
|
+
readonly valueerror_message: (a: number, b: number) => void;
|
|
5925
5742
|
readonly __wbg_metadata_free: (a: number) => void;
|
|
5926
5743
|
readonly metadata_new: (a: number, b: number) => void;
|
|
5927
5744
|
readonly metadata_from: (a: number, b: number) => void;
|
|
@@ -5931,252 +5748,321 @@ export interface InitOutput {
|
|
|
5931
5748
|
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5932
5749
|
readonly metadata_getTimeMs: (a: number) => number;
|
|
5933
5750
|
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5934
|
-
readonly
|
|
5935
|
-
readonly
|
|
5936
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5751
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number) => void;
|
|
5752
|
+
readonly __wbg_valueerror_free: (a: number) => void;
|
|
5937
5753
|
readonly identitynotfounderror_getIdentityId: (a: number) => number;
|
|
5938
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
5939
5754
|
readonly __wbg_identitynotfounderror_free: (a: number) => void;
|
|
5940
|
-
readonly jsonschemacompilationerror_getError: (a: number, b: number) => void;
|
|
5941
5755
|
readonly datatriggerexecutionerror_getMessage: (a: number, b: number) => void;
|
|
5756
|
+
readonly valueerror_getMessage: (a: number, b: number) => void;
|
|
5942
5757
|
readonly datatriggerexecutionerror_getDataContractId: (a: number) => number;
|
|
5943
5758
|
readonly datatriggerexecutionerror_getDocumentId: (a: number) => number;
|
|
5944
|
-
readonly
|
|
5945
|
-
readonly
|
|
5946
|
-
readonly
|
|
5947
|
-
readonly
|
|
5759
|
+
readonly __wbg_invaliddocumenterror_free: (a: number) => void;
|
|
5760
|
+
readonly invaliddocumenterror_new: (a: number, b: number, c: number) => number;
|
|
5761
|
+
readonly invaliddocumenterror_getErrors: (a: number, b: number) => void;
|
|
5762
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => number;
|
|
5763
|
+
readonly invaliddocumenterror_getMessage: (a: number, b: number) => void;
|
|
5948
5764
|
readonly __wbg_mismatchowneridserror_free: (a: number) => void;
|
|
5949
5765
|
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5950
5766
|
readonly mismatchowneridserror_getDocuments: (a: number, b: number) => void;
|
|
5951
|
-
readonly
|
|
5952
|
-
readonly
|
|
5953
|
-
readonly
|
|
5954
|
-
readonly
|
|
5955
|
-
readonly
|
|
5956
|
-
readonly
|
|
5957
|
-
readonly
|
|
5958
|
-
readonly
|
|
5959
|
-
readonly
|
|
5960
|
-
readonly
|
|
5961
|
-
readonly
|
|
5962
|
-
readonly
|
|
5963
|
-
readonly
|
|
5964
|
-
readonly
|
|
5965
|
-
readonly
|
|
5966
|
-
readonly
|
|
5967
|
-
readonly
|
|
5968
|
-
readonly
|
|
5969
|
-
readonly
|
|
5970
|
-
readonly documentcreatetransition_INITIAL_REVISION: () => number;
|
|
5971
|
-
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number) => void;
|
|
5972
|
-
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5973
|
-
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5974
|
-
readonly uniqueindiceslimitreachederror_message: (a: number, b: number) => void;
|
|
5975
|
-
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number) => void;
|
|
5976
|
-
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => number;
|
|
5977
|
-
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
5978
|
-
readonly duplicatedocumenttransitionswithidserror_message: (a: number, b: number) => void;
|
|
5767
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number) => void;
|
|
5768
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number, b: number) => void;
|
|
5769
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number, b: number) => void;
|
|
5770
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5771
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number, b: number) => void;
|
|
5772
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number) => void;
|
|
5773
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number, b: number) => void;
|
|
5774
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number, b: number) => void;
|
|
5775
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5776
|
+
readonly invalidindexpropertytypeerror_message: (a: number, b: number) => void;
|
|
5777
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => number;
|
|
5778
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => number;
|
|
5779
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5780
|
+
readonly invaliddatacontractiderror_message: (a: number, b: number) => void;
|
|
5781
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5782
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5783
|
+
readonly protocolversionparsingerror_message: (a: number, b: number) => void;
|
|
5784
|
+
readonly protocolversionparsingerror_serialize: (a: number, b: number) => void;
|
|
5785
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number) => void;
|
|
5979
5786
|
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5980
5787
|
readonly invaliddocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
5981
|
-
readonly
|
|
5982
|
-
readonly
|
|
5983
|
-
readonly
|
|
5788
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number) => void;
|
|
5789
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5790
|
+
readonly missingdocumenttransitionactionerror_message: (a: number, b: number) => void;
|
|
5984
5791
|
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number) => void;
|
|
5985
|
-
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5986
5792
|
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5987
5793
|
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5988
5794
|
readonly invalidassetlockproofcorechainheighterror_message: (a: number, b: number) => void;
|
|
5989
|
-
readonly
|
|
5990
|
-
readonly
|
|
5991
|
-
readonly
|
|
5992
|
-
readonly
|
|
5993
|
-
readonly
|
|
5994
|
-
readonly
|
|
5995
|
-
readonly
|
|
5996
|
-
readonly
|
|
5997
|
-
readonly
|
|
5998
|
-
readonly
|
|
5999
|
-
readonly
|
|
6000
|
-
readonly
|
|
6001
|
-
readonly
|
|
6002
|
-
readonly
|
|
6003
|
-
readonly
|
|
6004
|
-
readonly
|
|
6005
|
-
readonly
|
|
6006
|
-
readonly
|
|
6007
|
-
readonly
|
|
6008
|
-
readonly
|
|
6009
|
-
readonly
|
|
6010
|
-
readonly
|
|
6011
|
-
readonly
|
|
6012
|
-
readonly
|
|
6013
|
-
readonly
|
|
6014
|
-
readonly
|
|
6015
|
-
readonly
|
|
6016
|
-
readonly
|
|
6017
|
-
readonly
|
|
6018
|
-
readonly
|
|
6019
|
-
readonly
|
|
6020
|
-
readonly
|
|
6021
|
-
readonly
|
|
6022
|
-
readonly
|
|
6023
|
-
readonly
|
|
6024
|
-
readonly
|
|
6025
|
-
readonly
|
|
6026
|
-
readonly
|
|
6027
|
-
readonly
|
|
6028
|
-
readonly
|
|
6029
|
-
readonly
|
|
6030
|
-
readonly
|
|
6031
|
-
readonly
|
|
6032
|
-
readonly
|
|
6033
|
-
readonly
|
|
6034
|
-
readonly
|
|
6035
|
-
readonly
|
|
5795
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number) => void;
|
|
5796
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5797
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
5798
|
+
readonly invalididentitypublickeydataerror_message: (a: number, b: number) => void;
|
|
5799
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5800
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5801
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5802
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number, b: number) => void;
|
|
5803
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5804
|
+
readonly missingstatetransitiontypeerror_message: (a: number, b: number) => void;
|
|
5805
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number) => void;
|
|
5806
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => number;
|
|
5807
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number, b: number) => void;
|
|
5808
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => number;
|
|
5809
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => number;
|
|
5810
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => number;
|
|
5811
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5812
|
+
readonly documenttimestampwindowviolationerror_message: (a: number, b: number) => void;
|
|
5813
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number) => void;
|
|
5814
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
5815
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
5816
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number, b: number) => void;
|
|
5817
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number) => void;
|
|
5818
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
5819
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
5820
|
+
readonly identitypublickeyisdisablederror_message: (a: number, b: number) => void;
|
|
5821
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number) => void;
|
|
5822
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => number;
|
|
5823
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number, b: number) => void;
|
|
5824
|
+
readonly invalididentitynonceerror_getError: (a: number) => number;
|
|
5825
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5826
|
+
readonly invalididentitynonceerror_message: (a: number, b: number) => void;
|
|
5827
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number) => void;
|
|
5828
|
+
readonly identitycredittransfertransition_new: (a: number, b: number) => void;
|
|
5829
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5830
|
+
readonly identitycredittransfertransition_amount: (a: number) => number;
|
|
5831
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => number;
|
|
5832
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => number;
|
|
5833
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: number) => void;
|
|
5834
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: number) => void;
|
|
5835
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => number;
|
|
5836
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: number) => void;
|
|
5837
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: number, c: number) => void;
|
|
5838
|
+
readonly identitycredittransfertransition_toBuffer: (a: number, b: number) => void;
|
|
5839
|
+
readonly identitycredittransfertransition_toJSON: (a: number, b: number) => void;
|
|
5840
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5841
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5842
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5843
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5844
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => number;
|
|
5845
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5846
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5847
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number) => void;
|
|
5848
|
+
readonly identitycreditwithdrawaltransition_new: (a: number, b: number) => void;
|
|
5849
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
5850
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => number;
|
|
5851
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: number) => void;
|
|
5852
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
5853
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
5854
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
5855
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number, c: number) => void;
|
|
5856
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => number;
|
|
5857
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
5858
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => number;
|
|
5859
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: number) => void;
|
|
5860
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: number, c: number) => void;
|
|
5861
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number, b: number) => void;
|
|
5862
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number, b: number) => void;
|
|
5863
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5864
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5865
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => number;
|
|
5866
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5867
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5868
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number) => void;
|
|
5869
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: number, d: number) => void;
|
|
5870
|
+
readonly invalidstatetransitionerror_getErrors: (a: number, b: number) => void;
|
|
5871
|
+
readonly __wbg_masternodevotetransition_free: (a: number) => void;
|
|
5872
|
+
readonly masternodevotetransition_new: (a: number, b: number) => void;
|
|
5873
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => number;
|
|
5874
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
5875
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => number;
|
|
5876
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: number) => void;
|
|
5877
|
+
readonly masternodevotetransition_toObject: (a: number, b: number, c: number) => void;
|
|
5878
|
+
readonly masternodevotetransition_toBuffer: (a: number, b: number) => void;
|
|
5879
|
+
readonly masternodevotetransition_toJSON: (a: number, b: number) => void;
|
|
5880
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
5881
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => number;
|
|
5882
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5883
|
+
readonly masternodevotetransition_getSignature: (a: number) => number;
|
|
5884
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5885
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
5886
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5887
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5888
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => number;
|
|
5889
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => number;
|
|
5890
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: number) => void;
|
|
5891
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number) => void;
|
|
5892
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number) => void;
|
|
5893
|
+
readonly identitycredittransfertransition_identityId: (a: number) => number;
|
|
5894
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => number;
|
|
5895
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => number;
|
|
5896
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => number;
|
|
5897
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5898
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5899
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
5900
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
5901
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5902
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5903
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5904
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5905
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5906
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
5907
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number) => void;
|
|
5908
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number) => void;
|
|
6036
5909
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => number;
|
|
6037
|
-
readonly
|
|
5910
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number, b: number) => void;
|
|
5911
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number, b: number) => void;
|
|
5912
|
+
readonly protocolversionparsingerror_getParsingError: (a: number, b: number) => void;
|
|
6038
5913
|
readonly invaliddocumenttransitionactionerror_getAction: (a: number, b: number) => void;
|
|
6039
|
-
readonly
|
|
6040
|
-
readonly
|
|
6041
|
-
readonly
|
|
6042
|
-
readonly
|
|
6043
|
-
readonly
|
|
6044
|
-
readonly
|
|
6045
|
-
readonly
|
|
6046
|
-
readonly
|
|
6047
|
-
readonly
|
|
6048
|
-
readonly
|
|
6049
|
-
readonly
|
|
6050
|
-
readonly
|
|
6051
|
-
readonly
|
|
6052
|
-
readonly
|
|
6053
|
-
readonly
|
|
6054
|
-
readonly
|
|
6055
|
-
readonly
|
|
6056
|
-
readonly
|
|
6057
|
-
readonly
|
|
6058
|
-
readonly duplicateindexerror_getIndexName: (a: number, b: number) => void;
|
|
6059
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
6060
|
-
readonly duplicateindexerror_message: (a: number, b: number) => void;
|
|
6061
|
-
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number) => void;
|
|
6062
|
-
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number, b: number) => void;
|
|
6063
|
-
readonly invalidindexedpropertyconstrainterror_getReason: (a: number, b: number) => void;
|
|
6064
|
-
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
6065
|
-
readonly invalidindexedpropertyconstrainterror_message: (a: number, b: number) => void;
|
|
6066
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
6067
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number, b: number) => void;
|
|
6068
|
-
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number) => void;
|
|
6069
|
-
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => number;
|
|
6070
|
-
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
6071
|
-
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number, b: number) => void;
|
|
6072
|
-
readonly __wbg_invaliddocumenttypeerror_free: (a: number) => void;
|
|
6073
|
-
readonly invaliddocumenttypeerror_getType: (a: number, b: number) => void;
|
|
6074
|
-
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => number;
|
|
6075
|
-
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
6076
|
-
readonly invaliddocumenttypeerror_message: (a: number, b: number) => void;
|
|
5914
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number, b: number) => void;
|
|
5915
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number) => void;
|
|
5916
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number, b: number) => void;
|
|
5917
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number, b: number) => void;
|
|
5918
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
5919
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number, b: number) => void;
|
|
5920
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number) => void;
|
|
5921
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number, b: number) => void;
|
|
5922
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number, b: number) => void;
|
|
5923
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
5924
|
+
readonly duplicateindexnameerror_message: (a: number, b: number) => void;
|
|
5925
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number) => void;
|
|
5926
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number, b: number) => void;
|
|
5927
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5928
|
+
readonly undefinedindexpropertyerror_message: (a: number, b: number) => void;
|
|
5929
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number) => void;
|
|
5930
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => number;
|
|
5931
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5932
|
+
readonly datacontractnotpresenterror_message: (a: number, b: number) => void;
|
|
6077
5933
|
readonly __wbg_missingdocumenttypeerror_free: (a: number) => void;
|
|
6078
5934
|
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
6079
5935
|
readonly missingdocumenttypeerror_message: (a: number, b: number) => void;
|
|
6080
|
-
readonly
|
|
6081
|
-
readonly
|
|
6082
|
-
readonly
|
|
6083
|
-
readonly
|
|
6084
|
-
readonly
|
|
6085
|
-
readonly
|
|
6086
|
-
readonly
|
|
6087
|
-
readonly
|
|
6088
|
-
readonly
|
|
6089
|
-
readonly
|
|
6090
|
-
readonly
|
|
6091
|
-
readonly
|
|
6092
|
-
readonly
|
|
6093
|
-
readonly
|
|
6094
|
-
readonly
|
|
6095
|
-
readonly
|
|
6096
|
-
readonly
|
|
6097
|
-
readonly
|
|
6098
|
-
readonly
|
|
6099
|
-
readonly
|
|
6100
|
-
readonly
|
|
6101
|
-
readonly
|
|
6102
|
-
readonly
|
|
6103
|
-
readonly
|
|
6104
|
-
readonly
|
|
6105
|
-
readonly
|
|
6106
|
-
readonly
|
|
6107
|
-
readonly
|
|
6108
|
-
readonly
|
|
6109
|
-
readonly
|
|
6110
|
-
readonly
|
|
6111
|
-
readonly
|
|
6112
|
-
readonly
|
|
6113
|
-
readonly
|
|
6114
|
-
readonly
|
|
6115
|
-
readonly
|
|
6116
|
-
readonly
|
|
6117
|
-
readonly
|
|
6118
|
-
readonly
|
|
6119
|
-
readonly
|
|
6120
|
-
readonly
|
|
6121
|
-
readonly
|
|
6122
|
-
readonly
|
|
6123
|
-
readonly
|
|
6124
|
-
readonly
|
|
6125
|
-
readonly
|
|
6126
|
-
readonly
|
|
6127
|
-
readonly
|
|
6128
|
-
readonly
|
|
6129
|
-
readonly
|
|
6130
|
-
readonly
|
|
6131
|
-
readonly
|
|
6132
|
-
readonly
|
|
6133
|
-
readonly
|
|
6134
|
-
readonly
|
|
6135
|
-
readonly
|
|
6136
|
-
readonly
|
|
6137
|
-
readonly
|
|
6138
|
-
readonly
|
|
6139
|
-
readonly
|
|
6140
|
-
readonly
|
|
6141
|
-
readonly
|
|
6142
|
-
readonly
|
|
6143
|
-
readonly
|
|
6144
|
-
readonly
|
|
6145
|
-
readonly
|
|
6146
|
-
readonly
|
|
6147
|
-
readonly
|
|
6148
|
-
readonly
|
|
6149
|
-
readonly
|
|
6150
|
-
readonly
|
|
6151
|
-
readonly
|
|
6152
|
-
readonly
|
|
6153
|
-
readonly
|
|
6154
|
-
readonly
|
|
6155
|
-
readonly
|
|
6156
|
-
readonly
|
|
6157
|
-
readonly
|
|
6158
|
-
readonly
|
|
6159
|
-
readonly
|
|
6160
|
-
readonly
|
|
6161
|
-
readonly
|
|
5936
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number) => void;
|
|
5937
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => number;
|
|
5938
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
5939
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number, b: number) => void;
|
|
5940
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number) => void;
|
|
5941
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5942
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5943
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number, b: number) => void;
|
|
5944
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number) => void;
|
|
5945
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5946
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number, b: number) => void;
|
|
5947
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5948
|
+
readonly missingpublickeyerror_message: (a: number, b: number) => void;
|
|
5949
|
+
readonly invalididentifiererror_getIdentifierName: (a: number, b: number) => void;
|
|
5950
|
+
readonly invalididentifiererror_getIdentifierError: (a: number, b: number) => void;
|
|
5951
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
5952
|
+
readonly invalididentifiererror_message: (a: number, b: number) => void;
|
|
5953
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5954
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => number;
|
|
5955
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5956
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number, b: number) => void;
|
|
5957
|
+
readonly __wbg_jsonschemaerror_free: (a: number) => void;
|
|
5958
|
+
readonly jsonschemaerror_getKeyword: (a: number, b: number) => void;
|
|
5959
|
+
readonly jsonschemaerror_getInstancePath: (a: number, b: number) => void;
|
|
5960
|
+
readonly jsonschemaerror_getSchemaPath: (a: number, b: number) => void;
|
|
5961
|
+
readonly jsonschemaerror_getPropertyName: (a: number, b: number) => void;
|
|
5962
|
+
readonly jsonschemaerror_getParams: (a: number, b: number) => void;
|
|
5963
|
+
readonly jsonschemaerror_toString: (a: number, b: number) => void;
|
|
5964
|
+
readonly jsonschemaerror_message: (a: number, b: number) => void;
|
|
5965
|
+
readonly jsonschemaerror_keyword: (a: number, b: number) => void;
|
|
5966
|
+
readonly jsonschemaerror_instancePath: (a: number, b: number) => void;
|
|
5967
|
+
readonly jsonschemaerror_schemaPath: (a: number, b: number) => void;
|
|
5968
|
+
readonly jsonschemaerror_propertyName: (a: number, b: number) => void;
|
|
5969
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
5970
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number) => void;
|
|
5971
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5972
|
+
readonly datatriggerinvalidresulterror_message: (a: number, b: number) => void;
|
|
5973
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number, b: number) => void;
|
|
5974
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number) => void;
|
|
5975
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => number;
|
|
5976
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => number;
|
|
5977
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => number;
|
|
5978
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5979
|
+
readonly __wbg_identity_free: (a: number) => void;
|
|
5980
|
+
readonly identity_new: (a: number, b: number) => void;
|
|
5981
|
+
readonly identity_getId: (a: number) => number;
|
|
5982
|
+
readonly identity_setId: (a: number, b: number) => void;
|
|
5983
|
+
readonly identity_setPublicKeys: (a: number, b: number, c: number) => void;
|
|
5984
|
+
readonly identity_getPublicKeys: (a: number, b: number) => void;
|
|
5985
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
5986
|
+
readonly identity_balance: (a: number) => number;
|
|
5987
|
+
readonly identity_setBalance: (a: number, b: number) => void;
|
|
5988
|
+
readonly identity_increaseBalance: (a: number, b: number) => number;
|
|
5989
|
+
readonly identity_reduceBalance: (a: number, b: number) => number;
|
|
5990
|
+
readonly identity_setRevision: (a: number, b: number) => void;
|
|
5991
|
+
readonly identity_getRevision: (a: number) => number;
|
|
5992
|
+
readonly identity_setMetadata: (a: number, b: number, c: number) => void;
|
|
5993
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
5994
|
+
readonly identity_from: (a: number) => number;
|
|
5995
|
+
readonly identity_toJSON: (a: number, b: number) => void;
|
|
5996
|
+
readonly identity_toObject: (a: number, b: number) => void;
|
|
5997
|
+
readonly identity_toBuffer: (a: number, b: number) => void;
|
|
5998
|
+
readonly identity_hash: (a: number, b: number) => void;
|
|
5999
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
6000
|
+
readonly identity_addPublicKeys: (a: number, b: number, c: number) => void;
|
|
6001
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
6002
|
+
readonly identity_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6003
|
+
readonly getLatestProtocolVersion: () => number;
|
|
6004
|
+
readonly jsonschemaerror_params: (a: number, b: number) => void;
|
|
6005
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
6006
|
+
readonly __wbg_invalididentifiererror_free: (a: number) => void;
|
|
6007
|
+
readonly __wbg_missingpublickeyerror_free: (a: number) => void;
|
|
6008
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number) => void;
|
|
6009
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number, b: number) => void;
|
|
6010
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number, b: number) => void;
|
|
6011
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number, b: number) => void;
|
|
6012
|
+
readonly identity_getBalance: (a: number) => number;
|
|
6013
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => number;
|
|
6014
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => number;
|
|
6015
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
6016
|
+
readonly __wbg_datacontracterror_free: (a: number) => void;
|
|
6017
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
6018
|
+
readonly datacontracterror_message: (a: number, b: number) => void;
|
|
6019
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number) => void;
|
|
6020
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
6021
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
6022
|
+
readonly datacontractmaxdeptherror_message: (a: number, b: number) => void;
|
|
6023
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number) => void;
|
|
6024
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
6025
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
6026
|
+
readonly invaliddatacontractversionerror_message: (a: number, b: number) => void;
|
|
6027
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number) => void;
|
|
6028
|
+
readonly invaliddocumenttypeerror_getType: (a: number, b: number) => void;
|
|
6029
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => number;
|
|
6030
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
6031
|
+
readonly invaliddocumenttypeerror_message: (a: number, b: number) => void;
|
|
6032
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number) => void;
|
|
6033
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
6034
|
+
readonly identitycredittransfertoselferror_message: (a: number, b: number) => void;
|
|
6035
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number) => void;
|
|
6036
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
6037
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number, b: number) => void;
|
|
6038
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
6039
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number, b: number) => void;
|
|
6040
|
+
readonly __wbg_basicblserror_free: (a: number) => void;
|
|
6041
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
6042
|
+
readonly basicblserror_message: (a: number, b: number) => void;
|
|
6043
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number) => void;
|
|
6044
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => number;
|
|
6045
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
6046
|
+
readonly documenttimestampsmismatcherror_message: (a: number, b: number) => void;
|
|
6047
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
6048
|
+
readonly __wbg_datacontractgenericerror_free: (a: number) => void;
|
|
6049
|
+
readonly datacontractgenericerror_getMessage: (a: number, b: number) => void;
|
|
6162
6050
|
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number) => void;
|
|
6163
6051
|
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: number) => number;
|
|
6164
|
-
readonly invaliddocumenttypeindatacontracterror_getType: (a: number, b: number) => void;
|
|
6165
6052
|
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => number;
|
|
6166
|
-
readonly
|
|
6167
|
-
readonly
|
|
6168
|
-
readonly
|
|
6169
|
-
readonly
|
|
6170
|
-
readonly
|
|
6171
|
-
readonly
|
|
6172
|
-
readonly
|
|
6173
|
-
readonly
|
|
6174
|
-
readonly
|
|
6175
|
-
readonly
|
|
6176
|
-
readonly
|
|
6177
|
-
readonly
|
|
6178
|
-
readonly
|
|
6179
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number) => void;
|
|
6053
|
+
readonly __wbg_documentnorevisionerror_free: (a: number) => void;
|
|
6054
|
+
readonly documentnorevisionerror_new: (a: number) => number;
|
|
6055
|
+
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
6056
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number) => void;
|
|
6057
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
6058
|
+
readonly documenttransitionsareabsenterror_message: (a: number, b: number) => void;
|
|
6059
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
6060
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
6061
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number, b: number) => void;
|
|
6062
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
6063
|
+
readonly invalidinstantassetlockprooferror_message: (a: number, b: number) => void;
|
|
6064
|
+
readonly __wbg_invalididentityerror_free: (a: number) => void;
|
|
6065
|
+
readonly invalididentityerror_getErrors: (a: number, b: number) => void;
|
|
6180
6066
|
readonly __wbg_contesteddocumentstemporarilynotallowederror_free: (a: number) => void;
|
|
6181
6067
|
readonly contesteddocumentstemporarilynotallowederror_getCode: (a: number) => number;
|
|
6182
6068
|
readonly contesteddocumentstemporarilynotallowederror_message: (a: number, b: number) => void;
|
|
@@ -6317,6 +6203,7 @@ export interface InitOutput {
|
|
|
6317
6203
|
readonly identitypublickeyalreadyexistsforuniquecontractboundserror_getCode: (a: number) => number;
|
|
6318
6204
|
readonly identitypublickeyalreadyexistsforuniquecontractboundserror_message: (a: number, b: number) => void;
|
|
6319
6205
|
readonly identitypublickeyalreadyexistsforuniquecontractboundserror_serialize: (a: number, b: number) => void;
|
|
6206
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number) => void;
|
|
6320
6207
|
readonly __wbg_overflowerror_free: (a: number) => void;
|
|
6321
6208
|
readonly __wbg_unsupportedfeatureerror_free: (a: number) => void;
|
|
6322
6209
|
readonly __wbg_unknowntrademodeerror_free: (a: number) => void;
|
|
@@ -6326,8 +6213,8 @@ export interface InitOutput {
|
|
|
6326
6213
|
readonly __wbg_unknownstoragekeyrequirementserror_free: (a: number) => void;
|
|
6327
6214
|
readonly __wbg_unknownsecuritylevelerror_free: (a: number) => void;
|
|
6328
6215
|
readonly __wbg_versionerror_free: (a: number) => void;
|
|
6329
|
-
readonly
|
|
6330
|
-
readonly
|
|
6216
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number, b: number) => void;
|
|
6217
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number) => void;
|
|
6331
6218
|
readonly __wbg_invalididentityupdatetransitiondisablekeyserror_free: (a: number) => void;
|
|
6332
6219
|
readonly __wbg_invalididentityupdatetransitionemptyerror_free: (a: number) => void;
|
|
6333
6220
|
readonly __wbg_toomanymasterpublickeyerror_free: (a: number) => void;
|
|
@@ -6338,40 +6225,153 @@ export interface InitOutput {
|
|
|
6338
6225
|
readonly __wbg_prefundedspecializedbalancenotfounderror_free: (a: number) => void;
|
|
6339
6226
|
readonly __wbg_prefundedspecializedbalanceinsufficienterror_free: (a: number) => void;
|
|
6340
6227
|
readonly __wbg_documentnotforsaleerror_free: (a: number) => void;
|
|
6228
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => number;
|
|
6341
6229
|
readonly __wbg_masternodevotealreadypresenterror_free: (a: number) => void;
|
|
6342
|
-
readonly
|
|
6343
|
-
readonly
|
|
6344
|
-
readonly
|
|
6345
|
-
readonly
|
|
6346
|
-
readonly
|
|
6347
|
-
readonly
|
|
6348
|
-
readonly
|
|
6349
|
-
readonly
|
|
6350
|
-
readonly
|
|
6351
|
-
readonly
|
|
6352
|
-
readonly
|
|
6353
|
-
readonly
|
|
6354
|
-
readonly
|
|
6355
|
-
readonly
|
|
6356
|
-
readonly
|
|
6357
|
-
readonly
|
|
6358
|
-
readonly
|
|
6359
|
-
readonly
|
|
6360
|
-
readonly
|
|
6361
|
-
readonly
|
|
6362
|
-
readonly
|
|
6363
|
-
readonly
|
|
6364
|
-
readonly
|
|
6365
|
-
readonly
|
|
6366
|
-
readonly
|
|
6367
|
-
readonly
|
|
6368
|
-
readonly
|
|
6369
|
-
readonly
|
|
6370
|
-
readonly
|
|
6371
|
-
readonly
|
|
6372
|
-
readonly
|
|
6373
|
-
readonly
|
|
6374
|
-
readonly
|
|
6230
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number) => void;
|
|
6231
|
+
readonly datacontractcreatetransition_new: (a: number, b: number) => void;
|
|
6232
|
+
readonly datacontractcreatetransition_getDataContract: (a: number) => number;
|
|
6233
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => number;
|
|
6234
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => number;
|
|
6235
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
6236
|
+
readonly datacontractcreatetransition_toBuffer: (a: number, b: number) => void;
|
|
6237
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6238
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6239
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6240
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6241
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6242
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
6243
|
+
readonly datacontractupdatetransition_new: (a: number, b: number) => void;
|
|
6244
|
+
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
6245
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
6246
|
+
readonly datacontractupdatetransition_toBuffer: (a: number, b: number) => void;
|
|
6247
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number, c: number) => void;
|
|
6248
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6249
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6250
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6251
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: number, d: number) => void;
|
|
6252
|
+
readonly generateDocumentId: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
6253
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number) => void;
|
|
6254
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => number;
|
|
6255
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number, b: number) => void;
|
|
6256
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number, b: number) => void;
|
|
6257
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
6258
|
+
readonly incompatibledatacontractschemaerror_message: (a: number, b: number) => void;
|
|
6259
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number) => void;
|
|
6260
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => number;
|
|
6261
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
6262
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number, b: number) => void;
|
|
6263
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number) => void;
|
|
6264
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => number;
|
|
6265
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => number;
|
|
6266
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
6267
|
+
readonly invaliddocumenttransitioniderror_message: (a: number, b: number) => void;
|
|
6268
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number) => void;
|
|
6269
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
6270
|
+
readonly missingdatacontractiderror_message: (a: number, b: number) => void;
|
|
6271
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number) => void;
|
|
6272
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
6273
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
6274
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number, b: number) => void;
|
|
6275
|
+
readonly invalididentitypublickeytypeerror_new: (a: number, b: number) => void;
|
|
6276
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
6277
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
6278
|
+
readonly invalididentitypublickeytypeerror_message: (a: number, b: number) => void;
|
|
6279
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number) => void;
|
|
6280
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
6281
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
6282
|
+
readonly unsupportedprotocolversionerror_message: (a: number, b: number) => void;
|
|
6283
|
+
readonly deserializeConsensusError: (a: number, b: number, c: number) => void;
|
|
6284
|
+
readonly __wbg_documentnotfounderror_free: (a: number) => void;
|
|
6285
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => number;
|
|
6286
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
6287
|
+
readonly documentnotfounderror_message: (a: number, b: number) => void;
|
|
6288
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number) => void;
|
|
6289
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => number;
|
|
6290
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => number;
|
|
6291
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
6292
|
+
readonly documentowneridmismatcherror_message: (a: number, b: number) => void;
|
|
6293
|
+
readonly __wbg_assetlockproof_free: (a: number) => void;
|
|
6294
|
+
readonly assetlockproof_new: (a: number, b: number) => void;
|
|
6295
|
+
readonly assetlockproof_createIdentifier: (a: number, b: number) => void;
|
|
6296
|
+
readonly assetlockproof_toObject: (a: number, b: number) => void;
|
|
6297
|
+
readonly createAssetLockProofInstance: (a: number, b: number) => void;
|
|
6298
|
+
readonly __wbg_identitycreatetransition_free: (a: number) => void;
|
|
6299
|
+
readonly identitycreatetransition_new: (a: number, b: number) => void;
|
|
6300
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
6301
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => number;
|
|
6302
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => number;
|
|
6303
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number, d: number) => void;
|
|
6304
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number, d: number) => void;
|
|
6305
|
+
readonly identitycreatetransition_getPublicKeys: (a: number, b: number) => void;
|
|
6306
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
6307
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => number;
|
|
6308
|
+
readonly identitycreatetransition_toObject: (a: number, b: number, c: number) => void;
|
|
6309
|
+
readonly identitycreatetransition_toBuffer: (a: number, b: number) => void;
|
|
6310
|
+
readonly identitycreatetransition_toJSON: (a: number, b: number) => void;
|
|
6311
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6312
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6313
|
+
readonly identitycreatetransition_getSignature: (a: number) => number;
|
|
6314
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6315
|
+
readonly __wbg_identitypublickeywithwitness_free: (a: number) => void;
|
|
6316
|
+
readonly identitypublickeywithwitness_new: (a: number, b: number) => void;
|
|
6317
|
+
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
6318
|
+
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
6319
|
+
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
6320
|
+
readonly identitypublickeywithwitness_setType: (a: number, b: number, c: number) => void;
|
|
6321
|
+
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number, d: number) => void;
|
|
6322
|
+
readonly identitypublickeywithwitness_getData: (a: number) => number;
|
|
6323
|
+
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number, c: number) => void;
|
|
6324
|
+
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
6325
|
+
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number, c: number) => void;
|
|
6326
|
+
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: number, c: number, d: number) => void;
|
|
6327
|
+
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
6328
|
+
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
6329
|
+
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
6330
|
+
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
6331
|
+
readonly identitypublickeywithwitness_getSignature: (a: number, b: number) => void;
|
|
6332
|
+
readonly identitypublickeywithwitness_hash: (a: number, b: number) => void;
|
|
6333
|
+
readonly identitypublickeywithwitness_toJSON: (a: number, b: number) => void;
|
|
6334
|
+
readonly identitypublickeywithwitness_toObject: (a: number, b: number, c: number) => void;
|
|
6335
|
+
readonly __wbg_identitytopuptransition_free: (a: number) => void;
|
|
6336
|
+
readonly identitytopuptransition_new: (a: number, b: number) => void;
|
|
6337
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: number, c: number) => void;
|
|
6338
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => number;
|
|
6339
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => number;
|
|
6340
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
6341
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => number;
|
|
6342
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: number) => void;
|
|
6343
|
+
readonly identitytopuptransition_toObject: (a: number, b: number, c: number) => void;
|
|
6344
|
+
readonly identitytopuptransition_toBuffer: (a: number, b: number) => void;
|
|
6345
|
+
readonly identitytopuptransition_toJSON: (a: number, b: number) => void;
|
|
6346
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number, b: number) => void;
|
|
6347
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
6348
|
+
readonly identitytopuptransition_getSignature: (a: number) => number;
|
|
6349
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
6350
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
6351
|
+
readonly identitycreatetransition_publicKeys: (a: number, b: number) => void;
|
|
6352
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number) => void;
|
|
6353
|
+
readonly identitycreatetransition_identityId: (a: number) => number;
|
|
6354
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => number;
|
|
6355
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6356
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6357
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
6358
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6359
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6360
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6361
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
6362
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
6363
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
6364
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6365
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
6366
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
6367
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
6368
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
6369
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
6370
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number) => void;
|
|
6371
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => number;
|
|
6372
|
+
readonly identitytopuptransition_identityId: (a: number) => number;
|
|
6373
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => number;
|
|
6374
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => number;
|
|
6375
6375
|
readonly rustsecp256k1_v0_8_1_context_create: (a: number) => number;
|
|
6376
6376
|
readonly rustsecp256k1_v0_8_1_context_destroy: (a: number) => void;
|
|
6377
6377
|
readonly rustsecp256k1_v0_8_1_default_illegal_callback_fn: (a: number, b: number) => void;
|