@dashevo/wasm-dpp 2.1.0-dev.1 → 2.1.0-dev.3
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 +4 -2
- package/dist/wasm/wasm_dpp.d.ts +674 -674
- package/dist/wasm/wasm_dpp.js +37 -37
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +674 -674
- package/package.json +2 -2
- package/scripts/build-wasm.sh +9 -1
- package/src/identity/state_transition/mod.rs +5 -5
- package/src/lib.rs +4 -4
package/lib/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
4
3
|
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
5
4
|
export function generateDocumentId(contract_id: any, owner_id: any, document_type: string, entropy: Uint8Array): any;
|
|
5
|
+
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
6
6
|
export function getLatestProtocolVersion(): number;
|
|
7
7
|
export enum KeyPurpose {
|
|
8
8
|
/**
|
|
@@ -3219,602 +3219,61 @@ export interface InitOutput {
|
|
|
3219
3219
|
readonly identitypublickeyalreadyexistsforuniquecontractboundserror_getCode: (a: number) => number;
|
|
3220
3220
|
readonly identitypublickeyalreadyexistsforuniquecontractboundserror_message: (a: number) => [number, number];
|
|
3221
3221
|
readonly identitypublickeyalreadyexistsforuniquecontractboundserror_serialize: (a: number) => [number, number, number];
|
|
3222
|
-
readonly
|
|
3223
|
-
readonly
|
|
3224
|
-
readonly
|
|
3225
|
-
readonly
|
|
3226
|
-
readonly
|
|
3227
|
-
readonly
|
|
3228
|
-
readonly
|
|
3229
|
-
readonly
|
|
3230
|
-
readonly
|
|
3231
|
-
readonly
|
|
3232
|
-
readonly
|
|
3233
|
-
readonly
|
|
3234
|
-
readonly
|
|
3235
|
-
readonly
|
|
3236
|
-
readonly
|
|
3237
|
-
readonly
|
|
3238
|
-
readonly
|
|
3239
|
-
readonly
|
|
3240
|
-
readonly
|
|
3241
|
-
readonly
|
|
3242
|
-
readonly
|
|
3243
|
-
readonly
|
|
3244
|
-
readonly
|
|
3245
|
-
readonly
|
|
3246
|
-
readonly
|
|
3247
|
-
readonly
|
|
3248
|
-
readonly
|
|
3249
|
-
readonly
|
|
3250
|
-
readonly
|
|
3251
|
-
readonly
|
|
3252
|
-
readonly
|
|
3253
|
-
readonly
|
|
3254
|
-
readonly
|
|
3255
|
-
readonly
|
|
3256
|
-
readonly
|
|
3257
|
-
readonly
|
|
3258
|
-
readonly
|
|
3259
|
-
readonly
|
|
3260
|
-
readonly
|
|
3261
|
-
readonly
|
|
3262
|
-
readonly
|
|
3263
|
-
readonly
|
|
3264
|
-
readonly
|
|
3265
|
-
readonly
|
|
3266
|
-
readonly
|
|
3267
|
-
readonly
|
|
3268
|
-
readonly
|
|
3269
|
-
readonly
|
|
3270
|
-
readonly
|
|
3271
|
-
readonly
|
|
3272
|
-
readonly
|
|
3273
|
-
readonly
|
|
3274
|
-
readonly
|
|
3275
|
-
readonly
|
|
3276
|
-
readonly
|
|
3277
|
-
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
3278
|
-
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
3279
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
3280
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
3281
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
3282
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
3283
|
-
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
3284
|
-
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
3285
|
-
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
3286
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
3287
|
-
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
3288
|
-
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
3289
|
-
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
3290
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
3291
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
3292
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
3293
|
-
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
3294
|
-
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
3295
|
-
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
3296
|
-
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
3297
|
-
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
3298
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
3299
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
3300
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
3301
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
3302
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
3303
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
3304
|
-
readonly missingstatetransitiontypeerror_new: () => number;
|
|
3305
|
-
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
3306
|
-
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
3307
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
3308
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
3309
|
-
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
3310
|
-
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
3311
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
3312
|
-
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
3313
|
-
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
3314
|
-
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
3315
|
-
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
3316
|
-
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
3317
|
-
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
3318
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
3319
|
-
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
3320
|
-
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
3321
|
-
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
3322
|
-
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
3323
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
3324
|
-
readonly valueerror_message: (a: number) => [number, number];
|
|
3325
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
3326
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
3327
|
-
readonly identity_getId: (a: number) => any;
|
|
3328
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
3329
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
3330
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
3331
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
3332
|
-
readonly identity_balance: (a: number) => bigint;
|
|
3333
|
-
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
3334
|
-
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
3335
|
-
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
3336
|
-
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
3337
|
-
readonly identity_getRevision: (a: number) => bigint;
|
|
3338
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
3339
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
3340
|
-
readonly identity_from: (a: any) => number;
|
|
3341
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
3342
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
3343
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
3344
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
3345
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
3346
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
3347
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
3348
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3349
|
-
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
3350
|
-
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
3351
|
-
readonly chainassetlockproof_getType: (a: number) => number;
|
|
3352
|
-
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
3353
|
-
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
3354
|
-
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
3355
|
-
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
3356
|
-
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
3357
|
-
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
3358
|
-
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
3359
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
3360
|
-
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
3361
|
-
readonly metadata_from: (a: any) => [number, number, number];
|
|
3362
|
-
readonly metadata_toJSON: (a: number) => any;
|
|
3363
|
-
readonly metadata_toObject: (a: number) => any;
|
|
3364
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
3365
|
-
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
3366
|
-
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
3367
|
-
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
3368
|
-
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
3369
|
-
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
3370
|
-
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
3371
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
3372
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
3373
|
-
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
3374
|
-
readonly identity_getBalance: (a: number) => bigint;
|
|
3375
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
3376
|
-
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
3377
|
-
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
3378
|
-
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
3379
|
-
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
3380
|
-
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
3381
|
-
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
3382
|
-
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
3383
|
-
readonly documenttransitions_new: () => number;
|
|
3384
|
-
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
3385
|
-
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
3386
|
-
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
3387
|
-
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
3388
|
-
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
3389
|
-
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
3390
|
-
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
3391
|
-
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3392
|
-
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
3393
|
-
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
3394
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
3395
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
3396
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
3397
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
3398
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
3399
|
-
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
3400
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
3401
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
3402
|
-
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
3403
|
-
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
3404
|
-
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
3405
|
-
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
3406
|
-
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
3407
|
-
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
3408
|
-
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
3409
|
-
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
3410
|
-
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
3411
|
-
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
3412
|
-
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
3413
|
-
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
3414
|
-
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
3415
|
-
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
3416
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
3417
|
-
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
3418
|
-
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
3419
|
-
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
3420
|
-
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number) => [number, number];
|
|
3421
|
-
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
3422
|
-
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
3423
|
-
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
3424
|
-
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
3425
|
-
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
3426
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
3427
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
3428
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
3429
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
3430
|
-
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
3431
|
-
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
3432
|
-
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
3433
|
-
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
3434
|
-
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
3435
|
-
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
3436
|
-
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
3437
|
-
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
3438
|
-
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
3439
|
-
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
3440
|
-
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
3441
|
-
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
3442
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
3443
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
3444
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
3445
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
3446
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
3447
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
3448
|
-
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
3449
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
3450
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
3451
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
3452
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
3453
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3454
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
3455
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
3456
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
3457
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
3458
|
-
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
3459
|
-
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
3460
|
-
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
3461
|
-
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
3462
|
-
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
3463
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
3464
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
3465
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
3466
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
3467
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
3468
|
-
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
3469
|
-
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3470
|
-
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
3471
|
-
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
3472
|
-
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
3473
|
-
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
3474
|
-
readonly instantassetlockproof_getType: (a: number) => number;
|
|
3475
|
-
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
3476
|
-
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
3477
|
-
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
3478
|
-
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
3479
|
-
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
3480
|
-
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
3481
|
-
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
3482
|
-
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
3483
|
-
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
3484
|
-
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
3485
|
-
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
3486
|
-
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
3487
|
-
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
3488
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
3489
|
-
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
3490
|
-
readonly validationresult_isValid: (a: number) => number;
|
|
3491
|
-
readonly validationresult_errors: (a: number) => [number, number];
|
|
3492
|
-
readonly validationresult_getData: (a: number) => any;
|
|
3493
|
-
readonly validationresult_getFirstError: (a: number) => any;
|
|
3494
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
3495
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
3496
|
-
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
3497
|
-
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
3498
|
-
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
3499
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
3500
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
3501
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
3502
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
3503
|
-
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
3504
|
-
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
3505
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
3506
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
3507
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
3508
|
-
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
3509
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
3510
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
3511
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
3512
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
3513
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
3514
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
3515
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
3516
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
3517
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
3518
|
-
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
3519
|
-
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
3520
|
-
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
3521
|
-
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
3522
|
-
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
3523
|
-
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
3524
|
-
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
3525
|
-
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
3526
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
3527
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
3528
|
-
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
3529
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
3530
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
3531
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
3532
|
-
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
3533
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
3534
|
-
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
3535
|
-
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
3536
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3537
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
3538
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
3539
|
-
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
3540
|
-
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
3541
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
3542
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
3543
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
3544
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
3545
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
3546
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
3547
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
3548
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
3549
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
3550
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
3551
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
3552
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
3553
|
-
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
3554
|
-
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
3555
|
-
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
3556
|
-
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
3557
|
-
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
3558
|
-
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
3559
|
-
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
3560
|
-
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
3561
|
-
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
3562
|
-
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
3563
|
-
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
3564
|
-
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
3565
|
-
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
3566
|
-
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
3567
|
-
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
3568
|
-
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
3569
|
-
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
3570
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
3571
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
3572
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
3573
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
3574
|
-
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
3575
|
-
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
3576
|
-
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
3577
|
-
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
3578
|
-
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
3579
|
-
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
3580
|
-
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
3581
|
-
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3582
|
-
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
3583
|
-
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
3584
|
-
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
3585
|
-
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
3586
|
-
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
3587
|
-
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
3588
|
-
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
3589
|
-
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
3590
|
-
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
3591
|
-
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
3592
|
-
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
3593
|
-
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3594
|
-
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
3595
|
-
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
3596
|
-
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
3597
|
-
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
3598
|
-
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
3599
|
-
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
3600
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
3601
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
3602
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
3603
|
-
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
3604
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
3605
|
-
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
3606
|
-
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
3607
|
-
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
3608
|
-
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
3609
|
-
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
3610
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
3611
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
3612
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
3613
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3614
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
3615
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3616
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3617
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
3618
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3619
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3620
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3621
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3622
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
3623
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
3624
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
3625
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3626
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
3627
|
-
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
3628
|
-
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
3629
|
-
readonly documenttransition_getId: (a: number) => any;
|
|
3630
|
-
readonly documenttransition_getType: (a: number) => [number, number];
|
|
3631
|
-
readonly documenttransition_getData: (a: number) => any;
|
|
3632
|
-
readonly documenttransition_getAction: (a: number) => number;
|
|
3633
|
-
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
3634
|
-
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
3635
|
-
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
3636
|
-
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
3637
|
-
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
3638
|
-
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
3639
|
-
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
3640
|
-
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
3641
|
-
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
3642
|
-
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
3643
|
-
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
3644
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
3645
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
3646
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
3647
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
3648
|
-
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
3649
|
-
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
3650
|
-
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
3651
|
-
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
3652
|
-
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
3653
|
-
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
3654
|
-
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
3655
|
-
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
3656
|
-
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
3657
|
-
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
3658
|
-
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
3659
|
-
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
3660
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
3661
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
3662
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
3663
|
-
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
3664
|
-
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3665
|
-
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
3666
|
-
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
3667
|
-
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
3668
|
-
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
3669
|
-
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
3670
|
-
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
3671
|
-
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
3672
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
3673
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
3674
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
3675
|
-
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
3676
|
-
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
3677
|
-
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
3678
|
-
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
3679
|
-
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
3680
|
-
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
3681
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
3682
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
3683
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
3684
|
-
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
3685
|
-
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
3686
|
-
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
3687
|
-
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
3688
|
-
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
3689
|
-
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
3690
|
-
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
3691
|
-
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
3692
|
-
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
3693
|
-
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
3694
|
-
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
3695
|
-
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
3696
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
3697
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
3698
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
3699
|
-
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
3700
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
3701
|
-
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
3702
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
3703
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
3704
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
3705
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
3706
|
-
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
3707
|
-
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
3708
|
-
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
3709
|
-
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
3710
|
-
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
3711
|
-
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
3712
|
-
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
3713
|
-
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
3714
|
-
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
3715
|
-
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
3716
|
-
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
3717
|
-
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
3718
|
-
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
3719
|
-
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
3720
|
-
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3721
|
-
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
3722
|
-
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
3723
|
-
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3724
|
-
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
3725
|
-
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
3726
|
-
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3727
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3728
|
-
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
3729
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3730
|
-
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3731
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3732
|
-
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
3733
|
-
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
3734
|
-
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
3735
|
-
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
3736
|
-
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
3737
|
-
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
3738
|
-
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
3739
|
-
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
3740
|
-
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
3741
|
-
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
3742
|
-
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
3743
|
-
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
3744
|
-
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
3745
|
-
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
3746
|
-
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
3747
|
-
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
3748
|
-
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
3749
|
-
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3750
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3751
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
3752
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
3753
|
-
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3754
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3755
|
-
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
3756
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3757
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3758
|
-
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
3759
|
-
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
3760
|
-
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
3761
|
-
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
3762
|
-
readonly identitytopuptransition_getType: (a: number) => number;
|
|
3763
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
3764
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
3765
|
-
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
3766
|
-
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3767
|
-
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3768
|
-
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
3769
|
-
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
3770
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3771
|
-
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
3772
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
3773
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3774
|
-
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
3775
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3776
|
-
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
3777
|
-
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
3778
|
-
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
3779
|
-
readonly masternodevotetransition_getType: (a: number) => number;
|
|
3780
|
-
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
3781
|
-
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
3782
|
-
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3783
|
-
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
3784
|
-
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
3785
|
-
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3786
|
-
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3787
|
-
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3788
|
-
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
3789
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3790
|
-
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
3791
|
-
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3792
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3793
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
3794
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
3795
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
3796
|
-
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3797
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3798
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
3799
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
3800
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
3801
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
3802
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
3803
|
-
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
3804
|
-
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
3805
|
-
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
3806
|
-
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
3807
|
-
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
3808
|
-
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
3809
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
3810
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
3811
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
3812
|
-
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
3813
|
-
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
3814
|
-
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
3815
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
3816
|
-
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
3817
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
3222
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
3223
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
3224
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
3225
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
3226
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
3227
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
3228
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
3229
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
3230
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
3231
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
3232
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
3233
|
+
readonly invalidactionterror_new: (a: any) => number;
|
|
3234
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
3235
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
3236
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
3237
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
3238
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
3239
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
3240
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
3241
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
3242
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
3243
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
3244
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
3245
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
3246
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
3247
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
3248
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
3249
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
3250
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
3251
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
3252
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
3253
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
3254
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
3255
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
3256
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
3257
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
3258
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
3259
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
3260
|
+
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
3261
|
+
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
3262
|
+
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
3263
|
+
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
3264
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
3265
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
3266
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
3267
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
3268
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
3269
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
3270
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
3271
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
3272
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
3273
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
3274
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
3275
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
3276
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
3818
3277
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
3819
3278
|
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
3820
3279
|
readonly datacontract_getId: (a: number) => any;
|
|
@@ -3848,9 +3307,9 @@ export interface InitOutput {
|
|
|
3848
3307
|
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
3849
3308
|
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
3850
3309
|
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
3851
|
-
readonly
|
|
3852
|
-
readonly
|
|
3853
|
-
readonly
|
|
3310
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
3311
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
3312
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
3854
3313
|
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
3855
3314
|
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
3856
3315
|
readonly document_getId: (a: number) => any;
|
|
@@ -3970,7 +3429,6 @@ export interface InitOutput {
|
|
|
3970
3429
|
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
3971
3430
|
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
3972
3431
|
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
3973
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
3974
3432
|
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
3975
3433
|
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
3976
3434
|
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
@@ -3978,66 +3436,16 @@ export interface InitOutput {
|
|
|
3978
3436
|
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
3979
3437
|
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
3980
3438
|
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
3981
|
-
readonly
|
|
3982
|
-
readonly
|
|
3983
|
-
readonly
|
|
3984
|
-
readonly
|
|
3985
|
-
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
3986
|
-
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
3987
|
-
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
3988
|
-
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
3989
|
-
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
3990
|
-
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
3991
|
-
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
3992
|
-
readonly invalidactionterror_new: (a: any) => number;
|
|
3993
|
-
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
3994
|
-
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
3995
|
-
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
3996
|
-
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
3997
|
-
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
3998
|
-
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
3999
|
-
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
4000
|
-
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
4001
|
-
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
4002
|
-
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
4003
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
4004
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
4005
|
-
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
4006
|
-
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
4007
|
-
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
4008
|
-
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
4009
|
-
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
4010
|
-
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4011
|
-
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
4012
|
-
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
4013
|
-
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4014
|
-
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
4015
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4016
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4017
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4018
|
-
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4019
|
-
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
4020
|
-
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
4021
|
-
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
4022
|
-
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
4023
|
-
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
4024
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
4025
|
-
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
4026
|
-
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
4027
|
-
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
4028
|
-
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
4029
|
-
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
4030
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
4031
|
-
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
4032
|
-
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
4033
|
-
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
4034
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
4035
|
-
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
3439
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
3440
|
+
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
3441
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
3442
|
+
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
4036
3443
|
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
4037
3444
|
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
4038
3445
|
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
4039
3446
|
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
4040
3447
|
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
3448
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
4041
3449
|
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4042
3450
|
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4043
3451
|
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
@@ -4045,9 +3453,218 @@ export interface InitOutput {
|
|
|
4045
3453
|
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4046
3454
|
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4047
3455
|
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3456
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4048
3457
|
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
4049
3458
|
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4050
3459
|
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
3460
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
3461
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
3462
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
3463
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
3464
|
+
readonly documenttransition_getData: (a: number) => any;
|
|
3465
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
3466
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
3467
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
3468
|
+
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
3469
|
+
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
3470
|
+
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
3471
|
+
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
3472
|
+
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
3473
|
+
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
3474
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
3475
|
+
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
3476
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
3477
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
3478
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
3479
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
3480
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
3481
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
3482
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
3483
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
3484
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
3485
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
3486
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
3487
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
3488
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
3489
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
3490
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
3491
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
3492
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
3493
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
3494
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
3495
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
3496
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
3497
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3498
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
3499
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
3500
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
3501
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
3502
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
3503
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
3504
|
+
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
3505
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
3506
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
3507
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
3508
|
+
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
3509
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
3510
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
3511
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
3512
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
3513
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
3514
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
3515
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
3516
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
3517
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
3518
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
3519
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
3520
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
3521
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
3522
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
3523
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
3524
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
3525
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
3526
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
3527
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
3528
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
3529
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
3530
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
3531
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
3532
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
3533
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
3534
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
3535
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
3536
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
3537
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
3538
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
3539
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
3540
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
3541
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
3542
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
3543
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
3544
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
3545
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
3546
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
3547
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
3548
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
3549
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
3550
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
3551
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
3552
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
3553
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3554
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
3555
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
3556
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3557
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
3558
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
3559
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3560
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3561
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
3562
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3563
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3564
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3565
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
3566
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
3567
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
3568
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
3569
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
3570
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
3571
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
3572
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
3573
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
3574
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
3575
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
3576
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
3577
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
3578
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
3579
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
3580
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
3581
|
+
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
3582
|
+
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3583
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3584
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
3585
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
3586
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3587
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3588
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
3589
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3590
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3591
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
3592
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
3593
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
3594
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
3595
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
3596
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
3597
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
3598
|
+
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
3599
|
+
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3600
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3601
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
3602
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
3603
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3604
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
3605
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
3606
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3607
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
3608
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3609
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
3610
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
3611
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
3612
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
3613
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
3614
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
3615
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3616
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
3617
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
3618
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3619
|
+
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3620
|
+
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3621
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
3622
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3623
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
3624
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3625
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3626
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
3627
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
3628
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
3629
|
+
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3630
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
3631
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3632
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
3633
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
3634
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
3635
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
3636
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
3637
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
3638
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
3639
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
3640
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
3641
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
3642
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
3643
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
3644
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
3645
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
3646
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
3647
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
3648
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
3649
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
3650
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
3651
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
3652
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
3653
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
3654
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
3655
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
3656
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3657
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
3658
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3659
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3660
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
3661
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3662
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3663
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3664
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3665
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
3666
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3667
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4051
3668
|
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4052
3669
|
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4053
3670
|
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
@@ -4056,12 +3673,13 @@ export interface InitOutput {
|
|
|
4056
3673
|
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4057
3674
|
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4058
3675
|
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4059
|
-
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
4060
|
-
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
4061
|
-
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
4062
3676
|
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
4063
3677
|
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
4064
3678
|
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
3679
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
3680
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
3681
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
3682
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
4065
3683
|
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
4066
3684
|
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
4067
3685
|
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
@@ -4238,16 +3856,15 @@ export interface InitOutput {
|
|
|
4238
3856
|
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
4239
3857
|
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4240
3858
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4241
|
-
readonly
|
|
4242
|
-
readonly
|
|
3859
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
3860
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
4243
3861
|
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4244
3862
|
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4245
|
-
readonly
|
|
4246
|
-
readonly
|
|
4247
|
-
readonly
|
|
4248
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
3863
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3864
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
3865
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4249
3866
|
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
4250
|
-
readonly
|
|
3867
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4251
3868
|
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4252
3869
|
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4253
3870
|
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
@@ -4259,6 +3876,389 @@ export interface InitOutput {
|
|
|
4259
3876
|
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
4260
3877
|
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
4261
3878
|
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
3879
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
3880
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
3881
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
3882
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
3883
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
3884
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
3885
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
3886
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
3887
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
3888
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
3889
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
3890
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
3891
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
3892
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
3893
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
3894
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
3895
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
3896
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
3897
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
3898
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
3899
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
3900
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
3901
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
3902
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
3903
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
3904
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
3905
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
3906
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
3907
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
3908
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
3909
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
3910
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
3911
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
3912
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3913
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
3914
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
3915
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
3916
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
3917
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
3918
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
3919
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
3920
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
3921
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
3922
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
3923
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
3924
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
3925
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
3926
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
3927
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
3928
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
3929
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
3930
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
3931
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
3932
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
3933
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
3934
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
3935
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
3936
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
3937
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
3938
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
3939
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
3940
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
3941
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
3942
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
3943
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
3944
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
3945
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
3946
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
3947
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
3948
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
3949
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
3950
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
3951
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
3952
|
+
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
3953
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
3954
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
3955
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
3956
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
3957
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
3958
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
3959
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
3960
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
3961
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
3962
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
3963
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
3964
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3965
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
3966
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
3967
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
3968
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
3969
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
3970
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
3971
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
3972
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
3973
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
3974
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
3975
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
3976
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3977
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
3978
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
3979
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
3980
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
3981
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
3982
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
3983
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
3984
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
3985
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
3986
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
3987
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
3988
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
3989
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
3990
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
3991
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
3992
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
3993
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
3994
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
3995
|
+
readonly documenttransitions_new: () => number;
|
|
3996
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
3997
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
3998
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
3999
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
4000
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
4001
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4002
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4003
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4004
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4005
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
4006
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
4007
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
4008
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
4009
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
4010
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
4011
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4012
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4013
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4014
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4015
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
4016
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
4017
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
4018
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
4019
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
4020
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
4021
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
4022
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
4023
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
4024
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
4025
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
4026
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
4027
|
+
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
4028
|
+
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number) => [number, number];
|
|
4029
|
+
readonly invalidindexedpropertyconstrainterror_getPropertyName: (a: number) => [number, number];
|
|
4030
|
+
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
4031
|
+
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
4032
|
+
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
4033
|
+
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
4034
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4035
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
4036
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
4037
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
4038
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4039
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
4040
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
4041
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4042
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
4043
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4044
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4045
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4046
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
4047
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
4048
|
+
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
4049
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4050
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4051
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4052
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4053
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4054
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
4055
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
4056
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
4057
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
4058
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
4059
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
4060
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
4061
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
4062
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4063
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
4064
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4065
|
+
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
4066
|
+
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
4067
|
+
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
4068
|
+
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
4069
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4070
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
4071
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4072
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4073
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4074
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4075
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
4076
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
4077
|
+
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
4078
|
+
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
4079
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
4080
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
4081
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
4082
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
4083
|
+
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
4084
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
4085
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
4086
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
4087
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4088
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
4089
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
4090
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
4091
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
4092
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4093
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4094
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
4095
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
4096
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
4097
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
4098
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
4099
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
4100
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
4101
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
4102
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
4103
|
+
readonly validationresult_getData: (a: number) => any;
|
|
4104
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
4105
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4106
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4107
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
4108
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
4109
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
4110
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
4111
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
4112
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
4113
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
4114
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
4115
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
4116
|
+
readonly documentfacade_new: (a: number) => number;
|
|
4117
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
4118
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4119
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4120
|
+
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
4121
|
+
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
4122
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
4123
|
+
readonly extendeddocument_getId: (a: number) => any;
|
|
4124
|
+
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
4125
|
+
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
4126
|
+
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
4127
|
+
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
4128
|
+
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
4129
|
+
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
4130
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
4131
|
+
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
4132
|
+
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
4133
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
4134
|
+
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
4135
|
+
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
4136
|
+
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
4137
|
+
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
4138
|
+
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
4139
|
+
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
4140
|
+
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
4141
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
4142
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
4143
|
+
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
4144
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
4145
|
+
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
4146
|
+
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
4147
|
+
readonly extendeddocument_toObject: (a: number, b: any) => [number, number, number];
|
|
4148
|
+
readonly extendeddocument_toJSON: (a: number) => [number, number, number];
|
|
4149
|
+
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
4150
|
+
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
4151
|
+
readonly extendeddocument_clone: (a: number) => number;
|
|
4152
|
+
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
4153
|
+
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
4154
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
4155
|
+
readonly datacontracterror_message: (a: number) => [number, number];
|
|
4156
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4157
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
4158
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
4159
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4160
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
4161
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
4162
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4163
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4164
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4165
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
4166
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
4167
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
4168
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
4169
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4170
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4171
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4172
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4173
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4174
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
4175
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4176
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
4177
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4178
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
4179
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
4180
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4181
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4182
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4183
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4184
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
4185
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
4186
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4187
|
+
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
4188
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4189
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4190
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4191
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4192
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4193
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
4194
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4195
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
4196
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4197
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4198
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
4199
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
4200
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
4201
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
4202
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
4203
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
4204
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
4205
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4206
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4207
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4208
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4209
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
4210
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
4211
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
4212
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
4213
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
4214
|
+
readonly identity_getId: (a: number) => any;
|
|
4215
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
4216
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
4217
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
4218
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
4219
|
+
readonly identity_balance: (a: number) => bigint;
|
|
4220
|
+
readonly identity_setBalance: (a: number, b: bigint) => void;
|
|
4221
|
+
readonly identity_increaseBalance: (a: number, b: bigint) => bigint;
|
|
4222
|
+
readonly identity_reduceBalance: (a: number, b: bigint) => bigint;
|
|
4223
|
+
readonly identity_setRevision: (a: number, b: bigint) => void;
|
|
4224
|
+
readonly identity_getRevision: (a: number) => bigint;
|
|
4225
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
4226
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
4227
|
+
readonly identity_from: (a: any) => number;
|
|
4228
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
4229
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
4230
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
4231
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
4232
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
4233
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
4234
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
4235
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
4236
|
+
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
4237
|
+
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
4238
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
4239
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
4240
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
4241
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
4242
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
4243
|
+
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
4244
|
+
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
4245
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
4246
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
4247
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
4248
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
4249
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
4250
|
+
readonly metadata_toObject: (a: number) => any;
|
|
4251
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
4252
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
4253
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
4254
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
4255
|
+
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
4256
|
+
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
4257
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
4258
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4259
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4260
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
4261
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
4262
4262
|
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
4263
4263
|
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
4264
4264
|
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
@@ -4268,8 +4268,6 @@ export interface InitOutput {
|
|
|
4268
4268
|
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4269
4269
|
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4270
4270
|
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4271
|
-
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
4272
|
-
readonly nodocumentssuppliederror_new: () => number;
|
|
4273
4271
|
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4274
4272
|
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
4275
4273
|
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
@@ -4292,16 +4290,16 @@ export interface InitOutput {
|
|
|
4292
4290
|
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
4293
4291
|
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4294
4292
|
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
4295
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
4296
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
4297
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
4298
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
4299
4293
|
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
4300
4294
|
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
4301
4295
|
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
4302
4296
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
4303
4297
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
4304
4298
|
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
4299
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4300
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
4301
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
4302
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
4305
4303
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
4306
4304
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
4307
4305
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
@@ -4339,6 +4337,7 @@ export interface InitOutput {
|
|
|
4339
4337
|
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
4340
4338
|
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
4341
4339
|
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
4340
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
4342
4341
|
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4343
4342
|
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4344
4343
|
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
@@ -4373,6 +4372,7 @@ export interface InitOutput {
|
|
|
4373
4372
|
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
4374
4373
|
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
4375
4374
|
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
4375
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
4376
4376
|
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4377
4377
|
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4378
4378
|
readonly getLatestProtocolVersion: () => number;
|
|
@@ -4389,8 +4389,8 @@ export interface InitOutput {
|
|
|
4389
4389
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
4390
4390
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
4391
4391
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
4392
|
-
readonly
|
|
4393
|
-
readonly
|
|
4392
|
+
readonly closure639_externref_shim: (a: number, b: number, c: any) => void;
|
|
4393
|
+
readonly closure3730_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
4394
4394
|
readonly __wbindgen_start: () => void;
|
|
4395
4395
|
}
|
|
4396
4396
|
|