@dashevo/wasm-dpp 4.2.0-beta.1 → 4.2.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasm/wasm_dpp.d.ts +1057 -998
- package/dist/wasm/wasm_dpp.js +70 -44
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +1057 -998
- package/package.json +2 -2
- package/src/errors/consensus/consensus_error.rs +23 -2
- package/src/state_transition/state_transition_factory.rs +3 -0
- package/src/validation/validation_result.rs +0 -8
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -785,6 +785,15 @@ export class DocumentFieldMaxSizeExceededError {
|
|
|
785
785
|
readonly message: string;
|
|
786
786
|
}
|
|
787
787
|
|
|
788
|
+
export class DocumentImmutablePropertyChangedError {
|
|
789
|
+
private constructor();
|
|
790
|
+
free(): void;
|
|
791
|
+
[Symbol.dispose](): void;
|
|
792
|
+
getCode(): number;
|
|
793
|
+
serialize(): any;
|
|
794
|
+
readonly message: string;
|
|
795
|
+
}
|
|
796
|
+
|
|
788
797
|
export class DocumentIncorrectPurchasePriceError {
|
|
789
798
|
private constructor();
|
|
790
799
|
free(): void;
|
|
@@ -1487,6 +1496,15 @@ export class IdentityInsufficientBalanceError {
|
|
|
1487
1496
|
readonly message: string;
|
|
1488
1497
|
}
|
|
1489
1498
|
|
|
1499
|
+
export class IdentityKeyLimitsUpdateEmptyError {
|
|
1500
|
+
private constructor();
|
|
1501
|
+
free(): void;
|
|
1502
|
+
[Symbol.dispose](): void;
|
|
1503
|
+
getCode(): number;
|
|
1504
|
+
serialize(): any;
|
|
1505
|
+
readonly message: string;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1490
1508
|
export class IdentityMemberOfGroupNotFoundError {
|
|
1491
1509
|
private constructor();
|
|
1492
1510
|
free(): void;
|
|
@@ -1596,6 +1614,24 @@ export class IdentityPublicKeyIsReadOnlyError {
|
|
|
1596
1614
|
readonly message: string;
|
|
1597
1615
|
}
|
|
1598
1616
|
|
|
1617
|
+
export class IdentityPublicKeyLimitNotRaisedError {
|
|
1618
|
+
private constructor();
|
|
1619
|
+
free(): void;
|
|
1620
|
+
[Symbol.dispose](): void;
|
|
1621
|
+
getCode(): number;
|
|
1622
|
+
serialize(): any;
|
|
1623
|
+
readonly message: string;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
export class IdentityPublicKeyLimitNotSetError {
|
|
1627
|
+
private constructor();
|
|
1628
|
+
free(): void;
|
|
1629
|
+
[Symbol.dispose](): void;
|
|
1630
|
+
getCode(): number;
|
|
1631
|
+
serialize(): any;
|
|
1632
|
+
readonly message: string;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1599
1635
|
export class IdentityPublicKeyLimitsNotAllowedError {
|
|
1600
1636
|
private constructor();
|
|
1601
1637
|
free(): void;
|
|
@@ -3159,6 +3195,15 @@ export class PublicKeySecurityLevelNotMetError {
|
|
|
3159
3195
|
readonly message: string;
|
|
3160
3196
|
}
|
|
3161
3197
|
|
|
3198
|
+
export class PublicKeyWithLimitsCannotUpdateKeyLimitsError {
|
|
3199
|
+
private constructor();
|
|
3200
|
+
free(): void;
|
|
3201
|
+
[Symbol.dispose](): void;
|
|
3202
|
+
getCode(): number;
|
|
3203
|
+
serialize(): any;
|
|
3204
|
+
readonly message: string;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3162
3207
|
export class RecipientIdentityDoesNotExistError {
|
|
3163
3208
|
private constructor();
|
|
3164
3209
|
free(): void;
|
|
@@ -3903,11 +3948,6 @@ export class UnsupportedVersionError {
|
|
|
3903
3948
|
export class ValidationResult {
|
|
3904
3949
|
free(): void;
|
|
3905
3950
|
[Symbol.dispose](): void;
|
|
3906
|
-
/**
|
|
3907
|
-
* This is just a test method - doesn't need to be in the resulted binding. Please
|
|
3908
|
-
* remove before shipping
|
|
3909
|
-
*/
|
|
3910
|
-
errorsText(): string[];
|
|
3911
3951
|
getData(): any;
|
|
3912
3952
|
getErrors(): any[];
|
|
3913
3953
|
getFirstError(): any;
|
|
@@ -4040,6 +4080,7 @@ export interface InitOutput {
|
|
|
4040
4080
|
readonly __wbg_documentcontestnotrequirederror_free: (a: number, b: number) => void;
|
|
4041
4081
|
readonly __wbg_documentcreationnotallowederror_free: (a: number, b: number) => void;
|
|
4042
4082
|
readonly __wbg_documentfieldmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
4083
|
+
readonly __wbg_documentimmutablepropertychangederror_free: (a: number, b: number) => void;
|
|
4043
4084
|
readonly __wbg_documentincorrectpurchasepriceerror_free: (a: number, b: number) => void;
|
|
4044
4085
|
readonly __wbg_documentnotforsaleerror_free: (a: number, b: number) => void;
|
|
4045
4086
|
readonly __wbg_documenttypeupdateerror_free: (a: number, b: number) => void;
|
|
@@ -4064,12 +4105,15 @@ export interface InitOutput {
|
|
|
4064
4105
|
readonly __wbg_identitydoesnothaveenoughtokenbalanceerror_free: (a: number, b: number) => void;
|
|
4065
4106
|
readonly __wbg_identityhasnotagreedtopayrequiredtokenamounterror_free: (a: number, b: number) => void;
|
|
4066
4107
|
readonly __wbg_identityintokenconfigurationnotfounderror_free: (a: number, b: number) => void;
|
|
4108
|
+
readonly __wbg_identitykeylimitsupdateemptyerror_free: (a: number, b: number) => void;
|
|
4067
4109
|
readonly __wbg_identitymemberofgroupnotfounderror_free: (a: number, b: number) => void;
|
|
4068
4110
|
readonly __wbg_identitynotcontractgroupowneroradminerror_free: (a: number, b: number) => void;
|
|
4069
4111
|
readonly __wbg_identitynotmemberofgrouperror_free: (a: number, b: number) => void;
|
|
4070
4112
|
readonly __wbg_identitypublickeyalreadyexistsforuniquecontractboundserror_free: (a: number, b: number) => void;
|
|
4071
4113
|
readonly __wbg_identitypublickeyalreadyexpirederror_free: (a: number, b: number) => void;
|
|
4072
4114
|
readonly __wbg_identitypublickeybudgetexceedederror_free: (a: number, b: number) => void;
|
|
4115
|
+
readonly __wbg_identitypublickeylimitnotraisederror_free: (a: number, b: number) => void;
|
|
4116
|
+
readonly __wbg_identitypublickeylimitnotseterror_free: (a: number, b: number) => void;
|
|
4073
4117
|
readonly __wbg_identitypublickeylimitsnotallowederror_free: (a: number, b: number) => void;
|
|
4074
4118
|
readonly __wbg_identitypublickeylimitsnotallowedinshieldedidentitycreationerror_free: (a: number, b: number) => void;
|
|
4075
4119
|
readonly __wbg_identitytofreezedoesnotexisterror_free: (a: number, b: number) => void;
|
|
@@ -4152,6 +4196,7 @@ export interface InitOutput {
|
|
|
4152
4196
|
readonly __wbg_preprogrammeddistributiontimestampinpasterror_free: (a: number, b: number) => void;
|
|
4153
4197
|
readonly __wbg_publickeybudgetexhaustederror_free: (a: number, b: number) => void;
|
|
4154
4198
|
readonly __wbg_publickeyexpirederror_free: (a: number, b: number) => void;
|
|
4199
|
+
readonly __wbg_publickeywithlimitscannotupdatekeylimitserror_free: (a: number, b: number) => void;
|
|
4155
4200
|
readonly __wbg_recipientidentitydoesnotexisterror_free: (a: number, b: number) => void;
|
|
4156
4201
|
readonly __wbg_redundantcontractgroupmembershiperror_free: (a: number, b: number) => void;
|
|
4157
4202
|
readonly __wbg_redundantdocumentpaidforbytokenwithcontractid_free: (a: number, b: number) => void;
|
|
@@ -4299,6 +4344,9 @@ export interface InitOutput {
|
|
|
4299
4344
|
readonly documentfieldmaxsizeexceedederror_getCode: (a: number) => number;
|
|
4300
4345
|
readonly documentfieldmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
4301
4346
|
readonly documentfieldmaxsizeexceedederror_serialize: (a: number) => [number, number, number];
|
|
4347
|
+
readonly documentimmutablepropertychangederror_getCode: (a: number) => number;
|
|
4348
|
+
readonly documentimmutablepropertychangederror_message: (a: number) => [number, number];
|
|
4349
|
+
readonly documentimmutablepropertychangederror_serialize: (a: number) => [number, number, number];
|
|
4302
4350
|
readonly documentincorrectpurchasepriceerror_getCode: (a: number) => number;
|
|
4303
4351
|
readonly documentincorrectpurchasepriceerror_message: (a: number) => [number, number];
|
|
4304
4352
|
readonly documentincorrectpurchasepriceerror_serialize: (a: number) => [number, number, number];
|
|
@@ -4371,6 +4419,9 @@ export interface InitOutput {
|
|
|
4371
4419
|
readonly identityintokenconfigurationnotfounderror_getCode: (a: number) => number;
|
|
4372
4420
|
readonly identityintokenconfigurationnotfounderror_message: (a: number) => [number, number];
|
|
4373
4421
|
readonly identityintokenconfigurationnotfounderror_serialize: (a: number) => [number, number, number];
|
|
4422
|
+
readonly identitykeylimitsupdateemptyerror_getCode: (a: number) => number;
|
|
4423
|
+
readonly identitykeylimitsupdateemptyerror_message: (a: number) => [number, number];
|
|
4424
|
+
readonly identitykeylimitsupdateemptyerror_serialize: (a: number) => [number, number, number];
|
|
4374
4425
|
readonly identitymemberofgroupnotfounderror_getCode: (a: number) => number;
|
|
4375
4426
|
readonly identitymemberofgroupnotfounderror_message: (a: number) => [number, number];
|
|
4376
4427
|
readonly identitymemberofgroupnotfounderror_serialize: (a: number) => [number, number, number];
|
|
@@ -4389,6 +4440,12 @@ export interface InitOutput {
|
|
|
4389
4440
|
readonly identitypublickeybudgetexceedederror_getCode: (a: number) => number;
|
|
4390
4441
|
readonly identitypublickeybudgetexceedederror_message: (a: number) => [number, number];
|
|
4391
4442
|
readonly identitypublickeybudgetexceedederror_serialize: (a: number) => [number, number, number];
|
|
4443
|
+
readonly identitypublickeylimitnotraisederror_getCode: (a: number) => number;
|
|
4444
|
+
readonly identitypublickeylimitnotraisederror_message: (a: number) => [number, number];
|
|
4445
|
+
readonly identitypublickeylimitnotraisederror_serialize: (a: number) => [number, number, number];
|
|
4446
|
+
readonly identitypublickeylimitnotseterror_getCode: (a: number) => number;
|
|
4447
|
+
readonly identitypublickeylimitnotseterror_message: (a: number) => [number, number];
|
|
4448
|
+
readonly identitypublickeylimitnotseterror_serialize: (a: number) => [number, number, number];
|
|
4392
4449
|
readonly identitypublickeylimitsnotallowederror_getCode: (a: number) => number;
|
|
4393
4450
|
readonly identitypublickeylimitsnotallowederror_message: (a: number) => [number, number];
|
|
4394
4451
|
readonly identitypublickeylimitsnotallowederror_serialize: (a: number) => [number, number, number];
|
|
@@ -4635,6 +4692,9 @@ export interface InitOutput {
|
|
|
4635
4692
|
readonly publickeyexpirederror_getCode: (a: number) => number;
|
|
4636
4693
|
readonly publickeyexpirederror_message: (a: number) => [number, number];
|
|
4637
4694
|
readonly publickeyexpirederror_serialize: (a: number) => [number, number, number];
|
|
4695
|
+
readonly publickeywithlimitscannotupdatekeylimitserror_getCode: (a: number) => number;
|
|
4696
|
+
readonly publickeywithlimitscannotupdatekeylimitserror_message: (a: number) => [number, number];
|
|
4697
|
+
readonly publickeywithlimitscannotupdatekeylimitserror_serialize: (a: number) => [number, number, number];
|
|
4638
4698
|
readonly recipientidentitydoesnotexisterror_getCode: (a: number) => number;
|
|
4639
4699
|
readonly recipientidentitydoesnotexisterror_message: (a: number) => [number, number];
|
|
4640
4700
|
readonly recipientidentitydoesnotexisterror_serialize: (a: number) => [number, number, number];
|
|
@@ -4797,263 +4857,77 @@ export interface InitOutput {
|
|
|
4797
4857
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
4798
4858
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
4799
4859
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_serialize: (a: number) => [number, number, number];
|
|
4800
|
-
readonly
|
|
4801
|
-
readonly
|
|
4802
|
-
readonly
|
|
4803
|
-
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
4804
|
-
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
4805
|
-
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
4806
|
-
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
4807
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
4808
|
-
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4809
|
-
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
4810
|
-
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
4811
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
4812
|
-
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
4813
|
-
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
4814
|
-
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
4815
|
-
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
4816
|
-
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
4817
|
-
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
4818
|
-
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
4819
|
-
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
4820
|
-
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
4821
|
-
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
4822
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
4823
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
4824
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
4825
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
4826
|
-
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
4827
|
-
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
4828
|
-
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
4829
|
-
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
4830
|
-
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
4831
|
-
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
4832
|
-
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
4833
|
-
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
4834
|
-
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
4835
|
-
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
4836
|
-
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
4837
|
-
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
4838
|
-
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
4839
|
-
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
4840
|
-
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4841
|
-
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
4842
|
-
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
4843
|
-
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
4844
|
-
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
4845
|
-
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
4846
|
-
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
4847
|
-
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
4848
|
-
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
4849
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
4850
|
-
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
4851
|
-
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
4852
|
-
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4853
|
-
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4854
|
-
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
4855
|
-
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
4856
|
-
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
4857
|
-
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
4858
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
4859
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
4860
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
4861
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
4862
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
4863
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
4864
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
4865
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
4866
|
-
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
4867
|
-
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
4868
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
4869
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
4870
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
4871
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
4872
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
4873
|
-
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
4874
|
-
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
4875
|
-
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
4876
|
-
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
4877
|
-
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
4878
|
-
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
4879
|
-
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
4880
|
-
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
4881
|
-
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
4882
|
-
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
4883
|
-
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
4884
|
-
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
4885
|
-
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
4886
|
-
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
4887
|
-
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
4888
|
-
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
4889
|
-
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
4890
|
-
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
4891
|
-
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
4892
|
-
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
4893
|
-
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4894
|
-
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
4895
|
-
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
4896
|
-
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
4897
|
-
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
4898
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4899
|
-
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
4900
|
-
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
4901
|
-
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
4902
|
-
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
4903
|
-
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
4904
|
-
readonly batchtransition_getTransitions: (a: number) => any;
|
|
4905
|
-
readonly batchtransition_getType: (a: number) => number;
|
|
4906
|
-
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
4907
|
-
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
4908
|
-
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
4909
|
-
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4910
|
-
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4911
|
-
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
4912
|
-
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
4913
|
-
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4914
|
-
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
4915
|
-
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
4916
|
-
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
4917
|
-
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
4918
|
-
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
4919
|
-
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
4920
|
-
readonly datacontractfactory_new: (a: number) => number;
|
|
4921
|
-
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
4922
|
-
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
4923
|
-
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
4924
|
-
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
4925
|
-
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
4926
|
-
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
4927
|
-
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
4928
|
-
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
4929
|
-
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
4930
|
-
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
4931
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
4932
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
4933
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
4934
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
4935
|
-
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
4936
|
-
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
4937
|
-
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
4938
|
-
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
4939
|
-
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
4940
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
4941
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
4942
|
-
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
4943
|
-
readonly identitytopuptransition_getType: (a: number) => number;
|
|
4944
|
-
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
4945
|
-
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
4946
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
4947
|
-
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
4948
|
-
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
4949
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
4950
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
4951
|
-
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
4952
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
4953
|
-
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
4954
|
-
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
4955
|
-
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
4956
|
-
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
4957
|
-
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
4958
|
-
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
4959
|
-
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
4960
|
-
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
4961
|
-
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
4962
|
-
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
4963
|
-
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
4964
|
-
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
4965
|
-
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
4966
|
-
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
4967
|
-
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
4968
|
-
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
4969
|
-
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
4970
|
-
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
4971
|
-
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
4972
|
-
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
4973
|
-
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
4974
|
-
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
4975
|
-
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
4976
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4977
|
-
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4978
|
-
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
4979
|
-
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
4980
|
-
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
4981
|
-
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
4982
|
-
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
4983
|
-
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
4984
|
-
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
4985
|
-
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
4986
|
-
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
4987
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
4988
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
4989
|
-
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
4990
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
4991
|
-
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
4992
|
-
readonly nodocumentssuppliederror_new: () => number;
|
|
4993
|
-
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
4994
|
-
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
4995
|
-
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
4996
|
-
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
4997
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
4998
|
-
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
4999
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5000
|
-
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
5001
|
-
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
4860
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
4861
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
4862
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
5002
4863
|
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
4864
|
+
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
5003
4865
|
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
5004
|
-
readonly
|
|
5005
|
-
readonly
|
|
5006
|
-
readonly
|
|
4866
|
+
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
4867
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
4868
|
+
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
4869
|
+
readonly __wbg_duplicateindexnameerror_free: (a: number, b: number) => void;
|
|
5007
4870
|
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
5008
4871
|
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
5009
4872
|
readonly __wbg_identityassetlocktransactionoutpointnotenoughbalanceerror_free: (a: number, b: number) => void;
|
|
5010
4873
|
readonly __wbg_identityassetlocktransactionreplayerror_free: (a: number, b: number) => void;
|
|
4874
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5011
4875
|
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
5012
|
-
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
5013
4876
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
5014
|
-
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
5015
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5016
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
5017
|
-
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
5018
|
-
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
5019
|
-
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
5020
4877
|
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
5021
|
-
readonly
|
|
5022
|
-
readonly
|
|
5023
|
-
readonly
|
|
5024
|
-
readonly
|
|
5025
|
-
readonly
|
|
5026
|
-
readonly
|
|
5027
|
-
readonly
|
|
5028
|
-
readonly
|
|
5029
|
-
readonly
|
|
5030
|
-
readonly
|
|
5031
|
-
readonly
|
|
5032
|
-
readonly
|
|
5033
|
-
readonly
|
|
5034
|
-
readonly
|
|
5035
|
-
readonly
|
|
5036
|
-
readonly
|
|
5037
|
-
readonly
|
|
5038
|
-
readonly
|
|
5039
|
-
readonly
|
|
4878
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
4879
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
4880
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
4881
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
4882
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
4883
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
4884
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
4885
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
4886
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
4887
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
4888
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
4889
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
4890
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
4891
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
4892
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
4893
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
4894
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
4895
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
4896
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
4897
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
4898
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
5040
4899
|
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
5041
4900
|
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
5042
4901
|
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
5043
4902
|
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
5044
4903
|
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
4904
|
+
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
4905
|
+
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
4906
|
+
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
4907
|
+
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
4908
|
+
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
4909
|
+
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
5045
4910
|
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
5046
4911
|
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
5047
4912
|
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
5048
4913
|
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
5049
4914
|
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
5050
4915
|
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
5051
|
-
readonly
|
|
5052
|
-
readonly
|
|
5053
|
-
readonly
|
|
5054
|
-
readonly
|
|
5055
|
-
readonly
|
|
5056
|
-
readonly
|
|
4916
|
+
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
4917
|
+
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
4918
|
+
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
4919
|
+
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
4920
|
+
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
4921
|
+
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
4922
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
4923
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
4924
|
+
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
4925
|
+
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
4926
|
+
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
4927
|
+
readonly duplicateindexnameerror_getCode: (a: number) => number;
|
|
4928
|
+
readonly duplicateindexnameerror_getDocumentType: (a: number) => [number, number];
|
|
4929
|
+
readonly duplicateindexnameerror_getDuplicateIndexName: (a: number) => [number, number];
|
|
4930
|
+
readonly duplicateindexnameerror_message: (a: number) => [number, number];
|
|
5057
4931
|
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
5058
4932
|
readonly identityassetlockprooflockedtransactionmismatcherror_getCode: (a: number) => number;
|
|
5059
4933
|
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
@@ -5073,6 +4947,9 @@ export interface InitOutput {
|
|
|
5073
4947
|
readonly identityassetlocktransactionreplayerror_getOutputIndex: (a: number) => number;
|
|
5074
4948
|
readonly identityassetlocktransactionreplayerror_getStateTransitionId: (a: number) => any;
|
|
5075
4949
|
readonly identityassetlocktransactionreplayerror_getTransactionId: (a: number) => any;
|
|
4950
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
4951
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
4952
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
5076
4953
|
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5077
4954
|
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5078
4955
|
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
@@ -5083,11 +4960,6 @@ export interface InitOutput {
|
|
|
5083
4960
|
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5084
4961
|
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5085
4962
|
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
5086
|
-
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5087
|
-
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
5088
|
-
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
5089
|
-
readonly identitynotfounderror_new: (a: any) => number;
|
|
5090
|
-
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
5091
4963
|
readonly identitypublickeywithwitness_getData: (a: number) => any;
|
|
5092
4964
|
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
5093
4965
|
readonly identitypublickeywithwitness_getPurpose: (a: number) => number;
|
|
@@ -5107,171 +4979,224 @@ export interface InitOutput {
|
|
|
5107
4979
|
readonly identitypublickeywithwitness_setType: (a: number, b: number) => [number, number];
|
|
5108
4980
|
readonly identitypublickeywithwitness_toJSON: (a: number) => [number, number, number];
|
|
5109
4981
|
readonly identitypublickeywithwitness_toObject: (a: number, b: number) => [number, number, number];
|
|
5110
|
-
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5111
|
-
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5112
|
-
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5113
|
-
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5114
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5115
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
5116
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5117
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
5118
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
5119
|
-
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
5120
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5121
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5122
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5123
|
-
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
5124
|
-
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5125
|
-
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5126
|
-
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5127
|
-
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5128
4982
|
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
5129
|
-
readonly
|
|
5130
|
-
readonly
|
|
5131
|
-
readonly
|
|
5132
|
-
readonly
|
|
5133
|
-
readonly
|
|
5134
|
-
readonly
|
|
5135
|
-
readonly
|
|
5136
|
-
readonly
|
|
5137
|
-
readonly
|
|
5138
|
-
readonly
|
|
5139
|
-
readonly
|
|
5140
|
-
readonly
|
|
5141
|
-
readonly
|
|
5142
|
-
readonly
|
|
5143
|
-
readonly
|
|
5144
|
-
readonly
|
|
5145
|
-
readonly
|
|
5146
|
-
readonly
|
|
5147
|
-
readonly
|
|
5148
|
-
readonly
|
|
5149
|
-
readonly
|
|
5150
|
-
readonly
|
|
5151
|
-
readonly
|
|
5152
|
-
readonly
|
|
5153
|
-
readonly
|
|
5154
|
-
readonly
|
|
5155
|
-
readonly
|
|
5156
|
-
readonly
|
|
5157
|
-
readonly
|
|
5158
|
-
readonly
|
|
5159
|
-
readonly
|
|
5160
|
-
readonly
|
|
5161
|
-
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5162
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5163
|
-
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5164
|
-
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5165
|
-
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
5166
|
-
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5167
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5168
|
-
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5169
|
-
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
4983
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
4984
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
4985
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
4986
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
4987
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
4988
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
4989
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
4990
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
4991
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
4992
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
4993
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
4994
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
4995
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
4996
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
4997
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
4998
|
+
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
4999
|
+
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
5000
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
5001
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5002
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
5003
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
5004
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5005
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
5006
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5007
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
5008
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
5009
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
5010
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
5011
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
5012
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
5013
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
5014
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
5170
5015
|
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
5171
|
-
readonly
|
|
5172
|
-
readonly
|
|
5173
|
-
readonly
|
|
5174
|
-
readonly
|
|
5016
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5017
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5018
|
+
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
5019
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
5020
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
5021
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
5022
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
5023
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
5024
|
+
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
5025
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5026
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5027
|
+
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
5028
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
5029
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
5030
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
5031
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
5032
|
+
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
5033
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
5034
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
5035
|
+
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
5036
|
+
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
5037
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
5038
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5039
|
+
readonly document_clone: (a: number) => number;
|
|
5040
|
+
readonly document_get: (a: number, b: number, c: number) => [number, number, number];
|
|
5041
|
+
readonly document_getCreatedAt: (a: number) => any;
|
|
5042
|
+
readonly document_getData: (a: number) => [number, number, number];
|
|
5043
|
+
readonly document_getId: (a: number) => any;
|
|
5044
|
+
readonly document_getOwnerId: (a: number) => any;
|
|
5045
|
+
readonly document_getRevision: (a: number) => [number, bigint];
|
|
5046
|
+
readonly document_getUpdatedAt: (a: number) => any;
|
|
5047
|
+
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5048
|
+
readonly document_new: (a: any, b: number, c: any) => [number, number, number];
|
|
5049
|
+
readonly document_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5050
|
+
readonly document_setCreatedAt: (a: number, b: number) => void;
|
|
5051
|
+
readonly document_setData: (a: number, b: any) => [number, number];
|
|
5052
|
+
readonly document_setId: (a: number, b: any) => void;
|
|
5053
|
+
readonly document_setOwnerId: (a: number, b: any) => void;
|
|
5054
|
+
readonly document_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5055
|
+
readonly document_setUpdatedAt: (a: number, b: number) => void;
|
|
5056
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
5057
|
+
readonly documenttransition_getData: (a: number) => any;
|
|
5058
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
5059
|
+
readonly documenttransition_getEntropy: (a: number) => [number, number];
|
|
5060
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
5061
|
+
readonly documenttransition_getIdentityContractNonce: (a: number) => any;
|
|
5062
|
+
readonly documenttransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5063
|
+
readonly documenttransition_getReceiverId: (a: number) => any;
|
|
5064
|
+
readonly documenttransition_getRevision: (a: number) => [number, bigint];
|
|
5065
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
5066
|
+
readonly documenttransition_get_price: (a: number) => [number, bigint];
|
|
5067
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
5068
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
5069
|
+
readonly documenttransition_setRevision: (a: number, b: bigint) => void;
|
|
5070
|
+
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5071
|
+
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
5072
|
+
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
5073
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
5074
|
+
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
5075
|
+
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
5076
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5077
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5078
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
5079
|
+
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
5080
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
5081
|
+
readonly tryingtoreplaceimmutabledocumenterror_new: (a: number) => number;
|
|
5082
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5083
|
+
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
5084
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
5085
|
+
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
5086
|
+
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
5087
|
+
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
5175
5088
|
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
5176
|
-
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
5177
5089
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
5178
|
-
readonly
|
|
5179
|
-
readonly
|
|
5180
|
-
readonly
|
|
5181
|
-
readonly
|
|
5182
|
-
readonly
|
|
5183
|
-
readonly
|
|
5184
|
-
readonly
|
|
5185
|
-
readonly
|
|
5186
|
-
readonly
|
|
5187
|
-
readonly
|
|
5188
|
-
readonly
|
|
5189
|
-
readonly
|
|
5190
|
-
readonly
|
|
5090
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5091
|
+
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
5092
|
+
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
5093
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
5094
|
+
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
5095
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
5096
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
5097
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5098
|
+
readonly __wbg_invaliddocumenttypeerror_free: (a: number, b: number) => void;
|
|
5099
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
5100
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
5101
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5102
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
5103
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
5104
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
5105
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
5106
|
+
readonly __wbg_nonconsensuserrorwasm_free: (a: number, b: number) => void;
|
|
5107
|
+
readonly __wbg_referencedentitynotfounderror_free: (a: number, b: number) => void;
|
|
5191
5108
|
readonly __wbg_tokenminttransition_free: (a: number, b: number) => void;
|
|
5192
|
-
readonly
|
|
5193
|
-
readonly
|
|
5194
|
-
readonly
|
|
5195
|
-
readonly
|
|
5196
|
-
readonly
|
|
5197
|
-
readonly
|
|
5198
|
-
readonly
|
|
5199
|
-
readonly
|
|
5200
|
-
readonly
|
|
5201
|
-
readonly
|
|
5202
|
-
readonly
|
|
5203
|
-
readonly
|
|
5109
|
+
readonly datacontract_clone: (a: number) => number;
|
|
5110
|
+
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
5111
|
+
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
5112
|
+
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
5113
|
+
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
5114
|
+
readonly datacontract_getId: (a: number) => any;
|
|
5115
|
+
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
5116
|
+
readonly datacontract_getOwnerId: (a: number) => any;
|
|
5117
|
+
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
5118
|
+
readonly datacontract_getTokenConfiguration: (a: number, b: number) => [number, number, number];
|
|
5119
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
5120
|
+
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
5121
|
+
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
5122
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
5123
|
+
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
5124
|
+
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
5125
|
+
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
5126
|
+
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
5127
|
+
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
5128
|
+
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
5129
|
+
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
5130
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
5131
|
+
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
5132
|
+
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
5133
|
+
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
5134
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
5135
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
5136
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
5137
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
5138
|
+
readonly datacontractimmutablepropertiesupdateerror_getCode: (a: number) => number;
|
|
5139
|
+
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
5140
|
+
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
5141
|
+
readonly datacontractimmutablepropertiesupdateerror_message: (a: number) => [number, number];
|
|
5142
|
+
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5143
|
+
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
5144
|
+
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
5145
|
+
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
5146
|
+
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5147
|
+
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
5148
|
+
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
5149
|
+
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
5150
|
+
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
5204
5151
|
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
5205
5152
|
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
5206
5153
|
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
5207
|
-
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
5208
|
-
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5209
|
-
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
5210
5154
|
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
5211
5155
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
5212
5156
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
5213
5157
|
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
5214
|
-
readonly
|
|
5215
|
-
readonly
|
|
5216
|
-
readonly
|
|
5217
|
-
readonly
|
|
5218
|
-
readonly
|
|
5219
|
-
readonly
|
|
5220
|
-
readonly
|
|
5221
|
-
readonly
|
|
5222
|
-
readonly
|
|
5223
|
-
readonly
|
|
5224
|
-
readonly
|
|
5225
|
-
readonly
|
|
5226
|
-
readonly
|
|
5227
|
-
readonly
|
|
5228
|
-
readonly
|
|
5229
|
-
readonly
|
|
5230
|
-
readonly
|
|
5231
|
-
readonly
|
|
5232
|
-
readonly
|
|
5233
|
-
readonly
|
|
5234
|
-
readonly
|
|
5235
|
-
readonly
|
|
5236
|
-
readonly
|
|
5237
|
-
readonly
|
|
5238
|
-
readonly
|
|
5239
|
-
readonly
|
|
5240
|
-
readonly
|
|
5241
|
-
readonly
|
|
5242
|
-
readonly
|
|
5243
|
-
readonly
|
|
5244
|
-
readonly
|
|
5245
|
-
readonly
|
|
5246
|
-
readonly
|
|
5247
|
-
readonly
|
|
5248
|
-
readonly
|
|
5249
|
-
readonly
|
|
5250
|
-
readonly
|
|
5251
|
-
readonly
|
|
5252
|
-
readonly
|
|
5253
|
-
readonly
|
|
5254
|
-
readonly
|
|
5255
|
-
readonly
|
|
5256
|
-
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5257
|
-
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5258
|
-
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5259
|
-
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5260
|
-
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
5261
|
-
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5262
|
-
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5263
|
-
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5264
|
-
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5265
|
-
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5266
|
-
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5267
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
5268
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
5269
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
5270
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
5271
|
-
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5272
|
-
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5273
|
-
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5274
|
-
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5158
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
5159
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5160
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
5161
|
+
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
5162
|
+
readonly identityfacade_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5163
|
+
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
5164
|
+
readonly identityfacade_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
5165
|
+
readonly identityfacade_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
5166
|
+
readonly identityfacade_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
5167
|
+
readonly identityfacade_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5168
|
+
readonly identityfacade_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
5169
|
+
readonly identityfacade_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5170
|
+
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
5171
|
+
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
5172
|
+
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
5173
|
+
readonly identitynotfounderror_new: (a: any) => number;
|
|
5174
|
+
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
5175
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
5176
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
5177
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
5178
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
5179
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5180
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
5181
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
5182
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
5183
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
5184
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
5185
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
5186
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
5187
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
5188
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
5189
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
5190
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
5191
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
5192
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
5193
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
5194
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5195
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5196
|
+
readonly invaliddocumenttypeerror_getCode: (a: number) => number;
|
|
5197
|
+
readonly invaliddocumenttypeerror_getDataContractId: (a: number) => any;
|
|
5198
|
+
readonly invaliddocumenttypeerror_getType: (a: number) => [number, number];
|
|
5199
|
+
readonly invaliddocumenttypeerror_message: (a: number) => [number, number];
|
|
5275
5200
|
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
5276
5201
|
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
5277
5202
|
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
@@ -5279,206 +5204,197 @@ export interface InitOutput {
|
|
|
5279
5204
|
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
5280
5205
|
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
5281
5206
|
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
5282
|
-
readonly
|
|
5283
|
-
readonly
|
|
5284
|
-
readonly
|
|
5285
|
-
readonly
|
|
5286
|
-
readonly
|
|
5287
|
-
readonly
|
|
5288
|
-
readonly
|
|
5289
|
-
readonly
|
|
5290
|
-
readonly
|
|
5291
|
-
readonly
|
|
5292
|
-
readonly
|
|
5293
|
-
readonly
|
|
5294
|
-
readonly
|
|
5295
|
-
readonly
|
|
5296
|
-
readonly
|
|
5297
|
-
readonly
|
|
5298
|
-
readonly
|
|
5299
|
-
readonly
|
|
5300
|
-
readonly
|
|
5301
|
-
readonly
|
|
5302
|
-
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5303
|
-
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5304
|
-
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
5305
|
-
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
5306
|
-
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5307
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5308
|
-
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
5309
|
-
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
5310
|
-
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
5311
|
-
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
5312
|
-
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
5313
|
-
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
5314
|
-
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
5315
|
-
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
5207
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
5208
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5209
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5210
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5211
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5212
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5213
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5214
|
+
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5215
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
5216
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
5217
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
5218
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
5219
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
5220
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
5221
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
5222
|
+
readonly referencedentitynotfounderror_getCode: (a: number) => number;
|
|
5223
|
+
readonly referencedentitynotfounderror_getEntityId: (a: number) => any;
|
|
5224
|
+
readonly referencedentitynotfounderror_getEntityType: (a: number) => [number, number];
|
|
5225
|
+
readonly referencedentitynotfounderror_getPath: (a: number) => [number, number];
|
|
5226
|
+
readonly referencedentitynotfounderror_message: (a: number) => [number, number];
|
|
5316
5227
|
readonly tokenminttransition_getAmount: (a: number) => bigint;
|
|
5317
5228
|
readonly tokenminttransition_getIssuedToIdentityId: (a: number) => any;
|
|
5318
5229
|
readonly tokenminttransition_getPublicNote: (a: number) => [number, number];
|
|
5319
5230
|
readonly tokenminttransition_getRecipientId: (a: number, b: number) => [number, number, number];
|
|
5320
|
-
readonly
|
|
5321
|
-
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
5322
|
-
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
5323
|
-
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
5324
|
-
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
5325
|
-
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
5326
|
-
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
5327
|
-
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5328
|
-
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5329
|
-
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5330
|
-
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5331
|
-
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5332
|
-
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5333
|
-
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5334
|
-
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
5335
|
-
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
5336
|
-
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
5337
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5338
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
5231
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
5339
5232
|
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5340
|
-
readonly
|
|
5341
|
-
readonly
|
|
5342
|
-
readonly
|
|
5343
|
-
readonly
|
|
5344
|
-
readonly
|
|
5233
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
5234
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
5235
|
+
readonly __wbg_batchtransition_free: (a: number, b: number) => void;
|
|
5236
|
+
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
5237
|
+
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
5238
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
5239
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
5240
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
5241
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
5242
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
5345
5243
|
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
5346
|
-
readonly
|
|
5347
|
-
readonly
|
|
5348
|
-
readonly
|
|
5349
|
-
readonly
|
|
5350
|
-
readonly
|
|
5351
|
-
readonly
|
|
5352
|
-
readonly
|
|
5244
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5245
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
5246
|
+
readonly __wbg_invalidcreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
5247
|
+
readonly __wbg_invalidcreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
5248
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5249
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
5250
|
+
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
5251
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
5353
5252
|
readonly __wbg_tokendirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5354
|
-
readonly
|
|
5355
|
-
readonly
|
|
5356
|
-
readonly
|
|
5357
|
-
readonly
|
|
5358
|
-
readonly
|
|
5359
|
-
readonly
|
|
5360
|
-
readonly
|
|
5361
|
-
readonly
|
|
5362
|
-
readonly
|
|
5363
|
-
readonly
|
|
5364
|
-
readonly
|
|
5365
|
-
readonly
|
|
5366
|
-
readonly
|
|
5367
|
-
readonly
|
|
5368
|
-
readonly
|
|
5369
|
-
readonly
|
|
5370
|
-
readonly
|
|
5371
|
-
readonly
|
|
5372
|
-
readonly
|
|
5373
|
-
readonly
|
|
5374
|
-
readonly
|
|
5375
|
-
readonly
|
|
5376
|
-
readonly
|
|
5377
|
-
readonly
|
|
5253
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
5254
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
5255
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
5256
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
5257
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
5258
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
5259
|
+
readonly batchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
5260
|
+
readonly batchtransition_getModifiedDataIds: (a: number) => any;
|
|
5261
|
+
readonly batchtransition_getOwnerId: (a: number) => any;
|
|
5262
|
+
readonly batchtransition_getSignature: (a: number) => [number, number];
|
|
5263
|
+
readonly batchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5264
|
+
readonly batchtransition_getTransitions: (a: number) => any;
|
|
5265
|
+
readonly batchtransition_getType: (a: number) => number;
|
|
5266
|
+
readonly batchtransition_getUserFeeIncrease: (a: number) => number;
|
|
5267
|
+
readonly batchtransition_isDataContractStateTransition: (a: number) => number;
|
|
5268
|
+
readonly batchtransition_isDocumentStateTransition: (a: number) => number;
|
|
5269
|
+
readonly batchtransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5270
|
+
readonly batchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5271
|
+
readonly batchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
5272
|
+
readonly batchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
5273
|
+
readonly batchtransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5274
|
+
readonly batchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5275
|
+
readonly batchtransition_toBuffer: (a: number) => [number, number, number];
|
|
5276
|
+
readonly batchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5277
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
5278
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
5279
|
+
readonly datacontracterror_message: (a: number) => [number, number];
|
|
5280
|
+
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
5281
|
+
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
5282
|
+
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
5283
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
5284
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
5285
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
5286
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
5287
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
5288
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => bigint;
|
|
5289
|
+
readonly documentcreatetransition_getEntropy: (a: number) => [number, number];
|
|
5290
|
+
readonly documentcreatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5291
|
+
readonly documentcreatetransition_getPrefundedVotingBalance: (a: number) => [number, number, number];
|
|
5292
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
5293
|
+
readonly documentcreatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5294
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
5295
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
5296
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
5297
|
+
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
5298
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
5299
|
+
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
5300
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
5301
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
5302
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
5303
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5304
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
5305
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
5306
|
+
readonly identitytopuptransition_getUserFeeIncrease: (a: number) => number;
|
|
5307
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
5308
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
5309
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
5310
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5311
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
5312
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5313
|
+
readonly identitytopuptransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5314
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5315
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
5316
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
5317
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5318
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
5319
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
5320
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
5321
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
5322
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
5323
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
5324
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
5325
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
5326
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
5327
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
5328
|
+
readonly invalidcreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
5329
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5330
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
5331
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5332
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5333
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
5334
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
5335
|
+
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
5336
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
5337
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
5378
5338
|
readonly tokendirectpurchasetransition_getTokenCount: (a: number) => bigint;
|
|
5379
5339
|
readonly tokendirectpurchasetransition_getTotalAgreedPrice: (a: number) => bigint;
|
|
5380
|
-
readonly
|
|
5381
|
-
readonly
|
|
5382
|
-
readonly
|
|
5383
|
-
readonly
|
|
5384
|
-
readonly
|
|
5385
|
-
readonly
|
|
5386
|
-
readonly
|
|
5387
|
-
readonly
|
|
5388
|
-
readonly
|
|
5389
|
-
readonly
|
|
5390
|
-
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
5391
|
-
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5392
|
-
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
5393
|
-
readonly tokentransition_getTokenId: (a: number) => any;
|
|
5394
|
-
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
5395
|
-
readonly tokentransition_toTransition: (a: number) => any;
|
|
5396
|
-
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5397
|
-
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5340
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
5341
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5342
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5343
|
+
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
5344
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
5345
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
5346
|
+
readonly batchtransition_isIdentityStateTransition: (a: number) => number;
|
|
5347
|
+
readonly batchtransition_isVotingStateTransition: (a: number) => number;
|
|
5348
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
5349
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
5398
5350
|
readonly invalidactionterror_new: (a: any) => number;
|
|
5399
|
-
readonly
|
|
5400
|
-
readonly
|
|
5401
|
-
readonly
|
|
5402
|
-
readonly
|
|
5403
|
-
readonly
|
|
5404
|
-
readonly
|
|
5405
|
-
readonly
|
|
5406
|
-
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
5351
|
+
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
5352
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
5353
|
+
readonly invalidcreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
5354
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
5355
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
5356
|
+
readonly __wbg_batchedtransition_free: (a: number, b: number) => void;
|
|
5357
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
5407
5358
|
readonly __wbg_documenttimestampwindowviolationerror_free: (a: number, b: number) => void;
|
|
5408
|
-
readonly
|
|
5409
|
-
readonly
|
|
5410
|
-
readonly
|
|
5359
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
5360
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
5361
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
5362
|
+
readonly __wbg_extendeddocument_free: (a: number, b: number) => void;
|
|
5363
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5364
|
+
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
5411
5365
|
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
5412
|
-
readonly
|
|
5413
|
-
readonly
|
|
5414
|
-
readonly
|
|
5415
|
-
readonly
|
|
5416
|
-
readonly
|
|
5417
|
-
readonly
|
|
5418
|
-
readonly
|
|
5419
|
-
readonly
|
|
5420
|
-
readonly
|
|
5421
|
-
readonly
|
|
5422
|
-
readonly
|
|
5423
|
-
readonly
|
|
5424
|
-
readonly
|
|
5425
|
-
readonly
|
|
5426
|
-
readonly
|
|
5427
|
-
readonly
|
|
5428
|
-
readonly
|
|
5429
|
-
readonly
|
|
5430
|
-
readonly
|
|
5431
|
-
readonly
|
|
5432
|
-
readonly
|
|
5433
|
-
readonly
|
|
5434
|
-
readonly
|
|
5435
|
-
readonly
|
|
5436
|
-
readonly
|
|
5437
|
-
readonly
|
|
5438
|
-
readonly
|
|
5439
|
-
readonly
|
|
5440
|
-
readonly
|
|
5441
|
-
readonly
|
|
5442
|
-
readonly
|
|
5443
|
-
readonly
|
|
5444
|
-
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
5445
|
-
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
5446
|
-
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
5447
|
-
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
5448
|
-
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
5449
|
-
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
5450
|
-
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
5451
|
-
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
5452
|
-
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
5453
|
-
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5454
|
-
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
5455
|
-
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
5456
|
-
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
5457
|
-
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
5458
|
-
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
5459
|
-
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
5460
|
-
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5461
|
-
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5462
|
-
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5463
|
-
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5464
|
-
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5465
|
-
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5466
|
-
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5467
|
-
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5468
|
-
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5469
|
-
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5470
|
-
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5471
|
-
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5472
|
-
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5473
|
-
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5474
|
-
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5475
|
-
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5476
|
-
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5477
|
-
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
5478
|
-
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5479
|
-
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5480
|
-
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5481
|
-
readonly documentfacade_new: (a: number) => number;
|
|
5366
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
5367
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
5368
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
5369
|
+
readonly __wbg_invalidinitialrevisionerror_free: (a: number, b: number) => void;
|
|
5370
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
5371
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
5372
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
5373
|
+
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5374
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
5375
|
+
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5376
|
+
readonly __wbg_tokenburntransition_free: (a: number, b: number) => void;
|
|
5377
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
5378
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
5379
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
5380
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
5381
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5382
|
+
readonly datacontractcreatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5383
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
5384
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5385
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
5386
|
+
readonly datacontractcreatetransition_getSignature: (a: number) => any;
|
|
5387
|
+
readonly datacontractcreatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5388
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
5389
|
+
readonly datacontractcreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5390
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5391
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5392
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
5393
|
+
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5394
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5395
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5396
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5397
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5482
5398
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
5483
5399
|
readonly documenttimestampwindowviolationerror_getDocumentId: (a: number) => any;
|
|
5484
5400
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
@@ -5486,162 +5402,45 @@ export interface InitOutput {
|
|
|
5486
5402
|
readonly documenttimestampwindowviolationerror_getTimestamp: (a: number) => any;
|
|
5487
5403
|
readonly documenttimestampwindowviolationerror_getTimestampName: (a: number) => [number, number];
|
|
5488
5404
|
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
5489
|
-
readonly
|
|
5490
|
-
readonly
|
|
5491
|
-
readonly
|
|
5492
|
-
readonly
|
|
5493
|
-
readonly
|
|
5494
|
-
readonly
|
|
5495
|
-
readonly
|
|
5496
|
-
readonly
|
|
5497
|
-
readonly
|
|
5498
|
-
readonly
|
|
5499
|
-
readonly
|
|
5500
|
-
readonly
|
|
5501
|
-
readonly
|
|
5502
|
-
readonly
|
|
5503
|
-
readonly
|
|
5504
|
-
readonly
|
|
5505
|
-
readonly
|
|
5506
|
-
readonly
|
|
5507
|
-
readonly
|
|
5508
|
-
readonly
|
|
5509
|
-
readonly
|
|
5510
|
-
readonly
|
|
5511
|
-
readonly
|
|
5512
|
-
readonly
|
|
5513
|
-
readonly
|
|
5514
|
-
readonly
|
|
5515
|
-
readonly
|
|
5516
|
-
readonly
|
|
5517
|
-
readonly
|
|
5518
|
-
readonly
|
|
5519
|
-
readonly
|
|
5520
|
-
readonly
|
|
5521
|
-
readonly
|
|
5522
|
-
readonly
|
|
5523
|
-
readonly
|
|
5524
|
-
readonly
|
|
5525
|
-
readonly
|
|
5526
|
-
readonly
|
|
5527
|
-
readonly
|
|
5528
|
-
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5529
|
-
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
5530
|
-
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5531
|
-
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5532
|
-
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5533
|
-
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5534
|
-
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
5535
|
-
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
5536
|
-
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
5537
|
-
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
5538
|
-
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
5539
|
-
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
5540
|
-
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
5541
|
-
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
5542
|
-
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
5543
|
-
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
5544
|
-
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
5545
|
-
readonly jsonschemaerror_code: (a: number) => number;
|
|
5546
|
-
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
5547
|
-
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
5548
|
-
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
5549
|
-
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
5550
|
-
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
5551
|
-
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
5552
|
-
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
5553
|
-
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
5554
|
-
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
5555
|
-
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
5556
|
-
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
5557
|
-
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5558
|
-
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5559
|
-
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
5560
|
-
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5561
|
-
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5562
|
-
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
5563
|
-
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
5564
|
-
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
5565
|
-
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
5566
|
-
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
5567
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5568
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
5569
|
-
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5570
|
-
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
5571
|
-
readonly __wbg_contractboundedkeynonbatcherror_free: (a: number, b: number) => void;
|
|
5572
|
-
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
5573
|
-
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
5574
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
5575
|
-
readonly __wbg_datatriggeractionexecutionerror_free: (a: number, b: number) => void;
|
|
5576
|
-
readonly __wbg_datatriggeractioninvalidresulterror_free: (a: number, b: number) => void;
|
|
5577
|
-
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
5578
|
-
readonly __wbg_datatriggerinvalidresulterror_free: (a: number, b: number) => void;
|
|
5579
|
-
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
5580
|
-
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
5581
|
-
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5582
|
-
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
5583
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
5584
|
-
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
5585
|
-
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5586
|
-
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
5587
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
5588
|
-
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
5589
|
-
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
5590
|
-
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5591
|
-
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5592
|
-
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
5593
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
5594
|
-
readonly basicblserror_getCode: (a: number) => number;
|
|
5595
|
-
readonly basicblserror_message: (a: number) => [number, number];
|
|
5596
|
-
readonly contractboundedkeynonbatcherror_getCode: (a: number) => number;
|
|
5597
|
-
readonly contractboundedkeynonbatcherror_message: (a: number) => [number, number];
|
|
5598
|
-
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
5599
|
-
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
5600
|
-
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
5601
|
-
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
5602
|
-
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
5603
|
-
readonly datacontracterror_getCode: (a: number) => number;
|
|
5604
|
-
readonly datacontracterror_message: (a: number) => [number, number];
|
|
5605
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5606
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
5607
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
5608
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
5609
|
-
readonly datatriggeractionexecutionerror_getCode: (a: number) => number;
|
|
5610
|
-
readonly datatriggeractionexecutionerror_getDataContractId: (a: number) => any;
|
|
5611
|
-
readonly datatriggeractionexecutionerror_getDocumentTransitionId: (a: number) => any;
|
|
5612
|
-
readonly datatriggeractionexecutionerror_getExecutionError: (a: number) => any;
|
|
5613
|
-
readonly datatriggeractionexecutionerror_getMessage: (a: number) => [number, number];
|
|
5614
|
-
readonly datatriggeractionexecutionerror_getOwnerId: (a: number) => any;
|
|
5615
|
-
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
5616
|
-
readonly datatriggeractioninvalidresulterror_getDataContractId: (a: number) => any;
|
|
5617
|
-
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
5618
|
-
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
5619
|
-
readonly datatriggerexecutionerror_getCode: (a: number) => number;
|
|
5620
|
-
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
5621
|
-
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
5622
|
-
readonly datatriggerexecutionerror_getMessage: (a: number) => [number, number];
|
|
5623
|
-
readonly datatriggerexecutionerror_message: (a: number) => [number, number];
|
|
5624
|
-
readonly datatriggerexecutionerror_serialize: (a: number) => [number, number, number];
|
|
5625
|
-
readonly datatriggerinvalidresulterror_getCode: (a: number) => number;
|
|
5626
|
-
readonly datatriggerinvalidresulterror_getDataContractId: (a: number) => any;
|
|
5627
|
-
readonly datatriggerinvalidresulterror_getDocumentId: (a: number) => any;
|
|
5628
|
-
readonly datatriggerinvalidresulterror_message: (a: number) => [number, number];
|
|
5629
|
-
readonly datatriggerinvalidresulterror_serialize: (a: number) => [number, number, number];
|
|
5630
|
-
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5631
|
-
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5632
|
-
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5633
|
-
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
5634
|
-
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5635
|
-
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5636
|
-
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5637
|
-
readonly documenttransitions_new: () => number;
|
|
5638
|
-
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5639
|
-
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5640
|
-
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
5641
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5642
|
-
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
5643
|
-
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
5644
|
-
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
5405
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
5406
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
5407
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
5408
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
5409
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
5410
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
5411
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
5412
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5413
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
5414
|
+
readonly extendeddocument_clone: (a: number) => number;
|
|
5415
|
+
readonly extendeddocument_get: (a: number, b: number, c: number) => any;
|
|
5416
|
+
readonly extendeddocument_getCreatedAt: (a: number) => any;
|
|
5417
|
+
readonly extendeddocument_getData: (a: number) => [number, number, number];
|
|
5418
|
+
readonly extendeddocument_getDataContract: (a: number) => number;
|
|
5419
|
+
readonly extendeddocument_getDataContractId: (a: number) => any;
|
|
5420
|
+
readonly extendeddocument_getDocument: (a: number) => number;
|
|
5421
|
+
readonly extendeddocument_getEntropy: (a: number) => any;
|
|
5422
|
+
readonly extendeddocument_getId: (a: number) => any;
|
|
5423
|
+
readonly extendeddocument_getMetadata: (a: number) => number;
|
|
5424
|
+
readonly extendeddocument_getOwnerId: (a: number) => any;
|
|
5425
|
+
readonly extendeddocument_getRevision: (a: number) => [number, bigint];
|
|
5426
|
+
readonly extendeddocument_getType: (a: number) => [number, number];
|
|
5427
|
+
readonly extendeddocument_getUpdatedAt: (a: number) => any;
|
|
5428
|
+
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
5429
|
+
readonly extendeddocument_new: (a: any, b: number) => [number, number, number];
|
|
5430
|
+
readonly extendeddocument_set: (a: number, b: number, c: number, d: any) => [number, number];
|
|
5431
|
+
readonly extendeddocument_setCreatedAt: (a: number, b: number) => void;
|
|
5432
|
+
readonly extendeddocument_setData: (a: number, b: any) => [number, number];
|
|
5433
|
+
readonly extendeddocument_setDataContractId: (a: number, b: any) => [number, number];
|
|
5434
|
+
readonly extendeddocument_setEntropy: (a: number, b: number, c: number) => [number, number];
|
|
5435
|
+
readonly extendeddocument_setId: (a: number, b: any) => void;
|
|
5436
|
+
readonly extendeddocument_setMetadata: (a: number, b: any) => [number, number];
|
|
5437
|
+
readonly extendeddocument_setOwnerId: (a: number, b: any) => void;
|
|
5438
|
+
readonly extendeddocument_setRevision: (a: number, b: number, c: bigint) => void;
|
|
5439
|
+
readonly extendeddocument_setType: (a: number, b: number, c: number) => void;
|
|
5440
|
+
readonly extendeddocument_setUpdatedAt: (a: number, b: number) => void;
|
|
5441
|
+
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
5442
|
+
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
5443
|
+
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
5645
5444
|
readonly getLatestProtocolVersion: () => number;
|
|
5646
5445
|
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
5647
5446
|
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
@@ -5666,29 +5465,146 @@ export interface InitOutput {
|
|
|
5666
5465
|
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
5667
5466
|
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
5668
5467
|
readonly identity_toObject: (a: number) => [number, number, number];
|
|
5669
|
-
readonly
|
|
5670
|
-
readonly
|
|
5671
|
-
readonly
|
|
5672
|
-
readonly
|
|
5673
|
-
readonly
|
|
5674
|
-
readonly
|
|
5675
|
-
readonly
|
|
5676
|
-
readonly
|
|
5677
|
-
readonly
|
|
5678
|
-
readonly
|
|
5679
|
-
readonly
|
|
5680
|
-
readonly
|
|
5681
|
-
readonly
|
|
5682
|
-
readonly
|
|
5683
|
-
readonly
|
|
5684
|
-
readonly
|
|
5685
|
-
readonly
|
|
5686
|
-
readonly
|
|
5687
|
-
readonly
|
|
5688
|
-
readonly
|
|
5689
|
-
readonly
|
|
5690
|
-
readonly
|
|
5691
|
-
readonly
|
|
5468
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5469
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
5470
|
+
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
5471
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
5472
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
5473
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
5474
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
5475
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
5476
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
5477
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
5478
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
5479
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
5480
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
5481
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
5482
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
5483
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
5484
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
5485
|
+
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5486
|
+
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5487
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
5488
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
5489
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5490
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5491
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
5492
|
+
readonly masternodevotetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5493
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5494
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
5495
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
5496
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
5497
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
5498
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
5499
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
5500
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5501
|
+
readonly masternodevotetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5502
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5503
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5504
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
5505
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
5506
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5507
|
+
readonly metadata_from: (a: any) => [number, number, number];
|
|
5508
|
+
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5509
|
+
readonly metadata_getCoreChainLockedHeight: (a: number) => number;
|
|
5510
|
+
readonly metadata_getProtocolVersion: (a: number) => number;
|
|
5511
|
+
readonly metadata_getTimeMs: (a: number) => bigint;
|
|
5512
|
+
readonly metadata_new: (a: bigint, b: number, c: bigint, d: number) => [number, number, number];
|
|
5513
|
+
readonly metadata_toJSON: (a: number) => any;
|
|
5514
|
+
readonly metadata_toObject: (a: number) => any;
|
|
5515
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
5516
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
5517
|
+
readonly revisionabsenterror_getDocument: (a: number) => number;
|
|
5518
|
+
readonly tokenburntransition_getBurnAmount: (a: number) => bigint;
|
|
5519
|
+
readonly tokenburntransition_getPublicNote: (a: number) => [number, number];
|
|
5520
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
5521
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
5522
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
5523
|
+
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
5524
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
5525
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
5526
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
5527
|
+
readonly revisionabsenterror_new: (a: number) => number;
|
|
5528
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5529
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5530
|
+
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5531
|
+
readonly masternodevotetransition_getUserFeeIncrease: (a: number) => number;
|
|
5532
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
5533
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
5534
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
5535
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
5536
|
+
readonly identity_getBalance: (a: number) => bigint;
|
|
5537
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
5538
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
5539
|
+
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
5540
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
5541
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
5542
|
+
readonly __wbg_identityassetlocktransactiontoomanyinputserror_free: (a: number, b: number) => void;
|
|
5543
|
+
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
5544
|
+
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
5545
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
5546
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
5547
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
5548
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
5549
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5550
|
+
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
5551
|
+
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
5552
|
+
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
5553
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
5554
|
+
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
5555
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
5556
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
5557
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
5558
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => bigint;
|
|
5559
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
5560
|
+
readonly balanceisnotenougherror_getFee: (a: number) => bigint;
|
|
5561
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
5562
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
5563
|
+
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
5564
|
+
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
5565
|
+
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
5566
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
5567
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
5568
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
5569
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
5570
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
5571
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
5572
|
+
readonly identityassetlocktransactiontoomanyinputserror_getActualInputs: (a: number) => number;
|
|
5573
|
+
readonly identityassetlocktransactiontoomanyinputserror_getCode: (a: number) => number;
|
|
5574
|
+
readonly identityassetlocktransactiontoomanyinputserror_getMaxInputs: (a: number) => number;
|
|
5575
|
+
readonly identityassetlocktransactiontoomanyinputserror_message: (a: number) => [number, number];
|
|
5576
|
+
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
5577
|
+
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
5578
|
+
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
5579
|
+
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
5580
|
+
readonly inconsistentcompoundindexdataerror_getCode: (a: number) => number;
|
|
5581
|
+
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
5582
|
+
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
5583
|
+
readonly inconsistentcompoundindexdataerror_message: (a: number) => [number, number];
|
|
5584
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
5585
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
5586
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
5587
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
5588
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
5589
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
5590
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
5591
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
5592
|
+
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
5593
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
5594
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
5595
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
5596
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
5597
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
5598
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
5599
|
+
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
5600
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
5601
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
5602
|
+
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
5603
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5604
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
5605
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
5606
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5607
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5692
5608
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
5693
5609
|
readonly invalidindexedpropertyconstrainterror_getConstraintName: (a: number) => [number, number];
|
|
5694
5610
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
@@ -5700,203 +5616,354 @@ export interface InitOutput {
|
|
|
5700
5616
|
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
5701
5617
|
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
5702
5618
|
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
5703
|
-
readonly
|
|
5704
|
-
readonly
|
|
5705
|
-
readonly
|
|
5706
|
-
readonly
|
|
5707
|
-
readonly
|
|
5708
|
-
readonly
|
|
5709
|
-
readonly
|
|
5710
|
-
readonly
|
|
5711
|
-
readonly
|
|
5712
|
-
readonly
|
|
5713
|
-
readonly
|
|
5714
|
-
readonly
|
|
5715
|
-
readonly
|
|
5716
|
-
readonly
|
|
5717
|
-
readonly
|
|
5718
|
-
readonly
|
|
5719
|
-
readonly
|
|
5720
|
-
readonly
|
|
5619
|
+
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
5620
|
+
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
5621
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
5622
|
+
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
5623
|
+
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
5624
|
+
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
5625
|
+
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
5626
|
+
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
5627
|
+
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
5628
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
5629
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
5630
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
5631
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
5632
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
5633
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
5634
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
5635
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
5636
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
5637
|
+
readonly validationresult_getData: (a: number) => any;
|
|
5638
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
5639
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
5640
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
5641
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
5642
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
5643
|
+
readonly __wbg_contractboundedkeyoutofboundserror_free: (a: number, b: number) => void;
|
|
5644
|
+
readonly __wbg_contractgroupboundkeynotallowedinshieldedidentitycreationerror_free: (a: number, b: number) => void;
|
|
5645
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
5646
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
5647
|
+
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
5648
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
5649
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
5650
|
+
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
5651
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
5652
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5653
|
+
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
5654
|
+
readonly __wbg_identityupdatetransition_free: (a: number, b: number) => void;
|
|
5655
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
5656
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
5657
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
5658
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
5721
5659
|
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
5722
|
-
readonly
|
|
5723
|
-
readonly
|
|
5724
|
-
readonly
|
|
5725
|
-
readonly
|
|
5726
|
-
readonly
|
|
5727
|
-
readonly
|
|
5728
|
-
readonly
|
|
5729
|
-
readonly
|
|
5730
|
-
readonly
|
|
5731
|
-
readonly
|
|
5732
|
-
readonly
|
|
5733
|
-
readonly
|
|
5734
|
-
readonly
|
|
5735
|
-
readonly
|
|
5736
|
-
readonly
|
|
5737
|
-
readonly
|
|
5738
|
-
readonly
|
|
5739
|
-
readonly
|
|
5740
|
-
readonly
|
|
5741
|
-
readonly
|
|
5742
|
-
readonly
|
|
5743
|
-
readonly
|
|
5744
|
-
readonly
|
|
5745
|
-
readonly
|
|
5746
|
-
readonly
|
|
5747
|
-
readonly
|
|
5748
|
-
readonly
|
|
5749
|
-
readonly
|
|
5750
|
-
readonly
|
|
5751
|
-
readonly
|
|
5752
|
-
readonly
|
|
5753
|
-
readonly
|
|
5754
|
-
readonly
|
|
5755
|
-
readonly
|
|
5756
|
-
readonly
|
|
5757
|
-
readonly
|
|
5758
|
-
readonly
|
|
5759
|
-
readonly
|
|
5760
|
-
readonly
|
|
5761
|
-
readonly
|
|
5762
|
-
readonly
|
|
5763
|
-
readonly
|
|
5764
|
-
readonly
|
|
5765
|
-
readonly
|
|
5766
|
-
readonly
|
|
5767
|
-
readonly
|
|
5768
|
-
readonly
|
|
5769
|
-
readonly
|
|
5770
|
-
readonly
|
|
5771
|
-
readonly
|
|
5772
|
-
readonly
|
|
5773
|
-
readonly
|
|
5660
|
+
readonly __wbg_invalidstatetransitionerror_free: (a: number, b: number) => void;
|
|
5661
|
+
readonly __wbg_uncompressedpublickeynotallowederror_free: (a: number, b: number) => void;
|
|
5662
|
+
readonly contractboundedkeyoutofboundserror_getCode: (a: number) => number;
|
|
5663
|
+
readonly contractboundedkeyoutofboundserror_message: (a: number) => [number, number];
|
|
5664
|
+
readonly contractgroupboundkeynotallowedinshieldedidentitycreationerror_getCode: (a: number) => number;
|
|
5665
|
+
readonly contractgroupboundkeynotallowedinshieldedidentitycreationerror_getKeyId: (a: number) => number;
|
|
5666
|
+
readonly contractgroupboundkeynotallowedinshieldedidentitycreationerror_message: (a: number) => [number, number];
|
|
5667
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
5668
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
5669
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5670
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
5671
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
5672
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
5673
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
5674
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
5675
|
+
readonly datacontractisreadonlyerror_getCode: (a: number) => number;
|
|
5676
|
+
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
5677
|
+
readonly datacontractisreadonlyerror_message: (a: number) => [number, number];
|
|
5678
|
+
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
5679
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
5680
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
5681
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
5682
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
5683
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
5684
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
5685
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
5686
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
5687
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
5688
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5689
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
5690
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
5691
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
5692
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5693
|
+
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
5694
|
+
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
5695
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
5696
|
+
readonly identitycreatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5697
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5698
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5699
|
+
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
5700
|
+
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
5701
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
5702
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
5703
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5704
|
+
readonly identitycreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5705
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5706
|
+
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5707
|
+
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
5708
|
+
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5709
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5710
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
5711
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5712
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5713
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5714
|
+
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5715
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5716
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5717
|
+
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5718
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5719
|
+
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5720
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5721
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5722
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5723
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5724
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5725
|
+
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5726
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5727
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5728
|
+
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5729
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5730
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5731
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5732
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5733
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5734
|
+
readonly identityinsufficientbalanceerror_getBalance: (a: number) => bigint;
|
|
5735
|
+
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
5736
|
+
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
5737
|
+
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
5738
|
+
readonly identityupdatetransition_addPublicKeys: (a: number) => [number, number];
|
|
5739
|
+
readonly identityupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5740
|
+
readonly identityupdatetransition_getIdentityId: (a: number) => any;
|
|
5741
|
+
readonly identityupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5742
|
+
readonly identityupdatetransition_getPublicKeyIdsToDisable: (a: number) => [number, number];
|
|
5743
|
+
readonly identityupdatetransition_getPublicKeysToAdd: (a: number) => [number, number];
|
|
5744
|
+
readonly identityupdatetransition_getSignature: (a: number) => any;
|
|
5745
|
+
readonly identityupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5746
|
+
readonly identityupdatetransition_getType: (a: number) => number;
|
|
5747
|
+
readonly identityupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5748
|
+
readonly identityupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5749
|
+
readonly identityupdatetransition_new: (a: number) => [number, number, number];
|
|
5750
|
+
readonly identityupdatetransition_setIdentityContractNonce: (a: number, b: bigint) => void;
|
|
5751
|
+
readonly identityupdatetransition_setIdentityId: (a: number, b: any) => void;
|
|
5752
|
+
readonly identityupdatetransition_setPublicKeyIdsToDisable: (a: number, b: number, c: number) => void;
|
|
5753
|
+
readonly identityupdatetransition_setPublicKeysToAdd: (a: number, b: number, c: number) => [number, number];
|
|
5754
|
+
readonly identityupdatetransition_setRevision: (a: number, b: bigint) => void;
|
|
5755
|
+
readonly identityupdatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5756
|
+
readonly identityupdatetransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
5757
|
+
readonly identityupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5758
|
+
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5759
|
+
readonly identityupdatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5760
|
+
readonly identityupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5761
|
+
readonly identityupdatetransition_toJSON: (a: number) => [number, number, number];
|
|
5762
|
+
readonly identityupdatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5763
|
+
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5764
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
5765
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
5766
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
5767
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
5768
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
5769
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
5770
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
5771
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
5772
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
5773
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
5774
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
5775
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
5776
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
5774
5777
|
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
5775
5778
|
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
5776
|
-
readonly
|
|
5777
|
-
readonly
|
|
5778
|
-
readonly
|
|
5779
|
-
readonly
|
|
5780
|
-
readonly
|
|
5781
|
-
readonly
|
|
5782
|
-
readonly
|
|
5779
|
+
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
5780
|
+
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
5781
|
+
readonly invalidstatetransitionerror_new_wasm: (a: number, b: number, c: any) => [number, number, number];
|
|
5782
|
+
readonly uncompressedpublickeynotallowederror_getCode: (a: number) => number;
|
|
5783
|
+
readonly uncompressedpublickeynotallowederror_message: (a: number) => [number, number];
|
|
5784
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
5785
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
5786
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5787
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5788
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5789
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5790
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5791
|
+
readonly identityupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5792
|
+
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5793
|
+
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
5794
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5795
|
+
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
5796
|
+
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
5797
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5798
|
+
readonly identityupdatetransition_getRevision: (a: number) => bigint;
|
|
5799
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
5783
5800
|
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
5784
|
-
readonly
|
|
5785
|
-
readonly
|
|
5801
|
+
readonly uncompressedpublickeynotallowederror_getPublicKeySize: (a: number) => number;
|
|
5802
|
+
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
5803
|
+
readonly __wbg_datacontractgenericerror_free: (a: number, b: number) => void;
|
|
5804
|
+
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
5805
|
+
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5806
|
+
readonly __wbg_statetransitionisnotactiveerror_free: (a: number, b: number) => void;
|
|
5807
|
+
readonly __wbg_tokenclaimtransition_free: (a: number, b: number) => void;
|
|
5808
|
+
readonly __wbg_tokenconfigupdatetransition_free: (a: number, b: number) => void;
|
|
5809
|
+
readonly __wbg_tokenconfiguration_free: (a: number, b: number) => void;
|
|
5810
|
+
readonly __wbg_tokendestroyfrozenfundstransition_free: (a: number, b: number) => void;
|
|
5811
|
+
readonly __wbg_tokenemergencyactiontransition_free: (a: number, b: number) => void;
|
|
5812
|
+
readonly __wbg_tokenfreezetransition_free: (a: number, b: number) => void;
|
|
5813
|
+
readonly __wbg_tokenkeepshistoryrules_free: (a: number, b: number) => void;
|
|
5814
|
+
readonly __wbg_tokensetpricefordirectpurchasetransition_free: (a: number, b: number) => void;
|
|
5815
|
+
readonly __wbg_tokentransfertransition_free: (a: number, b: number) => void;
|
|
5816
|
+
readonly __wbg_tokentransition_free: (a: number, b: number) => void;
|
|
5817
|
+
readonly __wbg_tokenunfreezetransition_free: (a: number, b: number) => void;
|
|
5818
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
5819
|
+
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
5820
|
+
readonly datacontractgenericerror_getMessage: (a: number) => [number, number];
|
|
5821
|
+
readonly invaliddocumenttypeindatacontracterror_getDataContractId: (a: number) => any;
|
|
5822
|
+
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
5823
|
+
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
5824
|
+
readonly mismatchowneridserror_getDocuments: (a: number) => [number, number];
|
|
5825
|
+
readonly mismatchowneridserror_new: (a: number, b: number) => number;
|
|
5826
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeEnd: (a: number) => number;
|
|
5827
|
+
readonly statetransitionisnotactiveerror_getActiveVersionRangeStart: (a: number) => number;
|
|
5828
|
+
readonly statetransitionisnotactiveerror_getCurrentProtocolVersion: (a: number) => number;
|
|
5829
|
+
readonly statetransitionisnotactiveerror_getStateTransitionType: (a: number) => [number, number];
|
|
5830
|
+
readonly statetransitionisnotactiveerror_toObject: (a: number) => any;
|
|
5831
|
+
readonly tokenclaimtransition_getDistributionType: (a: number) => number;
|
|
5832
|
+
readonly tokenclaimtransition_getPublicNote: (a: number) => [number, number];
|
|
5833
|
+
readonly tokenconfigupdatetransition_getPublicNote: (a: number) => [number, number];
|
|
5834
|
+
readonly tokenconfiguration_keepsHistory: (a: number) => number;
|
|
5835
|
+
readonly tokendestroyfrozenfundstransition_getFrozenIdentityId: (a: number) => any;
|
|
5836
|
+
readonly tokendestroyfrozenfundstransition_getPublicNote: (a: number) => [number, number];
|
|
5837
|
+
readonly tokenemergencyactiontransition_getPublicNote: (a: number) => [number, number];
|
|
5838
|
+
readonly tokenfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5839
|
+
readonly tokenfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5840
|
+
readonly tokenkeepshistoryrules_keepsBurningHistory: (a: number) => number;
|
|
5841
|
+
readonly tokenkeepshistoryrules_keepsFreezingHistory: (a: number) => number;
|
|
5842
|
+
readonly tokenkeepshistoryrules_keepsMintingHistory: (a: number) => number;
|
|
5843
|
+
readonly tokenkeepshistoryrules_keepsTransferHistory: (a: number) => number;
|
|
5844
|
+
readonly tokensetpricefordirectpurchasetransition_getPrice: (a: number) => [number, bigint];
|
|
5845
|
+
readonly tokensetpricefordirectpurchasetransition_getPublicNote: (a: number) => [number, number];
|
|
5846
|
+
readonly tokentransfertransition_getAmount: (a: number) => bigint;
|
|
5847
|
+
readonly tokentransfertransition_getPublicNote: (a: number) => [number, number];
|
|
5848
|
+
readonly tokentransfertransition_getRecipientId: (a: number) => any;
|
|
5849
|
+
readonly tokentransition_getDataContractId: (a: number) => any;
|
|
5850
|
+
readonly tokentransition_getHistoricalDocumentId: (a: number, b: any) => any;
|
|
5851
|
+
readonly tokentransition_getHistoricalDocumentTypeName: (a: number) => [number, number];
|
|
5852
|
+
readonly tokentransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5853
|
+
readonly tokentransition_getTokenContractPosition: (a: number) => any;
|
|
5854
|
+
readonly tokentransition_getTokenId: (a: number) => any;
|
|
5855
|
+
readonly tokentransition_getTransitionType: (a: number) => number;
|
|
5856
|
+
readonly tokentransition_toTransition: (a: number) => any;
|
|
5857
|
+
readonly tokenunfreezetransition_getFrozenIdentityId: (a: number) => any;
|
|
5858
|
+
readonly tokenunfreezetransition_getPublicNote: (a: number) => [number, number];
|
|
5859
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
5860
|
+
readonly tokenemergencyactiontransition_getEmergencyAction: (a: number) => number;
|
|
5861
|
+
readonly __wbg_contractboundedkeynonbatcherror_free: (a: number, b: number) => void;
|
|
5862
|
+
readonly __wbg_dashplatformprotocol_free: (a: number, b: number) => void;
|
|
5863
|
+
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
5786
5864
|
readonly __wbg_datacontractfacade_free: (a: number, b: number) => void;
|
|
5865
|
+
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
5866
|
+
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
5867
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
5868
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
5869
|
+
readonly __wbg_documentfactory_free: (a: number, b: number) => void;
|
|
5787
5870
|
readonly __wbg_documentnorevisionerror_free: (a: number, b: number) => void;
|
|
5788
|
-
readonly
|
|
5789
|
-
readonly
|
|
5790
|
-
readonly
|
|
5791
|
-
readonly
|
|
5792
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
5793
|
-
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
5871
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
5872
|
+
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
5873
|
+
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
5874
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
5794
5875
|
readonly __wbg_identitypublickey_free: (a: number, b: number) => void;
|
|
5795
|
-
readonly
|
|
5796
|
-
readonly
|
|
5876
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
5877
|
+
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
5878
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
5797
5879
|
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
5798
|
-
readonly
|
|
5799
|
-
readonly
|
|
5800
|
-
readonly
|
|
5801
|
-
readonly
|
|
5802
|
-
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
5803
|
-
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5804
|
-
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
5805
|
-
readonly __wbg_mismatchowneridserror_free: (a: number, b: number) => void;
|
|
5806
|
-
readonly __wbg_revisionabsenterror_free: (a: number, b: number) => void;
|
|
5880
|
+
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
5881
|
+
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
5882
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
5883
|
+
readonly __wbg_notimplementedcreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
5807
5884
|
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
5808
5885
|
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
5809
|
-
readonly
|
|
5810
|
-
readonly
|
|
5811
|
-
readonly
|
|
5812
|
-
readonly
|
|
5813
|
-
readonly
|
|
5814
|
-
readonly
|
|
5815
|
-
readonly
|
|
5816
|
-
readonly
|
|
5817
|
-
readonly
|
|
5818
|
-
readonly
|
|
5819
|
-
readonly
|
|
5820
|
-
readonly
|
|
5821
|
-
readonly
|
|
5822
|
-
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5823
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5824
|
-
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
5825
|
-
readonly datacontractcreatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5826
|
-
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5827
|
-
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5828
|
-
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5829
|
-
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5886
|
+
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
5887
|
+
readonly contractboundedkeynonbatcherror_getCode: (a: number) => number;
|
|
5888
|
+
readonly contractboundedkeynonbatcherror_message: (a: number) => [number, number];
|
|
5889
|
+
readonly dashplatformprotocol_data_contract: (a: number) => number;
|
|
5890
|
+
readonly dashplatformprotocol_document: (a: number) => number;
|
|
5891
|
+
readonly dashplatformprotocol_identity: (a: number) => number;
|
|
5892
|
+
readonly dashplatformprotocol_new: (a: any, b: number) => [number, number, number];
|
|
5893
|
+
readonly dashplatformprotocol_protocol_version: (a: number) => number;
|
|
5894
|
+
readonly dashplatformprotocol_state_transition: (a: number) => number;
|
|
5895
|
+
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
5896
|
+
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
5897
|
+
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
5898
|
+
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
5830
5899
|
readonly datacontractfacade_create: (a: number, b: number, c: number, d: bigint, e: any, f: number) => [number, number, number];
|
|
5831
5900
|
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
5832
5901
|
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
5833
5902
|
readonly datacontractfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
5834
5903
|
readonly datacontractfacade_createFromObject: (a: number, b: any, c: number) => any;
|
|
5904
|
+
readonly datacontractupdatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5905
|
+
readonly datacontractupdatetransition_getDataContract: (a: number, b: number) => [number, number, number];
|
|
5906
|
+
readonly datacontractupdatetransition_getIdentityContractNonce: (a: number) => bigint;
|
|
5907
|
+
readonly datacontractupdatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5908
|
+
readonly datacontractupdatetransition_getOwnerId: (a: number) => any;
|
|
5909
|
+
readonly datacontractupdatetransition_getSignature: (a: number) => any;
|
|
5910
|
+
readonly datacontractupdatetransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5911
|
+
readonly datacontractupdatetransition_getType: (a: number) => number;
|
|
5912
|
+
readonly datacontractupdatetransition_getUserFeeIncrease: (a: number) => number;
|
|
5913
|
+
readonly datacontractupdatetransition_isDataContractStateTransition: (a: number) => number;
|
|
5914
|
+
readonly datacontractupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
5915
|
+
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
5916
|
+
readonly datacontractupdatetransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5917
|
+
readonly datacontractupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5918
|
+
readonly datacontractupdatetransition_toBuffer: (a: number) => [number, number, number];
|
|
5919
|
+
readonly datacontractupdatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
5920
|
+
readonly datacontractupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
5921
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
5922
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
5923
|
+
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
5924
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5925
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5926
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5927
|
+
readonly documentfacade_new: (a: number) => number;
|
|
5928
|
+
readonly documentfactory_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
5929
|
+
readonly documentfactory_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
5930
|
+
readonly documentfactory_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
5931
|
+
readonly documentfactory_new: (a: number, b: number) => [number, number, number];
|
|
5835
5932
|
readonly documentnorevisionerror_getDocument: (a: number) => number;
|
|
5836
5933
|
readonly documentnorevisionerror_new: (a: number) => number;
|
|
5837
|
-
readonly
|
|
5838
|
-
readonly
|
|
5839
|
-
readonly
|
|
5840
|
-
readonly
|
|
5841
|
-
readonly
|
|
5842
|
-
readonly
|
|
5843
|
-
readonly
|
|
5844
|
-
readonly
|
|
5845
|
-
readonly
|
|
5846
|
-
readonly
|
|
5847
|
-
readonly
|
|
5848
|
-
readonly
|
|
5849
|
-
readonly
|
|
5850
|
-
readonly
|
|
5851
|
-
readonly
|
|
5852
|
-
readonly
|
|
5853
|
-
readonly
|
|
5854
|
-
readonly
|
|
5855
|
-
readonly
|
|
5856
|
-
readonly
|
|
5857
|
-
readonly
|
|
5858
|
-
readonly
|
|
5859
|
-
readonly
|
|
5860
|
-
readonly
|
|
5861
|
-
readonly
|
|
5862
|
-
readonly
|
|
5863
|
-
readonly
|
|
5864
|
-
readonly
|
|
5865
|
-
readonly
|
|
5866
|
-
readonly
|
|
5867
|
-
readonly
|
|
5868
|
-
readonly
|
|
5869
|
-
readonly
|
|
5870
|
-
readonly extendeddocument_toBuffer: (a: number) => [number, number, number];
|
|
5871
|
-
readonly extendeddocument_toObject: (a: number) => [number, number, number];
|
|
5872
|
-
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
5873
|
-
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
5874
|
-
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
5875
|
-
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
5876
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
5877
|
-
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
5878
|
-
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
5879
|
-
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
5880
|
-
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5881
|
-
readonly identitycredittransfertransition_getNonce: (a: number) => bigint;
|
|
5882
|
-
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
5883
|
-
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
5884
|
-
readonly identitycredittransfertransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5885
|
-
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
5886
|
-
readonly identitycredittransfertransition_getUserFeeIncrease: (a: number) => number;
|
|
5887
|
-
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
5888
|
-
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
5889
|
-
readonly identitycredittransfertransition_setAmount: (a: number, b: bigint) => void;
|
|
5890
|
-
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
5891
|
-
readonly identitycredittransfertransition_setNonce: (a: number, b: bigint) => void;
|
|
5892
|
-
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
5893
|
-
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5894
|
-
readonly identitycredittransfertransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5895
|
-
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5896
|
-
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5897
|
-
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
5898
|
-
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
5899
|
-
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5934
|
+
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
5935
|
+
readonly documenttransitions_addTransitionDelete: (a: number, b: number) => void;
|
|
5936
|
+
readonly documenttransitions_addTransitionReplace: (a: number, b: number) => void;
|
|
5937
|
+
readonly documenttransitions_new: () => number;
|
|
5938
|
+
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
5939
|
+
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
5940
|
+
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
5941
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
5942
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
5943
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
5944
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
5945
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
5946
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
5947
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
5948
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
5949
|
+
readonly identitycreditwithdrawaltransition_getSignaturePublicKeyId: (a: number) => number;
|
|
5950
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
5951
|
+
readonly identitycreditwithdrawaltransition_getUserFeeIncrease: (a: number) => number;
|
|
5952
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
5953
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
5954
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
5955
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
5956
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
5957
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
5958
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
5959
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
5960
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
5961
|
+
readonly identitycreditwithdrawaltransition_setUserFeeIncrease: (a: number, b: number) => void;
|
|
5962
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
5963
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
5964
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
5965
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
5966
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
5900
5967
|
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
5901
5968
|
readonly identitypublickey_getData: (a: number) => any;
|
|
5902
5969
|
readonly identitypublickey_getDisabledAt: (a: number) => any;
|
|
@@ -5918,66 +5985,58 @@ export interface InitOutput {
|
|
|
5918
5985
|
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
5919
5986
|
readonly identitypublickey_toJSON: (a: number) => [number, number, number];
|
|
5920
5987
|
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
5921
|
-
readonly
|
|
5922
|
-
readonly
|
|
5923
|
-
readonly
|
|
5924
|
-
readonly
|
|
5925
|
-
readonly
|
|
5926
|
-
readonly
|
|
5927
|
-
readonly
|
|
5988
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
5989
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
5990
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
5991
|
+
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
5992
|
+
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
5993
|
+
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
5994
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
5995
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
5928
5996
|
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
5929
5997
|
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
5930
5998
|
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
5931
5999
|
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
5932
|
-
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
5933
|
-
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
5934
|
-
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
5935
|
-
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
5936
|
-
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
5937
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
5938
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
5939
|
-
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
5940
|
-
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
5941
|
-
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
5942
|
-
readonly invalidinitialrevisionerror_getDocument: (a: number) => number;
|
|
5943
|
-
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
5944
|
-
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
5945
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
5946
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
5947
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
5948
|
-
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
5949
6000
|
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
5950
6001
|
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
5951
|
-
readonly
|
|
5952
|
-
readonly
|
|
5953
|
-
readonly
|
|
5954
|
-
readonly
|
|
5955
|
-
readonly
|
|
5956
|
-
readonly
|
|
5957
|
-
readonly
|
|
5958
|
-
readonly
|
|
5959
|
-
readonly
|
|
5960
|
-
readonly
|
|
6002
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
6003
|
+
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
6004
|
+
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
6005
|
+
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
6006
|
+
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
6007
|
+
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
6008
|
+
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
6009
|
+
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
6010
|
+
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
6011
|
+
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
6012
|
+
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
6013
|
+
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
6014
|
+
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
6015
|
+
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
6016
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
6017
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
6018
|
+
readonly notimplementedcreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
5961
6019
|
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
5962
|
-
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5963
|
-
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
5964
|
-
readonly valueerror_getCode: (a: number) => number;
|
|
5965
|
-
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
5966
|
-
readonly valueerror_message: (a: number) => [number, number];
|
|
5967
|
-
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
5968
|
-
readonly invalidinitialrevisionerror_new: (a: number) => number;
|
|
5969
|
-
readonly revisionabsenterror_new: (a: number) => number;
|
|
5970
|
-
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
5971
|
-
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
5972
|
-
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
5973
|
-
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
5974
|
-
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
5975
|
-
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
5976
|
-
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
5977
|
-
readonly identitycredittransfertransition_getAmount: (a: number) => bigint;
|
|
5978
|
-
readonly metadata_getBlockHeight: (a: number) => bigint;
|
|
5979
6020
|
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
6021
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
5980
6022
|
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
6023
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
6024
|
+
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
6025
|
+
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
6026
|
+
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
6027
|
+
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
6028
|
+
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
6029
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
6030
|
+
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
6031
|
+
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
6032
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
6033
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
6034
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
6035
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
6036
|
+
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
6037
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
6038
|
+
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
6039
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
5981
6040
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
5982
6041
|
readonly rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
5983
6042
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|