@argonprotocol/mainchain 0.0.7 → 0.0.9
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/lib/cjs/index.d.ts +4 -1
- package/lib/cjs/index.js +9 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/interfaces/augment-api-consts.d.ts +0 -8
- package/lib/cjs/interfaces/augment-api-errors.d.ts +1 -23
- package/lib/cjs/interfaces/augment-api-events.d.ts +7 -27
- package/lib/cjs/interfaces/augment-api-query.d.ts +3 -59
- package/lib/cjs/interfaces/augment-api-tx.d.ts +8 -45
- package/lib/cjs/interfaces/augment-types.d.ts +63 -4
- package/lib/cjs/interfaces/lookup.d.ts +191 -257
- package/lib/cjs/interfaces/lookup.js +195 -261
- package/lib/cjs/interfaces/lookup.js.map +1 -1
- package/lib/cjs/interfaces/registry.d.ts +1 -9
- package/lib/cjs/interfaces/types-lookup.d.ts +185 -237
- package/lib/esm/index.d.ts +4 -1
- package/lib/esm/index.js +6 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/interfaces/augment-api-consts.d.ts +0 -8
- package/lib/esm/interfaces/augment-api-errors.d.ts +1 -23
- package/lib/esm/interfaces/augment-api-events.d.ts +7 -27
- package/lib/esm/interfaces/augment-api-query.d.ts +3 -59
- package/lib/esm/interfaces/augment-api-tx.d.ts +8 -45
- package/lib/esm/interfaces/augment-types.d.ts +63 -4
- package/lib/esm/interfaces/lookup.d.ts +191 -257
- package/lib/esm/interfaces/lookup.js +195 -261
- package/lib/esm/interfaces/lookup.js.map +1 -1
- package/lib/esm/interfaces/registry.d.ts +1 -9
- package/lib/esm/interfaces/types-lookup.d.ts +185 -237
- package/lib/tsconfig-cjs.tsbuildinfo +1 -1
- package/lib/tsconfig-types.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/index.d.ts +4 -1
- package/lib/types/interfaces/augment-api-consts.d.ts +0 -8
- package/lib/types/interfaces/augment-api-errors.d.ts +1 -23
- package/lib/types/interfaces/augment-api-events.d.ts +7 -27
- package/lib/types/interfaces/augment-api-query.d.ts +3 -59
- package/lib/types/interfaces/augment-api-tx.d.ts +8 -45
- package/lib/types/interfaces/augment-types.d.ts +63 -4
- package/lib/types/interfaces/lookup.d.ts +191 -257
- package/lib/types/interfaces/registry.d.ts +1 -9
- package/lib/types/interfaces/types-lookup.d.ts +185 -237
- package/package.json +5 -5
package/lib/esm/index.d.ts
CHANGED
|
@@ -3,12 +3,15 @@ import "./interfaces/augment-types.js";
|
|
|
3
3
|
import "./interfaces/types-lookup.js";
|
|
4
4
|
import { KeyringPair } from "@polkadot/keyring/types";
|
|
5
5
|
import { ApiPromise, Keyring } from '@polkadot/api';
|
|
6
|
+
import { mnemonicGenerate, decodeAddress } from '@polkadot/util-crypto';
|
|
6
7
|
import { EventRecord } from "@polkadot/types/interfaces/system";
|
|
7
8
|
import { InterfaceTypes } from '@polkadot/types/types/registry';
|
|
8
|
-
|
|
9
|
+
import { KeypairType } from "@polkadot/util-crypto/types";
|
|
10
|
+
export { Keyring, KeyringPair, KeypairType, mnemonicGenerate, decodeAddress };
|
|
9
11
|
export * from "@polkadot/types";
|
|
10
12
|
export * from '@polkadot/types/lookup';
|
|
11
13
|
export { InterfaceTypes as interfaces };
|
|
12
14
|
export type ArgonClient = ApiPromise;
|
|
15
|
+
export declare function waitForLoad(): Promise<void>;
|
|
13
16
|
export declare function getClient(host: string): Promise<ArgonClient>;
|
|
14
17
|
export declare function checkForExtrinsicSuccess(events: EventRecord[], client: ArgonClient): Promise<void>;
|
package/lib/esm/index.js
CHANGED
|
@@ -2,9 +2,14 @@ import "./interfaces/augment-api.js";
|
|
|
2
2
|
import "./interfaces/augment-types.js";
|
|
3
3
|
import "./interfaces/types-lookup.js";
|
|
4
4
|
import { ApiPromise, Keyring, WsProvider } from '@polkadot/api';
|
|
5
|
-
|
|
5
|
+
import { mnemonicGenerate, decodeAddress } from '@polkadot/util-crypto';
|
|
6
|
+
import { cryptoWaitReady } from '@polkadot/util-crypto';
|
|
7
|
+
export { Keyring, mnemonicGenerate, decodeAddress };
|
|
6
8
|
export * from "@polkadot/types";
|
|
7
9
|
export * from '@polkadot/types/lookup';
|
|
10
|
+
export async function waitForLoad() {
|
|
11
|
+
await cryptoWaitReady();
|
|
12
|
+
}
|
|
8
13
|
export async function getClient(host) {
|
|
9
14
|
const provider = new WsProvider(host);
|
|
10
15
|
return await ApiPromise.create({ provider, noInitWarn: true });
|
package/lib/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,6BAA6B,CAAC;AACrC,OAAO,+BAA+B,CAAC;AACvC,OAAO,8BAA8B,CAAC;AAEtC,OAAO,EAAC,UAAU,EAAE,OAAO,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,6BAA6B,CAAC;AACrC,OAAO,+BAA+B,CAAC;AACvC,OAAO,8BAA8B,CAAC;AAEtC,OAAO,EAAC,UAAU,EAAE,OAAO,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAC,gBAAgB,EAAE,aAAa,EAAC,MAAM,uBAAuB,CAAC;AAItE,OAAO,EAAC,eAAe,EAAC,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAC,OAAO,EAA4B,gBAAgB,EAAE,aAAa,EAAC,CAAC;AAE5E,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AAKvC,MAAM,CAAC,KAAK,UAAU,WAAW;IAC7B,MAAM,eAAe,EAAE,CAAC;AAC5B,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,SAAS,CAAC,IAAY;IACxC,MAAM,QAAQ,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;IACtC,OAAO,MAAM,UAAU,CAAC,MAAM,CAAC,EAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAC,CAAC,CAAC;AACjE,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,MAAqB,EAAE,MAAmB;IAC/E,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACnC,KAAK,MAAM,EAAC,KAAK,EAAC,IAAI,MAAM,EAAE,CAAC;YAC3B,IAAI,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;gBAClD,OAAO,EAAE,CAAC;YACd,CAAC;iBAAM,IAAI,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;gBACxD,kCAAkC;gBAClC,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC;gBACnC,IAAI,SAAS,GAAG,aAAa,CAAC,QAAQ,EAAE,CAAC;gBAEzC,IAAI,aAAa,CAAC,QAAQ,EAAE,CAAC;oBACzB,MAAM,OAAO,GAAG,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;oBACtE,SAAS,GAAG,GAAG,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;gBACrD,CAAC;gBAED,MAAM,CAAC,IAAI,KAAK,CAAC,GAAG,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,MAAM,wBAAwB,SAAS,EAAE,CAAC,CAAC,CAAC;YAC3F,CAAC;QACL,CAAC;IACL,CAAC,CAAC,CAAC;AACP,CAAC"}
|
|
@@ -158,14 +158,6 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
158
158
|
* The max percent swing for the ownership bond amount per slot (from the last percent
|
|
159
159
|
**/
|
|
160
160
|
ownershipPercentAdjustmentDamper: u128 & AugmentedConst<ApiType>;
|
|
161
|
-
/**
|
|
162
|
-
* The number of session rotations per slot (one will align with the start of the session)
|
|
163
|
-
**/
|
|
164
|
-
sessionRotationsPerMiningWindow: u32 & AugmentedConst<ApiType>;
|
|
165
|
-
/**
|
|
166
|
-
* How many session indexes to keep session history
|
|
167
|
-
**/
|
|
168
|
-
sessionWindowsToKeepInHistory: u32 & AugmentedConst<ApiType>;
|
|
169
161
|
/**
|
|
170
162
|
* The target number of bids per slot. This will adjust the ownership bond amount up or
|
|
171
163
|
* down to ensure mining slots are filled.
|
|
@@ -273,7 +273,7 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
273
273
|
**/
|
|
274
274
|
NotebookIncludesExpiredLocalchainTransfer: AugmentedError<ApiType>;
|
|
275
275
|
};
|
|
276
|
-
|
|
276
|
+
domains: {
|
|
277
277
|
/**
|
|
278
278
|
* Error decoding account from notary
|
|
279
279
|
**/
|
|
@@ -606,28 +606,6 @@ declare module '@polkadot/api-base/types/errors' {
|
|
|
606
606
|
**/
|
|
607
607
|
Unproxyable: AugmentedError<ApiType>;
|
|
608
608
|
};
|
|
609
|
-
session: {
|
|
610
|
-
/**
|
|
611
|
-
* Registered duplicate key.
|
|
612
|
-
**/
|
|
613
|
-
DuplicatedKey: AugmentedError<ApiType>;
|
|
614
|
-
/**
|
|
615
|
-
* Invalid ownership proof.
|
|
616
|
-
**/
|
|
617
|
-
InvalidProof: AugmentedError<ApiType>;
|
|
618
|
-
/**
|
|
619
|
-
* Key setting account is not live, so it's impossible to associate keys.
|
|
620
|
-
**/
|
|
621
|
-
NoAccount: AugmentedError<ApiType>;
|
|
622
|
-
/**
|
|
623
|
-
* No associated validator ID for account.
|
|
624
|
-
**/
|
|
625
|
-
NoAssociatedValidatorId: AugmentedError<ApiType>;
|
|
626
|
-
/**
|
|
627
|
-
* No keys are associated with this account.
|
|
628
|
-
**/
|
|
629
|
-
NoKeys: AugmentedError<ApiType>;
|
|
630
|
-
};
|
|
631
609
|
sudo: {
|
|
632
610
|
/**
|
|
633
611
|
* Sender must be the Sudo account.
|
|
@@ -352,22 +352,22 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
352
352
|
error: SpRuntimeDispatchError;
|
|
353
353
|
}>;
|
|
354
354
|
};
|
|
355
|
-
|
|
355
|
+
domains: {
|
|
356
356
|
/**
|
|
357
|
-
* A
|
|
357
|
+
* A domain was expired
|
|
358
358
|
**/
|
|
359
359
|
DomainExpired: AugmentedEvent<ApiType, [domainHash: H256], {
|
|
360
360
|
domainHash: H256;
|
|
361
361
|
}>;
|
|
362
362
|
/**
|
|
363
|
-
* A
|
|
363
|
+
* A domain was registered
|
|
364
364
|
**/
|
|
365
365
|
DomainRegistered: AugmentedEvent<ApiType, [domainHash: H256, registration: PalletDomainsDomainRegistration], {
|
|
366
366
|
domainHash: H256;
|
|
367
367
|
registration: PalletDomainsDomainRegistration;
|
|
368
368
|
}>;
|
|
369
369
|
/**
|
|
370
|
-
* A
|
|
370
|
+
* A domain registration was canceled due to a conflicting registration in the same
|
|
371
371
|
* tick
|
|
372
372
|
**/
|
|
373
373
|
DomainRegistrationCanceled: AugmentedEvent<ApiType, [domainHash: H256, registration: PalletDomainsDomainRegistration], {
|
|
@@ -375,7 +375,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
375
375
|
registration: PalletDomainsDomainRegistration;
|
|
376
376
|
}>;
|
|
377
377
|
/**
|
|
378
|
-
* A
|
|
378
|
+
* A domain registration failed due to an error
|
|
379
379
|
**/
|
|
380
380
|
DomainRegistrationError: AugmentedEvent<ApiType, [domainHash: H256, accountId: AccountId32, error: SpRuntimeDispatchError], {
|
|
381
381
|
domainHash: H256;
|
|
@@ -383,13 +383,13 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
383
383
|
error: SpRuntimeDispatchError;
|
|
384
384
|
}>;
|
|
385
385
|
/**
|
|
386
|
-
* A
|
|
386
|
+
* A domain was registered
|
|
387
387
|
**/
|
|
388
388
|
DomainRenewed: AugmentedEvent<ApiType, [domainHash: H256], {
|
|
389
389
|
domainHash: H256;
|
|
390
390
|
}>;
|
|
391
391
|
/**
|
|
392
|
-
* A
|
|
392
|
+
* A domain zone record was updated
|
|
393
393
|
**/
|
|
394
394
|
ZoneRecordUpdated: AugmentedEvent<ApiType, [domainHash: H256, zoneRecord: ArgonPrimitivesDomainZoneRecord], {
|
|
395
395
|
domainHash: H256;
|
|
@@ -541,17 +541,6 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
541
541
|
notebookNumber: u32;
|
|
542
542
|
}>;
|
|
543
543
|
};
|
|
544
|
-
offences: {
|
|
545
|
-
/**
|
|
546
|
-
* There is an offence reported of the given `kind` happened at the `session_index` and
|
|
547
|
-
* (kind-specific) time slot. This event is not deposited for duplicate slashes.
|
|
548
|
-
* \[kind, timeslot\].
|
|
549
|
-
**/
|
|
550
|
-
Offence: AugmentedEvent<ApiType, [kind: U8aFixed, timeslot: Bytes], {
|
|
551
|
-
kind: U8aFixed;
|
|
552
|
-
timeslot: Bytes;
|
|
553
|
-
}>;
|
|
554
|
-
};
|
|
555
544
|
ownership: {
|
|
556
545
|
/**
|
|
557
546
|
* A balance was set by root.
|
|
@@ -763,15 +752,6 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
763
752
|
disambiguationIndex: u16;
|
|
764
753
|
}>;
|
|
765
754
|
};
|
|
766
|
-
session: {
|
|
767
|
-
/**
|
|
768
|
-
* New session has happened. Note that the argument is the session index, not the
|
|
769
|
-
* block number as the type might suggest.
|
|
770
|
-
**/
|
|
771
|
-
NewSession: AugmentedEvent<ApiType, [sessionIndex: u32], {
|
|
772
|
-
sessionIndex: u32;
|
|
773
|
-
}>;
|
|
774
|
-
};
|
|
775
755
|
sudo: {
|
|
776
756
|
/**
|
|
777
757
|
* The sudo key has been updated.
|
|
@@ -3,7 +3,7 @@ import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/
|
|
|
3
3
|
import type { BTreeMap, Bytes, Null, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';
|
|
4
4
|
import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
|
|
5
5
|
import type { AccountId32, H256 } from '@polkadot/types/interfaces/runtime';
|
|
6
|
-
import type {
|
|
6
|
+
import type { ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesBalanceChangeAccountOrigin, ArgonPrimitivesBitcoinBitcoinBlock, ArgonPrimitivesBitcoinBitcoinNetwork, ArgonPrimitivesBitcoinBitcoinXPub, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBitcoinUtxoValue, ArgonPrimitivesBlockSealBlockPayout, ArgonPrimitivesBlockSealMiningRegistration, ArgonPrimitivesBlockSealMiningSlotConfig, ArgonPrimitivesBond, ArgonPrimitivesBondVault, ArgonPrimitivesDigestsBlockVoteDigest, ArgonPrimitivesDigestsNotebookDigest, ArgonPrimitivesDigestsParentVotingKeyDigest, ArgonPrimitivesDomainZoneRecord, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesNotaryNotaryMeta, ArgonPrimitivesNotaryNotaryNotebookKeyDetails, ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesProvidersBlockSealerInfo, ArgonPrimitivesTickTicker, FrameSupportDispatchPerDispatchClassWeight, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBondUtxoCosignRequest, PalletBondUtxoState, PalletChainTransferQueuedTransferOut, PalletDomainsDomainRegistration, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletMultisigMultisig, PalletPriceIndexPriceIndex, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletTransactionPaymentReleases, SpConsensusGrandpaAppPublic, SpRuntimeDigest } from '@polkadot/types/lookup';
|
|
7
7
|
import type { Observable } from '@polkadot/types/types';
|
|
8
8
|
export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
|
|
9
9
|
export type __QueryableStorageEntry<ApiType extends ApiTypes> = QueryableStorageEntry<ApiType>;
|
|
@@ -206,7 +206,7 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
206
206
|
pendingTransfersOut: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletChainTransferQueuedTransferOut>>, [u32]>;
|
|
207
207
|
transfersUsedInBlockNotebooks: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<ITuple<[AccountId32, u32]>>>, [u32]>;
|
|
208
208
|
};
|
|
209
|
-
|
|
209
|
+
domains: {
|
|
210
210
|
expiringDomainsByBlock: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<H256>>, [u32]>;
|
|
211
211
|
registeredDomains: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletDomainsDomainRegistration>>, [H256]>;
|
|
212
212
|
zoneRecordsByDomain: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<ArgonPrimitivesDomainZoneRecord>>, [H256]>;
|
|
@@ -251,16 +251,6 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
251
251
|
**/
|
|
252
252
|
state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []>;
|
|
253
253
|
};
|
|
254
|
-
historical: {
|
|
255
|
-
/**
|
|
256
|
-
* Mapping from historical session indices to session-data root hash and validator count.
|
|
257
|
-
**/
|
|
258
|
-
historicalSessions: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<ITuple<[H256, u32]>>>, [u32]>;
|
|
259
|
-
/**
|
|
260
|
-
* The range of historical sessions we store. [first, last)
|
|
261
|
-
**/
|
|
262
|
-
storedRange: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[u32, u32]>>>, []>;
|
|
263
|
-
};
|
|
264
254
|
miningSlot: {
|
|
265
255
|
/**
|
|
266
256
|
* Lookup by account id to the corresponding index in ActiveMinersByIndex and Authorities
|
|
@@ -275,7 +265,7 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
275
265
|
* Authorities are the session keys that are actively participating in the network.
|
|
276
266
|
* The tuple is the authority, and the blake2 256 hash of the authority used for xor lookups
|
|
277
267
|
**/
|
|
278
|
-
|
|
268
|
+
authorityHashByIndex: AugmentedQuery<ApiType, () => Observable<BTreeMap<u32, U256>>, []>;
|
|
279
269
|
/**
|
|
280
270
|
* The number of bids per slot for the last 10 slots (newest first)
|
|
281
271
|
**/
|
|
@@ -366,16 +356,6 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
366
356
|
**/
|
|
367
357
|
tempNotebookDigest: AugmentedQuery<ApiType, () => Observable<Option<ArgonPrimitivesDigestsNotebookDigest>>, []>;
|
|
368
358
|
};
|
|
369
|
-
offences: {
|
|
370
|
-
/**
|
|
371
|
-
* A vector of reports of the same kind that happened at the same time slot.
|
|
372
|
-
**/
|
|
373
|
-
concurrentReportsIndex: AugmentedQuery<ApiType, (arg1: U8aFixed | string | Uint8Array, arg2: Bytes | string | Uint8Array) => Observable<Vec<H256>>, [U8aFixed, Bytes]>;
|
|
374
|
-
/**
|
|
375
|
-
* The primary structure that holds all offence records keyed by report identifiers.
|
|
376
|
-
**/
|
|
377
|
-
reports: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<SpStakingOffenceOffenceDetails>>, [H256]>;
|
|
378
|
-
};
|
|
379
359
|
ownership: {
|
|
380
360
|
/**
|
|
381
361
|
* The Balances pallet example of storing the balance of an account.
|
|
@@ -455,42 +435,6 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
455
435
|
**/
|
|
456
436
|
proxies: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<ITuple<[Vec<PalletProxyProxyDefinition>, u128]>>, [AccountId32]>;
|
|
457
437
|
};
|
|
458
|
-
session: {
|
|
459
|
-
/**
|
|
460
|
-
* Current index of the session.
|
|
461
|
-
**/
|
|
462
|
-
currentIndex: AugmentedQuery<ApiType, () => Observable<u32>, []>;
|
|
463
|
-
/**
|
|
464
|
-
* Indices of disabled validators.
|
|
465
|
-
*
|
|
466
|
-
* The vec is always kept sorted so that we can find whether a given validator is
|
|
467
|
-
* disabled using binary search. It gets cleared when `on_session_ending` returns
|
|
468
|
-
* a new set of identities.
|
|
469
|
-
**/
|
|
470
|
-
disabledValidators: AugmentedQuery<ApiType, () => Observable<Vec<u32>>, []>;
|
|
471
|
-
/**
|
|
472
|
-
* The owner of a key. The key is the `KeyTypeId` + the encoded key.
|
|
473
|
-
**/
|
|
474
|
-
keyOwner: AugmentedQuery<ApiType, (arg: ITuple<[SpCoreCryptoKeyTypeId, Bytes]> | [SpCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable<Option<AccountId32>>, [ITuple<[SpCoreCryptoKeyTypeId, Bytes]>]>;
|
|
475
|
-
/**
|
|
476
|
-
* The next session keys for a validator.
|
|
477
|
-
**/
|
|
478
|
-
nextKeys: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<ArgonNodeRuntimeOpaqueSessionKeys>>, [AccountId32]>;
|
|
479
|
-
/**
|
|
480
|
-
* True if the underlying economic identities or weighting behind the validators
|
|
481
|
-
* has changed in the queued validator set.
|
|
482
|
-
**/
|
|
483
|
-
queuedChanged: AugmentedQuery<ApiType, () => Observable<bool>, []>;
|
|
484
|
-
/**
|
|
485
|
-
* The queued keys for the next session. When the next session begins, these keys
|
|
486
|
-
* will be used to determine the validator's session keys.
|
|
487
|
-
**/
|
|
488
|
-
queuedKeys: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[AccountId32, ArgonNodeRuntimeOpaqueSessionKeys]>>>, []>;
|
|
489
|
-
/**
|
|
490
|
-
* The current set of validators.
|
|
491
|
-
**/
|
|
492
|
-
validators: AugmentedQuery<ApiType, () => Observable<Vec<AccountId32>>, []>;
|
|
493
|
-
};
|
|
494
438
|
sudo: {
|
|
495
439
|
/**
|
|
496
440
|
* The `AccountId` of the sudo key.
|
|
@@ -3,7 +3,7 @@ import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableE
|
|
|
3
3
|
import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';
|
|
4
4
|
import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
|
|
5
5
|
import type { AccountId32, Call, H256, MultiAddress } from '@polkadot/types/interfaces/runtime';
|
|
6
|
-
import type { ArgonNodeRuntimeOpaqueSessionKeys, ArgonNodeRuntimeOriginCaller, ArgonNodeRuntimeProxyType, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesBitcoinOpaqueBitcoinXpub, ArgonPrimitivesBlockSealRewardDestination, ArgonPrimitivesBondVaultTerms, ArgonPrimitivesDomainZoneRecord, ArgonPrimitivesInherentsBitcoinUtxoSync, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesNotaryNotaryMeta, ArgonPrimitivesNotebookSignedNotebookHeader, PalletBalancesAdjustmentDirection, PalletMiningSlotMiningSlotBid, PalletMultisigTimepoint, PalletPriceIndexPriceIndex, PalletVaultsVaultConfig, SpConsensusGrandpaEquivocationProof,
|
|
6
|
+
import type { ArgonNodeRuntimeOpaqueSessionKeys, ArgonNodeRuntimeOriginCaller, ArgonNodeRuntimeProxyType, ArgonPrimitivesBitcoinCompressedBitcoinPubkey, ArgonPrimitivesBitcoinH256Le, ArgonPrimitivesBitcoinOpaqueBitcoinXpub, ArgonPrimitivesBlockSealRewardDestination, ArgonPrimitivesBondVaultTerms, ArgonPrimitivesDomainZoneRecord, ArgonPrimitivesInherentsBitcoinUtxoSync, ArgonPrimitivesInherentsBlockSealInherent, ArgonPrimitivesNotaryNotaryMeta, ArgonPrimitivesNotebookSignedNotebookHeader, PalletBalancesAdjustmentDirection, PalletMiningSlotMiningSlotBid, PalletMultisigTimepoint, PalletPriceIndexPriceIndex, PalletVaultsVaultConfig, SpConsensusGrandpaEquivocationProof, SpCoreVoid, SpWeightsWeightV2Weight } from '@polkadot/types/lookup';
|
|
7
7
|
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
|
|
8
8
|
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
|
|
9
9
|
export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
|
|
@@ -232,7 +232,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
232
232
|
chainTransfer: {
|
|
233
233
|
sendToLocalchain: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, notaryId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u32]>;
|
|
234
234
|
};
|
|
235
|
-
|
|
235
|
+
domains: {
|
|
236
236
|
setZoneRecord: AugmentedSubmittable<(domainHash: H256 | string | Uint8Array, zoneRecord: ArgonPrimitivesDomainZoneRecord | {
|
|
237
237
|
paymentAccount?: any;
|
|
238
238
|
notaryId?: any;
|
|
@@ -264,11 +264,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
264
264
|
reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
|
|
265
265
|
setId?: any;
|
|
266
266
|
equivocation?: any;
|
|
267
|
-
} | string | Uint8Array, keyOwnerProof:
|
|
268
|
-
session?: any;
|
|
269
|
-
trieNodes?: any;
|
|
270
|
-
validatorCount?: any;
|
|
271
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpSessionMembershipProof]>;
|
|
267
|
+
} | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpCoreVoid]>;
|
|
272
268
|
/**
|
|
273
269
|
* Report voter equivocation/misbehavior. This method will verify the
|
|
274
270
|
* equivocation proof and validate the given key ownership proof
|
|
@@ -283,11 +279,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
283
279
|
reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
|
|
284
280
|
setId?: any;
|
|
285
281
|
equivocation?: any;
|
|
286
|
-
} | string | Uint8Array, keyOwnerProof:
|
|
287
|
-
session?: any;
|
|
288
|
-
trieNodes?: any;
|
|
289
|
-
validatorCount?: any;
|
|
290
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpSessionMembershipProof]>;
|
|
282
|
+
} | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpCoreVoid]>;
|
|
291
283
|
};
|
|
292
284
|
miningSlot: {
|
|
293
285
|
/**
|
|
@@ -326,7 +318,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
326
318
|
Owner: any;
|
|
327
319
|
} | {
|
|
328
320
|
Account: any;
|
|
329
|
-
} | string | Uint8Array
|
|
321
|
+
} | string | Uint8Array, keys: ArgonNodeRuntimeOpaqueSessionKeys | {
|
|
322
|
+
grandpa?: any;
|
|
323
|
+
blockSealAuthority?: any;
|
|
324
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PalletMiningSlotMiningSlotBid>, ArgonPrimitivesBlockSealRewardDestination, ArgonNodeRuntimeOpaqueSessionKeys]>;
|
|
330
325
|
};
|
|
331
326
|
mint: {};
|
|
332
327
|
multisig: {
|
|
@@ -889,38 +884,6 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
889
884
|
Address20: any;
|
|
890
885
|
} | string | Uint8Array, proxyType: ArgonNodeRuntimeProxyType | 'Any' | 'NonTransfer' | 'PriceIndex' | number | Uint8Array, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, ArgonNodeRuntimeProxyType, u32]>;
|
|
891
886
|
};
|
|
892
|
-
session: {
|
|
893
|
-
/**
|
|
894
|
-
* Removes any session key(s) of the function caller.
|
|
895
|
-
*
|
|
896
|
-
* This doesn't take effect until the next session.
|
|
897
|
-
*
|
|
898
|
-
* The dispatch origin of this function must be Signed and the account must be either be
|
|
899
|
-
* convertible to a validator ID using the chain's typical addressing system (this usually
|
|
900
|
-
* means being a controller account) or directly convertible into a validator ID (which
|
|
901
|
-
* usually means being a stash account).
|
|
902
|
-
*
|
|
903
|
-
* ## Complexity
|
|
904
|
-
* - `O(1)` in number of key types. Actual cost depends on the number of length of
|
|
905
|
-
* `T::Keys::key_ids()` which is fixed.
|
|
906
|
-
**/
|
|
907
|
-
purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
|
908
|
-
/**
|
|
909
|
-
* Sets the session key(s) of the function caller to `keys`.
|
|
910
|
-
* Allows an account to set its session key prior to becoming a validator.
|
|
911
|
-
* This doesn't take effect until the next session.
|
|
912
|
-
*
|
|
913
|
-
* The dispatch origin of this function must be signed.
|
|
914
|
-
*
|
|
915
|
-
* ## Complexity
|
|
916
|
-
* - `O(1)`. Actual cost depends on the number of length of `T::Keys::key_ids()` which is
|
|
917
|
-
* fixed.
|
|
918
|
-
**/
|
|
919
|
-
setKeys: AugmentedSubmittable<(keys: ArgonNodeRuntimeOpaqueSessionKeys | {
|
|
920
|
-
grandpa?: any;
|
|
921
|
-
blockSealAuthority?: any;
|
|
922
|
-
} | string | Uint8Array, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [ArgonNodeRuntimeOpaqueSessionKeys, Bytes]>;
|
|
923
|
-
};
|
|
924
887
|
sudo: {
|
|
925
888
|
/**
|
|
926
889
|
* Permanently removes the sudo key.
|
|
@@ -24,6 +24,7 @@ import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot
|
|
|
24
24
|
import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
|
|
25
25
|
import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';
|
|
26
26
|
import type { BlockStats } from '@polkadot/types/interfaces/dev';
|
|
27
|
+
import type { CallDryRunEffects, DispatchResultWithPostInfo, PostDispatchInfo, XcmDryRunApiError, XcmDryRunEffects } from '@polkadot/types/interfaces/dryRunApi';
|
|
27
28
|
import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';
|
|
28
29
|
import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';
|
|
29
30
|
import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';
|
|
@@ -67,7 +68,7 @@ import type { TransactionSource, TransactionValidity, ValidTransaction } from '@
|
|
|
67
68
|
import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';
|
|
68
69
|
import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';
|
|
69
70
|
import type { VestingInfo } from '@polkadot/types/interfaces/vesting';
|
|
70
|
-
import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, BodyId, BodyPart, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error,
|
|
71
|
+
import type { AssetIdV2, AssetIdV3, AssetIdV4, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, AssetInstanceV3, AssetInstanceV4, BodyId, BodyIdV2, BodyIdV3, BodyPart, BodyPartV2, BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, FungibilityV3, FungibilityV4, InboundStatus, InstructionV2, InstructionV3, InstructionV4, InteriorMultiLocation, InteriorMultiLocationV2, InteriorMultiLocationV3, Junction, JunctionV0, JunctionV1, JunctionV2, JunctionV3, JunctionV4, Junctions, JunctionsV1, JunctionsV2, JunctionsV3, JunctionsV4, MaxPalletNameLen, MaxPalletsInfo, MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetFilterV3, MultiAssetFilterV4, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssetV3, MultiAssetV4, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiAssetsV3, MultiAssetsV4, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, MultiLocationV3, MultiLocationV4, NetworkId, NetworkIdV2, NetworkIdV3, NetworkIdV4, OriginKindV0, OriginKindV1, OriginKindV2, OriginKindV3, OriginKindV4, OutboundStatus, Outcome, OutcomeV4, PalletInfoV3, PalletInfoV4, QueryId, QueryResponseInfoV3, QueryResponseInfoV4, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV3, ResponseV3Error, ResponseV3Result, ResponseV4, UncheckedFungibilityV4, VersionMigrationStage, VersionV3, VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildFungibilityV3, WildFungibilityV4, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, WildMultiAssetV3, WildMultiAssetV4, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmErrorV3, XcmErrorV4, XcmOrderV0, XcmOrderV1, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmV3, XcmV4, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';
|
|
71
72
|
import type { XcmPaymentApiError } from '@polkadot/types/interfaces/xcmPaymentApi';
|
|
72
73
|
import type { Error } from '@polkadot/types/interfaces/xcmRuntimeApi';
|
|
73
74
|
declare module '@polkadot/types/types/registry' {
|
|
@@ -115,10 +116,15 @@ declare module '@polkadot/types/types/registry' {
|
|
|
115
116
|
AssetDestroyWitness: AssetDestroyWitness;
|
|
116
117
|
AssetDetails: AssetDetails;
|
|
117
118
|
AssetId: AssetId;
|
|
119
|
+
AssetIdV2: AssetIdV2;
|
|
120
|
+
AssetIdV3: AssetIdV3;
|
|
121
|
+
AssetIdV4: AssetIdV4;
|
|
118
122
|
AssetInstance: AssetInstance;
|
|
119
123
|
AssetInstanceV0: AssetInstanceV0;
|
|
120
124
|
AssetInstanceV1: AssetInstanceV1;
|
|
121
125
|
AssetInstanceV2: AssetInstanceV2;
|
|
126
|
+
AssetInstanceV3: AssetInstanceV3;
|
|
127
|
+
AssetInstanceV4: AssetInstanceV4;
|
|
122
128
|
AssetMetadata: AssetMetadata;
|
|
123
129
|
AssetOptions: AssetOptions;
|
|
124
130
|
AssignmentId: AssignmentId;
|
|
@@ -191,7 +197,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
191
197
|
BlockV2: BlockV2;
|
|
192
198
|
BlockWeights: BlockWeights;
|
|
193
199
|
BodyId: BodyId;
|
|
200
|
+
BodyIdV2: BodyIdV2;
|
|
201
|
+
BodyIdV3: BodyIdV3;
|
|
194
202
|
BodyPart: BodyPart;
|
|
203
|
+
BodyPartV2: BodyPartV2;
|
|
204
|
+
BodyPartV3: BodyPartV3;
|
|
195
205
|
bool: bool;
|
|
196
206
|
Bool: Bool;
|
|
197
207
|
Bounty: Bounty;
|
|
@@ -207,6 +217,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
207
217
|
BufferedSessionChange: BufferedSessionChange;
|
|
208
218
|
Bytes: Bytes;
|
|
209
219
|
Call: Call;
|
|
220
|
+
CallDryRunEffects: CallDryRunEffects;
|
|
210
221
|
CallHash: CallHash;
|
|
211
222
|
CallHashOf: CallHashOf;
|
|
212
223
|
CallIndex: CallIndex;
|
|
@@ -366,6 +377,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
366
377
|
DispatchResult: DispatchResult;
|
|
367
378
|
DispatchResultOf: DispatchResultOf;
|
|
368
379
|
DispatchResultTo198: DispatchResultTo198;
|
|
380
|
+
DispatchResultWithPostInfo: DispatchResultWithPostInfo;
|
|
369
381
|
DisputeLocation: DisputeLocation;
|
|
370
382
|
DisputeProof: DisputeProof;
|
|
371
383
|
DisputeResult: DisputeResult;
|
|
@@ -526,6 +538,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
526
538
|
FungibilityV0: FungibilityV0;
|
|
527
539
|
FungibilityV1: FungibilityV1;
|
|
528
540
|
FungibilityV2: FungibilityV2;
|
|
541
|
+
FungibilityV3: FungibilityV3;
|
|
542
|
+
FungibilityV4: FungibilityV4;
|
|
529
543
|
FungiblesAccessError: FungiblesAccessError;
|
|
530
544
|
Gas: Gas;
|
|
531
545
|
GenesisBuildErr: GenesisBuildErr;
|
|
@@ -612,8 +626,12 @@ declare module '@polkadot/types/types/registry' {
|
|
|
612
626
|
InstantiateReturnValueOk: InstantiateReturnValueOk;
|
|
613
627
|
InstantiateReturnValueTo267: InstantiateReturnValueTo267;
|
|
614
628
|
InstructionV2: InstructionV2;
|
|
629
|
+
InstructionV3: InstructionV3;
|
|
630
|
+
InstructionV4: InstructionV4;
|
|
615
631
|
InstructionWeights: InstructionWeights;
|
|
616
632
|
InteriorMultiLocation: InteriorMultiLocation;
|
|
633
|
+
InteriorMultiLocationV2: InteriorMultiLocationV2;
|
|
634
|
+
InteriorMultiLocationV3: InteriorMultiLocationV3;
|
|
617
635
|
InvalidDisputeStatementKind: InvalidDisputeStatementKind;
|
|
618
636
|
InvalidTransaction: InvalidTransaction;
|
|
619
637
|
isize: isize;
|
|
@@ -623,9 +641,13 @@ declare module '@polkadot/types/types/registry' {
|
|
|
623
641
|
Junctions: Junctions;
|
|
624
642
|
JunctionsV1: JunctionsV1;
|
|
625
643
|
JunctionsV2: JunctionsV2;
|
|
644
|
+
JunctionsV3: JunctionsV3;
|
|
645
|
+
JunctionsV4: JunctionsV4;
|
|
626
646
|
JunctionV0: JunctionV0;
|
|
627
647
|
JunctionV1: JunctionV1;
|
|
628
648
|
JunctionV2: JunctionV2;
|
|
649
|
+
JunctionV3: JunctionV3;
|
|
650
|
+
JunctionV4: JunctionV4;
|
|
629
651
|
Justification: Justification;
|
|
630
652
|
JustificationNotification: JustificationNotification;
|
|
631
653
|
Justifications: Justifications;
|
|
@@ -650,6 +672,9 @@ declare module '@polkadot/types/types/registry' {
|
|
|
650
672
|
LookupSource: LookupSource;
|
|
651
673
|
LookupTarget: LookupTarget;
|
|
652
674
|
LotteryConfig: LotteryConfig;
|
|
675
|
+
MaxPalletNameLen: MaxPalletNameLen;
|
|
676
|
+
MaxPalletsInfo: MaxPalletsInfo;
|
|
677
|
+
MaybeErrorCodeV3: MaybeErrorCodeV3;
|
|
653
678
|
MaybeRandomness: MaybeRandomness;
|
|
654
679
|
MaybeVrf: MaybeVrf;
|
|
655
680
|
MemberCount: MemberCount;
|
|
@@ -706,22 +731,33 @@ declare module '@polkadot/types/types/registry' {
|
|
|
706
731
|
MultiAssetFilter: MultiAssetFilter;
|
|
707
732
|
MultiAssetFilterV1: MultiAssetFilterV1;
|
|
708
733
|
MultiAssetFilterV2: MultiAssetFilterV2;
|
|
734
|
+
MultiAssetFilterV3: MultiAssetFilterV3;
|
|
735
|
+
MultiAssetFilterV4: MultiAssetFilterV4;
|
|
709
736
|
MultiAssets: MultiAssets;
|
|
710
737
|
MultiAssetsV1: MultiAssetsV1;
|
|
711
738
|
MultiAssetsV2: MultiAssetsV2;
|
|
739
|
+
MultiAssetsV3: MultiAssetsV3;
|
|
740
|
+
MultiAssetsV4: MultiAssetsV4;
|
|
712
741
|
MultiAssetV0: MultiAssetV0;
|
|
713
742
|
MultiAssetV1: MultiAssetV1;
|
|
714
743
|
MultiAssetV2: MultiAssetV2;
|
|
744
|
+
MultiAssetV3: MultiAssetV3;
|
|
745
|
+
MultiAssetV4: MultiAssetV4;
|
|
715
746
|
MultiDisputeStatementSet: MultiDisputeStatementSet;
|
|
716
747
|
MultiLocation: MultiLocation;
|
|
717
748
|
MultiLocationV0: MultiLocationV0;
|
|
718
749
|
MultiLocationV1: MultiLocationV1;
|
|
719
750
|
MultiLocationV2: MultiLocationV2;
|
|
751
|
+
MultiLocationV3: MultiLocationV3;
|
|
752
|
+
MultiLocationV4: MultiLocationV4;
|
|
720
753
|
Multiplier: Multiplier;
|
|
721
754
|
Multisig: Multisig;
|
|
722
755
|
MultiSignature: MultiSignature;
|
|
723
756
|
MultiSigner: MultiSigner;
|
|
724
757
|
NetworkId: NetworkId;
|
|
758
|
+
NetworkIdV2: NetworkIdV2;
|
|
759
|
+
NetworkIdV3: NetworkIdV3;
|
|
760
|
+
NetworkIdV4: NetworkIdV4;
|
|
725
761
|
NetworkState: NetworkState;
|
|
726
762
|
NetworkStatePeerset: NetworkStatePeerset;
|
|
727
763
|
NetworkStatePeersetInfo: NetworkStatePeersetInfo;
|
|
@@ -765,6 +801,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
765
801
|
OriginKindV0: OriginKindV0;
|
|
766
802
|
OriginKindV1: OriginKindV1;
|
|
767
803
|
OriginKindV2: OriginKindV2;
|
|
804
|
+
OriginKindV3: OriginKindV3;
|
|
805
|
+
OriginKindV4: OriginKindV4;
|
|
768
806
|
OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations;
|
|
769
807
|
OutboundHrmpMessage: OutboundHrmpMessage;
|
|
770
808
|
OutboundLaneData: OutboundLaneData;
|
|
@@ -772,6 +810,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
772
810
|
OutboundPayload: OutboundPayload;
|
|
773
811
|
OutboundStatus: OutboundStatus;
|
|
774
812
|
Outcome: Outcome;
|
|
813
|
+
OutcomeV4: OutcomeV4;
|
|
775
814
|
OuterEnums15: OuterEnums15;
|
|
776
815
|
OverweightIndex: OverweightIndex;
|
|
777
816
|
Owner: Owner;
|
|
@@ -786,6 +825,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
786
825
|
PalletEventMetadataLatest: PalletEventMetadataLatest;
|
|
787
826
|
PalletEventMetadataV14: PalletEventMetadataV14;
|
|
788
827
|
PalletId: PalletId;
|
|
828
|
+
PalletInfoV3: PalletInfoV3;
|
|
829
|
+
PalletInfoV4: PalletInfoV4;
|
|
789
830
|
PalletMetadataLatest: PalletMetadataLatest;
|
|
790
831
|
PalletMetadataV14: PalletMetadataV14;
|
|
791
832
|
PalletMetadataV15: PalletMetadataV15;
|
|
@@ -838,6 +879,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
838
879
|
Points: Points;
|
|
839
880
|
PortableType: PortableType;
|
|
840
881
|
PortableTypeV14: PortableTypeV14;
|
|
882
|
+
PostDispatchInfo: PostDispatchInfo;
|
|
841
883
|
Precommits: Precommits;
|
|
842
884
|
PrefabWasmModule: PrefabWasmModule;
|
|
843
885
|
PrefixedStorageKey: PrefixedStorageKey;
|
|
@@ -858,6 +900,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
858
900
|
PvfExecTimeoutKind: PvfExecTimeoutKind;
|
|
859
901
|
PvfPrepTimeoutKind: PvfPrepTimeoutKind;
|
|
860
902
|
QueryId: QueryId;
|
|
903
|
+
QueryResponseInfoV3: QueryResponseInfoV3;
|
|
904
|
+
QueryResponseInfoV4: QueryResponseInfoV4;
|
|
861
905
|
QueryStatus: QueryStatus;
|
|
862
906
|
QueueConfigData: QueueConfigData;
|
|
863
907
|
QueuedParathread: QueuedParathread;
|
|
@@ -915,7 +959,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
915
959
|
ResponseV1: ResponseV1;
|
|
916
960
|
ResponseV2: ResponseV2;
|
|
917
961
|
ResponseV2Error: ResponseV2Error;
|
|
918
|
-
|
|
962
|
+
ResponseV3: ResponseV3;
|
|
963
|
+
ResponseV3Error: ResponseV3Error;
|
|
964
|
+
ResponseV3Result: ResponseV3Result;
|
|
965
|
+
ResponseV4: ResponseV4;
|
|
919
966
|
Retriable: Retriable;
|
|
920
967
|
RewardDestination: RewardDestination;
|
|
921
968
|
RewardPoint: RewardPoint;
|
|
@@ -1152,6 +1199,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1152
1199
|
U8: U8;
|
|
1153
1200
|
UnappliedSlash: UnappliedSlash;
|
|
1154
1201
|
UnappliedSlashOther: UnappliedSlashOther;
|
|
1202
|
+
UncheckedFungibilityV4: UncheckedFungibilityV4;
|
|
1155
1203
|
UncleEntryItem: UncleEntryItem;
|
|
1156
1204
|
UnknownTransaction: UnknownTransaction;
|
|
1157
1205
|
UnlockChunk: UnlockChunk;
|
|
@@ -1190,6 +1238,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1190
1238
|
VersionedResponse: VersionedResponse;
|
|
1191
1239
|
VersionedXcm: VersionedXcm;
|
|
1192
1240
|
VersionMigrationStage: VersionMigrationStage;
|
|
1241
|
+
VersionV3: VersionV3;
|
|
1242
|
+
VersionV4: VersionV4;
|
|
1193
1243
|
VestingInfo: VestingInfo;
|
|
1194
1244
|
VestingSchedule: VestingSchedule;
|
|
1195
1245
|
Vote: Vote;
|
|
@@ -1210,6 +1260,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1210
1260
|
VrfProof: VrfProof;
|
|
1211
1261
|
Weight: Weight;
|
|
1212
1262
|
WeightLimitV2: WeightLimitV2;
|
|
1263
|
+
WeightLimitV3: WeightLimitV3;
|
|
1213
1264
|
WeightMultiplier: WeightMultiplier;
|
|
1214
1265
|
WeightPerClass: WeightPerClass;
|
|
1215
1266
|
WeightToFeeCoefficient: WeightToFeeCoefficient;
|
|
@@ -1220,9 +1271,13 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1220
1271
|
WildFungibilityV0: WildFungibilityV0;
|
|
1221
1272
|
WildFungibilityV1: WildFungibilityV1;
|
|
1222
1273
|
WildFungibilityV2: WildFungibilityV2;
|
|
1274
|
+
WildFungibilityV3: WildFungibilityV3;
|
|
1275
|
+
WildFungibilityV4: WildFungibilityV4;
|
|
1223
1276
|
WildMultiAsset: WildMultiAsset;
|
|
1224
1277
|
WildMultiAssetV1: WildMultiAssetV1;
|
|
1225
1278
|
WildMultiAssetV2: WildMultiAssetV2;
|
|
1279
|
+
WildMultiAssetV3: WildMultiAssetV3;
|
|
1280
|
+
WildMultiAssetV4: WildMultiAssetV4;
|
|
1226
1281
|
WinnersData: WinnersData;
|
|
1227
1282
|
WinnersData10: WinnersData10;
|
|
1228
1283
|
WinnersDataTuple: WinnersDataTuple;
|
|
@@ -1233,14 +1288,16 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1233
1288
|
WithdrawReasons: WithdrawReasons;
|
|
1234
1289
|
Xcm: Xcm;
|
|
1235
1290
|
XcmAssetId: XcmAssetId;
|
|
1291
|
+
XcmDryRunApiError: XcmDryRunApiError;
|
|
1292
|
+
XcmDryRunEffects: XcmDryRunEffects;
|
|
1236
1293
|
XcmError: XcmError;
|
|
1237
1294
|
XcmErrorV0: XcmErrorV0;
|
|
1238
1295
|
XcmErrorV1: XcmErrorV1;
|
|
1239
1296
|
XcmErrorV2: XcmErrorV2;
|
|
1240
|
-
|
|
1297
|
+
XcmErrorV3: XcmErrorV3;
|
|
1298
|
+
XcmErrorV4: XcmErrorV4;
|
|
1241
1299
|
XcmOrderV0: XcmOrderV0;
|
|
1242
1300
|
XcmOrderV1: XcmOrderV1;
|
|
1243
|
-
XcmOrderV2: XcmOrderV2;
|
|
1244
1301
|
XcmOrigin: XcmOrigin;
|
|
1245
1302
|
XcmOriginKind: XcmOriginKind;
|
|
1246
1303
|
XcmPaymentApiError: XcmPaymentApiError;
|
|
@@ -1248,6 +1305,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1248
1305
|
XcmV0: XcmV0;
|
|
1249
1306
|
XcmV1: XcmV1;
|
|
1250
1307
|
XcmV2: XcmV2;
|
|
1308
|
+
XcmV3: XcmV3;
|
|
1309
|
+
XcmV4: XcmV4;
|
|
1251
1310
|
XcmVersion: XcmVersion;
|
|
1252
1311
|
}
|
|
1253
1312
|
}
|