@dashevo/wasm-dpp 1.8.0-dev.2 → 1.8.0-rc.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/Cargo.toml +1 -1
- package/dist/wasm/wasm_dpp.d.ts +676 -676
- package/dist/wasm/wasm_dpp.js +21 -21
- package/dist/wasm/wasm_dpp_bg.js +1 -1
- package/lib/wasm/wasm_dpp.d.ts +676 -676
- package/package.json +2 -2
package/dist/wasm/wasm_dpp.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
4
|
-
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
5
3
|
export function generateDocumentId(contract_id: any, owner_id: any, document_type: string, entropy: Uint8Array): any;
|
|
6
4
|
export function getLatestProtocolVersion(): number;
|
|
5
|
+
export function deserializeConsensusError(bytes: Uint8Array): any;
|
|
6
|
+
export function createAssetLockProofInstance(raw_parameters: any): any;
|
|
7
7
|
export enum KeyPurpose {
|
|
8
8
|
/**
|
|
9
9
|
* at least one authentication key must be registered for all security levels
|
|
@@ -1928,14 +1928,6 @@ export interface InitOutput {
|
|
|
1928
1928
|
readonly memory: WebAssembly.Memory;
|
|
1929
1929
|
readonly __wbg_invalidactionerror_free: (a: number, b: number) => void;
|
|
1930
1930
|
readonly invalidactionterror_new: (a: any) => number;
|
|
1931
|
-
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
1932
|
-
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
1933
|
-
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
1934
|
-
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
1935
|
-
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
1936
|
-
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
1937
|
-
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
1938
|
-
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
1939
1931
|
readonly __wbg_inconsistentcompoundindexdataerror_free: (a: number, b: number) => void;
|
|
1940
1932
|
readonly inconsistentcompoundindexdataerror_getIndexedProperties: (a: number) => any;
|
|
1941
1933
|
readonly inconsistentcompoundindexdataerror_getDocumentType: (a: number) => [number, number];
|
|
@@ -1949,31 +1941,39 @@ export interface InitOutput {
|
|
|
1949
1941
|
readonly __wbg_missingdocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
1950
1942
|
readonly missingdocumenttransitionactionerror_getCode: (a: number) => number;
|
|
1951
1943
|
readonly missingdocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
1952
|
-
readonly
|
|
1953
|
-
readonly
|
|
1954
|
-
readonly
|
|
1955
|
-
readonly
|
|
1956
|
-
readonly
|
|
1957
|
-
readonly
|
|
1958
|
-
readonly
|
|
1959
|
-
readonly
|
|
1944
|
+
readonly __wbg_invalididentityassetlocktransactionerror_free: (a: number, b: number) => void;
|
|
1945
|
+
readonly invalididentityassetlocktransactionerror_getErrorMessage: (a: number) => [number, number];
|
|
1946
|
+
readonly invalididentityassetlocktransactionerror_getCode: (a: number) => number;
|
|
1947
|
+
readonly invalididentityassetlocktransactionerror_message: (a: number) => [number, number];
|
|
1948
|
+
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
1949
|
+
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
1950
|
+
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
1951
|
+
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
1952
|
+
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
1953
|
+
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
1954
|
+
readonly publickeyisdisablederror_getCode: (a: number) => number;
|
|
1955
|
+
readonly publickeyisdisablederror_message: (a: number) => [number, number];
|
|
1960
1956
|
readonly invalidstatetransitiontypeerror_new: (a: number) => number;
|
|
1961
1957
|
readonly invalidstatetransitiontypeerror_getType: (a: number) => number;
|
|
1962
1958
|
readonly invalidstatetransitiontypeerror_getCode: (a: number) => number;
|
|
1963
1959
|
readonly invalidstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
1960
|
+
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
1961
|
+
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
1962
|
+
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
1963
|
+
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
1964
1964
|
readonly identitynotfounderror_new: (a: any) => number;
|
|
1965
1965
|
readonly identitynotfounderror_getIdentityId: (a: number) => any;
|
|
1966
1966
|
readonly identitynotfounderror_getCode: (a: number) => number;
|
|
1967
1967
|
readonly identitynotfounderror_message: (a: number) => [number, number];
|
|
1968
1968
|
readonly identitynotfounderror_serialize: (a: number) => [number, number, number];
|
|
1969
|
+
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
1970
|
+
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
1971
|
+
readonly __wbg_documenttimestampsareequalerror_free: (a: number, b: number) => void;
|
|
1972
|
+
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
1969
1973
|
readonly documenttimestampsareequalerror_getCode: (a: number) => number;
|
|
1970
1974
|
readonly documenttimestampsareequalerror_message: (a: number) => [number, number];
|
|
1971
|
-
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
1972
|
-
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
1973
1975
|
readonly __wbg_missingidentitypublickeyidserror_free: (a: number, b: number) => void;
|
|
1974
1976
|
readonly missingidentitypublickeyidserror_getDuplicatedIds: (a: number) => any;
|
|
1975
|
-
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
1976
|
-
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
1977
1977
|
readonly __wbg_identityfacade_free: (a: number, b: number) => void;
|
|
1978
1978
|
readonly identityfacade_create: (a: number, b: any, c: any) => [number, number, number];
|
|
1979
1979
|
readonly identityfacade_createFromBuffer: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
@@ -2007,6 +2007,7 @@ export interface InitOutput {
|
|
|
2007
2007
|
readonly identitypublickey_toObject: (a: number) => [number, number, number];
|
|
2008
2008
|
readonly identitypublickey_toBuffer: (a: number) => [number, number, number];
|
|
2009
2009
|
readonly identitypublickey_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
2010
|
+
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
2010
2011
|
readonly __wbg_identitypublickeywithwitness_free: (a: number, b: number) => void;
|
|
2011
2012
|
readonly identitypublickeywithwitness_new: (a: number) => [number, number, number];
|
|
2012
2013
|
readonly identitypublickeywithwitness_getId: (a: number) => number;
|
|
@@ -2051,18 +2052,17 @@ export interface InitOutput {
|
|
|
2051
2052
|
readonly identityupdatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2052
2053
|
readonly identityupdatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
2053
2054
|
readonly statetransitionfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => any;
|
|
2054
|
-
readonly
|
|
2055
|
+
readonly __wbg_signatureshouldnotbepresenterror_free: (a: number, b: number) => void;
|
|
2055
2056
|
readonly identityupdatetransition_getPublicKeysToAdd: (a: number) => [number, number];
|
|
2056
|
-
readonly
|
|
2057
|
-
readonly documenttimestampsareequalerror_getDocumentId: (a: number) => any;
|
|
2057
|
+
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
2058
2058
|
readonly identityupdatetransition_identityId: (a: number) => any;
|
|
2059
2059
|
readonly identityupdatetransition_getOwnerId: (a: number) => any;
|
|
2060
2060
|
readonly identityupdatetransition_isDocumentStateTransition: (a: number) => number;
|
|
2061
2061
|
readonly identityupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
2062
|
+
readonly __wbg_publickeyisdisablederror_free: (a: number, b: number) => void;
|
|
2062
2063
|
readonly __wbg_identitynotfounderror_free: (a: number, b: number) => void;
|
|
2063
2064
|
readonly __wbg_invalidstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
2064
|
-
readonly
|
|
2065
|
-
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
2065
|
+
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
2066
2066
|
readonly __wbg_statetransitionfactory_free: (a: number, b: number) => void;
|
|
2067
2067
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_getCode: (a: number) => number;
|
|
2068
2068
|
readonly withdrawaloutputscriptnotallowedwhensigningwithownerkeyerror_message: (a: number) => [number, number];
|
|
@@ -2240,47 +2240,47 @@ export interface InitOutput {
|
|
|
2240
2240
|
readonly __wbg_prefundedspecializedbalanceinsufficienterror_free: (a: number, b: number) => void;
|
|
2241
2241
|
readonly __wbg_documentincorrectpurchasepriceerror_free: (a: number, b: number) => void;
|
|
2242
2242
|
readonly __wbg_documentnotforsaleerror_free: (a: number, b: number) => void;
|
|
2243
|
-
readonly
|
|
2244
|
-
readonly
|
|
2245
|
-
readonly
|
|
2246
|
-
readonly
|
|
2247
|
-
readonly
|
|
2248
|
-
readonly
|
|
2249
|
-
readonly
|
|
2250
|
-
readonly
|
|
2243
|
+
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
2244
|
+
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
2245
|
+
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
2246
|
+
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
2247
|
+
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
2248
|
+
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
2249
|
+
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
2250
|
+
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
2251
|
+
readonly __wbg_duplicatedidentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
2252
|
+
readonly duplicatedidentitypublickeyiderror_getDuplicatedIds: (a: number) => any;
|
|
2253
|
+
readonly duplicatedidentitypublickeyiderror_getCode: (a: number) => number;
|
|
2254
|
+
readonly duplicatedidentitypublickeyiderror_message: (a: number) => [number, number];
|
|
2251
2255
|
readonly __wbg_identityassetlocktransactionoutpointalreadyexistserror_free: (a: number, b: number) => void;
|
|
2252
2256
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getOutputIndex: (a: number) => number;
|
|
2253
2257
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getTransactionId: (a: number) => any;
|
|
2254
2258
|
readonly identityassetlocktransactionoutpointalreadyexistserror_getCode: (a: number) => number;
|
|
2255
2259
|
readonly identityassetlocktransactionoutpointalreadyexistserror_message: (a: number) => [number, number];
|
|
2256
|
-
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
2257
|
-
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
2258
|
-
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
2259
|
-
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
2260
|
-
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
2261
|
-
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
2262
|
-
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
2263
2260
|
readonly __wbg_invalidassetlockprooftransactionheighterror_free: (a: number, b: number) => void;
|
|
2264
2261
|
readonly invalidassetlockprooftransactionheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
2265
2262
|
readonly invalidassetlockprooftransactionheighterror_getTransactionHeight: (a: number) => number;
|
|
2266
2263
|
readonly invalidassetlockprooftransactionheighterror_getCode: (a: number) => number;
|
|
2267
2264
|
readonly invalidassetlockprooftransactionheighterror_message: (a: number) => [number, number];
|
|
2268
|
-
readonly
|
|
2269
|
-
readonly
|
|
2270
|
-
readonly
|
|
2271
|
-
readonly
|
|
2272
|
-
readonly
|
|
2273
|
-
readonly
|
|
2274
|
-
readonly
|
|
2275
|
-
readonly
|
|
2276
|
-
readonly
|
|
2277
|
-
readonly
|
|
2278
|
-
readonly
|
|
2265
|
+
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
2266
|
+
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
2267
|
+
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
2268
|
+
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
2269
|
+
readonly __wbg_invalididentitypublickeyiderror_free: (a: number, b: number) => void;
|
|
2270
|
+
readonly invalididentitypublickeyiderror_getCode: (a: number) => number;
|
|
2271
|
+
readonly invalididentitypublickeyiderror_message: (a: number) => [number, number];
|
|
2272
|
+
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
2273
|
+
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
2274
|
+
readonly __wbg_valueerror_free: (a: number, b: number) => void;
|
|
2275
|
+
readonly valueerror_getMessage: (a: number) => [number, number];
|
|
2276
|
+
readonly valueerror_getCode: (a: number) => number;
|
|
2277
|
+
readonly valueerror_message: (a: number) => [number, number];
|
|
2279
2278
|
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getHeightReportedNotLocked: (a: number) => number;
|
|
2280
|
-
readonly
|
|
2279
|
+
readonly invalididentitypublickeyiderror_getId: (a: number) => number;
|
|
2280
|
+
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
2281
2281
|
readonly invalididentityassetlockproofchainlockvalidationerrorwasm_getTransactionId: (a: number) => any;
|
|
2282
2282
|
readonly __wbg_invalididentityassetlockproofchainlockvalidationerrorwasm_free: (a: number, b: number) => void;
|
|
2283
|
-
readonly
|
|
2283
|
+
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
2284
2284
|
readonly __wbg_documenttransitions_free: (a: number, b: number) => void;
|
|
2285
2285
|
readonly documenttransitions_new: () => number;
|
|
2286
2286
|
readonly documenttransitions_addTransitionCreate: (a: number, b: number) => void;
|
|
@@ -2299,19 +2299,15 @@ export interface InitOutput {
|
|
|
2299
2299
|
readonly datacontractnotpresenterror_getDataContractId: (a: number) => any;
|
|
2300
2300
|
readonly datacontractnotpresenterror_getCode: (a: number) => number;
|
|
2301
2301
|
readonly datacontractnotpresenterror_message: (a: number) => [number, number];
|
|
2302
|
-
readonly __wbg_documenttransitionsareabsenterror_free: (a: number, b: number) => void;
|
|
2303
|
-
readonly documenttransitionsareabsenterror_getCode: (a: number) => number;
|
|
2304
|
-
readonly documenttransitionsareabsenterror_message: (a: number) => [number, number];
|
|
2305
2302
|
readonly __wbg_duplicatedocumenttransitionswithidserror_free: (a: number, b: number) => void;
|
|
2306
2303
|
readonly duplicatedocumenttransitionswithidserror_getDocumentTransitionReferences: (a: number) => any;
|
|
2307
2304
|
readonly duplicatedocumenttransitionswithidserror_getCode: (a: number) => number;
|
|
2308
2305
|
readonly duplicatedocumenttransitionswithidserror_message: (a: number) => [number, number];
|
|
2309
2306
|
readonly duplicatedocumenttransitionswithindiceserror_getCode: (a: number) => number;
|
|
2310
2307
|
readonly duplicatedocumenttransitionswithindiceserror_message: (a: number) => [number, number];
|
|
2311
|
-
readonly
|
|
2312
|
-
readonly
|
|
2313
|
-
readonly
|
|
2314
|
-
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
2308
|
+
readonly __wbg_missingdocumenttransitiontypeerror_free: (a: number, b: number) => void;
|
|
2309
|
+
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
2310
|
+
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
2315
2311
|
readonly __wbg_identityassetlockprooflockedtransactionmismatcherror_free: (a: number, b: number) => void;
|
|
2316
2312
|
readonly identityassetlockprooflockedtransactionmismatcherror_getInstantLockTransactionId: (a: number) => any;
|
|
2317
2313
|
readonly identityassetlockprooflockedtransactionmismatcherror_getAssetLockTransactionId: (a: number) => any;
|
|
@@ -2330,13 +2326,14 @@ export interface InitOutput {
|
|
|
2330
2326
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCreditsRequired: (a: number) => bigint;
|
|
2331
2327
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_getCode: (a: number) => number;
|
|
2332
2328
|
readonly identityassetlocktransactionoutpointnotenoughbalanceerror_message: (a: number) => [number, number];
|
|
2333
|
-
readonly
|
|
2334
|
-
readonly
|
|
2335
|
-
readonly
|
|
2336
|
-
readonly
|
|
2337
|
-
readonly
|
|
2338
|
-
readonly
|
|
2339
|
-
readonly
|
|
2329
|
+
readonly __wbg_invalididentitycredittransferamounterror_free: (a: number, b: number) => void;
|
|
2330
|
+
readonly invalididentitycredittransferamounterror_getAmount: (a: number) => bigint;
|
|
2331
|
+
readonly invalididentitycredittransferamounterror_getMinAmount: (a: number) => bigint;
|
|
2332
|
+
readonly invalididentitycredittransferamounterror_getCode: (a: number) => number;
|
|
2333
|
+
readonly invalididentitycredittransferamounterror_message: (a: number) => [number, number];
|
|
2334
|
+
readonly __wbg_basicecdsaerror_free: (a: number, b: number) => void;
|
|
2335
|
+
readonly basicecdsaerror_getCode: (a: number) => number;
|
|
2336
|
+
readonly basicecdsaerror_message: (a: number) => [number, number];
|
|
2340
2337
|
readonly __wbg_datacontractisreadonlyerror_free: (a: number, b: number) => void;
|
|
2341
2338
|
readonly datacontractisreadonlyerror_new: (a: any) => number;
|
|
2342
2339
|
readonly datacontractisreadonlyerror_getDataContractId: (a: number) => any;
|
|
@@ -2350,7 +2347,10 @@ export interface InitOutput {
|
|
|
2350
2347
|
readonly documenttimestampwindowviolationerror_getTimeWindowEnd: (a: number) => any;
|
|
2351
2348
|
readonly documenttimestampwindowviolationerror_getCode: (a: number) => number;
|
|
2352
2349
|
readonly documenttimestampwindowviolationerror_message: (a: number) => [number, number];
|
|
2353
|
-
readonly
|
|
2350
|
+
readonly __wbg_identitypublickeyisdisablederror_free: (a: number, b: number) => void;
|
|
2351
|
+
readonly identitypublickeyisdisablederror_getPublicKeyIndex: (a: number) => number;
|
|
2352
|
+
readonly identitypublickeyisdisablederror_getCode: (a: number) => number;
|
|
2353
|
+
readonly identitypublickeyisdisablederror_message: (a: number) => [number, number];
|
|
2354
2354
|
readonly duplicatedocumenttransitionswithindiceserror_getDocumentTransitionReferences: (a: number) => any;
|
|
2355
2355
|
readonly __wbg_duplicatedocumenttransitionswithindiceserror_free: (a: number, b: number) => void;
|
|
2356
2356
|
readonly __wbg_datacontractnotpresenterror_free: (a: number, b: number) => void;
|
|
@@ -2395,427 +2395,133 @@ export interface InitOutput {
|
|
|
2395
2395
|
readonly document_hash: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
2396
2396
|
readonly document_clone: (a: number) => number;
|
|
2397
2397
|
readonly __wbg_tryingtoreplaceimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
2398
|
-
readonly
|
|
2399
|
-
readonly
|
|
2400
|
-
readonly
|
|
2401
|
-
readonly
|
|
2402
|
-
readonly
|
|
2403
|
-
readonly
|
|
2404
|
-
readonly
|
|
2405
|
-
readonly
|
|
2406
|
-
readonly
|
|
2407
|
-
readonly
|
|
2408
|
-
readonly
|
|
2409
|
-
readonly
|
|
2410
|
-
readonly
|
|
2411
|
-
readonly
|
|
2412
|
-
readonly
|
|
2413
|
-
readonly
|
|
2414
|
-
readonly
|
|
2415
|
-
readonly
|
|
2416
|
-
readonly
|
|
2417
|
-
readonly
|
|
2418
|
-
readonly
|
|
2419
|
-
readonly
|
|
2420
|
-
readonly
|
|
2421
|
-
readonly
|
|
2422
|
-
readonly
|
|
2423
|
-
readonly
|
|
2424
|
-
readonly
|
|
2425
|
-
readonly
|
|
2426
|
-
readonly
|
|
2427
|
-
readonly
|
|
2428
|
-
readonly
|
|
2429
|
-
readonly
|
|
2430
|
-
readonly documenttransition_getRevision: (a: number) => any;
|
|
2431
|
-
readonly documenttransition_setRevision: (a: number, b: number) => void;
|
|
2432
|
-
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
2433
|
-
readonly __wbg_documentsbatchtransition_free: (a: number, b: number) => void;
|
|
2434
|
-
readonly documentsbatchtransition_getType: (a: number) => number;
|
|
2435
|
-
readonly documentsbatchtransition_getOwnerId: (a: number) => any;
|
|
2436
|
-
readonly documentsbatchtransition_getTransitions: (a: number) => any;
|
|
2437
|
-
readonly documentsbatchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
2438
|
-
readonly documentsbatchtransition_setIdentityContractNonce: (a: number, b: number) => void;
|
|
2439
|
-
readonly documentsbatchtransition_getModifiedDataIds: (a: number) => any;
|
|
2440
|
-
readonly documentsbatchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
2441
|
-
readonly documentsbatchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2442
|
-
readonly documentsbatchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
2443
|
-
readonly documentsbatchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
2444
|
-
readonly documentsbatchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
2445
|
-
readonly documentsbatchtransition_getSignature: (a: number) => [number, number];
|
|
2446
|
-
readonly documentsbatchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2447
|
-
readonly documentsbatchtransition_isDataContractStateTransition: (a: number) => number;
|
|
2448
|
-
readonly documentsbatchtransition_toBuffer: (a: number) => [number, number, number];
|
|
2449
|
-
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
2450
|
-
readonly datacontracterror_getCode: (a: number) => number;
|
|
2451
|
-
readonly datacontracterror_message: (a: number) => [number, number];
|
|
2452
|
-
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
2453
|
-
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
2454
|
-
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
2455
|
-
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
2456
|
-
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
2457
|
-
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
2458
|
-
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
2459
|
-
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
2460
|
-
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
2398
|
+
readonly __wbg_documentnotprovidederror_free: (a: number, b: number) => void;
|
|
2399
|
+
readonly nodocumentssuppliederror_new: () => number;
|
|
2400
|
+
readonly __wbg_documentfacade_free: (a: number, b: number) => void;
|
|
2401
|
+
readonly documentfacade_new: (a: number) => number;
|
|
2402
|
+
readonly documentfacade_create: (a: number, b: number, c: any, d: number, e: number, f: any) => [number, number, number];
|
|
2403
|
+
readonly documentfacade_createExtendedDocumentFromDocumentBuffer: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
2404
|
+
readonly documentfacade_createStateTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
2405
|
+
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
2406
|
+
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
2407
|
+
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
2408
|
+
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
2409
|
+
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
2410
|
+
readonly __wbg_incompatiblere2patternerror_free: (a: number, b: number) => void;
|
|
2411
|
+
readonly incompatiblere2patternerror_getPattern: (a: number) => [number, number];
|
|
2412
|
+
readonly incompatiblere2patternerror_getPath: (a: number) => [number, number];
|
|
2413
|
+
readonly incompatiblere2patternerror_getMessage: (a: number) => [number, number];
|
|
2414
|
+
readonly incompatiblere2patternerror_getCode: (a: number) => number;
|
|
2415
|
+
readonly incompatiblere2patternerror_message: (a: number) => [number, number];
|
|
2416
|
+
readonly __wbg_systempropertyindexalreadypresenterror_free: (a: number, b: number) => void;
|
|
2417
|
+
readonly systempropertyindexalreadypresenterror_getDocumentType: (a: number) => [number, number];
|
|
2418
|
+
readonly systempropertyindexalreadypresenterror_getIndexName: (a: number) => [number, number];
|
|
2419
|
+
readonly systempropertyindexalreadypresenterror_getPropertyName: (a: number) => [number, number];
|
|
2420
|
+
readonly systempropertyindexalreadypresenterror_getCode: (a: number) => number;
|
|
2421
|
+
readonly systempropertyindexalreadypresenterror_message: (a: number) => [number, number];
|
|
2422
|
+
readonly invaliddatacontractiderror_getExpectedId: (a: number) => any;
|
|
2423
|
+
readonly invaliddatacontractiderror_getInvalidId: (a: number) => any;
|
|
2424
|
+
readonly invaliddatacontractiderror_getCode: (a: number) => number;
|
|
2425
|
+
readonly invaliddatacontractiderror_message: (a: number) => [number, number];
|
|
2426
|
+
readonly serializedobjectparsingerror_getParsingError: (a: number) => [number, number];
|
|
2427
|
+
readonly serializedobjectparsingerror_getCode: (a: number) => number;
|
|
2428
|
+
readonly serializedobjectparsingerror_message: (a: number) => [number, number];
|
|
2429
|
+
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
2461
2430
|
readonly missingdocumenttypeerror_getCode: (a: number) => number;
|
|
2462
2431
|
readonly missingdocumenttypeerror_message: (a: number) => [number, number];
|
|
2463
|
-
readonly
|
|
2464
|
-
readonly
|
|
2465
|
-
readonly
|
|
2466
|
-
readonly
|
|
2467
|
-
readonly
|
|
2468
|
-
readonly
|
|
2469
|
-
readonly
|
|
2470
|
-
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
2471
|
-
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
2472
|
-
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
2473
|
-
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
2474
|
-
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
2475
|
-
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
2476
|
-
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
2477
|
-
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
2478
|
-
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
2479
|
-
readonly __wbg_invalididentifiererror_free: (a: number, b: number) => void;
|
|
2480
|
-
readonly invalididentifiererror_getIdentifierName: (a: number) => [number, number];
|
|
2481
|
-
readonly invalididentifiererror_getIdentifierError: (a: number) => [number, number];
|
|
2482
|
-
readonly invalididentifiererror_getCode: (a: number) => number;
|
|
2483
|
-
readonly invalididentifiererror_message: (a: number) => [number, number];
|
|
2484
|
-
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
2485
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
2486
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
2487
|
-
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
2488
|
-
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
2489
|
-
readonly unsupportedprotocolversionerror_getLatestVersion: (a: number) => number;
|
|
2490
|
-
readonly unsupportedprotocolversionerror_getCode: (a: number) => number;
|
|
2491
|
-
readonly unsupportedprotocolversionerror_message: (a: number) => [number, number];
|
|
2492
|
-
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
2493
|
-
readonly __wbg_documentnotfounderror_free: (a: number, b: number) => void;
|
|
2494
|
-
readonly documentnotfounderror_getDocumentId: (a: number) => any;
|
|
2495
|
-
readonly documentnotfounderror_getCode: (a: number) => number;
|
|
2496
|
-
readonly documentnotfounderror_message: (a: number) => [number, number];
|
|
2497
|
-
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
2498
|
-
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
2499
|
-
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
2500
|
-
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
2501
|
-
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
2502
|
-
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
2503
|
-
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
2504
|
-
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
2505
|
-
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
2506
|
-
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
2507
|
-
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
2508
|
-
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
2509
|
-
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
2510
|
-
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
2511
|
-
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
2512
|
-
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
2513
|
-
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
2514
|
-
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
2515
|
-
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
2516
|
-
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
2517
|
-
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
2518
|
-
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
2519
|
-
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
2520
|
-
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
2521
|
-
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
2522
|
-
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
2523
|
-
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
2524
|
-
readonly identitycreatetransition_getType: (a: number) => number;
|
|
2525
|
-
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
2526
|
-
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2527
|
-
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
2528
|
-
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
2529
|
-
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2530
|
-
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
2531
|
-
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
2532
|
-
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2533
|
-
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
2534
|
-
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2535
|
-
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
2536
|
-
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
2537
|
-
readonly unsupportedprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
2538
|
-
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
2539
|
-
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
2540
|
-
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
2541
|
-
readonly instantassetlockproof_getType: (a: number) => number;
|
|
2542
|
-
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
2543
|
-
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
2544
|
-
readonly documentsbatchtransition_isDocumentStateTransition: (a: number) => number;
|
|
2545
|
-
readonly documentsbatchtransition_isIdentityStateTransition: (a: number) => number;
|
|
2546
|
-
readonly documentsbatchtransition_isVotingStateTransition: (a: number) => number;
|
|
2547
|
-
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
2548
|
-
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
2549
|
-
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
2550
|
-
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
2551
|
-
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
2552
|
-
readonly __wbg_unsupportedprotocolversionerror_free: (a: number, b: number) => void;
|
|
2553
|
-
readonly __wbg_missingdocumenttypeerror_free: (a: number, b: number) => void;
|
|
2554
|
-
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
2555
|
-
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
2556
|
-
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
2557
|
-
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
2558
|
-
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
2559
|
-
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
2560
|
-
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
2561
|
-
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
2562
|
-
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
2563
|
-
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
2564
|
-
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
2565
|
-
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
2566
|
-
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
2567
|
-
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
2568
|
-
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
2569
|
-
readonly __wbg_invaliddatacontractversionerror_free: (a: number, b: number) => void;
|
|
2570
|
-
readonly invaliddatacontractversionerror_getExpectedVersion: (a: number) => number;
|
|
2571
|
-
readonly invaliddatacontractversionerror_getVersion: (a: number) => number;
|
|
2572
|
-
readonly invaliddatacontractversionerror_getCode: (a: number) => number;
|
|
2573
|
-
readonly invaliddatacontractversionerror_message: (a: number) => [number, number];
|
|
2574
|
-
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
2575
|
-
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
2576
|
-
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
2577
|
-
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
2578
|
-
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
2579
|
-
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
2580
|
-
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
2581
|
-
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
2582
|
-
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
2583
|
-
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
2584
|
-
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
2585
|
-
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
2586
|
-
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
2587
|
-
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
2588
|
-
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
2589
|
-
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
2590
|
-
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
2591
|
-
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
2592
|
-
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
2593
|
-
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
2594
|
-
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
2595
|
-
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
2596
|
-
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
2597
|
-
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
2598
|
-
readonly maxidentitypublickeylimitreachederror_getCode: (a: number) => number;
|
|
2599
|
-
readonly maxidentitypublickeylimitreachederror_message: (a: number) => [number, number];
|
|
2600
|
-
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
2601
|
-
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
2602
|
-
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
2603
|
-
readonly identity_new: (a: number) => [number, number, number];
|
|
2604
|
-
readonly identity_getId: (a: number) => any;
|
|
2605
|
-
readonly identity_setId: (a: number, b: any) => void;
|
|
2606
|
-
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
2607
|
-
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
2608
|
-
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
2609
|
-
readonly identity_balance: (a: number) => number;
|
|
2610
|
-
readonly identity_setBalance: (a: number, b: number) => void;
|
|
2611
|
-
readonly identity_increaseBalance: (a: number, b: number) => number;
|
|
2612
|
-
readonly identity_reduceBalance: (a: number, b: number) => number;
|
|
2613
|
-
readonly identity_setRevision: (a: number, b: number) => void;
|
|
2614
|
-
readonly identity_getRevision: (a: number) => number;
|
|
2615
|
-
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
2616
|
-
readonly identity_getMetadata: (a: number) => number;
|
|
2617
|
-
readonly identity_from: (a: any) => number;
|
|
2618
|
-
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
2619
|
-
readonly identity_toObject: (a: number) => [number, number, number];
|
|
2620
|
-
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
2621
|
-
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
2622
|
-
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
2623
|
-
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
2624
|
-
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
2625
|
-
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
2626
|
-
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
2627
|
-
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
2628
|
-
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
2629
|
-
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
2630
|
-
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
2631
|
-
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
2632
|
-
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
2633
|
-
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
2634
|
-
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
2635
|
-
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
2636
|
-
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
2637
|
-
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
2638
|
-
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
2639
|
-
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
2640
|
-
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
2641
|
-
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
2642
|
-
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2643
|
-
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
2644
|
-
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
2645
|
-
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2646
|
-
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
2647
|
-
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
2648
|
-
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2649
|
-
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
2650
|
-
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2651
|
-
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2652
|
-
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
2653
|
-
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
2654
|
-
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
2655
|
-
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
2656
|
-
readonly identitytopuptransition_getType: (a: number) => number;
|
|
2657
|
-
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
2658
|
-
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
2659
|
-
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2660
|
-
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
2661
|
-
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
2662
|
-
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2663
|
-
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2664
|
-
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
2665
|
-
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2666
|
-
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
2667
|
-
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
2668
|
-
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
2669
|
-
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
2670
|
-
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
2671
|
-
readonly maxidentitypublickeylimitreachederror_getMaxItems: (a: number) => number;
|
|
2672
|
-
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
2673
|
-
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
2674
|
-
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
2675
|
-
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
2676
|
-
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
2677
|
-
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
2678
|
-
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
2679
|
-
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
2680
|
-
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
2681
|
-
readonly __wbg_maxidentitypublickeylimitreachederror_free: (a: number, b: number) => void;
|
|
2682
|
-
readonly identity_getBalance: (a: number) => number;
|
|
2683
|
-
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
2684
|
-
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
2685
|
-
readonly datacontract_getId: (a: number) => any;
|
|
2686
|
-
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
2687
|
-
readonly datacontract_getOwnerId: (a: number) => any;
|
|
2688
|
-
readonly datacontract_getVersion: (a: number) => number;
|
|
2689
|
-
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
2690
|
-
readonly datacontract_incrementVersion: (a: number) => void;
|
|
2691
|
-
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
2692
|
-
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
2693
|
-
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
2694
|
-
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
2695
|
-
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
2696
|
-
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
2697
|
-
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
2698
|
-
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
2699
|
-
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
2700
|
-
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
2701
|
-
readonly datacontract_getMetadata: (a: number) => number;
|
|
2702
|
-
readonly datacontract_setMetadata: (a: number, b: any) => [number, number];
|
|
2703
|
-
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
2704
|
-
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
2705
|
-
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
2706
|
-
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
2707
|
-
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
2708
|
-
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
2709
|
-
readonly datacontract_clone: (a: number) => number;
|
|
2710
|
-
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
2711
|
-
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
2712
|
-
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
2713
|
-
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
2714
|
-
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
2715
|
-
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
2716
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
2717
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
2718
|
-
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
2719
|
-
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
2720
|
-
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
2721
|
-
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
2722
|
-
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
2723
|
-
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
2724
|
-
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
2725
|
-
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
2726
|
-
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
2727
|
-
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
2728
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
2729
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
2730
|
-
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
2731
|
-
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
2732
|
-
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
2733
|
-
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
2734
|
-
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
2735
|
-
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
2736
|
-
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
2737
|
-
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
2432
|
+
readonly invalididentityassetlocktransactionoutputerror_getCode: (a: number) => number;
|
|
2433
|
+
readonly invalididentityassetlocktransactionoutputerror_message: (a: number) => [number, number];
|
|
2434
|
+
readonly __wbg_incompatibleprotocolversionerror_free: (a: number, b: number) => void;
|
|
2435
|
+
readonly incompatibleprotocolversionerror_getParsedProtocolVersion: (a: number) => number;
|
|
2436
|
+
readonly incompatibleprotocolversionerror_getMinimalProtocolVersion: (a: number) => number;
|
|
2437
|
+
readonly incompatibleprotocolversionerror_getCode: (a: number) => number;
|
|
2438
|
+
readonly incompatibleprotocolversionerror_message: (a: number) => [number, number];
|
|
2738
2439
|
readonly __wbg_invalidstatetransitionsignatureerror_free: (a: number, b: number) => void;
|
|
2739
2440
|
readonly invalidstatetransitionsignatureerror_getCode: (a: number) => number;
|
|
2740
2441
|
readonly invalidstatetransitionsignatureerror_message: (a: number) => [number, number];
|
|
2741
|
-
readonly
|
|
2742
|
-
readonly
|
|
2743
|
-
readonly
|
|
2744
|
-
readonly
|
|
2745
|
-
readonly
|
|
2746
|
-
readonly
|
|
2747
|
-
readonly
|
|
2748
|
-
readonly
|
|
2749
|
-
readonly
|
|
2750
|
-
readonly
|
|
2751
|
-
readonly
|
|
2752
|
-
readonly
|
|
2753
|
-
readonly
|
|
2754
|
-
readonly
|
|
2755
|
-
readonly
|
|
2756
|
-
readonly
|
|
2757
|
-
readonly
|
|
2758
|
-
readonly
|
|
2759
|
-
readonly
|
|
2760
|
-
readonly
|
|
2761
|
-
readonly
|
|
2762
|
-
readonly
|
|
2763
|
-
readonly
|
|
2764
|
-
readonly
|
|
2765
|
-
readonly
|
|
2766
|
-
readonly
|
|
2767
|
-
readonly
|
|
2768
|
-
readonly
|
|
2769
|
-
readonly
|
|
2770
|
-
readonly
|
|
2771
|
-
readonly
|
|
2772
|
-
readonly
|
|
2773
|
-
readonly
|
|
2774
|
-
readonly
|
|
2775
|
-
readonly
|
|
2776
|
-
readonly
|
|
2777
|
-
readonly
|
|
2778
|
-
readonly
|
|
2779
|
-
readonly
|
|
2780
|
-
readonly
|
|
2781
|
-
readonly
|
|
2782
|
-
readonly
|
|
2783
|
-
readonly
|
|
2784
|
-
readonly
|
|
2785
|
-
readonly
|
|
2786
|
-
readonly
|
|
2787
|
-
readonly
|
|
2788
|
-
readonly
|
|
2789
|
-
readonly
|
|
2790
|
-
readonly
|
|
2791
|
-
readonly
|
|
2792
|
-
readonly
|
|
2793
|
-
readonly
|
|
2442
|
+
readonly __wbg_datacontractalreadypresenterror_free: (a: number, b: number) => void;
|
|
2443
|
+
readonly datacontractalreadypresenterror_new: (a: any) => number;
|
|
2444
|
+
readonly datacontractalreadypresenterror_getDataContractId: (a: number) => any;
|
|
2445
|
+
readonly datacontractalreadypresenterror_getCode: (a: number) => number;
|
|
2446
|
+
readonly datacontractalreadypresenterror_message: (a: number) => [number, number];
|
|
2447
|
+
readonly datacontractalreadypresenterror_serialize: (a: number) => [number, number, number];
|
|
2448
|
+
readonly identityalreadyexistserror_getIdentityId: (a: number) => any;
|
|
2449
|
+
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
2450
|
+
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
2451
|
+
readonly __wbg_invalididentityrevisionerror_free: (a: number, b: number) => void;
|
|
2452
|
+
readonly invalididentityrevisionerror_getIdentityId: (a: number) => any;
|
|
2453
|
+
readonly invalididentityrevisionerror_getCurrentRevision: (a: number) => any;
|
|
2454
|
+
readonly invalididentityrevisionerror_getCode: (a: number) => number;
|
|
2455
|
+
readonly invalididentityrevisionerror_message: (a: number) => [number, number];
|
|
2456
|
+
readonly __wbg_identityfactory_free: (a: number, b: number) => void;
|
|
2457
|
+
readonly identityfactory_new: (a: number) => [number, number, number];
|
|
2458
|
+
readonly identityfactory_create: (a: number, b: any, c: any) => [number, number, number];
|
|
2459
|
+
readonly identityfactory_createFromBuffer: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
2460
|
+
readonly identityfactory_createInstantAssetLockProof: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
2461
|
+
readonly identityfactory_createChainAssetLockProof: (a: number, b: number, c: number, d: number) => [number, number, number];
|
|
2462
|
+
readonly identityfactory_createIdentityCreateTransition: (a: number, b: number, c: any) => [number, number, number];
|
|
2463
|
+
readonly identityfactory_createIdentityTopUpTransition: (a: number, b: any, c: any) => [number, number, number];
|
|
2464
|
+
readonly identityfactory_createIdentityCreditTransferTransition: (a: number, b: number, c: any, d: bigint, e: bigint) => [number, number, number];
|
|
2465
|
+
readonly identityfactory_createIdentityCreditWithdrawalTransition: (a: number, b: any, c: bigint, d: number, e: number, f: number, g: number, h: bigint) => [number, number, number];
|
|
2466
|
+
readonly identityfactory_createIdentityUpdateTransition: (a: number, b: number, c: bigint, d: any) => [number, number, number];
|
|
2467
|
+
readonly __wbg_identitycredittransfertransition_free: (a: number, b: number) => void;
|
|
2468
|
+
readonly identitycredittransfertransition_new: (a: number) => [number, number, number];
|
|
2469
|
+
readonly identitycredittransfertransition_getType: (a: number) => number;
|
|
2470
|
+
readonly identitycredittransfertransition_amount: (a: number) => bigint;
|
|
2471
|
+
readonly identitycredittransfertransition_getIdentityId: (a: number) => any;
|
|
2472
|
+
readonly identitycredittransfertransition_getRecipientId: (a: number) => any;
|
|
2473
|
+
readonly identitycredittransfertransition_setIdentityId: (a: number, b: any) => void;
|
|
2474
|
+
readonly identitycredittransfertransition_setRecipientId: (a: number, b: any) => void;
|
|
2475
|
+
readonly identitycredittransfertransition_getAmount: (a: number) => number;
|
|
2476
|
+
readonly identitycredittransfertransition_setAmount: (a: number, b: number) => void;
|
|
2477
|
+
readonly identitycredittransfertransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2478
|
+
readonly identitycredittransfertransition_toBuffer: (a: number) => [number, number, number];
|
|
2479
|
+
readonly identitycredittransfertransition_toJSON: (a: number) => [number, number, number];
|
|
2480
|
+
readonly identitycredittransfertransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2481
|
+
readonly identitycredittransfertransition_isDataContractStateTransition: (a: number) => number;
|
|
2482
|
+
readonly identitycredittransfertransition_isIdentityStateTransition: (a: number) => number;
|
|
2483
|
+
readonly identitycredittransfertransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2484
|
+
readonly identitycredittransfertransition_getSignature: (a: number) => any;
|
|
2485
|
+
readonly identitycredittransfertransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2486
|
+
readonly identitycredittransfertransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2487
|
+
readonly __wbg_validationresult_free: (a: number, b: number) => void;
|
|
2488
|
+
readonly validationresult_new: (a: number, b: number) => [number, number, number];
|
|
2489
|
+
readonly validationresult_errorsText: (a: number) => [number, number];
|
|
2490
|
+
readonly validationresult_isValid: (a: number) => number;
|
|
2491
|
+
readonly validationresult_errors: (a: number) => [number, number];
|
|
2492
|
+
readonly validationresult_getData: (a: number) => any;
|
|
2493
|
+
readonly validationresult_getFirstError: (a: number) => any;
|
|
2494
|
+
readonly __wbg_masternodevotetransition_free: (a: number, b: number) => void;
|
|
2495
|
+
readonly masternodevotetransition_new: (a: number) => [number, number, number];
|
|
2496
|
+
readonly masternodevotetransition_getOwnerId: (a: number) => any;
|
|
2497
|
+
readonly masternodevotetransition_getType: (a: number) => number;
|
|
2498
|
+
readonly masternodevotetransition_getProTxHash: (a: number) => any;
|
|
2499
|
+
readonly masternodevotetransition_setProTxHash: (a: number, b: any) => void;
|
|
2500
|
+
readonly masternodevotetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2501
|
+
readonly masternodevotetransition_toBuffer: (a: number) => [number, number, number];
|
|
2502
|
+
readonly masternodevotetransition_toJSON: (a: number) => [number, number, number];
|
|
2503
|
+
readonly masternodevotetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2504
|
+
readonly masternodevotetransition_isDataContractStateTransition: (a: number) => number;
|
|
2505
|
+
readonly masternodevotetransition_isVotingStateTransition: (a: number) => number;
|
|
2506
|
+
readonly masternodevotetransition_getContestedDocumentResourceVotePoll: (a: number) => any;
|
|
2507
|
+
readonly masternodevotetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2508
|
+
readonly masternodevotetransition_getSignature: (a: number) => any;
|
|
2509
|
+
readonly masternodevotetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2510
|
+
readonly masternodevotetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2511
|
+
readonly __wbg_serializedobjectparsingerror_free: (a: number, b: number) => void;
|
|
2512
|
+
readonly invalididentityassetlocktransactionoutputerror_getOutputIndex: (a: number) => number;
|
|
2513
|
+
readonly identitycredittransfertransition_isDocumentStateTransition: (a: number) => number;
|
|
2514
|
+
readonly identitycredittransfertransition_isVotingStateTransition: (a: number) => number;
|
|
2515
|
+
readonly validationresult_getErrors: (a: number) => [number, number];
|
|
2516
|
+
readonly masternodevotetransition_isDocumentStateTransition: (a: number) => number;
|
|
2517
|
+
readonly masternodevotetransition_isIdentityStateTransition: (a: number) => number;
|
|
2518
|
+
readonly identitycredittransfertransition_identityId: (a: number) => any;
|
|
2519
|
+
readonly identitycredittransfertransition_recipientId: (a: number) => any;
|
|
2520
|
+
readonly __wbg_invaliddatacontractiderror_free: (a: number, b: number) => void;
|
|
2521
|
+
readonly __wbg_invaliddocumentactionerror_free: (a: number, b: number) => void;
|
|
2522
|
+
readonly __wbg_nodocumentssuppliederror_free: (a: number, b: number) => void;
|
|
2794
2523
|
readonly __wbg_identityalreadyexistserror_free: (a: number, b: number) => void;
|
|
2795
|
-
readonly
|
|
2796
|
-
readonly identityalreadyexistserror_getCode: (a: number) => number;
|
|
2797
|
-
readonly identityalreadyexistserror_message: (a: number) => [number, number];
|
|
2798
|
-
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
2799
|
-
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
2800
|
-
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
2801
|
-
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
2802
|
-
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
2803
|
-
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
2804
|
-
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
2805
|
-
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
2806
|
-
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
2807
|
-
readonly chainassetlockproof_getType: (a: number) => number;
|
|
2808
|
-
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
2809
|
-
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
2810
|
-
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
2811
|
-
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
2812
|
-
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
2813
|
-
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
2814
|
-
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
2815
|
-
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
2816
|
-
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
2817
|
-
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
2818
|
-
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
2524
|
+
readonly __wbg_invalididentityassetlocktransactionoutputerror_free: (a: number, b: number) => void;
|
|
2819
2525
|
readonly __wbg_invaliddocumenttypeindatacontracterror_free: (a: number, b: number) => void;
|
|
2820
2526
|
readonly invaliddocumenttypeindatacontracterror_new: (a: number, b: number, c: any) => number;
|
|
2821
2527
|
readonly invaliddocumenttypeindatacontracterror_getType: (a: number) => [number, number];
|
|
@@ -2827,11 +2533,6 @@ export interface InitOutput {
|
|
|
2827
2533
|
readonly datacontractfacade_createDataContractCreateTransition: (a: number, b: number) => [number, number, number];
|
|
2828
2534
|
readonly datacontractfacade_createDataContractUpdateTransition: (a: number, b: number, c: bigint) => [number, number, number];
|
|
2829
2535
|
readonly generateDocumentId: (a: any, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
2830
|
-
readonly __wbg_datacontracthavenewuniqueindexerror_free: (a: number, b: number) => void;
|
|
2831
|
-
readonly datacontracthavenewuniqueindexerror_getDocumentType: (a: number) => [number, number];
|
|
2832
|
-
readonly datacontracthavenewuniqueindexerror_getIndexName: (a: number) => [number, number];
|
|
2833
|
-
readonly datacontracthavenewuniqueindexerror_getCode: (a: number) => number;
|
|
2834
|
-
readonly datacontracthavenewuniqueindexerror_message: (a: number) => [number, number];
|
|
2835
2536
|
readonly __wbg_datacontractimmutablepropertiesupdateerror_free: (a: number, b: number) => void;
|
|
2836
2537
|
readonly datacontractimmutablepropertiesupdateerror_getOperation: (a: number) => [number, number];
|
|
2837
2538
|
readonly datacontractimmutablepropertiesupdateerror_getFieldPath: (a: number) => [number, number];
|
|
@@ -2840,34 +2541,36 @@ export interface InitOutput {
|
|
|
2840
2541
|
readonly datacontractemptyschemaerror_getDataContractId: (a: number) => any;
|
|
2841
2542
|
readonly datacontractemptyschemaerror_getCode: (a: number) => number;
|
|
2842
2543
|
readonly datacontractemptyschemaerror_message: (a: number) => [number, number];
|
|
2843
|
-
readonly
|
|
2844
|
-
readonly
|
|
2845
|
-
readonly
|
|
2846
|
-
readonly
|
|
2847
|
-
readonly
|
|
2848
|
-
readonly
|
|
2544
|
+
readonly __wbg_duplicateindexerror_free: (a: number, b: number) => void;
|
|
2545
|
+
readonly duplicateindexerror_getDocumentType: (a: number) => [number, number];
|
|
2546
|
+
readonly duplicateindexerror_getIndexName: (a: number) => [number, number];
|
|
2547
|
+
readonly duplicateindexerror_getCode: (a: number) => number;
|
|
2548
|
+
readonly duplicateindexerror_message: (a: number) => [number, number];
|
|
2549
|
+
readonly __wbg_undefinedindexpropertyerror_free: (a: number, b: number) => void;
|
|
2550
|
+
readonly undefinedindexpropertyerror_getDocumentType: (a: number) => [number, number];
|
|
2551
|
+
readonly undefinedindexpropertyerror_getIndexName: (a: number) => [number, number];
|
|
2552
|
+
readonly undefinedindexpropertyerror_getPropertyName: (a: number) => [number, number];
|
|
2553
|
+
readonly undefinedindexpropertyerror_getCode: (a: number) => number;
|
|
2554
|
+
readonly undefinedindexpropertyerror_message: (a: number) => [number, number];
|
|
2555
|
+
readonly invaliddocumenttypenameerrorwasm_getName: (a: number) => [number, number];
|
|
2556
|
+
readonly invaliddocumenttypenameerrorwasm_getCode: (a: number) => number;
|
|
2557
|
+
readonly invaliddocumenttypenameerrorwasm_message: (a: number) => [number, number];
|
|
2849
2558
|
readonly protocolversionparsingerror_new: (a: number, b: number) => number;
|
|
2850
2559
|
readonly protocolversionparsingerror_getCode: (a: number) => number;
|
|
2851
2560
|
readonly protocolversionparsingerror_message: (a: number) => [number, number];
|
|
2852
2561
|
readonly protocolversionparsingerror_serialize: (a: number) => [number, number, number];
|
|
2853
|
-
readonly
|
|
2854
|
-
readonly
|
|
2855
|
-
readonly
|
|
2856
|
-
readonly
|
|
2562
|
+
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
2563
|
+
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
2564
|
+
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
2565
|
+
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
2857
2566
|
readonly __wbg_identityinsufficientbalanceerror_free: (a: number, b: number) => void;
|
|
2858
2567
|
readonly identityinsufficientbalanceerror_getIdentityId: (a: number) => any;
|
|
2859
2568
|
readonly identityinsufficientbalanceerror_getBalance: (a: number) => number;
|
|
2860
2569
|
readonly identityinsufficientbalanceerror_getCode: (a: number) => number;
|
|
2861
2570
|
readonly identityinsufficientbalanceerror_message: (a: number) => [number, number];
|
|
2862
|
-
readonly
|
|
2863
|
-
readonly
|
|
2864
|
-
readonly
|
|
2865
|
-
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
2866
|
-
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
2867
|
-
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
2868
|
-
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
2869
|
-
readonly signatureshouldnotbepresenterror_getCode: (a: number) => number;
|
|
2870
|
-
readonly signatureshouldnotbepresenterror_message: (a: number) => [number, number];
|
|
2571
|
+
readonly __wbg_basicblserror_free: (a: number, b: number) => void;
|
|
2572
|
+
readonly basicblserror_getCode: (a: number) => number;
|
|
2573
|
+
readonly basicblserror_message: (a: number) => [number, number];
|
|
2871
2574
|
readonly __wbg_datatriggerexecutionerror_free: (a: number, b: number) => void;
|
|
2872
2575
|
readonly datatriggerexecutionerror_getDataContractId: (a: number) => any;
|
|
2873
2576
|
readonly datatriggerexecutionerror_getDocumentId: (a: number) => any;
|
|
@@ -2893,18 +2596,22 @@ export interface InitOutput {
|
|
|
2893
2596
|
readonly datatriggeractioninvalidresulterror_getDocumentTransitionId: (a: number) => any;
|
|
2894
2597
|
readonly datatriggeractioninvalidresulterror_getOwnerId: (a: number) => any;
|
|
2895
2598
|
readonly datatriggeractioninvalidresulterror_getCode: (a: number) => number;
|
|
2599
|
+
readonly __wbg_documentowneridmismatcherror_free: (a: number, b: number) => void;
|
|
2600
|
+
readonly documentowneridmismatcherror_getDocumentId: (a: number) => any;
|
|
2601
|
+
readonly documentowneridmismatcherror_getDocumentOwnerId: (a: number) => any;
|
|
2602
|
+
readonly documentowneridmismatcherror_getExistingDocumentOwnerId: (a: number) => any;
|
|
2603
|
+
readonly documentowneridmismatcherror_getCode: (a: number) => number;
|
|
2604
|
+
readonly documentowneridmismatcherror_message: (a: number) => [number, number];
|
|
2896
2605
|
readonly __wbg_duplicateuniqueindexerror_free: (a: number, b: number) => void;
|
|
2897
2606
|
readonly duplicateuniqueindexerror_getDocumentId: (a: number) => any;
|
|
2898
2607
|
readonly duplicateuniqueindexerror_getDuplicatingProperties: (a: number) => any;
|
|
2899
2608
|
readonly duplicateuniqueindexerror_getCode: (a: number) => number;
|
|
2900
2609
|
readonly duplicateuniqueindexerror_message: (a: number) => [number, number];
|
|
2901
|
-
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
2902
|
-
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
2903
2610
|
readonly identitypublickeyisreadonlyerror_getCode: (a: number) => number;
|
|
2904
2611
|
readonly identitypublickeyisreadonlyerror_message: (a: number) => [number, number];
|
|
2612
|
+
readonly datacontractnotpresentnotconsensuserror_getDataContractId: (a: number) => any;
|
|
2905
2613
|
readonly __wbg_assetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
2906
2614
|
readonly assetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
2907
|
-
readonly unknownassetlockprooftypeerror_getType: (a: number) => number;
|
|
2908
2615
|
readonly __wbg_metadata_free: (a: number, b: number) => void;
|
|
2909
2616
|
readonly metadata_new: (a: any) => [number, number, number];
|
|
2910
2617
|
readonly metadata_from: (a: any) => [number, number, number];
|
|
@@ -2919,139 +2626,324 @@ export interface InitOutput {
|
|
|
2919
2626
|
readonly invalidstatetransitionerror_getErrors: (a: number) => [number, number];
|
|
2920
2627
|
readonly invalidstatetransitionerror_getRawStateTransition: (a: number) => any;
|
|
2921
2628
|
readonly __wbg_protocolversionparsingerror_free: (a: number, b: number) => void;
|
|
2922
|
-
readonly
|
|
2629
|
+
readonly __wbg_invaliddocumenttypenameerror_free: (a: number, b: number) => void;
|
|
2630
|
+
readonly identitypublickeyisreadonlyerror_getKeyId: (a: number) => number;
|
|
2923
2631
|
readonly identitypublickeyisreadonlyerror_getPublicKeyIndex: (a: number) => number;
|
|
2924
|
-
readonly
|
|
2632
|
+
readonly __wbg_identitypublickeyisreadonlyerror_free: (a: number, b: number) => void;
|
|
2633
|
+
readonly __wbg_datacontractnotpresentnotconsensuserror_free: (a: number, b: number) => void;
|
|
2925
2634
|
readonly __wbg_datacontractemptyschemaerror_free: (a: number, b: number) => void;
|
|
2926
|
-
readonly __wbg_unknownassetlockprooftypeerror_free: (a: number, b: number) => void;
|
|
2927
2635
|
readonly protocolversionparsingerror_getParsingError: (a: number) => [number, number];
|
|
2636
|
+
readonly __wbg_invaliddatacontracterror_free: (a: number, b: number) => void;
|
|
2637
|
+
readonly invaliddatacontracterror_getErrors: (a: number) => [number, number];
|
|
2638
|
+
readonly invaliddatacontracterror_getRawDataContract: (a: number) => any;
|
|
2639
|
+
readonly invaliddatacontracterror_getMessage: (a: number) => [number, number];
|
|
2640
|
+
readonly __wbg_incompatibledatacontractschemaerror_free: (a: number, b: number) => void;
|
|
2641
|
+
readonly incompatibledatacontractschemaerror_getDataContractId: (a: number) => any;
|
|
2642
|
+
readonly incompatibledatacontractschemaerror_getOperation: (a: number) => [number, number];
|
|
2643
|
+
readonly incompatibledatacontractschemaerror_getFieldPath: (a: number) => [number, number];
|
|
2644
|
+
readonly incompatibledatacontractschemaerror_getCode: (a: number) => number;
|
|
2645
|
+
readonly incompatibledatacontractschemaerror_message: (a: number) => [number, number];
|
|
2646
|
+
readonly uniqueindiceslimitreachederror_getDocumentType: (a: number) => [number, number];
|
|
2647
|
+
readonly uniqueindiceslimitreachederror_getIndexLimit: (a: number) => number;
|
|
2648
|
+
readonly uniqueindiceslimitreachederror_getCode: (a: number) => number;
|
|
2649
|
+
readonly uniqueindiceslimitreachederror_message: (a: number) => [number, number];
|
|
2650
|
+
readonly __wbg_invalidjsonschemareferror_free: (a: number, b: number) => void;
|
|
2651
|
+
readonly invalidjsonschemareferror_getRefError: (a: number) => [number, number];
|
|
2652
|
+
readonly invalidjsonschemareferror_getCode: (a: number) => number;
|
|
2653
|
+
readonly invalidjsonschemareferror_message: (a: number) => [number, number];
|
|
2654
|
+
readonly __wbg_identitycontractnonceoutofboundserror_free: (a: number, b: number) => void;
|
|
2655
|
+
readonly identitycontractnonceoutofboundserror_getIdentityContractNonce: (a: number) => bigint;
|
|
2656
|
+
readonly identitycontractnonceoutofboundserror_getCode: (a: number) => number;
|
|
2657
|
+
readonly identitycontractnonceoutofboundserror_message: (a: number) => [number, number];
|
|
2658
|
+
readonly __wbg_missingdatacontractiderror_free: (a: number, b: number) => void;
|
|
2659
|
+
readonly missingdatacontractiderror_getCode: (a: number) => number;
|
|
2660
|
+
readonly missingdatacontractiderror_message: (a: number) => [number, number];
|
|
2661
|
+
readonly __wbg_invalidassetlockproofcorechainheighterror_free: (a: number, b: number) => void;
|
|
2662
|
+
readonly invalidassetlockproofcorechainheighterror_getProofCoreChainLockedHeight: (a: number) => number;
|
|
2663
|
+
readonly invalidassetlockproofcorechainheighterror_getCurrentCoreChainLockedHeight: (a: number) => number;
|
|
2664
|
+
readonly invalidassetlockproofcorechainheighterror_getCode: (a: number) => number;
|
|
2665
|
+
readonly invalidassetlockproofcorechainheighterror_message: (a: number) => [number, number];
|
|
2666
|
+
readonly __wbg_invalidassetlocktransactionoutputreturnsizeerror_free: (a: number, b: number) => void;
|
|
2667
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getCode: (a: number) => number;
|
|
2668
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_message: (a: number) => [number, number];
|
|
2669
|
+
readonly __wbg_invalidsignaturepublickeypurposeerror_free: (a: number, b: number) => void;
|
|
2670
|
+
readonly invalidsignaturepublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
2671
|
+
readonly invalidsignaturepublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
2672
|
+
readonly invalidsignaturepublickeypurposeerror_getCode: (a: number) => number;
|
|
2673
|
+
readonly invalidsignaturepublickeypurposeerror_message: (a: number) => [number, number];
|
|
2674
|
+
readonly __wbg_documentalreadypresenterror_free: (a: number, b: number) => void;
|
|
2675
|
+
readonly documentalreadypresenterror_getDocumentId: (a: number) => any;
|
|
2676
|
+
readonly documentalreadypresenterror_getCode: (a: number) => number;
|
|
2677
|
+
readonly documentalreadypresenterror_message: (a: number) => [number, number];
|
|
2678
|
+
readonly __wbg_duplicatedidentitypublickeystateerror_free: (a: number, b: number) => void;
|
|
2679
|
+
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
2680
|
+
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
2681
|
+
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
2682
|
+
readonly platformvalueerror_getMessage: (a: number) => [number, number];
|
|
2683
|
+
readonly platformvalueerror_toString: (a: number) => [number, number];
|
|
2684
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
2685
|
+
readonly identity_new: (a: number) => [number, number, number];
|
|
2686
|
+
readonly identity_getId: (a: number) => any;
|
|
2687
|
+
readonly identity_setId: (a: number, b: any) => void;
|
|
2688
|
+
readonly identity_setPublicKeys: (a: number, b: any) => [number, number, number];
|
|
2689
|
+
readonly identity_getPublicKeys: (a: number) => [number, number];
|
|
2690
|
+
readonly identity_getPublicKeyById: (a: number, b: number) => number;
|
|
2691
|
+
readonly identity_balance: (a: number) => number;
|
|
2692
|
+
readonly identity_setBalance: (a: number, b: number) => void;
|
|
2693
|
+
readonly identity_increaseBalance: (a: number, b: number) => number;
|
|
2694
|
+
readonly identity_reduceBalance: (a: number, b: number) => number;
|
|
2695
|
+
readonly identity_setRevision: (a: number, b: number) => void;
|
|
2696
|
+
readonly identity_getRevision: (a: number) => number;
|
|
2697
|
+
readonly identity_setMetadata: (a: number, b: any) => [number, number];
|
|
2698
|
+
readonly identity_getMetadata: (a: number) => number;
|
|
2699
|
+
readonly identity_from: (a: any) => number;
|
|
2700
|
+
readonly identity_toJSON: (a: number) => [number, number, number];
|
|
2701
|
+
readonly identity_toObject: (a: number) => [number, number, number];
|
|
2702
|
+
readonly identity_toBuffer: (a: number) => [number, number, number];
|
|
2703
|
+
readonly identity_hash: (a: number) => [number, number, number, number];
|
|
2704
|
+
readonly identity_addPublicKey: (a: number, b: number) => void;
|
|
2705
|
+
readonly identity_addPublicKeys: (a: number, b: any) => [number, number];
|
|
2706
|
+
readonly identity_getPublicKeyMaxId: (a: number) => number;
|
|
2707
|
+
readonly identity_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
2708
|
+
readonly __wbg_identitycreditwithdrawaltransition_free: (a: number, b: number) => void;
|
|
2709
|
+
readonly identitycreditwithdrawaltransition_new: (a: number) => [number, number, number];
|
|
2710
|
+
readonly identitycreditwithdrawaltransition_getType: (a: number) => number;
|
|
2711
|
+
readonly identitycreditwithdrawaltransition_identityId: (a: number) => any;
|
|
2712
|
+
readonly identitycreditwithdrawaltransition_amount: (a: number) => bigint;
|
|
2713
|
+
readonly identitycreditwithdrawaltransition_getIdentityId: (a: number) => any;
|
|
2714
|
+
readonly identitycreditwithdrawaltransition_setIdentityId: (a: number, b: any) => void;
|
|
2715
|
+
readonly identitycreditwithdrawaltransition_setAmount: (a: number, b: bigint) => void;
|
|
2716
|
+
readonly identitycreditwithdrawaltransition_getCoreFeePerByte: (a: number) => number;
|
|
2717
|
+
readonly identitycreditwithdrawaltransition_setCoreFeePerByte: (a: number, b: number) => void;
|
|
2718
|
+
readonly identitycreditwithdrawaltransition_getPooling: (a: number) => number;
|
|
2719
|
+
readonly identitycreditwithdrawaltransition_setPooling: (a: number, b: number) => [number, number];
|
|
2720
|
+
readonly identitycreditwithdrawaltransition_getOutputScript: (a: number) => any;
|
|
2721
|
+
readonly identitycreditwithdrawaltransition_setOutputScript: (a: number, b: number, c: number) => void;
|
|
2722
|
+
readonly identitycreditwithdrawaltransition_getNonce: (a: number) => bigint;
|
|
2723
|
+
readonly identitycreditwithdrawaltransition_setNonce: (a: number, b: bigint) => void;
|
|
2724
|
+
readonly identitycreditwithdrawaltransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2725
|
+
readonly identitycreditwithdrawaltransition_toBuffer: (a: number) => [number, number, number];
|
|
2726
|
+
readonly identitycreditwithdrawaltransition_toJSON: (a: number) => [number, number, number];
|
|
2727
|
+
readonly identitycreditwithdrawaltransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2728
|
+
readonly identitycreditwithdrawaltransition_isDataContractStateTransition: (a: number) => number;
|
|
2729
|
+
readonly identitycreditwithdrawaltransition_isIdentityStateTransition: (a: number) => number;
|
|
2730
|
+
readonly identitycreditwithdrawaltransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2731
|
+
readonly identitycreditwithdrawaltransition_getSignature: (a: number) => any;
|
|
2732
|
+
readonly identitycreditwithdrawaltransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2733
|
+
readonly identitycreditwithdrawaltransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2734
|
+
readonly __wbg_identitytopuptransition_free: (a: number, b: number) => void;
|
|
2735
|
+
readonly identitytopuptransition_new: (a: number) => [number, number, number];
|
|
2736
|
+
readonly identitytopuptransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
2737
|
+
readonly identitytopuptransition_assetLockProof: (a: number) => any;
|
|
2738
|
+
readonly identitytopuptransition_getType: (a: number) => number;
|
|
2739
|
+
readonly identitytopuptransition_getIdentityId: (a: number) => any;
|
|
2740
|
+
readonly identitytopuptransition_setIdentityId: (a: number, b: any) => void;
|
|
2741
|
+
readonly identitytopuptransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2742
|
+
readonly identitytopuptransition_toBuffer: (a: number) => [number, number, number];
|
|
2743
|
+
readonly identitytopuptransition_toJSON: (a: number) => [number, number, number];
|
|
2744
|
+
readonly identitytopuptransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2745
|
+
readonly identitytopuptransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2746
|
+
readonly identitytopuptransition_getSignature: (a: number) => any;
|
|
2747
|
+
readonly identitytopuptransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2748
|
+
readonly __wbg_uniqueindiceslimitreachederror_free: (a: number, b: number) => void;
|
|
2749
|
+
readonly __wbg_platformvalueerror_free: (a: number, b: number) => void;
|
|
2750
|
+
readonly identitytopuptransition_identityId: (a: number) => any;
|
|
2751
|
+
readonly identitytopuptransition_getOwnerId: (a: number) => any;
|
|
2752
|
+
readonly invalidassetlocktransactionoutputreturnsizeerror_getOutputIndex: (a: number) => number;
|
|
2753
|
+
readonly identitycreditwithdrawaltransition_getAmount: (a: number) => bigint;
|
|
2754
|
+
readonly identitycreditwithdrawaltransition_isDocumentStateTransition: (a: number) => number;
|
|
2755
|
+
readonly identitycreditwithdrawaltransition_isVotingStateTransition: (a: number) => number;
|
|
2756
|
+
readonly identitytopuptransition_isDataContractStateTransition: (a: number) => number;
|
|
2757
|
+
readonly identitytopuptransition_isDocumentStateTransition: (a: number) => number;
|
|
2758
|
+
readonly identitytopuptransition_isIdentityStateTransition: (a: number) => number;
|
|
2759
|
+
readonly identitytopuptransition_isVotingStateTransition: (a: number) => number;
|
|
2760
|
+
readonly platformvalueerror_valueOf: (a: number) => [number, number];
|
|
2761
|
+
readonly identitytopuptransition_getAssetLockProof: (a: number) => any;
|
|
2762
|
+
readonly identity_getBalance: (a: number) => number;
|
|
2763
|
+
readonly __wbg_assetlockoutputnotfounderror_free: (a: number, b: number) => void;
|
|
2764
|
+
readonly __wbg_datacontract_free: (a: number, b: number) => void;
|
|
2765
|
+
readonly datacontract_new: (a: any, b: number) => [number, number, number];
|
|
2766
|
+
readonly datacontract_getId: (a: number) => any;
|
|
2767
|
+
readonly datacontract_setId: (a: number, b: any) => [number, number];
|
|
2768
|
+
readonly datacontract_getOwnerId: (a: number) => any;
|
|
2769
|
+
readonly datacontract_getVersion: (a: number) => number;
|
|
2770
|
+
readonly datacontract_setVersion: (a: number, b: number) => void;
|
|
2771
|
+
readonly datacontract_incrementVersion: (a: number) => void;
|
|
2772
|
+
readonly datacontract_getBinaryProperties: (a: number, b: number, c: number) => [number, number, number];
|
|
2773
|
+
readonly datacontract_setDocumentSchemas: (a: number, b: any, c: number) => [number, number];
|
|
2774
|
+
readonly datacontract_setDocumentSchema: (a: number, b: number, c: number, d: any, e: number) => [number, number];
|
|
2775
|
+
readonly datacontract_getDocumentSchema: (a: number, b: number, c: number) => [number, number, number];
|
|
2776
|
+
readonly datacontract_getDocumentSchemas: (a: number) => any;
|
|
2777
|
+
readonly datacontract_getSchemaDefs: (a: number) => any;
|
|
2778
|
+
readonly datacontract_setSchemaDefs: (a: number, b: number, c: number) => [number, number];
|
|
2779
|
+
readonly datacontract_hasDocumentType: (a: number, b: number, c: number) => number;
|
|
2780
|
+
readonly datacontract_setIdentityNonce: (a: number, b: bigint) => [number, number];
|
|
2781
|
+
readonly datacontract_getIdentityNonce: (a: number) => bigint;
|
|
2782
|
+
readonly datacontract_getMetadata: (a: number) => number;
|
|
2783
|
+
readonly datacontract_setMetadata: (a: number, b: any) => [number, number];
|
|
2784
|
+
readonly datacontract_toObject: (a: number) => [number, number, number];
|
|
2785
|
+
readonly datacontract_getConfig: (a: number) => [number, number, number];
|
|
2786
|
+
readonly datacontract_setConfig: (a: number, b: any) => [number, number];
|
|
2787
|
+
readonly datacontract_toJSON: (a: number) => [number, number, number];
|
|
2788
|
+
readonly datacontract_toBuffer: (a: number) => [number, number, number];
|
|
2789
|
+
readonly datacontract_hash: (a: number) => [number, number, number, number];
|
|
2790
|
+
readonly datacontract_clone: (a: number) => number;
|
|
2791
|
+
readonly getLatestProtocolVersion: () => number;
|
|
2792
|
+
readonly __wbg_datacontractcreatetransition_free: (a: number, b: number) => void;
|
|
2793
|
+
readonly datacontractcreatetransition_new: (a: any) => [number, number, number];
|
|
2794
|
+
readonly datacontractcreatetransition_getDataContract: (a: number) => number;
|
|
2795
|
+
readonly datacontractcreatetransition_getIdentityNonce: (a: number) => bigint;
|
|
2796
|
+
readonly datacontractcreatetransition_getOwnerId: (a: number) => any;
|
|
2797
|
+
readonly datacontractcreatetransition_getType: (a: number) => number;
|
|
2798
|
+
readonly datacontractcreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
2799
|
+
readonly datacontractcreatetransition_fromBuffer: (a: number, b: number) => [number, number, number];
|
|
2800
|
+
readonly datacontractcreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2801
|
+
readonly datacontractcreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
2802
|
+
readonly datacontractcreatetransition_toObject: (a: number, b: number) => [number, number, number];
|
|
2803
|
+
readonly datacontractcreatetransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2804
|
+
readonly datacontractcreatetransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
2805
|
+
readonly __wbg_datacontractfactory_free: (a: number, b: number) => void;
|
|
2806
|
+
readonly datacontractfactory_new: (a: number) => number;
|
|
2807
|
+
readonly datacontractfactory_create: (a: number, b: number, c: number, d: bigint, e: any, f: any) => [number, number, number];
|
|
2808
|
+
readonly datacontractfactory_createFromBuffer: (a: number, b: number, c: number, d: number) => any;
|
|
2809
|
+
readonly datacontractfactory_createDataContractCreateTransition: (a: number, b: number) => any;
|
|
2928
2810
|
readonly __wbg_documentalreadyexistserror_free: (a: number, b: number) => void;
|
|
2929
|
-
readonly
|
|
2930
|
-
readonly
|
|
2931
|
-
readonly
|
|
2932
|
-
readonly
|
|
2933
|
-
readonly
|
|
2934
|
-
readonly
|
|
2935
|
-
readonly
|
|
2936
|
-
readonly
|
|
2937
|
-
readonly
|
|
2938
|
-
readonly
|
|
2939
|
-
readonly
|
|
2940
|
-
readonly
|
|
2941
|
-
readonly
|
|
2942
|
-
readonly
|
|
2943
|
-
readonly
|
|
2944
|
-
readonly
|
|
2945
|
-
readonly
|
|
2946
|
-
readonly
|
|
2947
|
-
readonly
|
|
2948
|
-
readonly
|
|
2949
|
-
readonly
|
|
2950
|
-
readonly
|
|
2951
|
-
readonly
|
|
2952
|
-
readonly
|
|
2953
|
-
readonly
|
|
2954
|
-
readonly
|
|
2955
|
-
readonly
|
|
2956
|
-
readonly
|
|
2957
|
-
readonly
|
|
2958
|
-
readonly
|
|
2959
|
-
readonly
|
|
2960
|
-
readonly
|
|
2961
|
-
readonly
|
|
2962
|
-
readonly
|
|
2963
|
-
readonly
|
|
2964
|
-
readonly
|
|
2965
|
-
readonly
|
|
2966
|
-
readonly
|
|
2967
|
-
readonly
|
|
2968
|
-
readonly
|
|
2969
|
-
readonly
|
|
2970
|
-
readonly
|
|
2971
|
-
readonly
|
|
2972
|
-
readonly
|
|
2973
|
-
readonly
|
|
2974
|
-
readonly
|
|
2975
|
-
readonly
|
|
2976
|
-
readonly
|
|
2977
|
-
readonly
|
|
2978
|
-
readonly
|
|
2979
|
-
readonly
|
|
2980
|
-
readonly
|
|
2981
|
-
readonly
|
|
2982
|
-
readonly
|
|
2983
|
-
readonly
|
|
2984
|
-
readonly
|
|
2985
|
-
readonly
|
|
2986
|
-
readonly
|
|
2987
|
-
readonly
|
|
2988
|
-
readonly
|
|
2989
|
-
readonly
|
|
2990
|
-
readonly
|
|
2991
|
-
readonly
|
|
2992
|
-
readonly
|
|
2993
|
-
readonly
|
|
2994
|
-
readonly
|
|
2995
|
-
readonly
|
|
2996
|
-
readonly
|
|
2997
|
-
readonly
|
|
2998
|
-
readonly
|
|
2999
|
-
readonly
|
|
3000
|
-
readonly
|
|
3001
|
-
readonly
|
|
3002
|
-
readonly
|
|
3003
|
-
readonly
|
|
3004
|
-
readonly
|
|
3005
|
-
readonly
|
|
3006
|
-
readonly
|
|
3007
|
-
readonly
|
|
3008
|
-
readonly
|
|
3009
|
-
readonly
|
|
3010
|
-
readonly
|
|
3011
|
-
readonly
|
|
3012
|
-
readonly
|
|
3013
|
-
readonly
|
|
3014
|
-
readonly
|
|
3015
|
-
readonly
|
|
3016
|
-
readonly
|
|
3017
|
-
readonly
|
|
3018
|
-
readonly
|
|
3019
|
-
readonly
|
|
3020
|
-
readonly
|
|
3021
|
-
readonly
|
|
3022
|
-
readonly
|
|
3023
|
-
readonly
|
|
3024
|
-
readonly
|
|
3025
|
-
readonly
|
|
3026
|
-
readonly
|
|
3027
|
-
readonly
|
|
3028
|
-
readonly
|
|
3029
|
-
readonly
|
|
3030
|
-
readonly
|
|
3031
|
-
readonly
|
|
3032
|
-
readonly
|
|
3033
|
-
readonly
|
|
3034
|
-
readonly
|
|
3035
|
-
readonly
|
|
3036
|
-
readonly
|
|
3037
|
-
readonly
|
|
3038
|
-
readonly
|
|
3039
|
-
readonly
|
|
3040
|
-
readonly
|
|
3041
|
-
readonly
|
|
3042
|
-
readonly
|
|
3043
|
-
readonly
|
|
3044
|
-
readonly
|
|
3045
|
-
readonly
|
|
3046
|
-
readonly
|
|
3047
|
-
readonly
|
|
3048
|
-
readonly
|
|
3049
|
-
readonly
|
|
3050
|
-
readonly
|
|
3051
|
-
readonly
|
|
3052
|
-
readonly
|
|
3053
|
-
readonly
|
|
3054
|
-
readonly
|
|
2811
|
+
readonly __wbg_invalidactionnameerror_free: (a: number, b: number) => void;
|
|
2812
|
+
readonly invalidactionnameerror_new: (a: number, b: number) => number;
|
|
2813
|
+
readonly invalidactionnameerror_getActions: (a: number) => [number, number];
|
|
2814
|
+
readonly __wbg_tryingtodeleteimmutabledocumenterror_free: (a: number, b: number) => void;
|
|
2815
|
+
readonly tryingtodeleteimmutabledocumenterror_new: (a: number) => number;
|
|
2816
|
+
readonly __wbg_documentcreatetransition_free: (a: number, b: number) => void;
|
|
2817
|
+
readonly documentcreatetransition_getRevision: (a: number) => bigint;
|
|
2818
|
+
readonly documentcreatetransition_INITIAL_REVISION: () => number;
|
|
2819
|
+
readonly documenttransition_getId: (a: number) => any;
|
|
2820
|
+
readonly documenttransition_getType: (a: number) => [number, number];
|
|
2821
|
+
readonly documenttransition_getAction: (a: number) => number;
|
|
2822
|
+
readonly documenttransition_getDataContractId: (a: number) => any;
|
|
2823
|
+
readonly documenttransition_setDataContractId: (a: number, b: any) => [number, number];
|
|
2824
|
+
readonly documenttransition_getRevision: (a: number) => any;
|
|
2825
|
+
readonly documenttransition_setRevision: (a: number, b: number) => void;
|
|
2826
|
+
readonly documenttransition_hasPrefundedBalance: (a: number) => number;
|
|
2827
|
+
readonly __wbg_documentsbatchtransition_free: (a: number, b: number) => void;
|
|
2828
|
+
readonly documentsbatchtransition_getType: (a: number) => number;
|
|
2829
|
+
readonly documentsbatchtransition_getOwnerId: (a: number) => any;
|
|
2830
|
+
readonly documentsbatchtransition_getTransitions: (a: number) => any;
|
|
2831
|
+
readonly documentsbatchtransition_setTransitions: (a: number, b: any) => [number, number];
|
|
2832
|
+
readonly documentsbatchtransition_setIdentityContractNonce: (a: number, b: number) => void;
|
|
2833
|
+
readonly documentsbatchtransition_getModifiedDataIds: (a: number) => any;
|
|
2834
|
+
readonly documentsbatchtransition_getSignaturePublicKeyId: (a: number) => number;
|
|
2835
|
+
readonly documentsbatchtransition_sign: (a: number, b: number, c: number, d: number, e: any) => [number, number];
|
|
2836
|
+
readonly documentsbatchtransition_verifySignature: (a: number, b: number, c: any) => [number, number, number];
|
|
2837
|
+
readonly documentsbatchtransition_setSignaturePublicKeyId: (a: number, b: number) => void;
|
|
2838
|
+
readonly documentsbatchtransition_getKeySecurityLevelRequirement: (a: number, b: number) => [number, number, number];
|
|
2839
|
+
readonly documentsbatchtransition_getSignature: (a: number) => [number, number];
|
|
2840
|
+
readonly documentsbatchtransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2841
|
+
readonly documentsbatchtransition_isDataContractStateTransition: (a: number) => number;
|
|
2842
|
+
readonly documentsbatchtransition_toBuffer: (a: number) => [number, number, number];
|
|
2843
|
+
readonly __wbg_datacontracterror_free: (a: number, b: number) => void;
|
|
2844
|
+
readonly datacontracterror_getCode: (a: number) => number;
|
|
2845
|
+
readonly datacontracterror_message: (a: number) => [number, number];
|
|
2846
|
+
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
2847
|
+
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
2848
|
+
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
2849
|
+
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
2850
|
+
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
2851
|
+
readonly __wbg_invaliddocumenttransitionactionerror_free: (a: number, b: number) => void;
|
|
2852
|
+
readonly invaliddocumenttransitionactionerror_getAction: (a: number) => [number, number];
|
|
2853
|
+
readonly invaliddocumenttransitionactionerror_getCode: (a: number) => number;
|
|
2854
|
+
readonly invaliddocumenttransitionactionerror_message: (a: number) => [number, number];
|
|
2855
|
+
readonly __wbg_invaliddocumenttransitioniderror_free: (a: number, b: number) => void;
|
|
2856
|
+
readonly invaliddocumenttransitioniderror_getExpectedId: (a: number) => any;
|
|
2857
|
+
readonly invaliddocumenttransitioniderror_getInvalidId: (a: number) => any;
|
|
2858
|
+
readonly invaliddocumenttransitioniderror_getCode: (a: number) => number;
|
|
2859
|
+
readonly invaliddocumenttransitioniderror_message: (a: number) => [number, number];
|
|
2860
|
+
readonly __wbg_identityassetlocktransactionisnotfounderror_free: (a: number, b: number) => void;
|
|
2861
|
+
readonly identityassetlocktransactionisnotfounderror_getTransactionId: (a: number) => any;
|
|
2862
|
+
readonly identityassetlocktransactionisnotfounderror_getCode: (a: number) => number;
|
|
2863
|
+
readonly identityassetlocktransactionisnotfounderror_message: (a: number) => [number, number];
|
|
2864
|
+
readonly __wbg_identitycredittransfertoselferror_free: (a: number, b: number) => void;
|
|
2865
|
+
readonly identitycredittransfertoselferror_getCode: (a: number) => number;
|
|
2866
|
+
readonly identitycredittransfertoselferror_message: (a: number) => [number, number];
|
|
2867
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitioncorefeeerror_free: (a: number, b: number) => void;
|
|
2868
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCoreFee: (a: number) => number;
|
|
2869
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_getCode: (a: number) => number;
|
|
2870
|
+
readonly invalididentitycreditwithdrawaltransitioncorefeeerror_message: (a: number) => [number, number];
|
|
2871
|
+
readonly __wbg_invalididentitypublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
2872
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyId: (a: number) => number;
|
|
2873
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeyPurpose: (a: number) => number;
|
|
2874
|
+
readonly invalididentitypublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
2875
|
+
readonly invalididentitypublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
2876
|
+
readonly invalididentitypublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
2877
|
+
readonly invalididentitypublickeytypeerror_new: (a: number) => [number, number, number];
|
|
2878
|
+
readonly invalididentitypublickeytypeerror_getPublicKeyType: (a: number) => number;
|
|
2879
|
+
readonly invalididentitypublickeytypeerror_getCode: (a: number) => number;
|
|
2880
|
+
readonly invalididentitypublickeytypeerror_message: (a: number) => [number, number];
|
|
2881
|
+
readonly missingpublickeyerror_getCode: (a: number) => number;
|
|
2882
|
+
readonly missingpublickeyerror_message: (a: number) => [number, number];
|
|
2883
|
+
readonly __wbg_invalidsignaturepublickeysecuritylevelerror_free: (a: number, b: number) => void;
|
|
2884
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getPublicKeySecurityLevel: (a: number) => number;
|
|
2885
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getKeySecurityLevelRequirement: (a: number) => any;
|
|
2886
|
+
readonly invalidsignaturepublickeysecuritylevelerror_getCode: (a: number) => number;
|
|
2887
|
+
readonly invalidsignaturepublickeysecuritylevelerror_message: (a: number) => [number, number];
|
|
2888
|
+
readonly __wbg_statetransitionmaxsizeexceedederror_free: (a: number, b: number) => void;
|
|
2889
|
+
readonly statetransitionmaxsizeexceedederror_getActualSizeBytes: (a: number) => bigint;
|
|
2890
|
+
readonly statetransitionmaxsizeexceedederror_getMaxSizeBytes: (a: number) => bigint;
|
|
2891
|
+
readonly statetransitionmaxsizeexceedederror_getCode: (a: number) => number;
|
|
2892
|
+
readonly statetransitionmaxsizeexceedederror_message: (a: number) => [number, number];
|
|
2893
|
+
readonly deserializeConsensusError: (a: number, b: number) => [number, number, number];
|
|
2894
|
+
readonly __wbg_invalididentityerror_free: (a: number, b: number) => void;
|
|
2895
|
+
readonly invalididentityerror_getErrors: (a: number) => [number, number];
|
|
2896
|
+
readonly invalididentityerror_getRawIdentity: (a: number) => any;
|
|
2897
|
+
readonly __wbg_instantassetlockproof_free: (a: number, b: number) => void;
|
|
2898
|
+
readonly instantassetlockproof_new: (a: any) => [number, number, number];
|
|
2899
|
+
readonly instantassetlockproof_getOutputIndex: (a: number) => number;
|
|
2900
|
+
readonly instantassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
2901
|
+
readonly instantassetlockproof_getOutput: (a: number) => [number, number, number];
|
|
2902
|
+
readonly instantassetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
2903
|
+
readonly instantassetlockproof_getInstantLock: (a: number) => any;
|
|
2904
|
+
readonly instantassetlockproof_getTransaction: (a: number) => any;
|
|
2905
|
+
readonly instantassetlockproof_toObject: (a: number) => [number, number, number];
|
|
2906
|
+
readonly instantassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
2907
|
+
readonly __wbg_assetlockproof_free: (a: number, b: number) => void;
|
|
2908
|
+
readonly assetlockproof_new: (a: any) => [number, number, number];
|
|
2909
|
+
readonly assetlockproof_createIdentifier: (a: number) => [number, number, number];
|
|
2910
|
+
readonly assetlockproof_toObject: (a: number) => [number, number, number];
|
|
2911
|
+
readonly createAssetLockProofInstance: (a: any) => [number, number, number];
|
|
2912
|
+
readonly __wbg_identitycreatetransition_free: (a: number, b: number) => void;
|
|
2913
|
+
readonly identitycreatetransition_new: (a: number) => [number, number, number];
|
|
2914
|
+
readonly identitycreatetransition_setAssetLockProof: (a: number, b: any) => [number, number];
|
|
2915
|
+
readonly identitycreatetransition_assetLockProof: (a: number) => any;
|
|
2916
|
+
readonly identitycreatetransition_getAssetLockProof: (a: number) => any;
|
|
2917
|
+
readonly identitycreatetransition_setPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
2918
|
+
readonly identitycreatetransition_addPublicKeys: (a: number, b: number, c: number) => [number, number];
|
|
2919
|
+
readonly identitycreatetransition_getPublicKeys: (a: number) => [number, number];
|
|
2920
|
+
readonly identitycreatetransition_getType: (a: number) => number;
|
|
2921
|
+
readonly identitycreatetransition_getIdentityId: (a: number) => any;
|
|
2922
|
+
readonly identitycreatetransition_toObject: (a: number, b: any) => [number, number, number];
|
|
2923
|
+
readonly identitycreatetransition_toBuffer: (a: number) => [number, number, number];
|
|
2924
|
+
readonly identitycreatetransition_toJSON: (a: number) => [number, number, number];
|
|
2925
|
+
readonly identitycreatetransition_getModifiedDataIds: (a: number) => [number, number];
|
|
2926
|
+
readonly identitycreatetransition_isDataContractStateTransition: (a: number) => number;
|
|
2927
|
+
readonly identitycreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
2928
|
+
readonly identitycreatetransition_signByPrivateKey: (a: number, b: number, c: number, d: number, e: number) => [number, number];
|
|
2929
|
+
readonly identitycreatetransition_getSignature: (a: number) => any;
|
|
2930
|
+
readonly identitycreatetransition_setSignature: (a: number, b: number, c: number) => void;
|
|
2931
|
+
readonly identitycreatetransition_publicKeys: (a: number) => [number, number];
|
|
2932
|
+
readonly missingpublickeyerror_getPublicKeyId: (a: number) => number;
|
|
2933
|
+
readonly datacontractcreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
2934
|
+
readonly datacontractcreatetransition_isIdentityStateTransition: (a: number) => number;
|
|
2935
|
+
readonly datacontractcreatetransition_isVotingStateTransition: (a: number) => number;
|
|
2936
|
+
readonly instantassetlockproof_getType: (a: number) => number;
|
|
2937
|
+
readonly identitycreatetransition_identityId: (a: number) => any;
|
|
2938
|
+
readonly identitycreatetransition_getOwnerId: (a: number) => any;
|
|
2939
|
+
readonly documentsbatchtransition_isDocumentStateTransition: (a: number) => number;
|
|
2940
|
+
readonly documentsbatchtransition_isIdentityStateTransition: (a: number) => number;
|
|
2941
|
+
readonly documentsbatchtransition_isVotingStateTransition: (a: number) => number;
|
|
2942
|
+
readonly identitycreatetransition_isDocumentStateTransition: (a: number) => number;
|
|
2943
|
+
readonly identitycreatetransition_isVotingStateTransition: (a: number) => number;
|
|
2944
|
+
readonly __wbg_documenttransition_free: (a: number, b: number) => void;
|
|
2945
|
+
readonly __wbg_invalididentitypublickeytypeerror_free: (a: number, b: number) => void;
|
|
2946
|
+
readonly __wbg_missingpublickeyerror_free: (a: number, b: number) => void;
|
|
3055
2947
|
readonly __wbg_datacontractupdatetransition_free: (a: number, b: number) => void;
|
|
3056
2948
|
readonly datacontractupdatetransition_new: (a: any) => [number, number, number];
|
|
3057
2949
|
readonly datacontractupdatetransition_getDataContract: (a: number) => number;
|
|
@@ -3097,16 +2989,16 @@ export interface InitOutput {
|
|
|
3097
2989
|
readonly extendeddocument_hash: (a: number) => [number, number, number];
|
|
3098
2990
|
readonly extendeddocument_clone: (a: number) => number;
|
|
3099
2991
|
readonly extendeddocument_validate: (a: number, b: number) => [number, number, number];
|
|
2992
|
+
readonly __wbg_datacontractuniqueindiceschangederror_free: (a: number, b: number) => void;
|
|
2993
|
+
readonly datacontractuniqueindiceschangederror_getDocumentType: (a: number) => [number, number];
|
|
2994
|
+
readonly datacontractuniqueindiceschangederror_getIndexName: (a: number) => [number, number];
|
|
2995
|
+
readonly datacontractuniqueindiceschangederror_getCode: (a: number) => number;
|
|
2996
|
+
readonly datacontractuniqueindiceschangederror_message: (a: number) => [number, number];
|
|
3100
2997
|
readonly __wbg_incompatibledocumenttypeschemaerror_free: (a: number, b: number) => void;
|
|
3101
2998
|
readonly incompatibledocumenttypeschemaerror_getOperation: (a: number) => [number, number];
|
|
3102
2999
|
readonly incompatibledocumenttypeschemaerror_getPropertyPath: (a: number) => [number, number];
|
|
3103
3000
|
readonly incompatibledocumenttypeschemaerror_getCode: (a: number) => number;
|
|
3104
3001
|
readonly incompatibledocumenttypeschemaerror_message: (a: number) => [number, number];
|
|
3105
|
-
readonly __wbg_invalidcompoundindexerror_free: (a: number, b: number) => void;
|
|
3106
|
-
readonly invalidcompoundindexerror_getDocumentType: (a: number) => [number, number];
|
|
3107
|
-
readonly invalidcompoundindexerror_getIndexName: (a: number) => [number, number];
|
|
3108
|
-
readonly invalidcompoundindexerror_getCode: (a: number) => number;
|
|
3109
|
-
readonly invalidcompoundindexerror_message: (a: number) => [number, number];
|
|
3110
3002
|
readonly __wbg_invalidindexedpropertyconstrainterror_free: (a: number, b: number) => void;
|
|
3111
3003
|
readonly invalidindexedpropertyconstrainterror_getDocumentType: (a: number) => [number, number];
|
|
3112
3004
|
readonly invalidindexedpropertyconstrainterror_getIndexName: (a: number) => [number, number];
|
|
@@ -3115,52 +3007,160 @@ export interface InitOutput {
|
|
|
3115
3007
|
readonly invalidindexedpropertyconstrainterror_getReason: (a: number) => [number, number];
|
|
3116
3008
|
readonly invalidindexedpropertyconstrainterror_getCode: (a: number) => number;
|
|
3117
3009
|
readonly invalidindexedpropertyconstrainterror_message: (a: number) => [number, number];
|
|
3118
|
-
readonly
|
|
3119
|
-
readonly
|
|
3120
|
-
readonly
|
|
3121
|
-
readonly
|
|
3122
|
-
readonly
|
|
3123
|
-
readonly missingdocumenttransitiontypeerror_getCode: (a: number) => number;
|
|
3124
|
-
readonly missingdocumenttransitiontypeerror_message: (a: number) => [number, number];
|
|
3125
|
-
readonly __wbg_identityassetlocktransactionoutputnotfounderror_free: (a: number, b: number) => void;
|
|
3126
|
-
readonly identityassetlocktransactionoutputnotfounderror_getOutputIndex: (a: number) => number;
|
|
3127
|
-
readonly identityassetlocktransactionoutputnotfounderror_getCode: (a: number) => number;
|
|
3128
|
-
readonly identityassetlocktransactionoutputnotfounderror_message: (a: number) => [number, number];
|
|
3010
|
+
readonly __wbg_duplicatedidentitypublickeyerror_free: (a: number, b: number) => void;
|
|
3011
|
+
readonly duplicatedidentitypublickeyerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3012
|
+
readonly duplicatedidentitypublickeyerror_getCode: (a: number) => number;
|
|
3013
|
+
readonly duplicatedidentitypublickeyerror_message: (a: number) => [number, number];
|
|
3014
|
+
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
3129
3015
|
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_getCode: (a: number) => number;
|
|
3130
3016
|
readonly invalididentitycreditwithdrawaltransitionoutputscripterror_message: (a: number) => [number, number];
|
|
3131
|
-
readonly
|
|
3132
|
-
readonly
|
|
3133
|
-
readonly
|
|
3134
|
-
readonly
|
|
3135
|
-
readonly
|
|
3136
|
-
readonly
|
|
3137
|
-
readonly
|
|
3017
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getPooling: (a: number) => number;
|
|
3018
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_getCode: (a: number) => number;
|
|
3019
|
+
readonly notimplementedidentitycreditwithdrawaltransitionpoolingerror_message: (a: number) => [number, number];
|
|
3020
|
+
readonly __wbg_invalididentitykeysignatureerror_free: (a: number, b: number) => void;
|
|
3021
|
+
readonly invalididentitykeysignatureerror_getPublicKeyId: (a: number) => number;
|
|
3022
|
+
readonly invalididentitykeysignatureerror_getCode: (a: number) => number;
|
|
3023
|
+
readonly invalididentitykeysignatureerror_message: (a: number) => [number, number];
|
|
3024
|
+
readonly __wbg_invalidinstantassetlockproofsignatureerror_free: (a: number, b: number) => void;
|
|
3025
|
+
readonly invalidinstantassetlockproofsignatureerror_getCode: (a: number) => number;
|
|
3026
|
+
readonly invalidinstantassetlockproofsignatureerror_message: (a: number) => [number, number];
|
|
3027
|
+
readonly jsonschemacompilationerror_getError: (a: number) => [number, number];
|
|
3028
|
+
readonly jsonschemacompilationerror_getCode: (a: number) => number;
|
|
3029
|
+
readonly jsonschemacompilationerror_message: (a: number) => [number, number];
|
|
3138
3030
|
readonly __wbg_unsupportedversionerror_free: (a: number, b: number) => void;
|
|
3139
3031
|
readonly unsupportedversionerror_getReceivedVersion: (a: number) => number;
|
|
3140
3032
|
readonly unsupportedversionerror_getMinVersion: (a: number) => number;
|
|
3141
3033
|
readonly unsupportedversionerror_getMaxVersion: (a: number) => number;
|
|
3142
3034
|
readonly unsupportedversionerror_getCode: (a: number) => number;
|
|
3143
3035
|
readonly unsupportedversionerror_message: (a: number) => [number, number];
|
|
3036
|
+
readonly __wbg_wrongpublickeypurposeerror_free: (a: number, b: number) => void;
|
|
3037
|
+
readonly wrongpublickeypurposeerror_getPublicKeyPurpose: (a: number) => number;
|
|
3038
|
+
readonly wrongpublickeypurposeerror_getKeyPurposeRequirement: (a: number) => any;
|
|
3039
|
+
readonly wrongpublickeypurposeerror_getCode: (a: number) => number;
|
|
3040
|
+
readonly wrongpublickeypurposeerror_message: (a: number) => [number, number];
|
|
3144
3041
|
readonly __wbg_datacontractconfigupdateerror_free: (a: number, b: number) => void;
|
|
3145
3042
|
readonly datacontractconfigupdateerror_new: (a: any, b: number, c: number) => number;
|
|
3146
3043
|
readonly datacontractconfigupdateerror_getDataContractId: (a: number) => any;
|
|
3147
3044
|
readonly datacontractconfigupdateerror_getCode: (a: number) => number;
|
|
3148
3045
|
readonly datacontractconfigupdateerror_message: (a: number) => [number, number];
|
|
3149
|
-
readonly
|
|
3150
|
-
readonly
|
|
3151
|
-
readonly
|
|
3152
|
-
readonly
|
|
3153
|
-
readonly
|
|
3154
|
-
readonly duplicatedidentitypublickeystateerror_getDuplicatedPublicKeysIds: (a: number) => any;
|
|
3155
|
-
readonly duplicatedidentitypublickeystateerror_getCode: (a: number) => number;
|
|
3156
|
-
readonly duplicatedidentitypublickeystateerror_message: (a: number) => [number, number];
|
|
3157
|
-
readonly getLatestProtocolVersion: () => number;
|
|
3158
|
-
readonly __wbg_invalididentitycreditwithdrawaltransitionoutputscripterror_free: (a: number, b: number) => void;
|
|
3159
|
-
readonly publickeyisdisablederror_getPublicKeyId: (a: number) => number;
|
|
3046
|
+
readonly __wbg_documenttimestampsmismatcherror_free: (a: number, b: number) => void;
|
|
3047
|
+
readonly documenttimestampsmismatcherror_getDocumentId: (a: number) => any;
|
|
3048
|
+
readonly documenttimestampsmismatcherror_getCode: (a: number) => number;
|
|
3049
|
+
readonly documenttimestampsmismatcherror_message: (a: number) => [number, number];
|
|
3050
|
+
readonly __wbg_jsonschemacompilationerror_free: (a: number, b: number) => void;
|
|
3160
3051
|
readonly datacontractupdatetransition_isIdentityStateTransition: (a: number) => number;
|
|
3161
3052
|
readonly datacontractupdatetransition_isVotingStateTransition: (a: number) => number;
|
|
3162
3053
|
readonly extendeddocument_getFeatureVersion: (a: number) => number;
|
|
3163
|
-
readonly
|
|
3054
|
+
readonly __wbg_notimplementedidentitycreditwithdrawaltransitionpoolingerror_free: (a: number, b: number) => void;
|
|
3055
|
+
readonly __wbg_invaliddocumenterror_free: (a: number, b: number) => void;
|
|
3056
|
+
readonly invaliddocumenterror_new: (a: any, b: number, c: number) => number;
|
|
3057
|
+
readonly invaliddocumenterror_getErrors: (a: number) => [number, number];
|
|
3058
|
+
readonly invaliddocumenterror_getRawDocument: (a: number) => any;
|
|
3059
|
+
readonly invaliddocumenterror_getMessage: (a: number) => [number, number];
|
|
3060
|
+
readonly __wbg_datacontractinvalidindexdefinitionupdateerror_free: (a: number, b: number) => void;
|
|
3061
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getDocumentType: (a: number) => [number, number];
|
|
3062
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getIndexName: (a: number) => [number, number];
|
|
3063
|
+
readonly datacontractinvalidindexdefinitionupdateerror_getCode: (a: number) => number;
|
|
3064
|
+
readonly datacontractinvalidindexdefinitionupdateerror_message: (a: number) => [number, number];
|
|
3065
|
+
readonly __wbg_datacontractmaxdepthexceederror_free: (a: number, b: number) => void;
|
|
3066
|
+
readonly datacontractmaxdeptherror_getCode: (a: number) => number;
|
|
3067
|
+
readonly datacontractmaxdeptherror_message: (a: number) => [number, number];
|
|
3068
|
+
readonly __wbg_invalidindexpropertytypeerror_free: (a: number, b: number) => void;
|
|
3069
|
+
readonly invalidindexpropertytypeerror_getDocumentType: (a: number) => [number, number];
|
|
3070
|
+
readonly invalidindexpropertytypeerror_getIndexName: (a: number) => [number, number];
|
|
3071
|
+
readonly invalidindexpropertytypeerror_getPropertyName: (a: number) => [number, number];
|
|
3072
|
+
readonly invalidindexpropertytypeerror_getPropertyType: (a: number) => [number, number];
|
|
3073
|
+
readonly invalidindexpropertytypeerror_getCode: (a: number) => number;
|
|
3074
|
+
readonly invalidindexpropertytypeerror_message: (a: number) => [number, number];
|
|
3075
|
+
readonly __wbg_invalididentitypublickeydataerror_free: (a: number, b: number) => void;
|
|
3076
|
+
readonly invalididentitypublickeydataerror_getPublicKeyId: (a: number) => number;
|
|
3077
|
+
readonly invalididentitypublickeydataerror_getValidationError: (a: number) => [number, number];
|
|
3078
|
+
readonly invalididentitypublickeydataerror_getCode: (a: number) => number;
|
|
3079
|
+
readonly invalididentitypublickeydataerror_message: (a: number) => [number, number];
|
|
3080
|
+
readonly __wbg_invalidinstantassetlockprooferror_free: (a: number, b: number) => void;
|
|
3081
|
+
readonly invalidinstantassetlockprooferror_getCode: (a: number) => number;
|
|
3082
|
+
readonly invalidinstantassetlockprooferror_message: (a: number) => [number, number];
|
|
3083
|
+
readonly __wbg_missingmasterpublickeyerror_free: (a: number, b: number) => void;
|
|
3084
|
+
readonly missingmasterpublickeyerror_getCode: (a: number) => number;
|
|
3085
|
+
readonly missingmasterpublickeyerror_message: (a: number) => [number, number];
|
|
3086
|
+
readonly __wbg_jsonschemaerror_free: (a: number, b: number) => void;
|
|
3087
|
+
readonly jsonschemaerror_getKeyword: (a: number) => [number, number];
|
|
3088
|
+
readonly jsonschemaerror_getInstancePath: (a: number) => [number, number];
|
|
3089
|
+
readonly jsonschemaerror_getSchemaPath: (a: number) => [number, number];
|
|
3090
|
+
readonly jsonschemaerror_getPropertyName: (a: number) => [number, number];
|
|
3091
|
+
readonly jsonschemaerror_getParams: (a: number) => [number, number, number];
|
|
3092
|
+
readonly jsonschemaerror_toString: (a: number) => [number, number];
|
|
3093
|
+
readonly jsonschemaerror_message: (a: number) => [number, number];
|
|
3094
|
+
readonly jsonschemaerror_keyword: (a: number) => [number, number];
|
|
3095
|
+
readonly jsonschemaerror_instancePath: (a: number) => [number, number];
|
|
3096
|
+
readonly jsonschemaerror_schemaPath: (a: number) => [number, number];
|
|
3097
|
+
readonly jsonschemaerror_propertyName: (a: number) => [number, number];
|
|
3098
|
+
readonly jsonschemaerror_code: (a: number) => number;
|
|
3099
|
+
readonly publickeysecuritylevelnotmeterror_getPublicKeySecurityLevel: (a: number) => number;
|
|
3100
|
+
readonly publickeysecuritylevelnotmeterror_getKeySecurityLevelRequirement: (a: number) => number;
|
|
3101
|
+
readonly publickeysecuritylevelnotmeterror_getCode: (a: number) => number;
|
|
3102
|
+
readonly publickeysecuritylevelnotmeterror_message: (a: number) => [number, number];
|
|
3103
|
+
readonly missingstatetransitiontypeerror_new: () => number;
|
|
3104
|
+
readonly missingstatetransitiontypeerror_getCode: (a: number) => number;
|
|
3105
|
+
readonly missingstatetransitiontypeerror_message: (a: number) => [number, number];
|
|
3106
|
+
readonly __wbg_balanceisnotenougherror_free: (a: number, b: number) => void;
|
|
3107
|
+
readonly balanceisnotenougherror_new: (a: bigint, b: bigint) => number;
|
|
3108
|
+
readonly balanceisnotenougherror_getBalance: (a: number) => number;
|
|
3109
|
+
readonly balanceisnotenougherror_getFee: (a: number) => number;
|
|
3110
|
+
readonly balanceisnotenougherror_getCode: (a: number) => number;
|
|
3111
|
+
readonly balanceisnotenougherror_message: (a: number) => [number, number];
|
|
3112
|
+
readonly balanceisnotenougherror_serialize: (a: number) => [number, number, number];
|
|
3113
|
+
readonly __wbg_datacontractupdatepermissionerror_free: (a: number, b: number) => void;
|
|
3114
|
+
readonly datacontractupdatepermissionerror_new: (a: any, b: any) => number;
|
|
3115
|
+
readonly datacontractupdatepermissionerror_getDataContractId: (a: number) => any;
|
|
3116
|
+
readonly datacontractupdatepermissionerror_getIdentityId: (a: number) => any;
|
|
3117
|
+
readonly datacontractupdatepermissionerror_getCode: (a: number) => number;
|
|
3118
|
+
readonly datacontractupdatepermissionerror_message: (a: number) => [number, number];
|
|
3119
|
+
readonly __wbg_datatriggerconditionerror_free: (a: number, b: number) => void;
|
|
3120
|
+
readonly datatriggerconditionerror_getDataContractId: (a: number) => any;
|
|
3121
|
+
readonly datatriggerconditionerror_getDocumentId: (a: number) => any;
|
|
3122
|
+
readonly datatriggerconditionerror_getMessage: (a: number) => [number, number];
|
|
3123
|
+
readonly datatriggerconditionerror_getCode: (a: number) => number;
|
|
3124
|
+
readonly datatriggerconditionerror_message: (a: number) => [number, number];
|
|
3125
|
+
readonly datatriggerconditionerror_serialize: (a: number) => [number, number, number];
|
|
3126
|
+
readonly __wbg_datatriggeractionconditionerror_free: (a: number, b: number) => void;
|
|
3127
|
+
readonly datatriggeractionconditionerror_getDataContractId: (a: number) => any;
|
|
3128
|
+
readonly datatriggeractionconditionerror_getDocumentTransitionId: (a: number) => any;
|
|
3129
|
+
readonly datatriggeractionconditionerror_getMessage: (a: number) => [number, number];
|
|
3130
|
+
readonly datatriggeractionconditionerror_getOwnerId: (a: number) => any;
|
|
3131
|
+
readonly datatriggeractionconditionerror_getCode: (a: number) => number;
|
|
3132
|
+
readonly __wbg_invaliddocumentrevisionerror_free: (a: number, b: number) => void;
|
|
3133
|
+
readonly invaliddocumentrevisionerror_getDocumentId: (a: number) => any;
|
|
3134
|
+
readonly invaliddocumentrevisionerror_getPreviousRevision: (a: number) => [number, bigint];
|
|
3135
|
+
readonly invaliddocumentrevisionerror_getDesiredRevision: (a: number) => bigint;
|
|
3136
|
+
readonly invaliddocumentrevisionerror_getCode: (a: number) => number;
|
|
3137
|
+
readonly invaliddocumentrevisionerror_message: (a: number) => [number, number];
|
|
3138
|
+
readonly __wbg_duplicatedidentitypublickeyidstateerror_free: (a: number, b: number) => void;
|
|
3139
|
+
readonly duplicatedidentitypublickeyidstateerror_getDuplicatedIds: (a: number) => any;
|
|
3140
|
+
readonly duplicatedidentitypublickeyidstateerror_getCode: (a: number) => number;
|
|
3141
|
+
readonly duplicatedidentitypublickeyidstateerror_message: (a: number) => [number, number];
|
|
3142
|
+
readonly __wbg_invalididentitynonceerror_free: (a: number, b: number) => void;
|
|
3143
|
+
readonly invalididentitynonceerror_getIdentityId: (a: number) => any;
|
|
3144
|
+
readonly invalididentitynonceerror_getCurrentIdentityContractNonce: (a: number) => [number, bigint];
|
|
3145
|
+
readonly invalididentitynonceerror_getSettingIdentityContractNonce: (a: number) => bigint;
|
|
3146
|
+
readonly invalididentitynonceerror_getError: (a: number) => any;
|
|
3147
|
+
readonly invalididentitynonceerror_getCode: (a: number) => number;
|
|
3148
|
+
readonly invalididentitynonceerror_message: (a: number) => [number, number];
|
|
3149
|
+
readonly __wbg_chainassetlockproof_free: (a: number, b: number) => void;
|
|
3150
|
+
readonly chainassetlockproof_new: (a: any) => [number, number, number];
|
|
3151
|
+
readonly chainassetlockproof_getType: (a: number) => number;
|
|
3152
|
+
readonly chainassetlockproof_getCoreChainLockedHeight: (a: number) => number;
|
|
3153
|
+
readonly chainassetlockproof_setCoreChainLockedHeight: (a: number, b: number) => void;
|
|
3154
|
+
readonly chainassetlockproof_getOutPoint: (a: number) => [number, number, number];
|
|
3155
|
+
readonly chainassetlockproof_setOutPoint: (a: number, b: number, c: number) => [number, number];
|
|
3156
|
+
readonly chainassetlockproof_toJSON: (a: number) => [number, number, number];
|
|
3157
|
+
readonly chainassetlockproof_toObject: (a: number) => [number, number, number];
|
|
3158
|
+
readonly chainassetlockproof_createIdentifier: (a: number) => any;
|
|
3159
|
+
readonly datacontractmaxdeptherror_getMaxDepth: (a: number) => number;
|
|
3160
|
+
readonly jsonschemaerror_params: (a: number) => [number, number, number];
|
|
3161
|
+
readonly jsonschemaerror_getCode: (a: number) => number;
|
|
3162
|
+
readonly __wbg_publickeysecuritylevelnotmeterror_free: (a: number, b: number) => void;
|
|
3163
|
+
readonly __wbg_missingstatetransitiontypeerror_free: (a: number, b: number) => void;
|
|
3164
3164
|
readonly rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
3165
3165
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
3166
3166
|
readonly rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|