@dashevo/wasm-dpp 2.1.0-rc.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/dist/wasm/wasm_dpp.d.ts +602 -602
- package/dist/wasm/wasm_dpp.js +18 -18
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +602 -602
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -3274,10 +3274,18 @@ export interface InitOutput {
|
|
|
3274
3274
|
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
3275
3275
|
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
3276
3276
|
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
3277
|
-
readonly
|
|
3278
|
-
readonly
|
|
3279
|
-
readonly
|
|
3280
|
-
readonly
|
|
3277
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
3278
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
3279
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
3280
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
3281
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
3282
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
3283
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
3284
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
3285
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
3286
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
3287
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
3288
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
3281
3289
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
3282
3290
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
3283
3291
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
@@ -3307,10 +3315,6 @@ export interface InitOutput {
|
|
|
3307
3315
|
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
3308
3316
|
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
3309
3317
|
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
3310
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
3311
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
3312
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
3313
|
-
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
3314
3318
|
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
3315
3319
|
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
3316
3320
|
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
@@ -3321,10 +3325,6 @@ export interface InitOutput {
|
|
|
3321
3325
|
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
3322
3326
|
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
3323
3327
|
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
3324
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
3325
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
3326
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
3327
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
3328
3328
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
3329
3329
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
3330
3330
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
@@ -3418,176 +3418,246 @@ export interface InitOutput {
|
|
|
3418
3418
|
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3419
3419
|
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3420
3420
|
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3421
|
-
readonly
|
|
3421
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
3422
3422
|
readonly nodocumentssuppliederror_new: () => number;
|
|
3423
|
-
readonly
|
|
3424
|
-
readonly
|
|
3425
|
-
readonly
|
|
3426
|
-
readonly
|
|
3427
|
-
readonly
|
|
3428
|
-
readonly
|
|
3429
|
-
readonly
|
|
3430
|
-
readonly
|
|
3431
|
-
readonly
|
|
3432
|
-
readonly
|
|
3433
|
-
readonly
|
|
3434
|
-
readonly
|
|
3435
|
-
readonly
|
|
3436
|
-
readonly
|
|
3437
|
-
readonly
|
|
3438
|
-
readonly
|
|
3439
|
-
readonly
|
|
3440
|
-
readonly
|
|
3441
|
-
readonly
|
|
3442
|
-
readonly
|
|
3443
|
-
readonly
|
|
3444
|
-
readonly
|
|
3445
|
-
readonly
|
|
3446
|
-
readonly
|
|
3447
|
-
readonly
|
|
3448
|
-
readonly
|
|
3449
|
-
readonly
|
|
3450
|
-
readonly
|
|
3451
|
-
readonly
|
|
3452
|
-
readonly
|
|
3453
|
-
readonly
|
|
3454
|
-
readonly
|
|
3455
|
-
readonly
|
|
3456
|
-
readonly
|
|
3457
|
-
readonly
|
|
3458
|
-
readonly
|
|
3459
|
-
readonly
|
|
3460
|
-
readonly
|
|
3461
|
-
readonly
|
|
3462
|
-
readonly
|
|
3463
|
-
readonly
|
|
3464
|
-
readonly
|
|
3465
|
-
readonly
|
|
3466
|
-
readonly
|
|
3467
|
-
readonly
|
|
3468
|
-
readonly
|
|
3469
|
-
readonly
|
|
3470
|
-
readonly
|
|
3471
|
-
readonly
|
|
3472
|
-
readonly
|
|
3473
|
-
readonly
|
|
3474
|
-
readonly
|
|
3475
|
-
readonly
|
|
3476
|
-
readonly
|
|
3477
|
-
readonly
|
|
3478
|
-
readonly
|
|
3479
|
-
readonly
|
|
3480
|
-
readonly
|
|
3481
|
-
readonly
|
|
3482
|
-
readonly
|
|
3483
|
-
readonly
|
|
3484
|
-
readonly
|
|
3485
|
-
readonly
|
|
3486
|
-
readonly
|
|
3487
|
-
readonly
|
|
3488
|
-
readonly
|
|
3489
|
-
readonly
|
|
3490
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
3491
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
3492
|
-
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
3493
|
-
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
3494
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
3495
|
-
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
3496
|
-
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
3497
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
3498
|
-
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
3499
|
-
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
3500
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3501
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
3502
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
3503
|
-
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
3504
|
-
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
3505
|
-
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
3506
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
3507
|
-
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
3423
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
3424
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
3425
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
3426
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
3427
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
3428
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
3429
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
3430
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
3431
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
3432
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
3433
|
+
readonly documenttransitions_new: () => number;
|
|
3434
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
3435
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
3436
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
3437
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
3438
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
3439
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
3440
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
3441
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3442
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
3443
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
3444
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
3445
|
+
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
3446
|
+
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
3447
|
+
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
3448
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
3449
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
3450
|
+
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
3451
|
+
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
3452
|
+
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
3453
|
+
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
3454
|
+
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
3455
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
3456
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
3457
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
3458
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
3459
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
3460
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
3461
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
3462
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
3463
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
3464
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
3465
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
3466
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
3467
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
3468
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
3469
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
3470
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
3471
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
3472
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
3473
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
3474
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
3475
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
3476
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
3477
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
3478
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
3479
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
3480
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
3481
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
3482
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
3483
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
3484
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
3485
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
3486
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3487
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
3488
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
3489
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
3508
3490
|
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
3509
3491
|
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
3510
3492
|
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
3511
3493
|
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
3512
3494
|
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
3513
|
-
readonly
|
|
3514
|
-
readonly
|
|
3515
|
-
readonly
|
|
3516
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
3517
|
-
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
3518
|
-
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
3519
|
-
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
3520
|
-
readonly basicblserror_getCode: (a: number) => number;
|
|
3521
|
-
readonly basicblserror_message: (a: number) => [number, number];
|
|
3495
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
3496
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
3497
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
3522
3498
|
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
3523
3499
|
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
3524
3500
|
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
3525
|
-
readonly
|
|
3526
|
-
readonly
|
|
3527
|
-
readonly
|
|
3528
|
-
readonly
|
|
3529
|
-
readonly
|
|
3530
|
-
readonly
|
|
3531
|
-
readonly
|
|
3532
|
-
readonly
|
|
3533
|
-
readonly
|
|
3534
|
-
readonly
|
|
3535
|
-
readonly
|
|
3536
|
-
readonly
|
|
3537
|
-
readonly
|
|
3538
|
-
readonly
|
|
3539
|
-
readonly
|
|
3540
|
-
readonly
|
|
3541
|
-
readonly
|
|
3542
|
-
readonly
|
|
3543
|
-
readonly
|
|
3544
|
-
readonly
|
|
3545
|
-
readonly
|
|
3546
|
-
readonly
|
|
3547
|
-
readonly
|
|
3548
|
-
readonly
|
|
3549
|
-
readonly
|
|
3550
|
-
readonly
|
|
3551
|
-
readonly
|
|
3552
|
-
readonly
|
|
3553
|
-
readonly
|
|
3554
|
-
readonly
|
|
3555
|
-
readonly
|
|
3556
|
-
readonly
|
|
3557
|
-
readonly
|
|
3558
|
-
readonly
|
|
3559
|
-
readonly
|
|
3560
|
-
readonly
|
|
3561
|
-
readonly
|
|
3562
|
-
readonly
|
|
3563
|
-
readonly
|
|
3564
|
-
readonly
|
|
3565
|
-
readonly
|
|
3566
|
-
readonly
|
|
3567
|
-
readonly
|
|
3568
|
-
readonly
|
|
3569
|
-
readonly
|
|
3570
|
-
readonly
|
|
3571
|
-
readonly
|
|
3572
|
-
readonly
|
|
3573
|
-
readonly
|
|
3574
|
-
readonly
|
|
3575
|
-
readonly
|
|
3576
|
-
readonly
|
|
3577
|
-
readonly
|
|
3578
|
-
readonly
|
|
3579
|
-
readonly
|
|
3580
|
-
readonly
|
|
3581
|
-
readonly
|
|
3582
|
-
readonly
|
|
3583
|
-
readonly
|
|
3584
|
-
readonly
|
|
3585
|
-
readonly
|
|
3586
|
-
readonly
|
|
3587
|
-
readonly
|
|
3588
|
-
readonly
|
|
3589
|
-
readonly
|
|
3590
|
-
readonly
|
|
3501
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
3502
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
3503
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
3504
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
3505
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
3506
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
3507
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
3508
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
3509
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
3510
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
3511
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
3512
|
+
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
3513
|
+
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
3514
|
+
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
3515
|
+
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
3516
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowStart: (a: number) => any;
|
|
3517
|
+
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
3518
|
+
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
3519
|
+
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
3520
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
3521
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3522
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
3523
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
3524
|
+
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
3525
|
+
readonly identitypublickey_new: (a: number) => [number, number, number];
|
|
3526
|
+
readonly identitypublickey_getId: (a: number) => number;
|
|
3527
|
+
readonly identitypublickey_setId: (a: number, b: number) => void;
|
|
3528
|
+
readonly identitypublickey_getType: (a: number) => number;
|
|
3529
|
+
readonly identitypublickey_setType: (a: number, b: number) => [number, number];
|
|
3530
|
+
readonly identitypublickey_setData: (a: number, b: number, c: number) => [number, number];
|
|
3531
|
+
readonly identitypublickey_getData: (a: number) => any;
|
|
3532
|
+
readonly identitypublickey_setPurpose: (a: number, b: number) => [number, number];
|
|
3533
|
+
readonly identitypublickey_getPurpose: (a: number) => number;
|
|
3534
|
+
readonly identitypublickey_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
3535
|
+
readonly identitypublickey_getSecurityLevel: (a: number) => number;
|
|
3536
|
+
readonly identitypublickey_setReadOnly: (a: number, b: number) => void;
|
|
3537
|
+
readonly identitypublickey_isReadOnly: (a: number) => number;
|
|
3538
|
+
readonly identitypublickey_setDisabledAt: (a: number, b: any) => void;
|
|
3539
|
+
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
3540
|
+
readonly identitypublickey_hash: (a: number) => [number, number, number, number];
|
|
3541
|
+
readonly identitypublickey_isMaster: (a: number) => number;
|
|
3542
|
+
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
3543
|
+
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
3544
|
+
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
3545
|
+
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
3546
|
+
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
3547
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
3548
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
3549
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
3550
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
3551
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
3552
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
3553
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
3554
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
3555
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
3556
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
3557
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
3558
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
3559
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
3560
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
3561
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
3562
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
3563
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
3564
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
3565
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
3566
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
3567
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
3568
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
3569
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
3570
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
3571
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
3572
|
+
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
3573
|
+
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3574
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3575
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
3576
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
3577
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3578
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
3579
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
3580
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3581
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
3582
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3583
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3584
|
+
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
3585
|
+
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
3586
|
+
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
3587
|
+
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
3588
|
+
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
3589
|
+
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
3590
|
+
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
3591
|
+
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
3592
|
+
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
3593
|
+
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
3594
|
+
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
3595
|
+
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
3596
|
+
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
3597
|
+
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
3598
|
+
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
3599
|
+
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
3600
|
+
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
3601
|
+
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
3602
|
+
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
3603
|
+
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
3604
|
+
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
3605
|
+
readonly identityupdatetransition_new: (a: number) => [number, number, number];
|
|
3606
|
+
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number) => [number, number];
|
|
3607
|
+
readonly identityupdatetransition_getPublicKeysToAdd: (a: number) => [number, number];
|
|
3608
|
+
readonly identityupdatetransition_addPublicKeys: (a: number) => [number, number];
|
|
3609
|
+
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number) => [number, number];
|
|
3610
|
+
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
3611
|
+
readonly identityupdatetransition_getType: (a: number) => number;
|
|
3612
|
+
readonly identityupdatetransition_getIdentityId: (a: number) => any;
|
|
3613
|
+
readonly identityupdatetransition_setIdentityId: (a: number, b: any) => void;
|
|
3614
|
+
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
3615
|
+
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
3616
|
+
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
3617
|
+
readonly identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
3618
|
+
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
3619
|
+
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
3620
|
+
readonly identityupdatetransition_getSignature: (a: number) => any;
|
|
3621
|
+
readonly identityupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3622
|
+
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
3623
|
+
readonly identityupdatetransition_getRevision: (a: number) => bigint;
|
|
3624
|
+
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
3625
|
+
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
3626
|
+
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
3627
|
+
readonly identityupdatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
3628
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
3629
|
+
readonly identityupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
3630
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
3631
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
3632
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
3633
|
+
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
3634
|
+
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
3635
|
+
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3636
|
+
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
3637
|
+
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
3638
|
+
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
3639
|
+
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
3640
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
3641
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
3642
|
+
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
3643
|
+
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3644
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
3645
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
3646
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
3647
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
3648
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
3649
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
3650
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
3651
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
3652
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
3653
|
+
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
3654
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
3655
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
3656
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
3657
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
3658
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
3659
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
3660
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
3591
3661
|
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
3592
3662
|
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
3593
3663
|
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
@@ -3596,6 +3666,10 @@ export interface InitOutput {
|
|
|
3596
3666
|
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
3597
3667
|
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
3598
3668
|
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
3669
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
3670
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
3671
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
3672
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
3599
3673
|
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
3600
3674
|
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
3601
3675
|
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
@@ -3625,16 +3699,17 @@ export interface InitOutput {
|
|
|
3625
3699
|
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
3626
3700
|
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
3627
3701
|
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
3628
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
3629
|
-
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3630
|
-
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
3631
|
-
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
3632
|
-
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
3633
3702
|
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
3634
3703
|
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
3635
3704
|
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
3636
3705
|
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
3637
3706
|
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
3707
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
3708
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
3709
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
3710
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
3711
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
3712
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
3638
3713
|
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
3639
3714
|
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
3640
3715
|
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
@@ -3645,140 +3720,12 @@ export interface InitOutput {
|
|
|
3645
3720
|
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
3646
3721
|
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
3647
3722
|
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
3648
|
-
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
3649
|
-
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
3650
|
-
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
3651
|
-
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
3652
3723
|
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
3653
3724
|
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
3654
3725
|
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
3655
3726
|
readonly invalidactionterror_new: (a: any) => number;
|
|
3656
3727
|
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
3657
3728
|
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
3658
|
-
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
3659
|
-
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
3660
|
-
readonly tokentransition_getTokenId: (a: number) => any;
|
|
3661
|
-
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
3662
|
-
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
3663
|
-
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
3664
|
-
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
3665
|
-
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
3666
|
-
readonly tokentransition_toTransition: (a: number) => any;
|
|
3667
|
-
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
3668
|
-
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
3669
|
-
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
3670
|
-
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
3671
|
-
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
3672
|
-
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
3673
|
-
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
3674
|
-
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
3675
|
-
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
3676
|
-
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
3677
|
-
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
3678
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
3679
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
3680
|
-
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
3681
|
-
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
3682
|
-
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
3683
|
-
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
3684
|
-
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
3685
|
-
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
3686
|
-
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
3687
|
-
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
3688
|
-
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
3689
|
-
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
3690
|
-
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
3691
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
3692
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
3693
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
3694
|
-
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
3695
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
3696
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
3697
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
3698
|
-
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
3699
|
-
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
3700
|
-
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
3701
|
-
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
3702
|
-
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
3703
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
3704
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
3705
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
3706
|
-
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
3707
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
3708
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
3709
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
3710
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
3711
|
-
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
3712
|
-
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
3713
|
-
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
3714
|
-
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
3715
|
-
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
3716
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
3717
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
3718
|
-
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
3719
|
-
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
3720
|
-
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
3721
|
-
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
3722
|
-
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
3723
|
-
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
3724
|
-
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
3725
|
-
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
3726
|
-
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
3727
|
-
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
3728
|
-
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
3729
|
-
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
3730
|
-
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
3731
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
3732
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
3733
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
3734
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
3735
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
3736
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
3737
|
-
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
3738
|
-
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
3739
|
-
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
3740
|
-
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
3741
|
-
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
3742
|
-
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
3743
|
-
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
3744
|
-
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
3745
|
-
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
3746
|
-
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
3747
|
-
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
3748
|
-
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
3749
|
-
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
3750
|
-
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
3751
|
-
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
3752
|
-
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
3753
|
-
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
3754
|
-
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
3755
|
-
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
3756
|
-
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
3757
|
-
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
3758
|
-
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
3759
|
-
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
3760
|
-
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
3761
|
-
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
3762
|
-
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
3763
|
-
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
3764
|
-
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
3765
|
-
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
3766
|
-
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
3767
|
-
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
3768
|
-
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
3769
|
-
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
3770
|
-
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
3771
|
-
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
3772
|
-
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
3773
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
3774
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
3775
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
3776
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
3777
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
3778
|
-
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
3779
|
-
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
3780
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
3781
|
-
readonly valueerror_message: (a: number) => [number, number];
|
|
3782
3729
|
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
3783
3730
|
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
3784
3731
|
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
@@ -3814,35 +3761,31 @@ export interface InitOutput {
|
|
|
3814
3761
|
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
3815
3762
|
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
3816
3763
|
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
3817
|
-
readonly
|
|
3818
|
-
readonly
|
|
3819
|
-
readonly
|
|
3820
|
-
readonly
|
|
3764
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
3765
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
3766
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
3767
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
3821
3768
|
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
3822
3769
|
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
3823
3770
|
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
3824
3771
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
3825
3772
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
3826
3773
|
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
3827
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
3828
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
3829
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
3830
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
3831
3774
|
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
3832
3775
|
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
3833
3776
|
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
3834
3777
|
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
3835
|
-
readonly
|
|
3836
|
-
readonly
|
|
3837
|
-
readonly
|
|
3838
|
-
readonly
|
|
3778
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
3779
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
3780
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
3781
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
3782
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
3839
3783
|
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
3840
3784
|
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
3841
3785
|
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
3842
|
-
readonly
|
|
3843
|
-
readonly
|
|
3844
|
-
readonly
|
|
3845
|
-
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
3786
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
3787
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
3788
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
3846
3789
|
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
3847
3790
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
3848
3791
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
@@ -3866,8 +3809,14 @@ export interface InitOutput {
|
|
|
3866
3809
|
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
3867
3810
|
readonly jsonschemaerror_code: (a: number) => number;
|
|
3868
3811
|
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
3812
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
3813
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
3869
3814
|
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
3870
3815
|
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
3816
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
3817
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
3818
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
3819
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
3871
3820
|
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
3872
3821
|
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
3873
3822
|
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
@@ -3877,16 +3826,16 @@ export interface InitOutput {
|
|
|
3877
3826
|
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
3878
3827
|
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
3879
3828
|
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
3829
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
3830
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
3831
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
3832
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
3880
3833
|
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
3881
3834
|
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
3882
3835
|
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
3883
3836
|
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
3884
3837
|
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
3885
3838
|
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
3886
|
-
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
3887
|
-
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3888
|
-
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
3889
|
-
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
3890
3839
|
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
3891
3840
|
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
3892
3841
|
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
@@ -3938,13 +3887,68 @@ export interface InitOutput {
|
|
|
3938
3887
|
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
3939
3888
|
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
3940
3889
|
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
3941
|
-
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
3942
3890
|
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
3943
|
-
readonly
|
|
3944
|
-
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
3891
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
3945
3892
|
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
3946
3893
|
readonly identity_getBalance: (a: number) => bigint;
|
|
3947
|
-
readonly
|
|
3894
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
3895
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
3896
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
3897
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
3898
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
3899
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
3900
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
3901
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
3902
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
3903
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
3904
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
3905
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
3906
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
3907
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
3908
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
3909
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
3910
|
+
readonly documentfacade_new: (a: number) => number;
|
|
3911
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
3912
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3913
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
3914
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
3915
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
3916
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
3917
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
3918
|
+
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
3919
|
+
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
3920
|
+
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
3921
|
+
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
3922
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
3923
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
3924
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
3925
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
3926
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
3927
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
3928
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
3929
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
3930
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
3931
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
3932
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
3933
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
3934
|
+
readonly metadata_toObject: (a: number) => any;
|
|
3935
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
3936
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
3937
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
3938
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
3939
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
3940
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
3941
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
3942
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
3943
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
3944
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
3945
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
3946
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
3947
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
3948
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
3949
|
+
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
3950
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
3951
|
+
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
3948
3952
|
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
3949
3953
|
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
3950
3954
|
readonly datacontract_getId: (a: number) => any;
|
|
@@ -4070,6 +4074,7 @@ export interface InitOutput {
|
|
|
4070
4074
|
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
4071
4075
|
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
4072
4076
|
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
4077
|
+
readonly getLatestProtocolVersion: () => number;
|
|
4073
4078
|
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
4074
4079
|
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
4075
4080
|
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
@@ -4097,285 +4102,280 @@ export interface InitOutput {
|
|
|
4097
4102
|
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
4098
4103
|
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
4099
4104
|
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
4100
|
-
readonly
|
|
4101
|
-
readonly
|
|
4102
|
-
readonly
|
|
4103
|
-
readonly
|
|
4104
|
-
readonly
|
|
4105
|
-
readonly
|
|
4106
|
-
readonly
|
|
4107
|
-
readonly
|
|
4108
|
-
readonly
|
|
4109
|
-
readonly
|
|
4110
|
-
readonly
|
|
4111
|
-
readonly
|
|
4112
|
-
readonly
|
|
4113
|
-
readonly
|
|
4114
|
-
readonly
|
|
4115
|
-
readonly
|
|
4116
|
-
readonly
|
|
4117
|
-
readonly
|
|
4118
|
-
readonly
|
|
4119
|
-
readonly
|
|
4120
|
-
readonly
|
|
4121
|
-
readonly
|
|
4122
|
-
readonly
|
|
4123
|
-
readonly
|
|
4124
|
-
readonly
|
|
4125
|
-
readonly
|
|
4126
|
-
readonly
|
|
4127
|
-
readonly
|
|
4128
|
-
readonly
|
|
4129
|
-
readonly
|
|
4130
|
-
readonly
|
|
4131
|
-
readonly
|
|
4132
|
-
readonly
|
|
4133
|
-
readonly
|
|
4134
|
-
readonly
|
|
4135
|
-
readonly
|
|
4136
|
-
readonly
|
|
4137
|
-
readonly
|
|
4138
|
-
readonly
|
|
4139
|
-
readonly
|
|
4140
|
-
readonly
|
|
4141
|
-
readonly
|
|
4142
|
-
readonly
|
|
4143
|
-
readonly
|
|
4144
|
-
readonly
|
|
4145
|
-
readonly
|
|
4146
|
-
readonly
|
|
4147
|
-
readonly
|
|
4148
|
-
readonly
|
|
4149
|
-
readonly
|
|
4150
|
-
readonly
|
|
4151
|
-
readonly
|
|
4152
|
-
readonly
|
|
4153
|
-
readonly
|
|
4154
|
-
readonly
|
|
4155
|
-
readonly
|
|
4156
|
-
readonly
|
|
4157
|
-
readonly
|
|
4158
|
-
readonly
|
|
4159
|
-
readonly
|
|
4160
|
-
readonly
|
|
4161
|
-
readonly
|
|
4162
|
-
readonly
|
|
4163
|
-
readonly
|
|
4164
|
-
readonly
|
|
4165
|
-
readonly
|
|
4166
|
-
readonly
|
|
4167
|
-
readonly
|
|
4168
|
-
readonly
|
|
4169
|
-
readonly
|
|
4170
|
-
readonly
|
|
4171
|
-
readonly
|
|
4172
|
-
readonly
|
|
4173
|
-
readonly
|
|
4174
|
-
readonly
|
|
4175
|
-
readonly
|
|
4176
|
-
readonly
|
|
4177
|
-
readonly
|
|
4178
|
-
readonly
|
|
4179
|
-
readonly
|
|
4180
|
-
readonly
|
|
4181
|
-
readonly
|
|
4182
|
-
readonly
|
|
4183
|
-
readonly
|
|
4184
|
-
readonly
|
|
4185
|
-
readonly
|
|
4186
|
-
readonly
|
|
4187
|
-
readonly
|
|
4188
|
-
readonly
|
|
4189
|
-
readonly
|
|
4190
|
-
readonly
|
|
4191
|
-
readonly
|
|
4192
|
-
readonly
|
|
4193
|
-
readonly
|
|
4194
|
-
readonly
|
|
4195
|
-
readonly
|
|
4196
|
-
readonly
|
|
4197
|
-
readonly
|
|
4198
|
-
readonly
|
|
4199
|
-
readonly
|
|
4200
|
-
readonly
|
|
4201
|
-
readonly
|
|
4202
|
-
readonly
|
|
4203
|
-
readonly
|
|
4204
|
-
readonly
|
|
4205
|
-
readonly
|
|
4206
|
-
readonly
|
|
4207
|
-
readonly
|
|
4208
|
-
readonly
|
|
4209
|
-
readonly
|
|
4210
|
-
readonly
|
|
4211
|
-
readonly
|
|
4212
|
-
readonly
|
|
4213
|
-
readonly
|
|
4214
|
-
readonly
|
|
4105
|
+
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
4106
|
+
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
4107
|
+
readonly tokentransition_getTokenId: (a: number) => any;
|
|
4108
|
+
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
4109
|
+
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
4110
|
+
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
4111
|
+
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
4112
|
+
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4113
|
+
readonly tokentransition_toTransition: (a: number) => any;
|
|
4114
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4115
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
4116
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4117
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4118
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
4119
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
4120
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
4121
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
4122
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4123
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
4124
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
4125
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
4126
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
4127
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
4128
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
4129
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
4130
|
+
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
4131
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
4132
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
4133
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
4134
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
4135
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4136
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
4137
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
4138
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
4139
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
4140
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
4141
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
4142
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
4143
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
4144
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
4145
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4146
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
4147
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
4148
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4149
|
+
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
4150
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
4151
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
4152
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
4153
|
+
readonly identityassetlockprooflockedtransactionmismatcherror_message: (a: number) => [number, number];
|
|
4154
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4155
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
4156
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4157
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4158
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4159
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
4160
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
4161
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
4162
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
4163
|
+
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
4164
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4165
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4166
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4167
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
4168
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
4169
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
4170
|
+
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
4171
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
4172
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
4173
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
4174
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
4175
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
4176
|
+
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
4177
|
+
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
4178
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
4179
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
4180
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
4181
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
4182
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
4183
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
4184
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
4185
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
4186
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
4187
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
4188
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
4189
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
4190
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
4191
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
4192
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
4193
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
4194
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
4195
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
4196
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
4197
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4198
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
4199
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
4200
|
+
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
4201
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
4202
|
+
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
4203
|
+
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
4204
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
4205
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
4206
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
4207
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
4208
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
4209
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
4210
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
4211
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
4212
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
4213
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
4214
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
4215
|
+
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
4216
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
4217
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
4218
|
+
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
4219
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4220
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4221
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4222
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4223
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4224
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
4225
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
4226
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
4227
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
4228
|
+
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
4229
|
+
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
4230
|
+
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
4231
|
+
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4232
|
+
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
4233
|
+
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
4234
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
4235
|
+
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
4236
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4237
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
4238
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4239
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
4240
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4241
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4242
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4243
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
4244
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
4245
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
4246
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
4247
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
4248
|
+
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4249
|
+
readonly batchtransition_getType: (a: number) => number;
|
|
4250
|
+
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
4251
|
+
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
4252
|
+
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4253
|
+
readonly batchtransition_getTransitions: (a: number) => any;
|
|
4254
|
+
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
4255
|
+
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4256
|
+
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4257
|
+
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4258
|
+
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4259
|
+
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4260
|
+
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4261
|
+
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4262
|
+
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
4263
|
+
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4264
|
+
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
4265
|
+
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4266
|
+
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
4267
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
4268
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
4269
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
4270
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
4271
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
4272
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4273
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
4274
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
4275
|
+
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4276
|
+
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
4277
|
+
readonly identityassetlocktransactionreplayerror_getCode: (a: number) => number;
|
|
4278
|
+
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
4279
|
+
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
4280
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
4281
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
4282
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
4283
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
4215
4284
|
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
4216
4285
|
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
4217
4286
|
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
4218
4287
|
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
4219
|
-
readonly
|
|
4220
|
-
readonly
|
|
4221
|
-
readonly
|
|
4222
|
-
readonly
|
|
4223
|
-
readonly
|
|
4224
|
-
readonly
|
|
4225
|
-
readonly
|
|
4226
|
-
readonly
|
|
4227
|
-
readonly
|
|
4228
|
-
readonly
|
|
4229
|
-
readonly
|
|
4230
|
-
readonly
|
|
4231
|
-
readonly
|
|
4232
|
-
readonly
|
|
4233
|
-
readonly
|
|
4234
|
-
readonly
|
|
4235
|
-
readonly
|
|
4236
|
-
readonly
|
|
4237
|
-
readonly
|
|
4238
|
-
readonly
|
|
4239
|
-
readonly
|
|
4240
|
-
readonly
|
|
4241
|
-
readonly
|
|
4242
|
-
readonly
|
|
4243
|
-
readonly
|
|
4244
|
-
readonly
|
|
4245
|
-
readonly
|
|
4246
|
-
readonly
|
|
4247
|
-
readonly
|
|
4248
|
-
readonly
|
|
4249
|
-
readonly
|
|
4250
|
-
readonly
|
|
4288
|
+
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
4289
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getTransactionId: (a: number) => any;
|
|
4290
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getOutputIndex: (a: number) => number;
|
|
4291
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getInitialAssetLockCredits: (a: number) => bigint;
|
|
4292
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsLeft: (a: number) => bigint;
|
|
4293
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
4294
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
4295
|
+
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
4296
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
4297
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
4298
|
+
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
4299
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
4300
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
4301
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
4302
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
4303
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
4304
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
4305
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
4306
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4307
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4308
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
4309
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4310
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4311
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4312
|
+
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4313
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4314
|
+
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
4315
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
4316
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4317
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4318
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4319
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4320
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4321
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
4322
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
4323
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
4324
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
4325
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
4326
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
4327
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
4251
4328
|
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4252
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4253
4329
|
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4254
4330
|
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4255
|
-
readonly
|
|
4256
|
-
readonly
|
|
4257
|
-
readonly
|
|
4258
|
-
readonly
|
|
4259
|
-
readonly
|
|
4260
|
-
readonly
|
|
4261
|
-
readonly
|
|
4262
|
-
readonly
|
|
4263
|
-
readonly
|
|
4264
|
-
readonly
|
|
4265
|
-
readonly
|
|
4266
|
-
readonly
|
|
4267
|
-
readonly
|
|
4268
|
-
readonly
|
|
4269
|
-
readonly
|
|
4270
|
-
readonly
|
|
4271
|
-
readonly
|
|
4272
|
-
readonly
|
|
4273
|
-
readonly
|
|
4274
|
-
readonly
|
|
4275
|
-
readonly
|
|
4276
|
-
readonly
|
|
4277
|
-
readonly
|
|
4278
|
-
readonly
|
|
4279
|
-
readonly
|
|
4280
|
-
readonly
|
|
4281
|
-
readonly
|
|
4282
|
-
readonly
|
|
4283
|
-
readonly
|
|
4284
|
-
readonly
|
|
4285
|
-
readonly
|
|
4286
|
-
readonly
|
|
4287
|
-
readonly
|
|
4288
|
-
readonly
|
|
4289
|
-
readonly
|
|
4290
|
-
readonly
|
|
4291
|
-
readonly
|
|
4292
|
-
readonly
|
|
4293
|
-
readonly
|
|
4294
|
-
readonly
|
|
4295
|
-
readonly
|
|
4296
|
-
readonly
|
|
4297
|
-
readonly
|
|
4298
|
-
readonly
|
|
4299
|
-
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
4300
|
-
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
4301
|
-
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
4302
|
-
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
4303
|
-
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
4304
|
-
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4305
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4306
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
4307
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
4308
|
-
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4309
|
-
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
4310
|
-
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
4311
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4312
|
-
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
4313
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4314
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4315
|
-
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
4316
|
-
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
4317
|
-
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
4318
|
-
readonly identitypublickeywithwitness_setId: (a: number, b: number) => void;
|
|
4319
|
-
readonly identitypublickeywithwitness_getType: (a: number) => number;
|
|
4320
|
-
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
4321
|
-
readonly identitypublickeywithwitness_setData: (a: number, b: number, c: number) => [number, number];
|
|
4322
|
-
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
4323
|
-
readonly identitypublickeywithwitness_setPurpose: (a: number, b: number) => [number, number];
|
|
4324
|
-
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
4325
|
-
readonly identitypublickeywithwitness_setSecurityLevel: (a: number, b: number) => [number, number];
|
|
4326
|
-
readonly identitypublickeywithwitness_setContractBounds: (a: number, b: any, c: number, d: number) => void;
|
|
4327
|
-
readonly identitypublickeywithwitness_getSecurityLevel: (a: number) => number;
|
|
4328
|
-
readonly identitypublickeywithwitness_setReadOnly: (a: number, b: number) => void;
|
|
4329
|
-
readonly identitypublickeywithwitness_isReadOnly: (a: number) => number;
|
|
4330
|
-
readonly identitypublickeywithwitness_setSignature: (a: number, b: number, c: number) => void;
|
|
4331
|
-
readonly identitypublickeywithwitness_getSignature: (a: number) => [number, number];
|
|
4332
|
-
readonly identitypublickeywithwitness_hash: (a: number) => [number, number, number, number];
|
|
4333
|
-
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
4334
|
-
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
4335
|
-
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
4336
|
-
readonly identityupdatetransition_new: (a: number) => [number, number, number];
|
|
4337
|
-
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number) => [number, number];
|
|
4338
|
-
readonly identityupdatetransition_getPublicKeysToAdd: (a: number) => [number, number];
|
|
4339
|
-
readonly identityupdatetransition_addPublicKeys: (a: number) => [number, number];
|
|
4340
|
-
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number) => [number, number];
|
|
4341
|
-
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
4342
|
-
readonly identityupdatetransition_getType: (a: number) => number;
|
|
4343
|
-
readonly identityupdatetransition_getIdentityId: (a: number) => any;
|
|
4344
|
-
readonly identityupdatetransition_setIdentityId: (a: number, b: any) => void;
|
|
4345
|
-
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4346
|
-
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
4347
|
-
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
4348
|
-
readonly identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4349
|
-
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4350
|
-
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4351
|
-
readonly identityupdatetransition_getSignature: (a: number) => any;
|
|
4352
|
-
readonly identityupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4353
|
-
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4354
|
-
readonly identityupdatetransition_getRevision: (a: number) => bigint;
|
|
4355
|
-
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
4356
|
-
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4357
|
-
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4358
|
-
readonly identityupdatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4359
|
-
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
4360
|
-
readonly identityupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
4361
|
-
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
4362
|
-
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
4363
|
-
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
4364
|
-
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
4365
|
-
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
4366
|
-
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
4367
|
-
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
4368
|
-
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
4369
|
-
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
4370
|
-
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4371
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4372
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
4331
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
4332
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4333
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4334
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4335
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4336
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4337
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4338
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4339
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4340
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4341
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
4342
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
4343
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
4344
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
4345
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
4346
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
4347
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
4348
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
4349
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
4350
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
4351
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
4352
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4353
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
4354
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
4355
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4356
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
4357
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
4358
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4359
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4360
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
4361
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4362
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4363
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4364
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
4365
|
+
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4366
|
+
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4367
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
4368
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
4369
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
4370
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
4371
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
4372
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4373
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
4374
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
4373
4375
|
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
4376
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4374
4377
|
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4375
|
-
readonly
|
|
4376
|
-
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4377
|
-
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4378
|
-
readonly missingstatetransitiontypeerror_new: () => number;
|
|
4378
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
4379
4379
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
4380
4380
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
4381
4381
|
readonly rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
@@ -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 closure641_externref_shim: (a: number, b: number, c: any) => void;
|
|
4393
|
+
readonly closure3737_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
4394
4394
|
readonly __wbindgen_start: () => void;
|
|
4395
4395
|
}
|
|
4396
4396
|
|