From 9b2b52cba23f60c5e84b4d01abfef93d8aed2b4b Mon Sep 17 00:00:00 2001 From: timbrinded <79199034+timbrinded@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:15:56 +0000 Subject: [PATCH] style: :recycle: Regen types (with formatting) --- .../moonbase/interfaces/augment-api-consts.ts | 566 +++-- .../moonbase/interfaces/augment-api-errors.ts | 1345 ++++++++--- .../moonbase/interfaces/augment-api-events.ts | 1308 ++++++++--- .../moonbase/interfaces/augment-api-query.ts | 1019 +++++--- .../moonbase/interfaces/augment-api-rpc.ts | 563 +++-- .../interfaces/augment-api-runtime.ts | 238 +- .../src/moonbase/interfaces/augment-api-tx.ts | 2085 ++++++++++------- .../src/moonbase/interfaces/lookup.ts | 1619 +++++++++---- .../moonbeam/interfaces/augment-api-consts.ts | 566 +++-- .../moonbeam/interfaces/augment-api-errors.ts | 1337 ++++++++--- .../moonbeam/interfaces/augment-api-events.ts | 1288 +++++++--- .../moonbeam/interfaces/augment-api-query.ts | 1011 +++++--- .../moonbeam/interfaces/augment-api-rpc.ts | 563 +++-- .../interfaces/augment-api-runtime.ts | 238 +- .../src/moonbeam/interfaces/augment-api-tx.ts | 2031 +++++++++------- .../src/moonbeam/interfaces/lookup.ts | 1603 +++++++++---- .../interfaces/augment-api-consts.ts | 566 +++-- .../interfaces/augment-api-errors.ts | 1337 ++++++++--- .../interfaces/augment-api-events.ts | 1288 +++++++--- .../moonriver/interfaces/augment-api-query.ts | 1011 +++++--- .../moonriver/interfaces/augment-api-rpc.ts | 563 +++-- .../interfaces/augment-api-runtime.ts | 238 +- .../moonriver/interfaces/augment-api-tx.ts | 2031 +++++++++------- .../src/moonriver/interfaces/lookup.ts | 1603 +++++++++---- 24 files changed, 17684 insertions(+), 8333 deletions(-) diff --git a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts index 0d8d4e91c1..4406481db6 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts @@ -25,125 +25,168 @@ export type __AugmentedConst = AugmentedConst declare module "@polkadot/api-base/types/consts" { interface AugmentedConsts { assets: { - /** The amount of funds that must be reserved when creating a new approval. */ + /** + * The amount of funds that must be reserved when creating a new approval. + **/ approvalDeposit: u128 & AugmentedConst; - /** The amount of funds that must be reserved for a non-provider asset account to be maintained. */ + /** + * The amount of funds that must be reserved for a non-provider asset account to be + * maintained. + **/ assetAccountDeposit: u128 & AugmentedConst; - /** The basic amount of funds that must be reserved for an asset. */ + /** + * The basic amount of funds that must be reserved for an asset. + **/ assetDeposit: u128 & AugmentedConst; - /** The basic amount of funds that must be reserved when adding metadata to your asset. */ + /** + * The basic amount of funds that must be reserved when adding metadata to your asset. + **/ metadataDepositBase: u128 & AugmentedConst; - /** The additional funds that must be reserved for the number of bytes you store in your metadata. */ + /** + * The additional funds that must be reserved for the number of bytes you store in your + * metadata. + **/ metadataDepositPerByte: u128 & AugmentedConst; /** * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call. * * Must be configured to result in a weight that makes each call fit in a block. - */ + **/ removeItemsLimit: u32 & AugmentedConst; - /** The maximum length of a name or symbol stored on-chain. */ + /** + * The maximum length of a name or symbol stored on-chain. + **/ stringLimit: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; asyncBacking: { - /** Purely informative, but used by mocking tools like chospticks to allow knowing how to mock blocks */ + /** + * Purely informative, but used by mocking tools like chospticks to allow knowing how to mock + * blocks + **/ expectedBlockTime: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; balances: { /** * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! * - * If you _really_ need it to be zero, you can enable the feature `insecure_zero_ed` for this - * pallet. However, you do so at your own risk: this will open up a major DoS vector. In case - * you have multiple sources of provider references, you may also get unexpected behaviour if - * you set this to zero. + * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for + * this pallet. However, you do so at your own risk: this will open up a major DoS vector. + * In case you have multiple sources of provider references, you may also get unexpected + * behaviour if you set this to zero. * * Bottom line: Do yourself a favour and make it at least one! - */ + **/ existentialDeposit: u128 & AugmentedConst; - /** The maximum number of individual freeze locks that can exist on an account at any time. */ + /** + * The maximum number of individual freeze locks that can exist on an account at any time. + **/ maxFreezes: u32 & AugmentedConst; /** - * The maximum number of locks that should exist on an account. Not strictly enforced, but - * used for weight estimation. + * The maximum number of locks that should exist on an account. + * Not strictly enforced, but used for weight estimation. * - * Use of locks is deprecated in favour of freezes. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` + **/ maxLocks: u32 & AugmentedConst; /** * The maximum number of named reserves that can exist on an account. * - * Use of reserves is deprecated in favour of holds. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` + **/ maxReserves: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; convictionVoting: { /** * The maximum number of concurrent votes an account may have. * - * Also used to compute weight, an overly large value can lead to extrinsics with large weight - * estimation: see `delegate` for instance. - */ + * Also used to compute weight, an overly large value can lead to extrinsics with large + * weight estimation: see `delegate` for instance. + **/ maxVotes: u32 & AugmentedConst; /** * The minimum period of vote locking. * * It should be no shorter than enactment period to ensure that in the case of an approval, * those successful voters are locked into the consequences that their votes entail. - */ + **/ voteLockingPeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; crowdloanRewards: { - /** Percentage to be payed at initialization */ + /** + * Percentage to be payed at initialization + **/ initializationPayment: Perbill & AugmentedConst; maxInitContributors: u32 & AugmentedConst; /** - * A fraction representing the percentage of proofs that need to be presented to change a - * reward address through the relay keys - */ + * A fraction representing the percentage of proofs + * that need to be presented to change a reward address through the relay keys + **/ rewardAddressRelayVoteThreshold: Perbill & AugmentedConst; /** * Network Identifier to be appended into the signatures for reward address change/association * Prevents replay attacks from one network to the other - */ + **/ signatureNetworkIdentifier: Bytes & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; identity: { - /** The amount held on deposit for a registered identity. */ + /** + * The amount held on deposit for a registered identity. + **/ basicDeposit: u128 & AugmentedConst; - /** The amount held on deposit per encoded byte for a registered identity. */ + /** + * The amount held on deposit per encoded byte for a registered identity. + **/ byteDeposit: u128 & AugmentedConst; /** - * Maximum number of registrars allowed in the system. Needed to bound the complexity of, - * e.g., updating judgements. - */ + * Maximum number of registrars allowed in the system. Needed to bound the complexity + * of, e.g., updating judgements. + **/ maxRegistrars: u32 & AugmentedConst; - /** The maximum number of sub-accounts allowed per identified account. */ + /** + * The maximum number of sub-accounts allowed per identified account. + **/ maxSubAccounts: u32 & AugmentedConst; - /** The maximum length of a suffix. */ + /** + * The maximum length of a suffix. + **/ maxSuffixLength: u32 & AugmentedConst; - /** The maximum length of a username, including its suffix and any system-added delimiters. */ + /** + * The maximum length of a username, including its suffix and any system-added delimiters. + **/ maxUsernameLength: u32 & AugmentedConst; - /** The number of blocks within which a username grant must be accepted. */ + /** + * The number of blocks within which a username grant must be accepted. + **/ pendingUsernameExpiration: u32 & AugmentedConst; /** * The amount held on deposit for a registered subaccount. This should account for the fact - * that one storage item's value will increase by the size of an account ID, and there will be - * another trie item whose value is the size of an account ID plus 32 bytes. - */ + * that one storage item's value will increase by the size of an account ID, and there will + * be another trie item whose value is the size of an account ID plus 32 bytes. + **/ subAccountDeposit: u128 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; messageQueue: { @@ -151,179 +194,251 @@ declare module "@polkadot/api-base/types/consts" { * The size of the page; this implies the maximum message size which can be sent. * * A good value depends on the expected message sizes, their weights, the weight that is - * available for processing them and the maximal needed message size. The maximal message size - * is slightly lower than this as defined by [`MaxMessageLenOf`]. - */ + * available for processing them and the maximal needed message size. The maximal message + * size is slightly lower than this as defined by [`MaxMessageLenOf`]. + **/ heapSize: u32 & AugmentedConst; /** * The maximum amount of weight (if any) to be used from remaining weight `on_idle` which - * should be provided to the message queue for servicing enqueued items `on_idle`. Useful for - * parachains to process messages at the same block they are received. + * should be provided to the message queue for servicing enqueued items `on_idle`. + * Useful for parachains to process messages at the same block they are received. * * If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`. - */ + **/ idleMaxServiceWeight: Option & AugmentedConst; /** - * The maximum number of stale pages (i.e. of overweight messages) allowed before culling can - * happen. Once there are more stale pages than this, then historical pages may be dropped, - * even if they contain unprocessed overweight messages. - */ + * The maximum number of stale pages (i.e. of overweight messages) allowed before culling + * can happen. Once there are more stale pages than this, then historical pages may be + * dropped, even if they contain unprocessed overweight messages. + **/ maxStale: u32 & AugmentedConst; /** - * The amount of weight (if any) which should be provided to the message queue for servicing - * enqueued items `on_initialize`. + * The amount of weight (if any) which should be provided to the message queue for + * servicing enqueued items `on_initialize`. * * This may be legitimately `None` in the case that you will call - * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have it - * run in `on_idle`. - */ + * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have + * it run in `on_idle`. + **/ serviceWeight: Option & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; moonbeamOrbiters: { - /** Maximum number of orbiters per collator. */ + /** + * Maximum number of orbiters per collator. + **/ maxPoolSize: u32 & AugmentedConst; - /** Maximum number of round to keep on storage. */ + /** + * Maximum number of round to keep on storage. + **/ maxRoundArchive: u32 & AugmentedConst; /** - * Number of rounds before changing the selected orbiter. WARNING: when changing - * `RotatePeriod`, you need a migration code that sets `ForceRotation` to true to avoid holes - * in `OrbiterPerRound`. - */ + * Number of rounds before changing the selected orbiter. + * WARNING: when changing `RotatePeriod`, you need a migration code that sets + * `ForceRotation` to true to avoid holes in `OrbiterPerRound`. + **/ rotatePeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; multisig: { /** - * The base amount of currency needed to reserve for creating a multisig execution or to store - * a dispatch call for later. + * The base amount of currency needed to reserve for creating a multisig execution or to + * store a dispatch call for later. * - * This is held for an additional storage item whose value size is `4 + sizeof((BlockNumber, - * Balance, AccountId))` bytes and whose key size is `32 + sizeof(AccountId)` bytes. - */ + * This is held for an additional storage item whose value size is + * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is + * `32 + sizeof(AccountId)` bytes. + **/ depositBase: u128 & AugmentedConst; /** * The amount of currency needed per unit threshold when creating a multisig execution. * * This is held for adding 32 bytes more into a pre-existing storage value. - */ + **/ depositFactor: u128 & AugmentedConst; - /** The maximum amount of signatories allowed in the multisig. */ + /** + * The maximum amount of signatories allowed in the multisig. + **/ maxSignatories: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; openTechCommitteeCollective: { - /** The maximum weight of a dispatch call that can be proposed and executed. */ + /** + * The maximum weight of a dispatch call that can be proposed and executed. + **/ maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; parachainStaking: { - /** Get the average time beetween 2 blocks in milliseconds */ + /** + * Get the average time beetween 2 blocks in milliseconds + **/ blockTime: u64 & AugmentedConst; - /** Number of rounds candidate requests to decrease self-bond must wait to be executable */ + /** + * Number of rounds candidate requests to decrease self-bond must wait to be executable + **/ candidateBondLessDelay: u32 & AugmentedConst; - /** Number of rounds that delegation less requests must wait before executable */ + /** + * Number of rounds that delegation less requests must wait before executable + **/ delegationBondLessDelay: u32 & AugmentedConst; - /** Number of rounds that candidates remain bonded before exit request is executable */ + /** + * Number of rounds that candidates remain bonded before exit request is executable + **/ leaveCandidatesDelay: u32 & AugmentedConst; - /** Number of rounds that delegators remain bonded before exit request is executable */ + /** + * Number of rounds that delegators remain bonded before exit request is executable + **/ leaveDelegatorsDelay: u32 & AugmentedConst; - /** Maximum bottom delegations (not counted) per candidate */ + /** + * Maximum bottom delegations (not counted) per candidate + **/ maxBottomDelegationsPerCandidate: u32 & AugmentedConst; - /** Maximum candidates */ + /** + * Maximum candidates + **/ maxCandidates: u32 & AugmentedConst; - /** Maximum delegations per delegator */ + /** + * Maximum delegations per delegator + **/ maxDelegationsPerDelegator: u32 & AugmentedConst; /** - * If a collator doesn't produce any block on this number of rounds, it is notified as - * inactive. This value must be less than or equal to RewardPaymentDelay. - */ + * If a collator doesn't produce any block on this number of rounds, it is notified as inactive. + * This value must be less than or equal to RewardPaymentDelay. + **/ maxOfflineRounds: u32 & AugmentedConst; - /** Maximum top delegations counted per candidate */ + /** + * Maximum top delegations counted per candidate + **/ maxTopDelegationsPerCandidate: u32 & AugmentedConst; - /** Minimum number of blocks per round */ + /** + * Minimum number of blocks per round + **/ minBlocksPerRound: u32 & AugmentedConst; - /** Minimum stake required for any account to be a collator candidate */ + /** + * Minimum stake required for any account to be a collator candidate + **/ minCandidateStk: u128 & AugmentedConst; - /** Minimum stake for any registered on-chain account to delegate */ + /** + * Minimum stake for any registered on-chain account to delegate + **/ minDelegation: u128 & AugmentedConst; - /** Minimum number of selected candidates every round */ + /** + * Minimum number of selected candidates every round + **/ minSelectedCandidates: u32 & AugmentedConst; - /** Number of rounds that delegations remain bonded before revocation request is executable */ + /** + * Number of rounds that delegations remain bonded before revocation request is executable + **/ revokeDelegationDelay: u32 & AugmentedConst; - /** Number of rounds after which block authors are rewarded */ + /** + * Number of rounds after which block authors are rewarded + **/ rewardPaymentDelay: u32 & AugmentedConst; - /** Get the slot duration in milliseconds */ + /** + * Get the slot duration in milliseconds + **/ slotDuration: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; parachainSystem: { - /** Returns the parachain ID we are running with. */ + /** + * Returns the parachain ID we are running with. + **/ selfParaId: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; proxy: { /** * The base amount of currency needed to reserve for creating an announcement. * - * This is held when a new storage item holding a `Balance` is created (typically 16 bytes). - */ + * This is held when a new storage item holding a `Balance` is created (typically 16 + * bytes). + **/ announcementDepositBase: u128 & AugmentedConst; /** * The amount of currency needed per announcement made. * - * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) into - * a pre-existing storage value. - */ + * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) + * into a pre-existing storage value. + **/ announcementDepositFactor: u128 & AugmentedConst; - /** The maximum amount of time-delayed announcements that are allowed to be pending. */ + /** + * The maximum amount of time-delayed announcements that are allowed to be pending. + **/ maxPending: u32 & AugmentedConst; - /** The maximum amount of proxies allowed for a single account. */ + /** + * The maximum amount of proxies allowed for a single account. + **/ maxProxies: u32 & AugmentedConst; /** * The base amount of currency needed to reserve for creating a proxy. * - * This is held for an additional storage item whose value size is `sizeof(Balance)` bytes and - * whose key size is `sizeof(AccountId)` bytes. - */ + * This is held for an additional storage item whose value size is + * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes. + **/ proxyDepositBase: u128 & AugmentedConst; /** * The amount of currency needed per proxy added. * - * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing - * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * + proxy_type.encode().len()` bytes of data. - */ + * This is held for adding 32 bytes plus an instance of `ProxyType` more into a + * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take + * into account `32 + proxy_type.encode().len()` bytes of data. + **/ proxyDepositFactor: u128 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; randomness: { - /** Local requests expire and can be purged from storage after this many blocks/epochs */ + /** + * Local requests expire and can be purged from storage after this many blocks/epochs + **/ blockExpirationDelay: u32 & AugmentedConst; - /** The amount that should be taken as a security deposit when requesting randomness. */ + /** + * The amount that should be taken as a security deposit when requesting randomness. + **/ deposit: u128 & AugmentedConst; - /** Babe requests expire and can be purged from storage after this many blocks/epochs */ + /** + * Babe requests expire and can be purged from storage after this many blocks/epochs + **/ epochExpirationDelay: u64 & AugmentedConst; /** - * Local per-block VRF requests must be at most this many blocks after the block in which they - * were requested - */ + * Local per-block VRF requests must be at most this many blocks after the block in which + * they were requested + **/ maxBlockDelay: u32 & AugmentedConst; - /** Maximum number of random words that can be requested per request */ + /** + * Maximum number of random words that can be requested per request + **/ maxRandomWords: u8 & AugmentedConst; /** * Local per-block VRF requests must be at least this many blocks after the block in which * they were requested - */ + **/ minBlockDelay: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; referenda: { @@ -331,89 +446,119 @@ declare module "@polkadot/api-base/types/consts" { * Quantization level for the referendum wakeup scheduler. A higher number will result in * fewer storage reads/writes needed for smaller voters, but also result in delays to the * automatic referendum status changes. Explicit servicing instructions are unaffected. - */ + **/ alarmInterval: u32 & AugmentedConst; - /** Maximum size of the referendum queue for a single track. */ + /** + * Maximum size of the referendum queue for a single track. + **/ maxQueued: u32 & AugmentedConst; - /** The minimum amount to be used as a deposit for a public referendum proposal. */ + /** + * The minimum amount to be used as a deposit for a public referendum proposal. + **/ submissionDeposit: u128 & AugmentedConst; - /** Information concerning the different referendum tracks. */ + /** + * Information concerning the different referendum tracks. + **/ tracks: Vec> & AugmentedConst; /** - * The number of blocks after submission that a referendum must begin being decided by. Once - * this passes, then anyone may cancel the referendum. - */ + * The number of blocks after submission that a referendum must begin being decided by. + * Once this passes, then anyone may cancel the referendum. + **/ undecidingTimeout: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; relayStorageRoots: { /** - * Limit the number of relay storage roots that will be stored. This limit applies to the - * number of items, not to their age. Decreasing the value of `MaxStorageRoots` is a breaking - * change and needs a migration to clean the `RelayStorageRoots` mapping. - */ + * Limit the number of relay storage roots that will be stored. + * This limit applies to the number of items, not to their age. Decreasing the value of + * `MaxStorageRoots` is a breaking change and needs a migration to clean the + * `RelayStorageRoots` mapping. + **/ maxStorageRoots: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; scheduler: { - /** The maximum weight that may be scheduled per block for any dispatchables. */ + /** + * The maximum weight that may be scheduled per block for any dispatchables. + **/ maximumWeight: SpWeightsWeightV2Weight & AugmentedConst; /** * The maximum number of scheduled calls in the queue for a single block. * * NOTE: - * - * - Dependent pallets' benchmarks might require a higher limit for the setting. Set a higher - * limit under `runtime-benchmarks` feature. - */ + * + Dependent pallets' benchmarks might require a higher limit for the setting. Set a + * higher limit under `runtime-benchmarks` feature. + **/ maxScheduledPerBlock: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; system: { - /** Maximum number of block number to block hash mappings to keep (oldest pruned first). */ + /** + * Maximum number of block number to block hash mappings to keep (oldest pruned first). + **/ blockHashCount: u32 & AugmentedConst; - /** The maximum length of a block (in bytes). */ + /** + * The maximum length of a block (in bytes). + **/ blockLength: FrameSystemLimitsBlockLength & AugmentedConst; - /** Block & extrinsics weights: base values and limits. */ + /** + * Block & extrinsics weights: base values and limits. + **/ blockWeights: FrameSystemLimitsBlockWeights & AugmentedConst; - /** The weight of runtime database operations the runtime can invoke. */ + /** + * The weight of runtime database operations the runtime can invoke. + **/ dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst; /** * The designated SS58 prefix of this chain. * - * This replaces the "ss58Format" property declared in the chain spec. Reason is that the - * runtime should know about the prefix in order to make use of it as an identifier of the chain. - */ + * This replaces the "ss58Format" property declared in the chain spec. Reason is + * that the runtime should know about the prefix in order to make use of it as + * an identifier of the chain. + **/ ss58Prefix: u16 & AugmentedConst; - /** Get the chain's in-code version. */ + /** + * Get the chain's in-code version. + **/ version: SpVersionRuntimeVersion & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; timestamp: { /** * The minimum period between blocks. * - * Be aware that this is different to the _expected_ period that the block production - * apparatus provides. Your chosen consensus system will generally work with this to determine - * a sensible block time. For example, in the Aura pallet it will be double this period on - * default settings. - */ + * Be aware that this is different to the *expected* period that the block production + * apparatus provides. Your chosen consensus system will generally work with this to + * determine a sensible block time. For example, in the Aura pallet it will be double this + * period on default settings. + **/ minimumPeriod: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; transactionPayment: { /** - * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their `priority` + * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their + * `priority` * - * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later added - * to a tip component in regular `priority` calculations. It means that a `Normal` transaction - * can front-run a similarly-sized `Operational` extrinsic (with no tip), by including a tip - * value greater than the virtual tip. + * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later + * added to a tip component in regular `priority` calculations. + * It means that a `Normal` transaction can front-run a similarly-sized `Operational` + * extrinsic (with no tip), by including a tip value greater than the virtual tip. * * ```rust,ignore * // For `Normal` @@ -424,55 +569,76 @@ declare module "@polkadot/api-base/types/consts" { * let priority = priority_calc(tip + virtual_tip); * ``` * - * Note that since we use `final_fee` the multiplier applies also to the regular `tip` sent - * with the transaction. So, not only does the transaction get a priority bump based on the - * `inclusion_fee`, but we also amplify the impact of tips applied to `Operational` transactions. - */ + * Note that since we use `final_fee` the multiplier applies also to the regular `tip` + * sent with the transaction. So, not only does the transaction get a priority bump based + * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational` + * transactions. + **/ operationalFeeMultiplier: u8 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; treasury: { - /** Percentage of spare funds (if any) that are burnt per spend period. */ + /** + * Percentage of spare funds (if any) that are burnt per spend period. + **/ burn: Permill & AugmentedConst; /** * The maximum number of approvals that can wait in the spending queue. * * NOTE: This parameter is also used within the Bounties Pallet extension if enabled. - */ + **/ maxApprovals: u32 & AugmentedConst; - /** The treasury's pallet id, used for deriving its sovereign account ID. */ + /** + * The treasury's pallet id, used for deriving its sovereign account ID. + **/ palletId: FrameSupportPalletId & AugmentedConst; - /** The period during which an approved treasury spend has to be claimed. */ + /** + * The period during which an approved treasury spend has to be claimed. + **/ payoutPeriod: u32 & AugmentedConst; - /** Period between successive spends. */ + /** + * Period between successive spends. + **/ spendPeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; treasuryCouncilCollective: { - /** The maximum weight of a dispatch call that can be proposed and executed. */ + /** + * The maximum weight of a dispatch call that can be proposed and executed. + **/ maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; utility: { - /** The limit on the number of batched calls. */ + /** + * The limit on the number of batched calls. + **/ batchedCallsLimit: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; xcmpQueue: { /** * Maximal number of outbound XCMP channels that can have messages queued at the same time. * - * If this is reached, then no further messages can be sent to channels that do not yet have a - * message queued. This should be set to the expected maximum of outbound channels which is - * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since - * otherwise the congestion control protocol will not work as intended and messages may be - * dropped. This value increases the PoV and should therefore not be picked too high. - * Governance needs to pay attention to not open more channels than this value. - */ + * If this is reached, then no further messages can be sent to channels that do not yet + * have a message queued. This should be set to the expected maximum of outbound channels + * which is determined by [`Self::ChannelInfo`]. It is important to set this large enough, + * since otherwise the congestion control protocol will not work as intended and messages + * may be dropped. This value increases the PoV and should therefore not be picked too + * high. Governance needs to pay attention to not open more channels than this value. + **/ maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. @@ -480,7 +646,7 @@ declare module "@polkadot/api-base/types/consts" { * Any further channel suspensions will fail and messages may get dropped without further * notice. Choosing a high value (1000) is okay; the trade-off that is described in * [`InboundXcmpSuspended`] still applies at that scale. - */ + **/ maxInboundSuspended: u32 & AugmentedConst; /** * The maximal page size for HRMP message pages. @@ -488,17 +654,27 @@ declare module "@polkadot/api-base/types/consts" { * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case * benchmarking. The limit for the size of a message is slightly below this, since some * overhead is incurred for encoding the format. - */ + **/ maxPageSize: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; xcmTransactor: { - /** The actual weight for an XCM message is `T::BaseXcmWeight + T::Weigher::weight(&msg)`. */ + /** + * + * The actual weight for an XCM message is `T::BaseXcmWeight + + * T::Weigher::weight(&msg)`. + **/ baseXcmWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Self chain location. */ + /** + * Self chain location. + **/ selfLocation: StagingXcmV4Location & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; } // AugmentedConsts diff --git a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts index b6b9ab7106..e535858507 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts @@ -20,246 +20,430 @@ declare module "@polkadot/api-base/types/errors" { NonExistentLocalAsset: AugmentedError; NotSufficientDeposit: AugmentedError; TooLowNumAssetsWeightHint: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; assets: { - /** The asset-account already exists. */ + /** + * The asset-account already exists. + **/ AlreadyExists: AugmentedError; - /** The asset is not live, and likely being destroyed. */ + /** + * The asset is not live, and likely being destroyed. + **/ AssetNotLive: AugmentedError; - /** The asset ID must be equal to the [`NextAssetId`]. */ + /** + * The asset ID must be equal to the [`NextAssetId`]. + **/ BadAssetId: AugmentedError; - /** Invalid metadata given. */ + /** + * Invalid metadata given. + **/ BadMetadata: AugmentedError; - /** Invalid witness data given. */ + /** + * Invalid witness data given. + **/ BadWitness: AugmentedError; - /** Account balance must be greater than or equal to the transfer amount. */ + /** + * Account balance must be greater than or equal to the transfer amount. + **/ BalanceLow: AugmentedError; - /** Callback action resulted in error */ + /** + * Callback action resulted in error + **/ CallbackFailed: AugmentedError; - /** The origin account is frozen. */ + /** + * The origin account is frozen. + **/ Frozen: AugmentedError; - /** The asset status is not the expected status. */ + /** + * The asset status is not the expected status. + **/ IncorrectStatus: AugmentedError; - /** The asset ID is already taken. */ + /** + * The asset ID is already taken. + **/ InUse: AugmentedError; /** - * The asset is a live asset and is actively being used. Usually emit for operations such as - * `start_destroy` which require the asset to be in a destroying state. - */ + * The asset is a live asset and is actively being used. Usually emit for operations such + * as `start_destroy` which require the asset to be in a destroying state. + **/ LiveAsset: AugmentedError; - /** Minimum balance should be non-zero. */ + /** + * Minimum balance should be non-zero. + **/ MinBalanceZero: AugmentedError; - /** The account to alter does not exist. */ + /** + * The account to alter does not exist. + **/ NoAccount: AugmentedError; - /** The asset-account doesn't have an associated deposit. */ + /** + * The asset-account doesn't have an associated deposit. + **/ NoDeposit: AugmentedError; - /** The signing account has no permission to do the operation. */ + /** + * The signing account has no permission to do the operation. + **/ NoPermission: AugmentedError; - /** The asset should be frozen before the given operation. */ + /** + * The asset should be frozen before the given operation. + **/ NotFrozen: AugmentedError; - /** No approval exists that would allow the transfer. */ + /** + * No approval exists that would allow the transfer. + **/ Unapproved: AugmentedError; /** * Unable to increment the consumer reference counters on the account. Either no provider - * reference exists to allow a non-zero balance of a non-self-sufficient asset, or one fewer - * then the maximum number of consumers has been reached. - */ + * reference exists to allow a non-zero balance of a non-self-sufficient asset, or one + * fewer then the maximum number of consumers has been reached. + **/ UnavailableConsumer: AugmentedError; - /** The given asset ID is unknown. */ + /** + * The given asset ID is unknown. + **/ Unknown: AugmentedError; - /** The operation would result in funds being burned. */ + /** + * The operation would result in funds being burned. + **/ WouldBurn: AugmentedError; - /** The source account would not survive the transfer and it needs to stay alive. */ + /** + * The source account would not survive the transfer and it needs to stay alive. + **/ WouldDie: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; authorInherent: { - /** Author already set in block. */ + /** + * Author already set in block. + **/ AuthorAlreadySet: AugmentedError; - /** The author in the inherent is not an eligible author. */ + /** + * The author in the inherent is not an eligible author. + **/ CannotBeAuthor: AugmentedError; - /** No AccountId was found to be associated with this author */ + /** + * No AccountId was found to be associated with this author + **/ NoAccountId: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; authorMapping: { - /** The NimbusId in question is already associated and cannot be overwritten */ + /** + * The NimbusId in question is already associated and cannot be overwritten + **/ AlreadyAssociated: AugmentedError; - /** The association can't be cleared because it is not found. */ + /** + * The association can't be cleared because it is not found. + **/ AssociationNotFound: AugmentedError; - /** This account cannot set an author because it cannon afford the security deposit */ + /** + * This account cannot set an author because it cannon afford the security deposit + **/ CannotAffordSecurityDeposit: AugmentedError; - /** Failed to decode T::Keys for `set_keys` */ + /** + * Failed to decode T::Keys for `set_keys` + **/ DecodeKeysFailed: AugmentedError; - /** Failed to decode NimbusId for `set_keys` */ + /** + * Failed to decode NimbusId for `set_keys` + **/ DecodeNimbusFailed: AugmentedError; - /** The association can't be cleared because it belongs to another account. */ + /** + * The association can't be cleared because it belongs to another account. + **/ NotYourAssociation: AugmentedError; - /** No existing NimbusId can be found for the account */ + /** + * No existing NimbusId can be found for the account + **/ OldAuthorIdNotFound: AugmentedError; - /** Keys have wrong size */ + /** + * Keys have wrong size + **/ WrongKeySize: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; balances: { - /** Beneficiary account must pre-exist. */ + /** + * Beneficiary account must pre-exist. + **/ DeadAccount: AugmentedError; - /** The delta cannot be zero. */ + /** + * The delta cannot be zero. + **/ DeltaZero: AugmentedError; - /** Value too low to create account due to existential deposit. */ + /** + * Value too low to create account due to existential deposit. + **/ ExistentialDeposit: AugmentedError; - /** A vesting schedule already exists for this account. */ + /** + * A vesting schedule already exists for this account. + **/ ExistingVestingSchedule: AugmentedError; - /** Transfer/payment would kill account. */ + /** + * Transfer/payment would kill account. + **/ Expendability: AugmentedError; - /** Balance too low to send value. */ + /** + * Balance too low to send value. + **/ InsufficientBalance: AugmentedError; - /** The issuance cannot be modified since it is already deactivated. */ + /** + * The issuance cannot be modified since it is already deactivated. + **/ IssuanceDeactivated: AugmentedError; - /** Account liquidity restrictions prevent withdrawal. */ + /** + * Account liquidity restrictions prevent withdrawal. + **/ LiquidityRestrictions: AugmentedError; - /** Number of freezes exceed `MaxFreezes`. */ + /** + * Number of freezes exceed `MaxFreezes`. + **/ TooManyFreezes: AugmentedError; - /** Number of holds exceed `VariantCountOf`. */ + /** + * Number of holds exceed `VariantCountOf`. + **/ TooManyHolds: AugmentedError; - /** Number of named reserves exceed `MaxReserves`. */ + /** + * Number of named reserves exceed `MaxReserves`. + **/ TooManyReserves: AugmentedError; - /** Vesting balance too high to send value. */ + /** + * Vesting balance too high to send value. + **/ VestingBalance: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; convictionVoting: { - /** The account is already delegating. */ + /** + * The account is already delegating. + **/ AlreadyDelegating: AugmentedError; /** - * The account currently has votes attached to it and the operation cannot succeed until these - * are removed through `remove_vote`. - */ + * The account currently has votes attached to it and the operation cannot succeed until + * these are removed through `remove_vote`. + **/ AlreadyVoting: AugmentedError; - /** The class ID supplied is invalid. */ + /** + * The class ID supplied is invalid. + **/ BadClass: AugmentedError; - /** The class must be supplied since it is not easily determinable from the state. */ + /** + * The class must be supplied since it is not easily determinable from the state. + **/ ClassNeeded: AugmentedError; - /** Too high a balance was provided that the account cannot afford. */ + /** + * Too high a balance was provided that the account cannot afford. + **/ InsufficientFunds: AugmentedError; - /** Maximum number of votes reached. */ + /** + * Maximum number of votes reached. + **/ MaxVotesReached: AugmentedError; - /** Delegation to oneself makes no sense. */ + /** + * Delegation to oneself makes no sense. + **/ Nonsense: AugmentedError; - /** The actor has no permission to conduct the action. */ + /** + * The actor has no permission to conduct the action. + **/ NoPermission: AugmentedError; - /** The actor has no permission to conduct the action right now but will do in the future. */ + /** + * The actor has no permission to conduct the action right now but will do in the future. + **/ NoPermissionYet: AugmentedError; - /** The account is not currently delegating. */ + /** + * The account is not currently delegating. + **/ NotDelegating: AugmentedError; - /** Poll is not ongoing. */ + /** + * Poll is not ongoing. + **/ NotOngoing: AugmentedError; - /** The given account did not vote on the poll. */ + /** + * The given account did not vote on the poll. + **/ NotVoter: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; crowdloanRewards: { /** - * User trying to associate a native identity with a relay chain identity for posterior reward - * claiming provided an already associated relay chain identity - */ + * User trying to associate a native identity with a relay chain identity for posterior + * reward claiming provided an already associated relay chain identity + **/ AlreadyAssociated: AugmentedError; - /** Trying to introduce a batch that goes beyond the limits of the funds */ + /** + * Trying to introduce a batch that goes beyond the limits of the funds + **/ BatchBeyondFundPot: AugmentedError; - /** First claim already done */ + /** + * First claim already done + **/ FirstClaimAlreadyDone: AugmentedError; - /** User submitted an unsifficient number of proofs to change the reward address */ + /** + * User submitted an unsifficient number of proofs to change the reward address + **/ InsufficientNumberOfValidProofs: AugmentedError; /** - * User trying to associate a native identity with a relay chain identity for posterior reward - * claiming provided a wrong signature - */ + * User trying to associate a native identity with a relay chain identity for posterior + * reward claiming provided a wrong signature + **/ InvalidClaimSignature: AugmentedError; - /** User trying to claim the first free reward provided the wrong signature */ + /** + * User trying to claim the first free reward provided the wrong signature + **/ InvalidFreeClaimSignature: AugmentedError; /** - * User trying to claim an award did not have an claim associated with it. This may mean they - * did not contribute to the crowdloan, or they have not yet associated a native id with their - * contribution - */ + * User trying to claim an award did not have an claim associated with it. This may mean + * they did not contribute to the crowdloan, or they have not yet associated a native id + * with their contribution + **/ NoAssociatedClaim: AugmentedError; - /** User provided a signature from a non-contributor relay account */ + /** + * User provided a signature from a non-contributor relay account + **/ NonContributedAddressProvided: AugmentedError; - /** The contribution is not high enough to be eligible for rewards */ + /** + * The contribution is not high enough to be eligible for rewards + **/ RewardNotHighEnough: AugmentedError; /** - * User trying to claim rewards has already claimed all rewards associated with its identity - * and contribution - */ + * User trying to claim rewards has already claimed all rewards associated with its + * identity and contribution + **/ RewardsAlreadyClaimed: AugmentedError; - /** Rewards should match funds of the pallet */ + /** + * Rewards should match funds of the pallet + **/ RewardsDoNotMatchFund: AugmentedError; - /** Reward vec has already been initialized */ + /** + * Reward vec has already been initialized + **/ RewardVecAlreadyInitialized: AugmentedError; - /** Reward vec has not yet been fully initialized */ + /** + * Reward vec has not yet been fully initialized + **/ RewardVecNotFullyInitializedYet: AugmentedError; - /** Initialize_reward_vec received too many contributors */ + /** + * Initialize_reward_vec received too many contributors + **/ TooManyContributors: AugmentedError; - /** Provided vesting period is not valid */ + /** + * Provided vesting period is not valid + **/ VestingPeriodNonValid: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; emergencyParaXcm: { - /** The current XCM Mode is not Paused */ + /** + * The current XCM Mode is not Paused + **/ NotInPausedMode: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; ethereum: { - /** Signature is invalid. */ + /** + * Signature is invalid. + **/ InvalidSignature: AugmentedError; - /** Pre-log is present, therefore transact is not allowed. */ + /** + * Pre-log is present, therefore transact is not allowed. + **/ PreLogExists: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; ethereumXcm: { - /** Xcm to Ethereum execution is suspended */ + /** + * Xcm to Ethereum execution is suspended + **/ EthereumXcmExecutionSuspended: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; evm: { - /** Not enough balance to perform action */ + /** + * Not enough balance to perform action + **/ BalanceLow: AugmentedError; - /** Calculating total fee overflowed */ + /** + * Calculating total fee overflowed + **/ FeeOverflow: AugmentedError; - /** Gas limit is too high. */ + /** + * Gas limit is too high. + **/ GasLimitTooHigh: AugmentedError; - /** Gas limit is too low. */ + /** + * Gas limit is too low. + **/ GasLimitTooLow: AugmentedError; - /** Gas price is too low. */ + /** + * Gas price is too low. + **/ GasPriceTooLow: AugmentedError; - /** The chain id is invalid. */ + /** + * The chain id is invalid. + **/ InvalidChainId: AugmentedError; - /** Nonce is invalid */ + /** + * Nonce is invalid + **/ InvalidNonce: AugmentedError; - /** The signature is invalid. */ + /** + * the signature is invalid. + **/ InvalidSignature: AugmentedError; - /** Calculating total payment overflowed */ + /** + * Calculating total payment overflowed + **/ PaymentOverflow: AugmentedError; - /** EVM reentrancy */ + /** + * EVM reentrancy + **/ Reentrancy: AugmentedError; - /** EIP-3607, */ + /** + * EIP-3607, + **/ TransactionMustComeFromEOA: AugmentedError; - /** Undefined error. */ + /** + * Undefined error. + **/ Undefined: AugmentedError; - /** Withdraw fee failed */ + /** + * Withdraw fee failed + **/ WithdrawFailed: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; evmForeignAssets: { @@ -277,226 +461,416 @@ declare module "@polkadot/api-base/types/errors" { InvalidTokenName: AugmentedError; LocationAlreadyExists: AugmentedError; TooManyForeignAssets: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; identity: { - /** Account ID is already named. */ + /** + * Account ID is already named. + **/ AlreadyClaimed: AugmentedError; - /** Empty index. */ + /** + * Empty index. + **/ EmptyIndex: AugmentedError; - /** Fee is changed. */ + /** + * Fee is changed. + **/ FeeChanged: AugmentedError; - /** The index is invalid. */ + /** + * The index is invalid. + **/ InvalidIndex: AugmentedError; - /** Invalid judgement. */ + /** + * Invalid judgement. + **/ InvalidJudgement: AugmentedError; - /** The signature on a username was not valid. */ + /** + * The signature on a username was not valid. + **/ InvalidSignature: AugmentedError; - /** The provided suffix is too long. */ + /** + * The provided suffix is too long. + **/ InvalidSuffix: AugmentedError; - /** The target is invalid. */ + /** + * The target is invalid. + **/ InvalidTarget: AugmentedError; - /** The username does not meet the requirements. */ + /** + * The username does not meet the requirements. + **/ InvalidUsername: AugmentedError; - /** The provided judgement was for a different identity. */ + /** + * The provided judgement was for a different identity. + **/ JudgementForDifferentIdentity: AugmentedError; - /** Judgement given. */ + /** + * Judgement given. + **/ JudgementGiven: AugmentedError; - /** Error that occurs when there is an issue paying for judgement. */ + /** + * Error that occurs when there is an issue paying for judgement. + **/ JudgementPaymentFailed: AugmentedError; - /** The authority cannot allocate any more usernames. */ + /** + * The authority cannot allocate any more usernames. + **/ NoAllocation: AugmentedError; - /** No identity found. */ + /** + * No identity found. + **/ NoIdentity: AugmentedError; - /** The username cannot be forcefully removed because it can still be accepted. */ + /** + * The username cannot be forcefully removed because it can still be accepted. + **/ NotExpired: AugmentedError; - /** Account isn't found. */ + /** + * Account isn't found. + **/ NotFound: AugmentedError; - /** Account isn't named. */ + /** + * Account isn't named. + **/ NotNamed: AugmentedError; - /** Sub-account isn't owned by sender. */ + /** + * Sub-account isn't owned by sender. + **/ NotOwned: AugmentedError; - /** Sender is not a sub-account. */ + /** + * Sender is not a sub-account. + **/ NotSub: AugmentedError; - /** The sender does not have permission to issue a username. */ + /** + * The sender does not have permission to issue a username. + **/ NotUsernameAuthority: AugmentedError; - /** The requested username does not exist. */ + /** + * The requested username does not exist. + **/ NoUsername: AugmentedError; - /** Setting this username requires a signature, but none was provided. */ + /** + * Setting this username requires a signature, but none was provided. + **/ RequiresSignature: AugmentedError; - /** Sticky judgement. */ + /** + * Sticky judgement. + **/ StickyJudgement: AugmentedError; - /** Maximum amount of registrars reached. Cannot add any more. */ + /** + * Maximum amount of registrars reached. Cannot add any more. + **/ TooManyRegistrars: AugmentedError; - /** Too many subs-accounts. */ + /** + * Too many subs-accounts. + **/ TooManySubAccounts: AugmentedError; - /** The username is already taken. */ + /** + * The username is already taken. + **/ UsernameTaken: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; maintenanceMode: { - /** The chain cannot enter maintenance mode because it is already in maintenance mode */ + /** + * The chain cannot enter maintenance mode because it is already in maintenance mode + **/ AlreadyInMaintenanceMode: AugmentedError; - /** The chain cannot resume normal operation because it is not in maintenance mode */ + /** + * The chain cannot resume normal operation because it is not in maintenance mode + **/ NotInMaintenanceMode: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; messageQueue: { - /** The message was already processed and cannot be processed again. */ + /** + * The message was already processed and cannot be processed again. + **/ AlreadyProcessed: AugmentedError; - /** There is temporarily not enough weight to continue servicing messages. */ + /** + * There is temporarily not enough weight to continue servicing messages. + **/ InsufficientWeight: AugmentedError; - /** The referenced message could not be found. */ + /** + * The referenced message could not be found. + **/ NoMessage: AugmentedError; - /** Page to be reaped does not exist. */ + /** + * Page to be reaped does not exist. + **/ NoPage: AugmentedError; - /** Page is not reapable because it has items remaining to be processed and is not old enough. */ + /** + * Page is not reapable because it has items remaining to be processed and is not old + * enough. + **/ NotReapable: AugmentedError; - /** The message is queued for future execution. */ + /** + * The message is queued for future execution. + **/ Queued: AugmentedError; /** * The queue is paused and no message can be executed from it. * * This can change at any time and may resolve in the future by re-trying. - */ + **/ QueuePaused: AugmentedError; - /** Another call is in progress and needs to finish before this call can happen. */ + /** + * Another call is in progress and needs to finish before this call can happen. + **/ RecursiveDisallowed: AugmentedError; /** * This message is temporarily unprocessable. * - * Such errors are expected, but not guaranteed, to resolve themselves eventually through retrying. - */ + * Such errors are expected, but not guaranteed, to resolve themselves eventually through + * retrying. + **/ TemporarilyUnprocessable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; migrations: { - /** Preimage already exists in the new storage. */ + /** + * Preimage already exists in the new storage. + **/ PreimageAlreadyExists: AugmentedError; - /** Preimage is larger than the new max size. */ + /** + * Preimage is larger than the new max size. + **/ PreimageIsTooBig: AugmentedError; - /** Missing preimage in original democracy storage */ + /** + * Missing preimage in original democracy storage + **/ PreimageMissing: AugmentedError; - /** Provided upper bound is too low. */ + /** + * Provided upper bound is too low. + **/ WrongUpperBound: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; moonbeamLazyMigrations: { - /** Fail to add an approval */ + /** + * Fail to add an approval + **/ ApprovalFailed: AugmentedError; - /** Asset not found */ + /** + * Asset not found + **/ AssetNotFound: AugmentedError; - /** The asset type was not found */ + /** + * The asset type was not found + **/ AssetTypeNotFound: AugmentedError; - /** The contract already have metadata */ + /** + * The contract already have metadata + **/ ContractMetadataAlreadySet: AugmentedError; - /** Contract not exist */ + /** + * Contract not exist + **/ ContractNotExist: AugmentedError; - /** The key lengths exceeds the maximum allowed */ + /** + * The key lengths exceeds the maximum allowed + **/ KeyTooLong: AugmentedError; - /** The limit cannot be zero */ + /** + * The limit cannot be zero + **/ LimitCannotBeZero: AugmentedError; - /** The location of the asset was not found */ + /** + * The location of the asset was not found + **/ LocationNotFound: AugmentedError; - /** Migration is not finished yet */ + /** + * Migration is not finished yet + **/ MigrationNotFinished: AugmentedError; - /** Fail to mint the foreign asset */ + /** + * Fail to mint the foreign asset + **/ MintFailed: AugmentedError; - /** The name length exceeds the maximum allowed */ + /** + * The name length exceeds the maximum allowed + **/ NameTooLong: AugmentedError; - /** No migration in progress */ + /** + * No migration in progress + **/ NoMigrationInProgress: AugmentedError; - /** The symbol length exceeds the maximum allowed */ + /** + * The symbol length exceeds the maximum allowed + **/ SymbolTooLong: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; moonbeamOrbiters: { - /** The collator is already added in orbiters program. */ + /** + * The collator is already added in orbiters program. + **/ CollatorAlreadyAdded: AugmentedError; - /** This collator is not in orbiters program. */ + /** + * This collator is not in orbiters program. + **/ CollatorNotFound: AugmentedError; - /** There are already too many orbiters associated with this collator. */ + /** + * There are already too many orbiters associated with this collator. + **/ CollatorPoolTooLarge: AugmentedError; - /** There are more collator pools than the number specified in the parameter. */ + /** + * There are more collator pools than the number specified in the parameter. + **/ CollatorsPoolCountTooLow: AugmentedError; /** * The minimum deposit required to register as an orbiter has not yet been included in the * onchain storage - */ + **/ MinOrbiterDepositNotSet: AugmentedError; - /** This orbiter is already associated with this collator. */ + /** + * This orbiter is already associated with this collator. + **/ OrbiterAlreadyInPool: AugmentedError; - /** This orbiter has not made a deposit */ + /** + * This orbiter has not made a deposit + **/ OrbiterDepositNotFound: AugmentedError; - /** This orbiter is not found */ + /** + * This orbiter is not found + **/ OrbiterNotFound: AugmentedError; - /** The orbiter is still at least in one pool */ + /** + * The orbiter is still at least in one pool + **/ OrbiterStillInAPool: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; multisig: { - /** Call is already approved by this signatory. */ + /** + * Call is already approved by this signatory. + **/ AlreadyApproved: AugmentedError; - /** The data to be stored is already stored. */ + /** + * The data to be stored is already stored. + **/ AlreadyStored: AugmentedError; - /** The maximum weight information provided was too low. */ + /** + * The maximum weight information provided was too low. + **/ MaxWeightTooLow: AugmentedError; - /** Threshold must be 2 or greater. */ + /** + * Threshold must be 2 or greater. + **/ MinimumThreshold: AugmentedError; - /** Call doesn't need any (more) approvals. */ + /** + * Call doesn't need any (more) approvals. + **/ NoApprovalsNeeded: AugmentedError; - /** Multisig operation not found when attempting to cancel. */ + /** + * Multisig operation not found when attempting to cancel. + **/ NotFound: AugmentedError; - /** No timepoint was given, yet the multisig operation is already underway. */ + /** + * No timepoint was given, yet the multisig operation is already underway. + **/ NoTimepoint: AugmentedError; - /** Only the account that originally created the multisig is able to cancel it. */ + /** + * Only the account that originally created the multisig is able to cancel it. + **/ NotOwner: AugmentedError; - /** The sender was contained in the other signatories; it shouldn't be. */ + /** + * The sender was contained in the other signatories; it shouldn't be. + **/ SenderInSignatories: AugmentedError; - /** The signatories were provided out of order; they should be ordered. */ + /** + * The signatories were provided out of order; they should be ordered. + **/ SignatoriesOutOfOrder: AugmentedError; - /** There are too few signatories in the list. */ + /** + * There are too few signatories in the list. + **/ TooFewSignatories: AugmentedError; - /** There are too many signatories in the list. */ + /** + * There are too many signatories in the list. + **/ TooManySignatories: AugmentedError; - /** A timepoint was given, yet no multisig operation is underway. */ + /** + * A timepoint was given, yet no multisig operation is underway. + **/ UnexpectedTimepoint: AugmentedError; - /** A different timepoint was given to the multisig operation that is underway. */ + /** + * A different timepoint was given to the multisig operation that is underway. + **/ WrongTimepoint: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; openTechCommitteeCollective: { - /** Members are already initialized! */ + /** + * Members are already initialized! + **/ AlreadyInitialized: AugmentedError; - /** Duplicate proposals not allowed */ + /** + * Duplicate proposals not allowed + **/ DuplicateProposal: AugmentedError; - /** Duplicate vote ignored */ + /** + * Duplicate vote ignored + **/ DuplicateVote: AugmentedError; - /** Account is not a member */ + /** + * Account is not a member + **/ NotMember: AugmentedError; - /** Prime account is not a member */ + /** + * Prime account is not a member + **/ PrimeAccountNotMember: AugmentedError; - /** Proposal must exist */ + /** + * Proposal must exist + **/ ProposalMissing: AugmentedError; - /** The close call was made too early, before the end of the voting. */ + /** + * The close call was made too early, before the end of the voting. + **/ TooEarly: AugmentedError; - /** There can only be a maximum of `MaxProposals` active proposals. */ + /** + * There can only be a maximum of `MaxProposals` active proposals. + **/ TooManyProposals: AugmentedError; - /** Mismatched index */ + /** + * Mismatched index + **/ WrongIndex: AugmentedError; - /** The given length bound for the proposal was too low. */ + /** + * The given length bound for the proposal was too low. + **/ WrongProposalLength: AugmentedError; - /** The given weight bound for the proposal was too low. */ + /** + * The given weight bound for the proposal was too low. + **/ WrongProposalWeight: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; parachainStaking: { @@ -556,132 +930,240 @@ declare module "@polkadot/api-base/types/errors" { TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; TotalInflationDistributionPercentExceeds100: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; parachainSystem: { - /** The inherent which supplies the host configuration did not run this block. */ + /** + * The inherent which supplies the host configuration did not run this block. + **/ HostConfigurationNotAvailable: AugmentedError; - /** No code upgrade has been authorized. */ + /** + * No code upgrade has been authorized. + **/ NothingAuthorized: AugmentedError; - /** No validation function upgrade is currently scheduled. */ + /** + * No validation function upgrade is currently scheduled. + **/ NotScheduled: AugmentedError; - /** Attempt to upgrade validation function while existing upgrade pending. */ + /** + * Attempt to upgrade validation function while existing upgrade pending. + **/ OverlappingUpgrades: AugmentedError; - /** Polkadot currently prohibits this parachain from upgrading its validation function. */ + /** + * Polkadot currently prohibits this parachain from upgrading its validation function. + **/ ProhibitedByPolkadot: AugmentedError; - /** The supplied validation function has compiled into a blob larger than Polkadot is willing to run. */ + /** + * The supplied validation function has compiled into a blob larger than Polkadot is + * willing to run. + **/ TooBig: AugmentedError; - /** The given code upgrade has not been authorized. */ + /** + * The given code upgrade has not been authorized. + **/ Unauthorized: AugmentedError; - /** The inherent which supplies the validation data did not run this block. */ + /** + * The inherent which supplies the validation data did not run this block. + **/ ValidationDataNotAvailable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; polkadotXcm: { - /** The given account is not an identifiable sovereign account for any location. */ + /** + * The given account is not an identifiable sovereign account for any location. + **/ AccountNotSovereign: AugmentedError; - /** The location is invalid since it already has a subscription from us. */ + /** + * The location is invalid since it already has a subscription from us. + **/ AlreadySubscribed: AugmentedError; /** - * The given location could not be used (e.g. because it cannot be expressed in the desired - * version of XCM). - */ + * The given location could not be used (e.g. because it cannot be expressed in the + * desired version of XCM). + **/ BadLocation: AugmentedError; - /** The version of the `Versioned` value used is not able to be interpreted. */ + /** + * The version of the `Versioned` value used is not able to be interpreted. + **/ BadVersion: AugmentedError; - /** Could not check-out the assets for teleportation to the destination chain. */ + /** + * Could not check-out the assets for teleportation to the destination chain. + **/ CannotCheckOutTeleport: AugmentedError; - /** Could not re-anchor the assets to declare the fees for the destination chain. */ + /** + * Could not re-anchor the assets to declare the fees for the destination chain. + **/ CannotReanchor: AugmentedError; - /** The destination `Location` provided cannot be inverted. */ + /** + * The destination `Location` provided cannot be inverted. + **/ DestinationNotInvertible: AugmentedError; - /** The assets to be sent are empty. */ + /** + * The assets to be sent are empty. + **/ Empty: AugmentedError; - /** The operation required fees to be paid which the initiator could not meet. */ + /** + * The operation required fees to be paid which the initiator could not meet. + **/ FeesNotMet: AugmentedError; - /** The message execution fails the filter. */ + /** + * The message execution fails the filter. + **/ Filtered: AugmentedError; - /** The unlock operation cannot succeed because there are still consumers of the lock. */ + /** + * The unlock operation cannot succeed because there are still consumers of the lock. + **/ InUse: AugmentedError; - /** Invalid asset, reserve chain could not be determined for it. */ + /** + * Invalid asset, reserve chain could not be determined for it. + **/ InvalidAssetUnknownReserve: AugmentedError; - /** Invalid asset, do not support remote asset reserves with different fees reserves. */ + /** + * Invalid asset, do not support remote asset reserves with different fees reserves. + **/ InvalidAssetUnsupportedReserve: AugmentedError; - /** Origin is invalid for sending. */ + /** + * Origin is invalid for sending. + **/ InvalidOrigin: AugmentedError; - /** Local XCM execution incomplete. */ + /** + * Local XCM execution incomplete. + **/ LocalExecutionIncomplete: AugmentedError; - /** A remote lock with the corresponding data could not be found. */ + /** + * A remote lock with the corresponding data could not be found. + **/ LockNotFound: AugmentedError; - /** The owner does not own (all) of the asset that they wish to do the operation on. */ + /** + * The owner does not own (all) of the asset that they wish to do the operation on. + **/ LowBalance: AugmentedError; - /** The referenced subscription could not be found. */ + /** + * The referenced subscription could not be found. + **/ NoSubscription: AugmentedError; /** - * There was some other issue (i.e. not to do with routing) in sending the message. Perhaps a - * lack of space for buffering the message. - */ + * There was some other issue (i.e. not to do with routing) in sending the message. + * Perhaps a lack of space for buffering the message. + **/ SendFailure: AugmentedError; - /** Too many assets have been attempted for transfer. */ + /** + * Too many assets have been attempted for transfer. + **/ TooManyAssets: AugmentedError; - /** The asset owner has too many locks on the asset. */ + /** + * The asset owner has too many locks on the asset. + **/ TooManyLocks: AugmentedError; - /** Too many assets with different reserve locations have been attempted for transfer. */ + /** + * Too many assets with different reserve locations have been attempted for transfer. + **/ TooManyReserves: AugmentedError; - /** The desired destination was unreachable, generally because there is a no way of routing to it. */ + /** + * The desired destination was unreachable, generally because there is a no way of routing + * to it. + **/ Unreachable: AugmentedError; - /** The message's weight could not be determined. */ + /** + * The message's weight could not be determined. + **/ UnweighableMessage: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; precompileBenchmarks: { BenchmarkError: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; preimage: { - /** Preimage has already been noted on-chain. */ + /** + * Preimage has already been noted on-chain. + **/ AlreadyNoted: AugmentedError; - /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + /** + * No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. + **/ NoCost: AugmentedError; - /** The user is not authorized to perform this action. */ + /** + * The user is not authorized to perform this action. + **/ NotAuthorized: AugmentedError; - /** The preimage cannot be removed since it has not yet been noted. */ + /** + * The preimage cannot be removed since it has not yet been noted. + **/ NotNoted: AugmentedError; - /** The preimage request cannot be removed since no outstanding requests exist. */ + /** + * The preimage request cannot be removed since no outstanding requests exist. + **/ NotRequested: AugmentedError; - /** A preimage may not be removed when there are outstanding requests. */ + /** + * A preimage may not be removed when there are outstanding requests. + **/ Requested: AugmentedError; - /** Preimage is too large to store on-chain. */ + /** + * Preimage is too large to store on-chain. + **/ TooBig: AugmentedError; - /** Too few hashes were requested to be upgraded (i.e. zero). */ + /** + * Too few hashes were requested to be upgraded (i.e. zero). + **/ TooFew: AugmentedError; - /** More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. */ + /** + * More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. + **/ TooMany: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; proxy: { - /** Account is already a proxy. */ + /** + * Account is already a proxy. + **/ Duplicate: AugmentedError; - /** Call may not be made by proxy because it may escalate its privileges. */ + /** + * Call may not be made by proxy because it may escalate its privileges. + **/ NoPermission: AugmentedError; - /** Cannot add self as proxy. */ + /** + * Cannot add self as proxy. + **/ NoSelfProxy: AugmentedError; - /** Proxy registration not found. */ + /** + * Proxy registration not found. + **/ NotFound: AugmentedError; - /** Sender is not a proxy of the account to be proxied. */ + /** + * Sender is not a proxy of the account to be proxied. + **/ NotProxy: AugmentedError; - /** There are too many proxies registered or too many announcements pending. */ + /** + * There are too many proxies registered or too many announcements pending. + **/ TooMany: AugmentedError; - /** Announcement, if made at all, was made too recently. */ + /** + * Announcement, if made at all, was made too recently. + **/ Unannounced: AugmentedError; - /** A call which is incompatible with the proxy type's filter was attempted. */ + /** + * A call which is incompatible with the proxy type's filter was attempted. + **/ Unproxyable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; randomness: { @@ -697,171 +1179,316 @@ declare module "@polkadot/api-base/types/errors" { RequestDNE: AugmentedError; RequestFeeOverflowed: AugmentedError; RequestHasNotExpired: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; referenda: { - /** The referendum index provided is invalid in this context. */ + /** + * The referendum index provided is invalid in this context. + **/ BadReferendum: AugmentedError; - /** The referendum status is invalid for this operation. */ + /** + * The referendum status is invalid for this operation. + **/ BadStatus: AugmentedError; - /** The track identifier given was invalid. */ + /** + * The track identifier given was invalid. + **/ BadTrack: AugmentedError; - /** There are already a full complement of referenda in progress for this track. */ + /** + * There are already a full complement of referenda in progress for this track. + **/ Full: AugmentedError; - /** Referendum's decision deposit is already paid. */ + /** + * Referendum's decision deposit is already paid. + **/ HasDeposit: AugmentedError; - /** The deposit cannot be refunded since none was made. */ + /** + * The deposit cannot be refunded since none was made. + **/ NoDeposit: AugmentedError; - /** The deposit refunder is not the depositor. */ + /** + * The deposit refunder is not the depositor. + **/ NoPermission: AugmentedError; - /** There was nothing to do in the advancement. */ + /** + * There was nothing to do in the advancement. + **/ NothingToDo: AugmentedError; - /** Referendum is not ongoing. */ + /** + * Referendum is not ongoing. + **/ NotOngoing: AugmentedError; - /** No track exists for the proposal origin. */ + /** + * No track exists for the proposal origin. + **/ NoTrack: AugmentedError; - /** The preimage does not exist. */ + /** + * The preimage does not exist. + **/ PreimageNotExist: AugmentedError; - /** The preimage is stored with a different length than the one provided. */ + /** + * The preimage is stored with a different length than the one provided. + **/ PreimageStoredWithDifferentLength: AugmentedError; - /** The queue of the track is empty. */ + /** + * The queue of the track is empty. + **/ QueueEmpty: AugmentedError; - /** Any deposit cannot be refunded until after the decision is over. */ + /** + * Any deposit cannot be refunded until after the decision is over. + **/ Unfinished: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; scheduler: { - /** Failed to schedule a call */ + /** + * Failed to schedule a call + **/ FailedToSchedule: AugmentedError; - /** Attempt to use a non-named function on a named task. */ + /** + * Attempt to use a non-named function on a named task. + **/ Named: AugmentedError; - /** Cannot find the scheduled call. */ + /** + * Cannot find the scheduled call. + **/ NotFound: AugmentedError; - /** Reschedule failed because it does not change scheduled time. */ + /** + * Reschedule failed because it does not change scheduled time. + **/ RescheduleNoChange: AugmentedError; - /** Given target block number is in the past. */ + /** + * Given target block number is in the past. + **/ TargetBlockNumberInPast: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; sudo: { - /** Sender must be the Sudo account. */ + /** + * Sender must be the Sudo account. + **/ RequireSudo: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; system: { - /** The origin filter prevent the call to be dispatched. */ + /** + * The origin filter prevent the call to be dispatched. + **/ CallFiltered: AugmentedError; /** * Failed to extract the runtime version from the new runtime. * * Either calling `Core_version` or decoding `RuntimeVersion` failed. - */ + **/ FailedToExtractRuntimeVersion: AugmentedError; - /** The name of specification does not match between the current runtime and the new runtime. */ + /** + * The name of specification does not match between the current runtime + * and the new runtime. + **/ InvalidSpecName: AugmentedError; - /** A multi-block migration is ongoing and prevents the current code from being replaced. */ + /** + * A multi-block migration is ongoing and prevents the current code from being replaced. + **/ MultiBlockMigrationsOngoing: AugmentedError; - /** Suicide called when the account has non-default composite data. */ + /** + * Suicide called when the account has non-default composite data. + **/ NonDefaultComposite: AugmentedError; - /** There is a non-zero reference count preventing the account from being purged. */ + /** + * There is a non-zero reference count preventing the account from being purged. + **/ NonZeroRefCount: AugmentedError; - /** No upgrade authorized. */ + /** + * No upgrade authorized. + **/ NothingAuthorized: AugmentedError; - /** The specification version is not allowed to decrease between the current runtime and the new runtime. */ + /** + * The specification version is not allowed to decrease between the current runtime + * and the new runtime. + **/ SpecVersionNeedsToIncrease: AugmentedError; - /** The submitted code is not authorized. */ + /** + * The submitted code is not authorized. + **/ Unauthorized: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; treasury: { - /** The payment has already been attempted. */ + /** + * The payment has already been attempted. + **/ AlreadyAttempted: AugmentedError; - /** The spend is not yet eligible for payout. */ + /** + * The spend is not yet eligible for payout. + **/ EarlyPayout: AugmentedError; - /** The balance of the asset kind is not convertible to the balance of the native asset. */ + /** + * The balance of the asset kind is not convertible to the balance of the native asset. + **/ FailedToConvertBalance: AugmentedError; - /** The payment has neither failed nor succeeded yet. */ + /** + * The payment has neither failed nor succeeded yet. + **/ Inconclusive: AugmentedError; - /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ + /** + * The spend origin is valid but the amount it is allowed to spend is lower than the + * amount to be spent. + **/ InsufficientPermission: AugmentedError; - /** No proposal, bounty or spend at that index. */ + /** + * No proposal, bounty or spend at that index. + **/ InvalidIndex: AugmentedError; - /** The payout was not yet attempted/claimed. */ + /** + * The payout was not yet attempted/claimed. + **/ NotAttempted: AugmentedError; - /** There was some issue with the mechanism of payment. */ + /** + * There was some issue with the mechanism of payment. + **/ PayoutError: AugmentedError; - /** Proposal has not been approved. */ + /** + * Proposal has not been approved. + **/ ProposalNotApproved: AugmentedError; - /** The spend has expired and cannot be claimed. */ + /** + * The spend has expired and cannot be claimed. + **/ SpendExpired: AugmentedError; - /** Too many approvals in the queue. */ + /** + * Too many approvals in the queue. + **/ TooManyApprovals: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; treasuryCouncilCollective: { - /** Members are already initialized! */ + /** + * Members are already initialized! + **/ AlreadyInitialized: AugmentedError; - /** Duplicate proposals not allowed */ + /** + * Duplicate proposals not allowed + **/ DuplicateProposal: AugmentedError; - /** Duplicate vote ignored */ + /** + * Duplicate vote ignored + **/ DuplicateVote: AugmentedError; - /** Account is not a member */ + /** + * Account is not a member + **/ NotMember: AugmentedError; - /** Prime account is not a member */ + /** + * Prime account is not a member + **/ PrimeAccountNotMember: AugmentedError; - /** Proposal must exist */ + /** + * Proposal must exist + **/ ProposalMissing: AugmentedError; - /** The close call was made too early, before the end of the voting. */ + /** + * The close call was made too early, before the end of the voting. + **/ TooEarly: AugmentedError; - /** There can only be a maximum of `MaxProposals` active proposals. */ + /** + * There can only be a maximum of `MaxProposals` active proposals. + **/ TooManyProposals: AugmentedError; - /** Mismatched index */ + /** + * Mismatched index + **/ WrongIndex: AugmentedError; - /** The given length bound for the proposal was too low. */ + /** + * The given length bound for the proposal was too low. + **/ WrongProposalLength: AugmentedError; - /** The given weight bound for the proposal was too low. */ + /** + * The given weight bound for the proposal was too low. + **/ WrongProposalWeight: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; utility: { - /** Too many calls batched. */ + /** + * Too many calls batched. + **/ TooManyCalls: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; whitelist: { - /** The call was already whitelisted; No-Op. */ + /** + * The call was already whitelisted; No-Op. + **/ CallAlreadyWhitelisted: AugmentedError; - /** The call was not whitelisted. */ + /** + * The call was not whitelisted. + **/ CallIsNotWhitelisted: AugmentedError; - /** The weight of the decoded call was higher than the witness. */ + /** + * The weight of the decoded call was higher than the witness. + **/ InvalidCallWeightWitness: AugmentedError; - /** The preimage of the call hash could not be loaded. */ + /** + * The preimage of the call hash could not be loaded. + **/ UnavailablePreImage: AugmentedError; - /** The call could not be decoded. */ + /** + * The call could not be decoded. + **/ UndecodableCall: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmpQueue: { - /** The execution is already resumed. */ + /** + * The execution is already resumed. + **/ AlreadyResumed: AugmentedError; - /** The execution is already suspended. */ + /** + * The execution is already suspended. + **/ AlreadySuspended: AugmentedError; - /** Setting the queue config failed since one of its values was invalid. */ + /** + * Setting the queue config failed since one of its values was invalid. + **/ BadQueueConfig: AugmentedError; - /** The message is too big. */ + /** + * The message is too big. + **/ TooBig: AugmentedError; - /** There are too many active outbound channels. */ + /** + * There are too many active outbound channels. + **/ TooManyActiveOutboundChannels: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmTransactor: { @@ -892,23 +1519,39 @@ declare module "@polkadot/api-base/types/errors" { UnweighableMessage: AugmentedError; WeightOverflow: AugmentedError; XcmExecuteError: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmWeightTrader: { - /** The given asset was already added */ + /** + * The given asset was already added + **/ AssetAlreadyAdded: AugmentedError; - /** The given asset was already paused */ + /** + * The given asset was already paused + **/ AssetAlreadyPaused: AugmentedError; - /** The given asset was not found */ + /** + * The given asset was not found + **/ AssetNotFound: AugmentedError; - /** The given asset is not paused */ + /** + * The given asset is not paused + **/ AssetNotPaused: AugmentedError; - /** The relative price cannot be zero */ + /** + * The relative price cannot be zero + **/ PriceCannotBeZero: AugmentedError; - /** XCM location filtered */ + /** + * XCM location filtered + **/ XcmLocationFiltered: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; } // AugmentedErrors diff --git a/typescript-api/src/moonbase/interfaces/augment-api-events.ts b/typescript-api/src/moonbase/interfaces/augment-api-events.ts index 762209d309..57b8d0b861 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-events.ts @@ -62,13 +62,17 @@ export type __AugmentedEvent = AugmentedEvent declare module "@polkadot/api-base/types/events" { interface AugmentedEvents { assetManager: { - /** Removed all information related to an assetId and destroyed asset */ + /** + * Removed all information related to an assetId and destroyed asset + **/ ForeignAssetDestroyed: AugmentedEvent< ApiType, [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; - /** New asset with the asset manager is registered */ + /** + * New asset with the asset manager is registered + **/ ForeignAssetRegistered: AugmentedEvent< ApiType, [ @@ -82,153 +86,216 @@ declare module "@polkadot/api-base/types/events" { metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; } >; - /** Removed all information related to an assetId */ + /** + * Removed all information related to an assetId + **/ ForeignAssetRemoved: AugmentedEvent< ApiType, [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; - /** Changed the xcm type mapping for a given asset id */ + /** + * Changed the xcm type mapping for a given asset id + **/ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, [assetId: u128, newAssetType: MoonbaseRuntimeXcmConfigAssetType], { assetId: u128; newAssetType: MoonbaseRuntimeXcmConfigAssetType } >; - /** Removed all information related to an assetId and destroyed asset */ + /** + * Removed all information related to an assetId and destroyed asset + **/ LocalAssetDestroyed: AugmentedEvent; - /** Supported asset type for fee payment removed */ + /** + * Supported asset type for fee payment removed + **/ SupportedAssetRemoved: AugmentedEvent< ApiType, [assetType: MoonbaseRuntimeXcmConfigAssetType], { assetType: MoonbaseRuntimeXcmConfigAssetType } >; - /** Changed the amount of units we are charging per execution second for a given asset */ + /** + * Changed the amount of units we are charging per execution second for a given asset + **/ UnitsPerSecondChanged: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; assets: { - /** Accounts were destroyed for given asset. */ + /** + * Accounts were destroyed for given asset. + **/ AccountsDestroyed: AugmentedEvent< ApiType, [assetId: u128, accountsDestroyed: u32, accountsRemaining: u32], { assetId: u128; accountsDestroyed: u32; accountsRemaining: u32 } >; - /** An approval for account `delegate` was cancelled by `owner`. */ + /** + * An approval for account `delegate` was cancelled by `owner`. + **/ ApprovalCancelled: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, delegate: AccountId20], { assetId: u128; owner: AccountId20; delegate: AccountId20 } >; - /** Approvals were destroyed for given asset. */ + /** + * Approvals were destroyed for given asset. + **/ ApprovalsDestroyed: AugmentedEvent< ApiType, [assetId: u128, approvalsDestroyed: u32, approvalsRemaining: u32], { assetId: u128; approvalsDestroyed: u32; approvalsRemaining: u32 } >; - /** (Additional) funds have been approved for transfer to a destination account. */ + /** + * (Additional) funds have been approved for transfer to a destination account. + **/ ApprovedTransfer: AugmentedEvent< ApiType, [assetId: u128, source: AccountId20, delegate: AccountId20, amount: u128], { assetId: u128; source: AccountId20; delegate: AccountId20; amount: u128 } >; - /** Some asset `asset_id` was frozen. */ + /** + * Some asset `asset_id` was frozen. + **/ AssetFrozen: AugmentedEvent; - /** The min_balance of an asset has been updated by the asset owner. */ + /** + * The min_balance of an asset has been updated by the asset owner. + **/ AssetMinBalanceChanged: AugmentedEvent< ApiType, [assetId: u128, newMinBalance: u128], { assetId: u128; newMinBalance: u128 } >; - /** An asset has had its attributes changed by the `Force` origin. */ + /** + * An asset has had its attributes changed by the `Force` origin. + **/ AssetStatusChanged: AugmentedEvent; - /** Some asset `asset_id` was thawed. */ + /** + * Some asset `asset_id` was thawed. + **/ AssetThawed: AugmentedEvent; - /** Some account `who` was blocked. */ + /** + * Some account `who` was blocked. + **/ Blocked: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some assets were destroyed. */ + /** + * Some assets were destroyed. + **/ Burned: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, balance: u128], { assetId: u128; owner: AccountId20; balance: u128 } >; - /** Some asset class was created. */ + /** + * Some asset class was created. + **/ Created: AugmentedEvent< ApiType, [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; - /** Some assets were deposited (e.g. for transaction fees). */ + /** + * Some assets were deposited (e.g. for transaction fees). + **/ Deposited: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, amount: u128], { assetId: u128; who: AccountId20; amount: u128 } >; - /** An asset class was destroyed. */ + /** + * An asset class was destroyed. + **/ Destroyed: AugmentedEvent; - /** An asset class is in the process of being destroyed. */ + /** + * An asset class is in the process of being destroyed. + **/ DestructionStarted: AugmentedEvent; - /** Some asset class was force-created. */ + /** + * Some asset class was force-created. + **/ ForceCreated: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20], { assetId: u128; owner: AccountId20 } >; - /** Some account `who` was frozen. */ + /** + * Some account `who` was frozen. + **/ Frozen: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some assets were issued. */ + /** + * Some assets were issued. + **/ Issued: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, amount: u128], { assetId: u128; owner: AccountId20; amount: u128 } >; - /** Metadata has been cleared for an asset. */ + /** + * Metadata has been cleared for an asset. + **/ MetadataCleared: AugmentedEvent; - /** New metadata has been set for an asset. */ + /** + * New metadata has been set for an asset. + **/ MetadataSet: AugmentedEvent< ApiType, [assetId: u128, name: Bytes, symbol_: Bytes, decimals: u8, isFrozen: bool], { assetId: u128; name: Bytes; symbol: Bytes; decimals: u8; isFrozen: bool } >; - /** The owner changed. */ + /** + * The owner changed. + **/ OwnerChanged: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20], { assetId: u128; owner: AccountId20 } >; - /** The management team changed. */ + /** + * The management team changed. + **/ TeamChanged: AugmentedEvent< ApiType, [assetId: u128, issuer: AccountId20, admin: AccountId20, freezer: AccountId20], { assetId: u128; issuer: AccountId20; admin: AccountId20; freezer: AccountId20 } >; - /** Some account `who` was thawed. */ + /** + * Some account `who` was thawed. + **/ Thawed: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some account `who` was created with a deposit from `depositor`. */ + /** + * Some account `who` was created with a deposit from `depositor`. + **/ Touched: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, depositor: AccountId20], { assetId: u128; who: AccountId20; depositor: AccountId20 } >; - /** Some assets were transferred. */ + /** + * Some assets were transferred. + **/ Transferred: AugmentedEvent< ApiType, [assetId: u128, from: AccountId20, to: AccountId20, amount: u128], { assetId: u128; from: AccountId20; to: AccountId20; amount: u128 } >; - /** An `amount` was transferred in its entirety from `owner` to `destination` by the approved `delegate`. */ + /** + * An `amount` was transferred in its entirety from `owner` to `destination` by + * the approved `delegate`. + **/ TransferredApproved: AugmentedEvent< ApiType, [ @@ -246,23 +313,33 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; - /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + /** + * Some assets were withdrawn from the account (e.g. for transaction fees). + **/ Withdrawn: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, amount: u128], { assetId: u128; who: AccountId20; amount: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; authorFilter: { - /** The amount of eligible authors for the filter to select has been changed. */ + /** + * The amount of eligible authors for the filter to select has been changed. + **/ EligibleUpdated: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; authorMapping: { - /** A NimbusId has been registered and mapped to an AccountId. */ + /** + * A NimbusId has been registered and mapped to an AccountId. + **/ KeysRegistered: AugmentedEvent< ApiType, [ @@ -276,7 +353,9 @@ declare module "@polkadot/api-base/types/events" { keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** An NimbusId has been de-registered, and its AccountId mapping removed. */ + /** + * An NimbusId has been de-registered, and its AccountId mapping removed. + **/ KeysRemoved: AugmentedEvent< ApiType, [ @@ -290,7 +369,9 @@ declare module "@polkadot/api-base/types/events" { keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** An NimbusId has been registered, replacing a previous registration and its mapping. */ + /** + * An NimbusId has been registered, replacing a previous registration and its mapping. + **/ KeysRotated: AugmentedEvent< ApiType, [ @@ -304,75 +385,97 @@ declare module "@polkadot/api-base/types/events" { newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; balances: { - /** A balance was set by root. */ + /** + * A balance was set by root. + **/ BalanceSet: AugmentedEvent< ApiType, [who: AccountId20, free: u128], { who: AccountId20; free: u128 } >; - /** Some amount was burned from an account. */ + /** + * Some amount was burned from an account. + **/ Burned: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was deposited (e.g. for transaction fees). */ + /** + * Some amount was deposited (e.g. for transaction fees). + **/ Deposit: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; /** - * An account was removed whose balance was non-zero but below ExistentialDeposit, resulting - * in an outright loss. - */ + * An account was removed whose balance was non-zero but below ExistentialDeposit, + * resulting in an outright loss. + **/ DustLost: AugmentedEvent< ApiType, [account: AccountId20, amount: u128], { account: AccountId20; amount: u128 } >; - /** An account was created with some free balance. */ + /** + * An account was created with some free balance. + **/ Endowed: AugmentedEvent< ApiType, [account: AccountId20, freeBalance: u128], { account: AccountId20; freeBalance: u128 } >; - /** Some balance was frozen. */ + /** + * Some balance was frozen. + **/ Frozen: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Total issuance was increased by `amount`, creating a credit to be balanced. */ + /** + * Total issuance was increased by `amount`, creating a credit to be balanced. + **/ Issued: AugmentedEvent; - /** Some balance was locked. */ + /** + * Some balance was locked. + **/ Locked: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was minted into an account. */ + /** + * Some amount was minted into an account. + **/ Minted: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Total issuance was decreased by `amount`, creating a debt to be balanced. */ + /** + * Total issuance was decreased by `amount`, creating a debt to be balanced. + **/ Rescinded: AugmentedEvent; - /** Some balance was reserved (moved from free to reserved). */ + /** + * Some balance was reserved (moved from free to reserved). + **/ Reserved: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; /** - * Some balance was moved from the reserve of the first account to the second account. Final - * argument indicates the destination balance type. - */ + * Some balance was moved from the reserve of the first account to the second account. + * Final argument indicates the destination balance type. + **/ ReserveRepatriated: AugmentedEvent< ApiType, [ @@ -388,121 +491,178 @@ declare module "@polkadot/api-base/types/events" { destinationStatus: FrameSupportTokensMiscBalanceStatus; } >; - /** Some amount was restored into an account. */ + /** + * Some amount was restored into an account. + **/ Restored: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was removed from the account (e.g. for misbehavior). */ + /** + * Some amount was removed from the account (e.g. for misbehavior). + **/ Slashed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was suspended from an account (it can be restored later). */ + /** + * Some amount was suspended from an account (it can be restored later). + **/ Suspended: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some balance was thawed. */ + /** + * Some balance was thawed. + **/ Thawed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** The `TotalIssuance` was forcefully changed. */ + /** + * The `TotalIssuance` was forcefully changed. + **/ TotalIssuanceForced: AugmentedEvent< ApiType, [old: u128, new_: u128], { old: u128; new_: u128 } >; - /** Transfer succeeded. */ + /** + * Transfer succeeded. + **/ Transfer: AugmentedEvent< ApiType, [from: AccountId20, to: AccountId20, amount: u128], { from: AccountId20; to: AccountId20; amount: u128 } >; - /** Some balance was unlocked. */ + /** + * Some balance was unlocked. + **/ Unlocked: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some balance was unreserved (moved from reserved to free). */ + /** + * Some balance was unreserved (moved from reserved to free). + **/ Unreserved: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** An account was upgraded. */ + /** + * An account was upgraded. + **/ Upgraded: AugmentedEvent; - /** Some amount was withdrawn from the account (e.g. for transaction fees). */ + /** + * Some amount was withdrawn from the account (e.g. for transaction fees). + **/ Withdraw: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; convictionVoting: { - /** An account has delegated their vote to another account. [who, target] */ + /** + * An account has delegated their vote to another account. \[who, target\] + **/ Delegated: AugmentedEvent; - /** An [account] has cancelled a previous delegation operation. */ + /** + * An \[account\] has cancelled a previous delegation operation. + **/ Undelegated: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; crowdloanRewards: { - /** When initializing the reward vec an already initialized account was found */ + /** + * When initializing the reward vec an already initialized account was found + **/ InitializedAccountWithNotEnoughContribution: AugmentedEvent< ApiType, [U8aFixed, Option, u128] >; - /** When initializing the reward vec an already initialized account was found */ + /** + * When initializing the reward vec an already initialized account was found + **/ InitializedAlreadyInitializedAccount: AugmentedEvent< ApiType, [U8aFixed, Option, u128] >; - /** The initial payment of InitializationPayment % was paid */ + /** + * The initial payment of InitializationPayment % was paid + **/ InitialPaymentMade: AugmentedEvent; /** - * Someone has proven they made a contribution and associated a native identity with it. Data - * is the relay account, native account and the total amount of _rewards_ that will be paid - */ + * Someone has proven they made a contribution and associated a native identity with it. + * Data is the relay account, native account and the total amount of _rewards_ that will be paid + **/ NativeIdentityAssociated: AugmentedEvent; - /** A contributor has updated the reward address. */ + /** + * A contributor has updated the reward address. + **/ RewardAddressUpdated: AugmentedEvent; /** - * A contributor has claimed some rewards. Data is the account getting paid and the amount of - * rewards paid. - */ + * A contributor has claimed some rewards. + * Data is the account getting paid and the amount of rewards paid. + **/ RewardsPaid: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; cumulusXcm: { - /** Downward message executed with the given outcome. [ id, outcome ] */ + /** + * Downward message executed with the given outcome. + * \[ id, outcome \] + **/ ExecutedDownward: AugmentedEvent; - /** Downward message is invalid XCM. [ id ] */ + /** + * Downward message is invalid XCM. + * \[ id \] + **/ InvalidFormat: AugmentedEvent; - /** Downward message is unsupported version of XCM. [ id ] */ + /** + * Downward message is unsupported version of XCM. + * \[ id \] + **/ UnsupportedVersion: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; emergencyParaXcm: { - /** The XCM incoming execution was Paused */ + /** + * The XCM incoming execution was Paused + **/ EnteredPausedXcmMode: AugmentedEvent; - /** The XCM incoming execution returned to normal operation */ + /** + * The XCM incoming execution returned to normal operation + **/ NormalXcmOperationResumed: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; ethereum: { - /** An ethereum transaction was successfully executed. */ + /** + * An ethereum transaction was successfully executed. + **/ Executed: AugmentedEvent< ApiType, [ @@ -520,35 +680,55 @@ declare module "@polkadot/api-base/types/events" { extraData: Bytes; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; ethereumXcm: { - /** Ethereum transaction executed from XCM */ + /** + * Ethereum transaction executed from XCM + **/ ExecutedFromXcm: AugmentedEvent< ApiType, [xcmMsgHash: H256, ethTxHash: H256], { xcmMsgHash: H256; ethTxHash: H256 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; evm: { - /** A contract has been created at given address. */ + /** + * A contract has been created at given address. + **/ Created: AugmentedEvent; - /** A contract was attempted to be created, but the execution failed. */ + /** + * A contract was attempted to be created, but the execution failed. + **/ CreatedFailed: AugmentedEvent; - /** A contract has been executed successfully with states applied. */ + /** + * A contract has been executed successfully with states applied. + **/ Executed: AugmentedEvent; - /** A contract has been executed with errors. States are reverted with only gas fees applied. */ + /** + * A contract has been executed with errors. States are reverted with only gas fees applied. + **/ ExecutedFailed: AugmentedEvent; - /** Ethereum events from contracts. */ + /** + * Ethereum events from contracts. + **/ Log: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; evmForeignAssets: { - /** New asset with the asset manager is registered */ + /** + * New asset with the asset manager is registered + **/ ForeignAssetCreated: AugmentedEvent< ApiType, [contractAddress: H160, assetId: u128, xcmLocation: StagingXcmV4Location], @@ -564,19 +744,27 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, xcmLocation: StagingXcmV4Location], { assetId: u128; xcmLocation: StagingXcmV4Location } >; - /** Changed the xcm type mapping for a given asset id */ + /** + * Changed the xcm type mapping for a given asset id + **/ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, [assetId: u128, newXcmLocation: StagingXcmV4Location], { assetId: u128; newXcmLocation: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; identity: { - /** A username authority was added. */ + /** + * A username authority was added. + **/ AuthorityAdded: AugmentedEvent; - /** A username authority was removed. */ + /** + * A username authority was removed. + **/ AuthorityRemoved: AugmentedEvent< ApiType, [authority: AccountId20], @@ -585,112 +773,152 @@ declare module "@polkadot/api-base/types/events" { /** * A dangling username (as in, a username corresponding to an account that has removed its * identity) has been removed. - */ + **/ DanglingUsernameRemoved: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** A name was cleared, and the given balance returned. */ + /** + * A name was cleared, and the given balance returned. + **/ IdentityCleared: AugmentedEvent< ApiType, [who: AccountId20, deposit: u128], { who: AccountId20; deposit: u128 } >; - /** A name was removed and the given balance slashed. */ + /** + * A name was removed and the given balance slashed. + **/ IdentityKilled: AugmentedEvent< ApiType, [who: AccountId20, deposit: u128], { who: AccountId20; deposit: u128 } >; - /** A name was set or reset (which will remove all judgements). */ + /** + * A name was set or reset (which will remove all judgements). + **/ IdentitySet: AugmentedEvent; - /** A judgement was given by a registrar. */ + /** + * A judgement was given by a registrar. + **/ JudgementGiven: AugmentedEvent< ApiType, [target: AccountId20, registrarIndex: u32], { target: AccountId20; registrarIndex: u32 } >; - /** A judgement was asked from a registrar. */ + /** + * A judgement was asked from a registrar. + **/ JudgementRequested: AugmentedEvent< ApiType, [who: AccountId20, registrarIndex: u32], { who: AccountId20; registrarIndex: u32 } >; - /** A judgement request was retracted. */ + /** + * A judgement request was retracted. + **/ JudgementUnrequested: AugmentedEvent< ApiType, [who: AccountId20, registrarIndex: u32], { who: AccountId20; registrarIndex: u32 } >; - /** A queued username passed its expiration without being claimed and was removed. */ + /** + * A queued username passed its expiration without being claimed and was removed. + **/ PreapprovalExpired: AugmentedEvent; - /** A username was set as a primary and can be looked up from `who`. */ + /** + * A username was set as a primary and can be looked up from `who`. + **/ PrimaryUsernameSet: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** A registrar was added. */ + /** + * A registrar was added. + **/ RegistrarAdded: AugmentedEvent; - /** A sub-identity was added to an identity and the deposit paid. */ + /** + * A sub-identity was added to an identity and the deposit paid. + **/ SubIdentityAdded: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; - /** A sub-identity was removed from an identity and the deposit freed. */ + /** + * A sub-identity was removed from an identity and the deposit freed. + **/ SubIdentityRemoved: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; /** - * A sub-identity was cleared, and the given deposit repatriated from the main identity - * account to the sub-identity account. - */ + * A sub-identity was cleared, and the given deposit repatriated from the + * main identity account to the sub-identity account. + **/ SubIdentityRevoked: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; - /** A username was queued, but `who` must accept it prior to `expiration`. */ + /** + * A username was queued, but `who` must accept it prior to `expiration`. + **/ UsernameQueued: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes, expiration: u32], { who: AccountId20; username: Bytes; expiration: u32 } >; - /** A username was set for `who`. */ + /** + * A username was set for `who`. + **/ UsernameSet: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; maintenanceMode: { - /** The chain was put into Maintenance Mode */ + /** + * The chain was put into Maintenance Mode + **/ EnteredMaintenanceMode: AugmentedEvent; - /** The call to resume on_idle XCM execution failed with inner error */ + /** + * The call to resume on_idle XCM execution failed with inner error + **/ FailedToResumeIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** The call to suspend on_idle XCM execution failed with inner error */ + /** + * The call to suspend on_idle XCM execution failed with inner error + **/ FailedToSuspendIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** The chain returned to its normal operating state */ + /** + * The chain returned to its normal operating state + **/ NormalOperationResumed: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; messageQueue: { - /** Message placed in overweight queue. */ + /** + * Message placed in overweight queue. + **/ OverweightEnqueued: AugmentedEvent< ApiType, [ @@ -706,13 +934,17 @@ declare module "@polkadot/api-base/types/events" { messageIndex: u32; } >; - /** This page was reaped. */ + /** + * This page was reaped. + **/ PageReaped: AugmentedEvent< ApiType, [origin: CumulusPrimitivesCoreAggregateMessageOrigin, index: u32], { origin: CumulusPrimitivesCoreAggregateMessageOrigin; index: u32 } >; - /** Message is processed. */ + /** + * Message is processed. + **/ Processed: AugmentedEvent< ApiType, [ @@ -728,7 +960,9 @@ declare module "@polkadot/api-base/types/events" { success: bool; } >; - /** Message discarded due to an error in the `MessageProcessor` (usually a format error). */ + /** + * Message discarded due to an error in the `MessageProcessor` (usually a format error). + **/ ProcessingFailed: AugmentedEvent< ApiType, [ @@ -742,61 +976,85 @@ declare module "@polkadot/api-base/types/events" { error: FrameSupportMessagesProcessMessageError; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; migrations: { - /** XCM execution resume failed with inner error */ + /** + * XCM execution resume failed with inner error + **/ FailedToResumeIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** XCM execution suspension failed with inner error */ + /** + * XCM execution suspension failed with inner error + **/ FailedToSuspendIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** Migration completed */ + /** + * Migration completed + **/ MigrationCompleted: AugmentedEvent< ApiType, [migrationName: Bytes, consumedWeight: SpWeightsWeightV2Weight], { migrationName: Bytes; consumedWeight: SpWeightsWeightV2Weight } >; - /** Migration started */ + /** + * Migration started + **/ MigrationStarted: AugmentedEvent; - /** Runtime upgrade completed */ + /** + * Runtime upgrade completed + **/ RuntimeUpgradeCompleted: AugmentedEvent< ApiType, [weight: SpWeightsWeightV2Weight], { weight: SpWeightsWeightV2Weight } >; - /** Runtime upgrade started */ + /** + * Runtime upgrade started + **/ RuntimeUpgradeStarted: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; moonbeamOrbiters: { - /** An orbiter join a collator pool */ + /** + * An orbiter join a collator pool + **/ OrbiterJoinCollatorPool: AugmentedEvent< ApiType, [collator: AccountId20, orbiter: AccountId20], { collator: AccountId20; orbiter: AccountId20 } >; - /** An orbiter leave a collator pool */ + /** + * An orbiter leave a collator pool + **/ OrbiterLeaveCollatorPool: AugmentedEvent< ApiType, [collator: AccountId20, orbiter: AccountId20], { collator: AccountId20; orbiter: AccountId20 } >; - /** An orbiter has registered */ + /** + * An orbiter has registered + **/ OrbiterRegistered: AugmentedEvent< ApiType, [account: AccountId20, deposit: u128], { account: AccountId20; deposit: u128 } >; - /** Paid the orbiter account the balance as liquid rewards. */ + /** + * Paid the orbiter account the balance as liquid rewards. + **/ OrbiterRewarded: AugmentedEvent< ApiType, [account: AccountId20, rewards: u128], @@ -807,17 +1065,23 @@ declare module "@polkadot/api-base/types/events" { [collator: AccountId20, oldOrbiter: Option, newOrbiter: Option], { collator: AccountId20; oldOrbiter: Option; newOrbiter: Option } >; - /** An orbiter has unregistered */ + /** + * An orbiter has unregistered + **/ OrbiterUnregistered: AugmentedEvent< ApiType, [account: AccountId20], { account: AccountId20 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; multisig: { - /** A multisig operation has been approved by someone. */ + /** + * A multisig operation has been approved by someone. + **/ MultisigApproval: AugmentedEvent< ApiType, [ @@ -833,7 +1097,9 @@ declare module "@polkadot/api-base/types/events" { callHash: U8aFixed; } >; - /** A multisig operation has been cancelled. */ + /** + * A multisig operation has been cancelled. + **/ MultisigCancelled: AugmentedEvent< ApiType, [ @@ -849,7 +1115,9 @@ declare module "@polkadot/api-base/types/events" { callHash: U8aFixed; } >; - /** A multisig operation has been executed. */ + /** + * A multisig operation has been executed. + **/ MultisigExecuted: AugmentedEvent< ApiType, [ @@ -867,64 +1135,87 @@ declare module "@polkadot/api-base/types/events" { result: Result; } >; - /** A new multisig operation has begun. */ + /** + * A new multisig operation has begun. + **/ NewMultisig: AugmentedEvent< ApiType, [approving: AccountId20, multisig: AccountId20, callHash: U8aFixed], { approving: AccountId20; multisig: AccountId20; callHash: U8aFixed } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; openTechCommitteeCollective: { - /** A motion was approved by the required threshold. */ + /** + * A motion was approved by the required threshold. + **/ Approved: AugmentedEvent; - /** A proposal was closed because its threshold was reached or after its duration was up. */ + /** + * A proposal was closed because its threshold was reached or after its duration was up. + **/ Closed: AugmentedEvent< ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256; yes: u32; no: u32 } >; - /** A motion was not approved by the required threshold. */ + /** + * A motion was not approved by the required threshold. + **/ Disapproved: AugmentedEvent; - /** A motion was executed; result will be `Ok` if it returned without error. */ + /** + * A motion was executed; result will be `Ok` if it returned without error. + **/ Executed: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A single member did some action; result will be `Ok` if it returned without error. */ + /** + * A single member did some action; result will be `Ok` if it returned without error. + **/ MemberExecuted: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A motion (given hash) has been proposed (by given account) with a threshold (given `MemberCount`). */ + /** + * A motion (given hash) has been proposed (by given account) with a threshold (given + * `MemberCount`). + **/ Proposed: AugmentedEvent< ApiType, [account: AccountId20, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId20; proposalIndex: u32; proposalHash: H256; threshold: u32 } >; /** - * A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no - * votes given respectively as `MemberCount`). - */ + * A motion (given hash) has been voted on by given account, leaving + * a tally (yes votes and no votes given respectively as `MemberCount`). + **/ Voted: AugmentedEvent< ApiType, [account: AccountId20, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId20; proposalHash: H256; voted: bool; yes: u32; no: u32 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parachainStaking: { - /** Auto-compounding reward percent was set for a delegation. */ + /** + * Auto-compounding reward percent was set for a delegation. + **/ AutoCompoundSet: AugmentedEvent< ApiType, [candidate: AccountId20, delegator: AccountId20, value: Percent], { candidate: AccountId20; delegator: AccountId20; value: Percent } >; - /** Set blocks per round */ + /** + * Set blocks per round + **/ BlocksPerRoundSet: AugmentedEvent< ApiType, [ @@ -946,19 +1237,25 @@ declare module "@polkadot/api-base/types/events" { newPerRoundInflationMax: Perbill; } >; - /** Cancelled request to decrease candidate's bond. */ + /** + * Cancelled request to decrease candidate's bond. + **/ CancelledCandidateBondLess: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, executeRound: u32], { candidate: AccountId20; amount: u128; executeRound: u32 } >; - /** Cancelled request to leave the set of candidates. */ + /** + * Cancelled request to leave the set of candidates. + **/ CancelledCandidateExit: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Cancelled request to change an existing delegation. */ + /** + * Cancelled request to change an existing delegation. + **/ CancelledDelegationRequest: AugmentedEvent< ApiType, [ @@ -972,67 +1269,89 @@ declare module "@polkadot/api-base/types/events" { collator: AccountId20; } >; - /** Candidate rejoins the set of collator candidates. */ + /** + * Candidate rejoins the set of collator candidates. + **/ CandidateBackOnline: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Candidate has decreased a self bond. */ + /** + * Candidate has decreased a self bond. + **/ CandidateBondedLess: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, newBond: u128], { candidate: AccountId20; amount: u128; newBond: u128 } >; - /** Candidate has increased a self bond. */ + /** + * Candidate has increased a self bond. + **/ CandidateBondedMore: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, newTotalBond: u128], { candidate: AccountId20; amount: u128; newTotalBond: u128 } >; - /** Candidate requested to decrease a self bond. */ + /** + * Candidate requested to decrease a self bond. + **/ CandidateBondLessRequested: AugmentedEvent< ApiType, [candidate: AccountId20, amountToDecrease: u128, executeRound: u32], { candidate: AccountId20; amountToDecrease: u128; executeRound: u32 } >; - /** Candidate has left the set of candidates. */ + /** + * Candidate has left the set of candidates. + **/ CandidateLeft: AugmentedEvent< ApiType, [exCandidate: AccountId20, unlockedAmount: u128, newTotalAmtLocked: u128], { exCandidate: AccountId20; unlockedAmount: u128; newTotalAmtLocked: u128 } >; - /** Candidate has requested to leave the set of candidates. */ + /** + * Candidate has requested to leave the set of candidates. + **/ CandidateScheduledExit: AugmentedEvent< ApiType, [exitAllowedRound: u32, candidate: AccountId20, scheduledExit: u32], { exitAllowedRound: u32; candidate: AccountId20; scheduledExit: u32 } >; - /** Candidate temporarily leave the set of collator candidates without unbonding. */ + /** + * Candidate temporarily leave the set of collator candidates without unbonding. + **/ CandidateWentOffline: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Candidate selected for collators. Total Exposed Amount includes all delegations. */ + /** + * Candidate selected for collators. Total Exposed Amount includes all delegations. + **/ CollatorChosen: AugmentedEvent< ApiType, [round: u32, collatorAccount: AccountId20, totalExposedAmount: u128], { round: u32; collatorAccount: AccountId20; totalExposedAmount: u128 } >; - /** Set collator commission to this value. */ + /** + * Set collator commission to this value. + **/ CollatorCommissionSet: AugmentedEvent< ApiType, [old: Perbill, new_: Perbill], { old: Perbill; new_: Perbill } >; - /** Compounded a portion of rewards towards the delegation. */ + /** + * Compounded a portion of rewards towards the delegation. + **/ Compounded: AugmentedEvent< ApiType, [candidate: AccountId20, delegator: AccountId20, amount: u128], { candidate: AccountId20; delegator: AccountId20; amount: u128 } >; - /** New delegation (increase of the existing one). */ + /** + * New delegation (increase of the existing one). + **/ Delegation: AugmentedEvent< ApiType, [ @@ -1055,7 +1374,9 @@ declare module "@polkadot/api-base/types/events" { [delegator: AccountId20, candidate: AccountId20, amount: u128, inTop: bool], { delegator: AccountId20; candidate: AccountId20; amount: u128; inTop: bool } >; - /** Delegator requested to decrease a bond for the collator candidate. */ + /** + * Delegator requested to decrease a bond for the collator candidate. + **/ DelegationDecreaseScheduled: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, amountToDecrease: u128, executeRound: u32], @@ -1071,43 +1392,57 @@ declare module "@polkadot/api-base/types/events" { [delegator: AccountId20, candidate: AccountId20, amount: u128, inTop: bool], { delegator: AccountId20; candidate: AccountId20; amount: u128; inTop: bool } >; - /** Delegation kicked. */ + /** + * Delegation kicked. + **/ DelegationKicked: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, unstakedAmount: u128], { delegator: AccountId20; candidate: AccountId20; unstakedAmount: u128 } >; - /** Delegator requested to revoke delegation. */ + /** + * Delegator requested to revoke delegation. + **/ DelegationRevocationScheduled: AugmentedEvent< ApiType, [round: u32, delegator: AccountId20, candidate: AccountId20, scheduledExit: u32], { round: u32; delegator: AccountId20; candidate: AccountId20; scheduledExit: u32 } >; - /** Delegation revoked. */ + /** + * Delegation revoked. + **/ DelegationRevoked: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, unstakedAmount: u128], { delegator: AccountId20; candidate: AccountId20; unstakedAmount: u128 } >; - /** Cancelled a pending request to exit the set of delegators. */ + /** + * Cancelled a pending request to exit the set of delegators. + **/ DelegatorExitCancelled: AugmentedEvent< ApiType, [delegator: AccountId20], { delegator: AccountId20 } >; - /** Delegator requested to leave the set of delegators. */ + /** + * Delegator requested to leave the set of delegators. + **/ DelegatorExitScheduled: AugmentedEvent< ApiType, [round: u32, delegator: AccountId20, scheduledExit: u32], { round: u32; delegator: AccountId20; scheduledExit: u32 } >; - /** Delegator has left the set of delegators. */ + /** + * Delegator has left the set of delegators. + **/ DelegatorLeft: AugmentedEvent< ApiType, [delegator: AccountId20, unstakedAmount: u128], { delegator: AccountId20; unstakedAmount: u128 } >; - /** Delegation from candidate state has been remove. */ + /** + * Delegation from candidate state has been remove. + **/ DelegatorLeftCandidate: AugmentedEvent< ApiType, [ @@ -1123,7 +1458,9 @@ declare module "@polkadot/api-base/types/events" { totalCandidateStaked: u128; } >; - /** Transferred to account which holds funds reserved for parachain bond. */ + /** + * Transferred to account which holds funds reserved for parachain bond. + **/ InflationDistributed: AugmentedEvent< ApiType, [index: u32, account: AccountId20, value: u128], @@ -1140,7 +1477,9 @@ declare module "@polkadot/api-base/types/events" { new_: PalletParachainStakingInflationDistributionConfig; } >; - /** Annual inflation input (first 3) was used to derive new per-round inflation (last 3) */ + /** + * Annual inflation input (first 3) was used to derive new per-round inflation (last 3) + **/ InflationSet: AugmentedEvent< ApiType, [ @@ -1160,61 +1499,87 @@ declare module "@polkadot/api-base/types/events" { roundMax: Perbill; } >; - /** Account joined the set of collator candidates. */ + /** + * Account joined the set of collator candidates. + **/ JoinedCollatorCandidates: AugmentedEvent< ApiType, [account: AccountId20, amountLocked: u128, newTotalAmtLocked: u128], { account: AccountId20; amountLocked: u128; newTotalAmtLocked: u128 } >; - /** Started new round. */ + /** + * Started new round. + **/ NewRound: AugmentedEvent< ApiType, [startingBlock: u32, round: u32, selectedCollatorsNumber: u32, totalBalance: u128], { startingBlock: u32; round: u32; selectedCollatorsNumber: u32; totalBalance: u128 } >; - /** Paid the account (delegator or collator) the balance as liquid rewards. */ + /** + * Paid the account (delegator or collator) the balance as liquid rewards. + **/ Rewarded: AugmentedEvent< ApiType, [account: AccountId20, rewards: u128], { account: AccountId20; rewards: u128 } >; - /** Staking expectations set. */ + /** + * Staking expectations set. + **/ StakeExpectationsSet: AugmentedEvent< ApiType, [expectMin: u128, expectIdeal: u128, expectMax: u128], { expectMin: u128; expectIdeal: u128; expectMax: u128 } >; - /** Set total selected candidates to this value. */ + /** + * Set total selected candidates to this value. + **/ TotalSelectedSet: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parachainSystem: { - /** Downward messages were processed using the given weight. */ + /** + * Downward messages were processed using the given weight. + **/ DownwardMessagesProcessed: AugmentedEvent< ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 } >; - /** Some downward messages have been received and will be processed. */ + /** + * Some downward messages have been received and will be processed. + **/ DownwardMessagesReceived: AugmentedEvent; - /** An upward message was sent to the relay chain. */ + /** + * An upward message was sent to the relay chain. + **/ UpwardMessageSent: AugmentedEvent< ApiType, [messageHash: Option], { messageHash: Option } >; - /** The validation function was applied as of the contained relay chain block number. */ + /** + * The validation function was applied as of the contained relay chain block number. + **/ ValidationFunctionApplied: AugmentedEvent< ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 } >; - /** The relay-chain aborted the upgrade process. */ + /** + * The relay-chain aborted the upgrade process. + **/ ValidationFunctionDiscarded: AugmentedEvent; - /** The validation function has been scheduled to apply. */ + /** + * The validation function has been scheduled to apply. + **/ ValidationFunctionStored: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parameters: { @@ -1222,7 +1587,7 @@ declare module "@polkadot/api-base/types/events" { * A Parameter was set. * * Is also emitted when the value was not changed. - */ + **/ Updated: AugmentedEvent< ApiType, [ @@ -1236,39 +1601,49 @@ declare module "@polkadot/api-base/types/events" { newValue: Option; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; polkadotXcm: { - /** Some assets have been claimed from an asset trap */ + /** + * Some assets have been claimed from an asset trap + **/ AssetsClaimed: AugmentedEvent< ApiType, [hash_: H256, origin: StagingXcmV4Location, assets: XcmVersionedAssets], { hash_: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets } >; - /** Some assets have been placed in an asset trap. */ + /** + * Some assets have been placed in an asset trap. + **/ AssetsTrapped: AugmentedEvent< ApiType, [hash_: H256, origin: StagingXcmV4Location, assets: XcmVersionedAssets], { hash_: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets } >; - /** Execution of an XCM message was attempted. */ + /** + * Execution of an XCM message was attempted. + **/ Attempted: AugmentedEvent< ApiType, [outcome: StagingXcmV4TraitsOutcome], { outcome: StagingXcmV4TraitsOutcome } >; - /** Fees were paid from a location for an operation (often for using `SendXcm`). */ + /** + * Fees were paid from a location for an operation (often for using `SendXcm`). + **/ FeesPaid: AugmentedEvent< ApiType, [paying: StagingXcmV4Location, fees: StagingXcmV4AssetAssets], { paying: StagingXcmV4Location; fees: StagingXcmV4AssetAssets } >; /** - * Expected query response has been received but the querier location of the response does not - * match the expected. The query remains registered for a later, valid, response to be - * received and acted upon. - */ + * Expected query response has been received but the querier location of the response does + * not match the expected. The query remains registered for a later, valid, response to + * be received and acted upon. + **/ InvalidQuerier: AugmentedEvent< ApiType, [ @@ -1288,20 +1663,21 @@ declare module "@polkadot/api-base/types/events" { * Expected query response has been received but the expected querier location placed in * storage by this runtime previously cannot be decoded. The query remains registered. * - * This is unexpected (since a location placed in storage in a previously executing runtime - * should be readable prior to query timeout) and dangerous since the possibly valid response - * will be dropped. Manual governance intervention is probably going to be needed. - */ + * This is unexpected (since a location placed in storage in a previously executing + * runtime should be readable prior to query timeout) and dangerous since the possibly + * valid response will be dropped. Manual governance intervention is probably going to be + * needed. + **/ InvalidQuerierVersion: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], { origin: StagingXcmV4Location; queryId: u64 } >; /** - * Expected query response has been received but the origin location of the response does not - * match that expected. The query remains registered for a later, valid, response to be - * received and acted upon. - */ + * Expected query response has been received but the origin location of the response does + * not match that expected. The query remains registered for a later, valid, response to + * be received and acted upon. + **/ InvalidResponder: AugmentedEvent< ApiType, [ @@ -1319,19 +1695,20 @@ declare module "@polkadot/api-base/types/events" { * Expected query response has been received but the expected origin location placed in * storage by this runtime previously cannot be decoded. The query remains registered. * - * This is unexpected (since a location placed in storage in a previously executing runtime - * should be readable prior to query timeout) and dangerous since the possibly valid response - * will be dropped. Manual governance intervention is probably going to be needed. - */ + * This is unexpected (since a location placed in storage in a previously executing + * runtime should be readable prior to query timeout) and dangerous since the possibly + * valid response will be dropped. Manual governance intervention is probably going to be + * needed. + **/ InvalidResponderVersion: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], { origin: StagingXcmV4Location; queryId: u64 } >; /** - * Query response has been received and query is removed. The registered notification has been - * dispatched and executed successfully. - */ + * Query response has been received and query is removed. The registered notification has + * been dispatched and executed successfully. + **/ Notified: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], @@ -1339,9 +1716,9 @@ declare module "@polkadot/api-base/types/events" { >; /** * Query response has been received and query is removed. The dispatch was unable to be - * decoded into a `Call`; this might be due to dispatch function having a signature which is - * not `(origin, QueryId, Response)`. - */ + * decoded into a `Call`; this might be due to dispatch function having a signature which + * is not `(origin, QueryId, Response)`. + **/ NotifyDecodeFailed: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], @@ -1350,17 +1727,17 @@ declare module "@polkadot/api-base/types/events" { /** * Query response has been received and query is removed. There was a general error with * dispatching the notification call. - */ + **/ NotifyDispatchError: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], { queryId: u64; palletIndex: u8; callIndex: u8 } >; /** - * Query response has been received and query is removed. The registered notification could - * not be dispatched because the dispatch weight is greater than the maximum weight originally - * budgeted by this runtime for the query result. - */ + * Query response has been received and query is removed. The registered notification + * could not be dispatched because the dispatch weight is greater than the maximum weight + * originally budgeted by this runtime for the query result. + **/ NotifyOverweight: AugmentedEvent< ApiType, [ @@ -1381,7 +1758,7 @@ declare module "@polkadot/api-base/types/events" { /** * A given location which had a version change subscription was dropped owing to an error * migrating the location to our new XCM format. - */ + **/ NotifyTargetMigrationFail: AugmentedEvent< ApiType, [location: XcmVersionedLocation, queryId: u64], @@ -1390,24 +1767,28 @@ declare module "@polkadot/api-base/types/events" { /** * A given location which had a version change subscription was dropped owing to an error * sending the notification to it. - */ + **/ NotifyTargetSendFail: AugmentedEvent< ApiType, [location: StagingXcmV4Location, queryId: u64, error: XcmV3TraitsError], { location: StagingXcmV4Location; queryId: u64; error: XcmV3TraitsError } >; /** - * Query response has been received and is ready for taking with `take_response`. There is no - * registered notification call. - */ + * Query response has been received and is ready for taking with `take_response`. There is + * no registered notification call. + **/ ResponseReady: AugmentedEvent< ApiType, [queryId: u64, response: StagingXcmV4Response], { queryId: u64; response: StagingXcmV4Response } >; - /** Received query response has been read and removed. */ + /** + * Received query response has been read and removed. + **/ ResponseTaken: AugmentedEvent; - /** A XCM message was sent. */ + /** + * A XCM message was sent. + **/ Sent: AugmentedEvent< ApiType, [ @@ -1424,9 +1805,9 @@ declare module "@polkadot/api-base/types/events" { } >; /** - * The supported version of a location has been changed. This might be through an automatic - * notification or a manual intervention. - */ + * The supported version of a location has been changed. This might be through an + * automatic notification or a manual intervention. + **/ SupportedVersionChanged: AugmentedEvent< ApiType, [location: StagingXcmV4Location, version: u32], @@ -1436,7 +1817,7 @@ declare module "@polkadot/api-base/types/events" { * Query response received which does not match a registered query. This may be because a * matching query was never registered, it may be because it is a duplicate response, or * because the query timed out. - */ + **/ UnexpectedResponse: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], @@ -1446,7 +1827,7 @@ declare module "@polkadot/api-base/types/events" { * An XCM version change notification message has been attempted to be sent. * * The cost of sending it (borne by the chain) is included. - */ + **/ VersionChangeNotified: AugmentedEvent< ApiType, [ @@ -1462,50 +1843,71 @@ declare module "@polkadot/api-base/types/events" { messageId: U8aFixed; } >; - /** A XCM version migration finished. */ + /** + * A XCM version migration finished. + **/ VersionMigrationFinished: AugmentedEvent; - /** We have requested that a remote chain send us XCM version change notifications. */ + /** + * We have requested that a remote chain send us XCM version change notifications. + **/ VersionNotifyRequested: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; /** - * A remote has requested XCM version change notification from us and we have honored it. A - * version information message is sent to them and its cost is included. - */ + * A remote has requested XCM version change notification from us and we have honored it. + * A version information message is sent to them and its cost is included. + **/ VersionNotifyStarted: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; - /** We have requested that a remote chain stops sending us XCM version change notifications. */ + /** + * We have requested that a remote chain stops sending us XCM version change + * notifications. + **/ VersionNotifyUnrequested: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; preimage: { - /** A preimage has ben cleared. */ + /** + * A preimage has ben cleared. + **/ Cleared: AugmentedEvent; - /** A preimage has been noted. */ + /** + * A preimage has been noted. + **/ Noted: AugmentedEvent; - /** A preimage has been requested. */ + /** + * A preimage has been requested. + **/ Requested: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; proxy: { - /** An announcement was placed to make a call in the future. */ + /** + * An announcement was placed to make a call in the future. + **/ Announced: AugmentedEvent< ApiType, [real: AccountId20, proxy: AccountId20, callHash: H256], { real: AccountId20; proxy: AccountId20; callHash: H256 } >; - /** A proxy was added. */ + /** + * A proxy was added. + **/ ProxyAdded: AugmentedEvent< ApiType, [ @@ -1521,13 +1923,17 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; - /** A proxy was executed correctly, with the given. */ + /** + * A proxy was executed correctly, with the given. + **/ ProxyExecuted: AugmentedEvent< ApiType, [result: Result], { result: Result } >; - /** A proxy was removed. */ + /** + * A proxy was removed. + **/ ProxyRemoved: AugmentedEvent< ApiType, [ @@ -1543,7 +1949,10 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; - /** A pure account has been created by new proxy with given disambiguation index and proxy type. */ + /** + * A pure account has been created by new proxy with given + * disambiguation index and proxy type. + **/ PureCreated: AugmentedEvent< ApiType, [ @@ -1559,7 +1968,9 @@ declare module "@polkadot/api-base/types/events" { disambiguationIndex: u16; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; randomness: { @@ -1616,39 +2027,53 @@ declare module "@polkadot/api-base/types/events" { { id: u64; newFee: u128 } >; RequestFulfilled: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; referenda: { - /** A referendum has been approved and its proposal has been scheduled. */ + /** + * A referendum has been approved and its proposal has been scheduled. + **/ Approved: AugmentedEvent; - /** A referendum has been cancelled. */ + /** + * A referendum has been cancelled. + **/ Cancelled: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; ConfirmAborted: AugmentedEvent; - /** A referendum has ended its confirmation phase and is ready for approval. */ + /** + * A referendum has ended its confirmation phase and is ready for approval. + **/ Confirmed: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; ConfirmStarted: AugmentedEvent; - /** The decision deposit has been placed. */ + /** + * The decision deposit has been placed. + **/ DecisionDepositPlaced: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** The decision deposit has been refunded. */ + /** + * The decision deposit has been refunded. + **/ DecisionDepositRefunded: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** A referendum has moved into the deciding phase. */ + /** + * A referendum has moved into the deciding phase. + **/ DecisionStarted: AugmentedEvent< ApiType, [ @@ -1664,69 +2089,97 @@ declare module "@polkadot/api-base/types/events" { tally: PalletConvictionVotingTally; } >; - /** A deposit has been slashed. */ + /** + * A deposit has been slashed. + **/ DepositSlashed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** A referendum has been killed. */ + /** + * A referendum has been killed. + **/ Killed: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** Metadata for a referendum has been cleared. */ + /** + * Metadata for a referendum has been cleared. + **/ MetadataCleared: AugmentedEvent< ApiType, [index: u32, hash_: H256], { index: u32; hash_: H256 } >; - /** Metadata for a referendum has been set. */ + /** + * Metadata for a referendum has been set. + **/ MetadataSet: AugmentedEvent; - /** A proposal has been rejected by referendum. */ + /** + * A proposal has been rejected by referendum. + **/ Rejected: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** The submission deposit has been refunded. */ + /** + * The submission deposit has been refunded. + **/ SubmissionDepositRefunded: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** A referendum has been submitted. */ + /** + * A referendum has been submitted. + **/ Submitted: AugmentedEvent< ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], { index: u32; track: u16; proposal: FrameSupportPreimagesBounded } >; - /** A referendum has been timed out without being decided. */ + /** + * A referendum has been timed out without being decided. + **/ TimedOut: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; rootTesting: { - /** Event dispatched when the trigger_defensive extrinsic is called. */ + /** + * Event dispatched when the trigger_defensive extrinsic is called. + **/ DefensiveTestCall: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; scheduler: { - /** The call for the provided hash was not found so the task has been aborted. */ + /** + * The call for the provided hash was not found so the task has been aborted. + **/ CallUnavailable: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Canceled some task. */ + /** + * Canceled some task. + **/ Canceled: AugmentedEvent; - /** Dispatched some task. */ + /** + * Dispatched some task. + **/ Dispatched: AugmentedEvent< ApiType, [ @@ -1740,117 +2193,159 @@ declare module "@polkadot/api-base/types/events" { result: Result; } >; - /** The given task was unable to be renewed since the agenda is full at that block. */ + /** + * The given task was unable to be renewed since the agenda is full at that block. + **/ PeriodicFailed: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** The given task can never be executed since it is overweight. */ + /** + * The given task can never be executed since it is overweight. + **/ PermanentlyOverweight: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Cancel a retry configuration for some task. */ + /** + * Cancel a retry configuration for some task. + **/ RetryCancelled: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; /** - * The given task was unable to be retried since the agenda is full at that block or there was - * not enough weight to reschedule it. - */ + * The given task was unable to be retried since the agenda is full at that block or there + * was not enough weight to reschedule it. + **/ RetryFailed: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Set a retry configuration for some task. */ + /** + * Set a retry configuration for some task. + **/ RetrySet: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option, period: u32, retries: u8], { task: ITuple<[u32, u32]>; id: Option; period: u32; retries: u8 } >; - /** Scheduled some task. */ + /** + * Scheduled some task. + **/ Scheduled: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; sudo: { - /** The sudo key has been updated. */ + /** + * The sudo key has been updated. + **/ KeyChanged: AugmentedEvent< ApiType, [old: Option, new_: AccountId20], { old: Option; new_: AccountId20 } >; - /** The key was permanently removed. */ + /** + * The key was permanently removed. + **/ KeyRemoved: AugmentedEvent; - /** A sudo call just took place. */ + /** + * A sudo call just took place. + **/ Sudid: AugmentedEvent< ApiType, [sudoResult: Result], { sudoResult: Result } >; - /** A [sudo_as](Pallet::sudo_as) call just took place. */ + /** + * A [sudo_as](Pallet::sudo_as) call just took place. + **/ SudoAsDone: AugmentedEvent< ApiType, [sudoResult: Result], { sudoResult: Result } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; system: { - /** `:code` was updated. */ + /** + * `:code` was updated. + **/ CodeUpdated: AugmentedEvent; - /** An extrinsic failed. */ + /** + * An extrinsic failed. + **/ ExtrinsicFailed: AugmentedEvent< ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportDispatchDispatchInfo } >; - /** An extrinsic completed successfully. */ + /** + * An extrinsic completed successfully. + **/ ExtrinsicSuccess: AugmentedEvent< ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo } >; - /** An account was reaped. */ + /** + * An account was reaped. + **/ KilledAccount: AugmentedEvent; - /** A new account was created. */ + /** + * A new account was created. + **/ NewAccount: AugmentedEvent; - /** On on-chain remark happened. */ + /** + * On on-chain remark happened. + **/ Remarked: AugmentedEvent< ApiType, [sender: AccountId20, hash_: H256], { sender: AccountId20; hash_: H256 } >; - /** An upgrade was authorized. */ + /** + * An upgrade was authorized. + **/ UpgradeAuthorized: AugmentedEvent< ApiType, [codeHash: H256, checkVersion: bool], { codeHash: H256; checkVersion: bool } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; transactionPayment: { /** - * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, has - * been paid by `who`. - */ + * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, + * has been paid by `who`. + **/ TransactionFeePaid: AugmentedEvent< ApiType, [who: AccountId20, actualFee: u128, tip: u128], { who: AccountId20; actualFee: u128; tip: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; treasury: { - /** A new asset spend proposal has been approved. */ + /** + * A new asset spend proposal has been approved. + **/ AssetSpendApproved: AugmentedEvent< ApiType, [ @@ -1870,120 +2365,169 @@ declare module "@polkadot/api-base/types/events" { expireAt: u32; } >; - /** An approved spend was voided. */ + /** + * An approved spend was voided. + **/ AssetSpendVoided: AugmentedEvent; - /** Some funds have been allocated. */ + /** + * Some funds have been allocated. + **/ Awarded: AugmentedEvent< ApiType, [proposalIndex: u32, award: u128, account: AccountId20], { proposalIndex: u32; award: u128; account: AccountId20 } >; - /** Some of our funds have been burnt. */ + /** + * Some of our funds have been burnt. + **/ Burnt: AugmentedEvent; - /** Some funds have been deposited. */ + /** + * Some funds have been deposited. + **/ Deposit: AugmentedEvent; - /** A payment happened. */ + /** + * A payment happened. + **/ Paid: AugmentedEvent; - /** A payment failed and can be retried. */ + /** + * A payment failed and can be retried. + **/ PaymentFailed: AugmentedEvent< ApiType, [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** Spending has finished; this is the amount that rolls over until next spend. */ + /** + * Spending has finished; this is the amount that rolls over until next spend. + **/ Rollover: AugmentedEvent; - /** A new spend proposal has been approved. */ + /** + * A new spend proposal has been approved. + **/ SpendApproved: AugmentedEvent< ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId20], { proposalIndex: u32; amount: u128; beneficiary: AccountId20 } >; - /** We have ended a spend period and will now allocate funds. */ + /** + * We have ended a spend period and will now allocate funds. + **/ Spending: AugmentedEvent; /** - * A spend was processed and removed from the storage. It might have been successfully paid or - * it may have expired. - */ + * A spend was processed and removed from the storage. It might have been successfully + * paid or it may have expired. + **/ SpendProcessed: AugmentedEvent; - /** The inactive funds of the pallet have been updated. */ + /** + * The inactive funds of the pallet have been updated. + **/ UpdatedInactive: AugmentedEvent< ApiType, [reactivated: u128, deactivated: u128], { reactivated: u128; deactivated: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; treasuryCouncilCollective: { - /** A motion was approved by the required threshold. */ + /** + * A motion was approved by the required threshold. + **/ Approved: AugmentedEvent; - /** A proposal was closed because its threshold was reached or after its duration was up. */ + /** + * A proposal was closed because its threshold was reached or after its duration was up. + **/ Closed: AugmentedEvent< ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256; yes: u32; no: u32 } >; - /** A motion was not approved by the required threshold. */ + /** + * A motion was not approved by the required threshold. + **/ Disapproved: AugmentedEvent; - /** A motion was executed; result will be `Ok` if it returned without error. */ + /** + * A motion was executed; result will be `Ok` if it returned without error. + **/ Executed: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A single member did some action; result will be `Ok` if it returned without error. */ + /** + * A single member did some action; result will be `Ok` if it returned without error. + **/ MemberExecuted: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A motion (given hash) has been proposed (by given account) with a threshold (given `MemberCount`). */ + /** + * A motion (given hash) has been proposed (by given account) with a threshold (given + * `MemberCount`). + **/ Proposed: AugmentedEvent< ApiType, [account: AccountId20, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId20; proposalIndex: u32; proposalHash: H256; threshold: u32 } >; /** - * A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no - * votes given respectively as `MemberCount`). - */ + * A motion (given hash) has been voted on by given account, leaving + * a tally (yes votes and no votes given respectively as `MemberCount`). + **/ Voted: AugmentedEvent< ApiType, [account: AccountId20, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId20; proposalHash: H256; voted: bool; yes: u32; no: u32 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; utility: { - /** Batch of dispatches completed fully with no error. */ + /** + * Batch of dispatches completed fully with no error. + **/ BatchCompleted: AugmentedEvent; - /** Batch of dispatches completed but has errors. */ + /** + * Batch of dispatches completed but has errors. + **/ BatchCompletedWithErrors: AugmentedEvent; /** - * Batch of dispatches did not complete fully. Index of first failing dispatch given, as well - * as the error. - */ + * Batch of dispatches did not complete fully. Index of first failing dispatch given, as + * well as the error. + **/ BatchInterrupted: AugmentedEvent< ApiType, [index: u32, error: SpRuntimeDispatchError], { index: u32; error: SpRuntimeDispatchError } >; - /** A call was dispatched. */ + /** + * A call was dispatched. + **/ DispatchedAs: AugmentedEvent< ApiType, [result: Result], { result: Result } >; - /** A single item within a Batch of dispatches has completed with no error. */ + /** + * A single item within a Batch of dispatches has completed with no error. + **/ ItemCompleted: AugmentedEvent; - /** A single item within a Batch of dispatches has completed with error. */ + /** + * A single item within a Batch of dispatches has completed with error. + **/ ItemFailed: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; whitelist: { @@ -2000,66 +2544,90 @@ declare module "@polkadot/api-base/types/events" { } >; WhitelistedCallRemoved: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmpQueue: { - /** An HRMP message was sent to a sibling parachain. */ + /** + * An HRMP message was sent to a sibling parachain. + **/ XcmpMessageSent: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmTransactor: { DeRegisteredDerivative: AugmentedEvent; - /** Set dest fee per second */ + /** + * Set dest fee per second + **/ DestFeePerSecondChanged: AugmentedEvent< ApiType, [location: StagingXcmV4Location, feePerSecond: u128], { location: StagingXcmV4Location; feePerSecond: u128 } >; - /** Remove dest fee per second */ + /** + * Remove dest fee per second + **/ DestFeePerSecondRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** HRMP manage action succesfully sent */ + /** + * HRMP manage action succesfully sent + **/ HrmpManagementSent: AugmentedEvent< ApiType, [action: PalletXcmTransactorHrmpOperation], { action: PalletXcmTransactorHrmpOperation } >; - /** Registered a derivative index for an account id. */ + /** + * Registered a derivative index for an account id. + **/ RegisteredDerivative: AugmentedEvent< ApiType, [accountId: AccountId20, index: u16], { accountId: AccountId20; index: u16 } >; - /** Transacted the inner call through a derivative account in a destination chain. */ + /** + * Transacted the inner call through a derivative account in a destination chain. + **/ TransactedDerivative: AugmentedEvent< ApiType, [accountId: AccountId20, dest: StagingXcmV4Location, call: Bytes, index: u16], { accountId: AccountId20; dest: StagingXcmV4Location; call: Bytes; index: u16 } >; - /** Transacted the call through a signed account in a destination chain. */ + /** + * Transacted the call through a signed account in a destination chain. + **/ TransactedSigned: AugmentedEvent< ApiType, [feePayer: AccountId20, dest: StagingXcmV4Location, call: Bytes], { feePayer: AccountId20; dest: StagingXcmV4Location; call: Bytes } >; - /** Transacted the call through the sovereign account in a destination chain. */ + /** + * Transacted the call through the sovereign account in a destination chain. + **/ TransactedSovereign: AugmentedEvent< ApiType, [feePayer: Option, dest: StagingXcmV4Location, call: Bytes], { feePayer: Option; dest: StagingXcmV4Location; call: Bytes } >; - /** Transact failed */ + /** + * Transact failed + **/ TransactFailed: AugmentedEvent< ApiType, [error: XcmV3TraitsError], { error: XcmV3TraitsError } >; - /** Changed the transact info of a location */ + /** + * Changed the transact info of a location + **/ TransactInfoChanged: AugmentedEvent< ApiType, [ @@ -2071,47 +2639,63 @@ declare module "@polkadot/api-base/types/events" { remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; } >; - /** Removed the transact info of a location */ + /** + * Removed the transact info of a location + **/ TransactInfoRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmWeightTrader: { - /** Pause support for a given asset */ + /** + * Pause support for a given asset + **/ PauseAssetSupport: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Resume support for a given asset */ + /** + * Resume support for a given asset + **/ ResumeAssetSupport: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** New supported asset is registered */ + /** + * New supported asset is registered + **/ SupportedAssetAdded: AugmentedEvent< ApiType, [location: StagingXcmV4Location, relativePrice: u128], { location: StagingXcmV4Location; relativePrice: u128 } >; - /** Changed the amount of units we are charging per execution second for a given asset */ + /** + * Changed the amount of units we are charging per execution second for a given asset + **/ SupportedAssetEdited: AugmentedEvent< ApiType, [location: StagingXcmV4Location, relativePrice: u128], { location: StagingXcmV4Location; relativePrice: u128 } >; - /** Supported asset type for fee payment removed */ + /** + * Supported asset type for fee payment removed + **/ SupportedAssetRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; } // AugmentedEvents diff --git a/typescript-api/src/moonbase/interfaces/augment-api-query.ts b/typescript-api/src/moonbase/interfaces/augment-api-query.ts index 4ad1eaa3bd..9d7cf20d01 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-query.ts @@ -132,9 +132,10 @@ declare module "@polkadot/api-base/types/storage" { interface AugmentedQueries { assetManager: { /** - * Mapping from an asset id to asset type. This is mostly used when receiving transaction - * specifying an asset directly, like transferring an asset from this chain to another. - */ + * Mapping from an asset id to asset type. + * This is mostly used when receiving transaction specifying an asset directly, + * like transferring an asset from this chain to another. + **/ assetIdType: AugmentedQuery< ApiType, ( @@ -144,10 +145,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Reverse mapping of AssetIdType. Mapping from an asset type to an asset id. This is mostly - * used when receiving a multilocation XCM message to retrieve the corresponding asset in - * which tokens should me minted. - */ + * Reverse mapping of AssetIdType. Mapping from an asset type to an asset id. + * This is mostly used when receiving a multilocation XCM message to retrieve + * the corresponding asset in which tokens should me minted. + **/ assetTypeId: AugmentedQuery< ApiType, ( @@ -156,11 +157,15 @@ declare module "@polkadot/api-base/types/storage" { [MoonbaseRuntimeXcmConfigAssetType] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; assets: { - /** The holdings of a specific account for a specific asset. */ + /** + * The holdings of a specific account for a specific asset. + **/ account: AugmentedQuery< ApiType, ( @@ -171,10 +176,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Approved balance transfers. First balance is the amount approved for transfer. Second is - * the amount of `T::Currency` reserved for storing this. First key is the asset ID, second - * key is the owner and third key is the delegate. - */ + * Approved balance transfers. First balance is the amount approved for transfer. Second + * is the amount of `T::Currency` reserved for storing this. + * First key is the asset ID, second key is the owner and third key is the delegate. + **/ approvals: AugmentedQuery< ApiType, ( @@ -185,14 +190,18 @@ declare module "@polkadot/api-base/types/storage" { [u128, AccountId20, AccountId20] > & QueryableStorageEntry; - /** Details of an asset. */ + /** + * Details of an asset. + **/ asset: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable>, [u128] > & QueryableStorageEntry; - /** Metadata of an asset. */ + /** + * Metadata of an asset. + **/ metadata: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable, @@ -209,44 +218,61 @@ declare module "@polkadot/api-base/types/storage" { * * The initial next asset ID can be set using the [`GenesisConfig`] or the * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. - */ + **/ nextAssetId: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; asyncBacking: { /** * First tuple element is the highest slot that has been seen in the history of this chain. - * Second tuple element is the number of authored blocks so far. This is a strictly-increasing - * value if T::AllowMultipleBlocksPerSlot = false. - */ + * Second tuple element is the number of authored blocks so far. + * This is a strictly-increasing value if T::AllowMultipleBlocksPerSlot = false. + **/ slotInfo: AugmentedQuery Observable>>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorFilter: { - /** The number of active authors that will be eligible at each height. */ + /** + * The number of active authors that will be eligible at each height. + **/ eligibleCount: AugmentedQuery Observable, []> & QueryableStorageEntry; eligibleRatio: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorInherent: { - /** Author of current block. */ + /** + * Author of current block. + **/ author: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Check if the inherent was included */ + /** + * Check if the inherent was included + **/ inherentIncluded: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorMapping: { - /** We maintain a mapping from the NimbusIds used in the consensus layer to the AccountIds runtime. */ + /** + * We maintain a mapping from the NimbusIds used in the consensus layer + * to the AccountIds runtime. + **/ mappingWithDeposit: AugmentedQuery< ApiType, ( @@ -255,7 +281,9 @@ declare module "@polkadot/api-base/types/storage" { [NimbusPrimitivesNimbusCryptoPublic] > & QueryableStorageEntry; - /** We maintain a reverse mapping from AccountIds to NimbusIDS */ + /** + * We maintain a reverse mapping from AccountIds to NimbusIDS + **/ nimbusLookup: AugmentedQuery< ApiType, ( @@ -264,7 +292,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; balances: { @@ -291,23 +321,27 @@ declare module "@polkadot/api-base/types/storage" { * * But this comes with tradeoffs, storing account balances in the system pallet stores * `frame_system` data alongside the account data contrary to storing account balances in the - * `Balances` pallet, which uses a `StorageMap` to store balances data only. NOTE: This is - * only used in the case that this pallet is used to store balances. - */ + * `Balances` pallet, which uses a `StorageMap` to store balances data only. + * NOTE: This is only used in the case that this pallet is used to store balances. + **/ account: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable, [AccountId20] > & QueryableStorageEntry; - /** Freeze locks on account balances. */ + /** + * Freeze locks on account balances. + **/ freezes: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** Holds on account balances. */ + /** + * Holds on account balances. + **/ holds: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable< @@ -321,16 +355,17 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The total units of outstanding deactivated balance in the system. */ + /** + * The total units of outstanding deactivated balance in the system. + **/ inactiveIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Any liquidity locks on some account balances. NOTE: Should only be accessed when setting, - * changing and freeing a lock. + * Any liquidity locks on some account balances. + * NOTE: Should only be accessed when setting, changing and freeing a lock. * - * Use of locks is deprecated in favour of freezes. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` + **/ locks: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, @@ -340,19 +375,22 @@ declare module "@polkadot/api-base/types/storage" { /** * Named reserves on some account balances. * - * Use of reserves is deprecated in favour of holds. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` + **/ reserves: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** The total units issued in the system. */ + /** + * The total units issued in the system. + **/ totalIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; convictionVoting: { @@ -360,7 +398,7 @@ declare module "@polkadot/api-base/types/storage" { * The voting classes which have a non-zero lock requirement and the lock amounts which they * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. - */ + **/ classLocksFor: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, @@ -368,9 +406,9 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * All voting for a particular voter in a particular voting class. We store the balance for - * the number of votes that we have recorded. - */ + * All voting for a particular voter in a particular voting class. We store the balance for the + * number of votes that we have recorded. + **/ votingFor: AugmentedQuery< ApiType, ( @@ -380,7 +418,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20, u16] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; crowdloanRewards: { @@ -398,21 +438,27 @@ declare module "@polkadot/api-base/types/storage" { [U8aFixed] > & QueryableStorageEntry; - /** Vesting block height at the initialization of the pallet */ + /** + * Vesting block height at the initialization of the pallet + **/ endRelayBlock: AugmentedQuery Observable, []> & QueryableStorageEntry; initialized: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Total initialized amount so far. We store this to make pallet funds === contributors reward + * Total initialized amount so far. We store this to make pallet funds == contributors reward * check easier and more efficient - */ + **/ initializedRewardAmount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Vesting block height at the initialization of the pallet */ + /** + * Vesting block height at the initialization of the pallet + **/ initRelayBlock: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Total number of contributors to aid hinting benchmarking */ + /** + * Total number of contributors to aid hinting benchmarking + **/ totalContributors: AugmentedQuery Observable, []> & QueryableStorageEntry; unassociatedContributions: AugmentedQuery< @@ -423,14 +469,20 @@ declare module "@polkadot/api-base/types/storage" { [U8aFixed] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; emergencyParaXcm: { - /** Whether incoming XCM is enabled or paused */ + /** + * Whether incoming XCM is enabled or paused + **/ mode: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereum: { @@ -440,24 +492,32 @@ declare module "@polkadot/api-base/types/storage" { [U256] > & QueryableStorageEntry; - /** The current Ethereum block. */ + /** + * The current Ethereum block. + **/ currentBlock: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The current Ethereum receipts. */ + /** + * The current Ethereum receipts. + **/ currentReceipts: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** The current transaction statuses. */ + /** + * The current transaction statuses. + **/ currentTransactionStatuses: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** Current building block's transactions and receipts. */ + /** + * Current building block's transactions and receipts. + **/ pending: AugmentedQuery< ApiType, () => Observable< @@ -470,24 +530,36 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereumChainId: { - /** The EVM chain ID. */ + /** + * The EVM chain ID. + **/ chainId: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereumXcm: { - /** Whether or not Ethereum-XCM is suspended from executing */ + /** + * Whether or not Ethereum-XCM is suspended from executing + **/ ethereumXcmSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Global nonce used for building Ethereum transaction payload. */ + /** + * Global nonce used for building Ethereum transaction payload. + **/ nonce: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; evm: { @@ -515,14 +587,17 @@ declare module "@polkadot/api-base/types/storage" { [H160] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; evmForeignAssets: { /** - * Mapping from an asset id to a Foreign asset type. This is mostly used when receiving - * transaction specifying an asset directly, like transferring an asset from this chain to another. - */ + * Mapping from an asset id to a Foreign asset type. + * This is mostly used when receiving transaction specifying an asset directly, + * like transferring an asset from this chain to another. + **/ assetsById: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable>, @@ -530,10 +605,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. This is mostly - * used when receiving a multilocation XCM message to retrieve the corresponding asset in - * which tokens should me minted. - */ + * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. + * This is mostly used when receiving a multilocation XCM message to retrieve + * the corresponding asset in which tokens should me minted. + **/ assetsByLocation: AugmentedQuery< ApiType, ( @@ -542,10 +617,14 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Counter for the related counted storage map */ + /** + * Counter for the related counted storage map + **/ counterForAssetsById: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; identity: { @@ -555,7 +634,7 @@ declare module "@polkadot/api-base/types/storage" { * * Multiple usernames may map to the same `AccountId`, but `IdentityOf` will only map to one * primary username. - */ + **/ accountOfUsername: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable>, @@ -567,7 +646,7 @@ declare module "@polkadot/api-base/types/storage" { * registration, second is the account's primary username. * * TWOX-NOTE: OK ― `AccountId` is a secure hash. - */ + **/ identityOf: AugmentedQuery< ApiType, ( @@ -583,7 +662,7 @@ declare module "@polkadot/api-base/types/storage" { * [`Call::accept_username`]. * * First tuple item is the account and second is the acceptance deadline. - */ + **/ pendingUsernames: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable>>, @@ -591,11 +670,11 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The set of registrars. Not expected to get very big as can only be added through a special - * origin (likely a council motion). + * The set of registrars. Not expected to get very big as can only be added through a + * special origin (likely a council motion). * * The index into this can be cast to `RegistrarIndex` to get a valid value. - */ + **/ registrars: AugmentedQuery< ApiType, () => Observable>>, @@ -608,7 +687,7 @@ declare module "@polkadot/api-base/types/storage" { * The first item is the deposit, the second is a vector of the accounts. * * TWOX-NOTE: OK ― `AccountId` is a secure hash. - */ + **/ subsOf: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable]>>, @@ -618,14 +697,16 @@ declare module "@polkadot/api-base/types/storage" { /** * The super-identity of an alternative "sub" identity together with its name, within that * context. If the account is not some other account's sub-identity, then just `None`. - */ + **/ superOf: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, [AccountId20] > & QueryableStorageEntry; - /** A map of the accounts who are authorized to grant usernames. */ + /** + * A map of the accounts who are authorized to grant usernames. + **/ usernameAuthorities: AugmentedQuery< ApiType, ( @@ -634,18 +715,26 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; maintenanceMode: { - /** Whether the site is in maintenance mode */ + /** + * Whether the site is in maintenance mode + **/ maintenanceMode: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; messageQueue: { - /** The index of the first and last (non-empty) pages. */ + /** + * The index of the first and last (non-empty) pages. + **/ bookStateFor: AugmentedQuery< ApiType, ( @@ -660,7 +749,9 @@ declare module "@polkadot/api-base/types/storage" { [CumulusPrimitivesCoreAggregateMessageOrigin] > & QueryableStorageEntry; - /** The map of page indices to pages. */ + /** + * The map of page indices to pages. + **/ pages: AugmentedQuery< ApiType, ( @@ -676,24 +767,30 @@ declare module "@polkadot/api-base/types/storage" { [CumulusPrimitivesCoreAggregateMessageOrigin, u32] > & QueryableStorageEntry; - /** The origin at which we should begin servicing. */ + /** + * The origin at which we should begin servicing. + **/ serviceHead: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; migrations: { - /** True if all required migrations have completed */ + /** + * True if all required migrations have completed + **/ fullyUpgraded: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * MigrationState tracks the progress of a migration. Maps name (Vec) -> whether or not - * migration has been completed (bool) - */ + * MigrationState tracks the progress of a migration. + * Maps name (Vec) -> whether or not migration has been completed (bool) + **/ migrationState: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable, @@ -701,12 +798,14 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Temporary value that is set to true at the beginning of the block during which the - * execution of xcm messages must be paused. - */ + * Temporary value that is set to true at the beginning of the block during which the execution + * of xcm messages must be paused. + **/ shouldPauseXcm: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { @@ -728,18 +827,24 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; moonbeamOrbiters: { - /** Account lookup override */ + /** + * Account lookup override + **/ accountLookupOverride: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, [AccountId20] > & QueryableStorageEntry; - /** Current orbiters, with their "parent" collator */ + /** + * Current orbiters, with their "parent" collator + **/ collatorsPool: AugmentedQuery< ApiType, ( @@ -748,22 +853,31 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Counter for the related counted storage map */ + /** + * Counter for the related counted storage map + **/ counterForCollatorsPool: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Current round index */ + /** + * Current round index + **/ currentRound: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * If true, it forces the rotation at the next round. A use case: when changing RotatePeriod, - * you need a migration code that sets this value to true to avoid holes in OrbiterPerRound. - */ + * If true, it forces the rotation at the next round. + * A use case: when changing RotatePeriod, you need a migration code that sets this value to + * true to avoid holes in OrbiterPerRound. + **/ forceRotation: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Minimum deposit required to be registered as an orbiter */ + /** + * Minimum deposit required to be registered as an orbiter + **/ minOrbiterDeposit: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Store active orbiter per round and per parent collator */ + /** + * Store active orbiter per round and per parent collator + **/ orbiterPerRound: AugmentedQuery< ApiType, ( @@ -773,18 +887,24 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Check if account is an orbiter */ + /** + * Check if account is an orbiter + **/ registeredOrbiter: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; multisig: { - /** The set of open multisig operations. */ + /** + * The set of open multisig operations. + **/ multisigs: AugmentedQuery< ApiType, ( @@ -794,47 +914,67 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20, U8aFixed] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; openTechCommitteeCollective: { - /** The current members of the collective. This is stored sorted (just by value). */ + /** + * The current members of the collective. This is stored sorted (just by value). + **/ members: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The prime member that helps determine the default vote behavior in case of abstentions. */ + /** + * The prime member that helps determine the default vote behavior in case of abstentions. + **/ prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Proposals so far. */ + /** + * Proposals so far. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Actual proposal for a given hash, if it's current. */ + /** + * Actual proposal for a given hash, if it's current. + **/ proposalOf: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The hashes of the active proposals. */ + /** + * The hashes of the active proposals. + **/ proposals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Votes on a given proposal, if it is ongoing. */ + /** + * Votes on a given proposal, if it is ongoing. + **/ voting: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainInfo: { parachainId: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainStaking: { - /** Snapshot of collator delegation stake at the start of the round */ + /** + * Snapshot of collator delegation stake at the start of the round + **/ atStake: AugmentedQuery< ApiType, ( @@ -844,7 +984,9 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Stores auto-compounding configuration per collator. */ + /** + * Stores auto-compounding configuration per collator. + **/ autoCompoundingDelegations: AugmentedQuery< ApiType, ( @@ -853,7 +995,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Points for each collator per round */ + /** + * Points for each collator per round + **/ awardedPts: AugmentedQuery< ApiType, ( @@ -863,7 +1007,9 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Bottom delegations for collator candidate */ + /** + * Bottom delegations for collator candidate + **/ bottomDelegations: AugmentedQuery< ApiType, ( @@ -872,7 +1018,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Get collator candidate info associated with an account if account is candidate else None */ + /** + * Get collator candidate info associated with an account if account is candidate else None + **/ candidateInfo: AugmentedQuery< ApiType, ( @@ -881,17 +1029,23 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The pool of collator candidates, each with their total backing stake */ + /** + * The pool of collator candidates, each with their total backing stake + **/ candidatePool: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Commission percent taken off of rewards for all collators */ + /** + * Commission percent taken off of rewards for all collators + **/ collatorCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Delayed payouts */ + /** + * Delayed payouts + **/ delayedPayouts: AugmentedQuery< ApiType, ( @@ -900,7 +1054,9 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** Stores outstanding delegation requests per collator. */ + /** + * Stores outstanding delegation requests per collator. + **/ delegationScheduledRequests: AugmentedQuery< ApiType, ( @@ -909,7 +1065,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Get delegator state associated with an account if account is delegating else None */ + /** + * Get delegator state associated with an account if account is delegating else None + **/ delegatorState: AugmentedQuery< ApiType, ( @@ -918,10 +1076,14 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Killswitch to enable/disable marking offline feature. */ + /** + * Killswitch to enable/disable marking offline feature. + **/ enableMarkingOffline: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Inflation configuration */ + /** + * Inflation configuration + **/ inflationConfig: AugmentedQuery< ApiType, () => Observable, @@ -933,27 +1095,35 @@ declare module "@polkadot/api-base/types/storage" { * before it is distributed to collators and delegators. * * The sum of the distribution percents must be less than or equal to 100. - */ + **/ inflationDistributionInfo: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Total points awarded to collators for block production in the round */ + /** + * Total points awarded to collators for block production in the round + **/ points: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Current round index and next round scheduled transition */ + /** + * Current round index and next round scheduled transition + **/ round: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The collator candidates selected for the current round */ + /** + * The collator candidates selected for the current round + **/ selectedCandidates: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Top delegations for collator candidate */ + /** + * Top delegations for collator candidate + **/ topDelegations: AugmentedQuery< ApiType, ( @@ -962,21 +1132,27 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Total capital locked by this staking pallet */ + /** + * Total capital locked by this staking pallet + **/ total: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The total candidates selected every round */ + /** + * The total candidates selected every round + **/ totalSelected: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainSystem: { /** * Storage field that keeps track of bandwidth used by the unincluded segment along with the - * latest HRMP watermark. Used for limiting the acceptance of new blocks with respect to relay - * chain constraints. - */ + * latest HRMP watermark. Used for limiting the acceptance of new blocks with + * respect to relay chain constraints. + **/ aggregatedUnincludedSegment: AugmentedQuery< ApiType, () => Observable>, @@ -986,17 +1162,19 @@ declare module "@polkadot/api-base/types/storage" { /** * The number of HRMP messages we observed in `on_initialize` and thus used that number for * announcing the weight of `on_initialize` and `on_finalize`. - */ + **/ announcedHrmpMessagesPerCandidate: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * A custom head data that should be returned as result of `validate_block`. * * See `Pallet::set_custom_validation_head_data` for more information. - */ + **/ customValidationHeadData: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Were the validation data set to notify the relay chain? */ + /** + * Were the validation data set to notify the relay chain? + **/ didSetValidationCode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** @@ -1006,7 +1184,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ hostConfiguration: AugmentedQuery< ApiType, () => Observable>, @@ -1017,7 +1195,7 @@ declare module "@polkadot/api-base/types/storage" { * HRMP messages that were sent in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ hrmpOutboundMessages: AugmentedQuery< ApiType, () => Observable>, @@ -1028,57 +1206,61 @@ declare module "@polkadot/api-base/types/storage" { * HRMP watermark that was set in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ hrmpWatermark: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The last downward message queue chain head we have observed. * - * This value is loaded before and saved after processing inbound downward messages carried by - * the system inherent. - */ + * This value is loaded before and saved after processing inbound downward messages carried + * by the system inherent. + **/ lastDmqMqcHead: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The message queue chain heads we have observed per each channel incoming channel. * - * This value is loaded before and saved after processing inbound downward messages carried by - * the system inherent. - */ + * This value is loaded before and saved after processing inbound downward messages carried + * by the system inherent. + **/ lastHrmpMqcHeads: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The relay chain block number associated with the last parachain block. * * This is updated in `on_finalize`. - */ + **/ lastRelayChainBlockNumber: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Validation code that is set by the parachain and is to be communicated to collator and * consequently the relay-chain. * - * This will be cleared in `on_initialize` of each new block if no other pallet already set the value. - */ + * This will be cleared in `on_initialize` of each new block if no other pallet already set + * the value. + **/ newValidationCode: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Upward messages that are still pending and not yet send to the relay chain. */ + /** + * Upward messages that are still pending and not yet send to the relay chain. + **/ pendingUpwardMessages: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * In case of a scheduled upgrade, this storage field contains the validation code to be applied. + * In case of a scheduled upgrade, this storage field contains the validation code to be + * applied. * * As soon as the relay chain gives us the go-ahead signal, we will overwrite the * [`:code`][sp_core::storage::well_known_keys::CODE] which will result the next block process * with the new validation code. This concludes the upgrade process. - */ + **/ pendingValidationCode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Number of downward messages processed in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ processedDownwardMessages: AugmentedQuery Observable, []> & QueryableStorageEntry; /** @@ -1088,7 +1270,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ relayStateProof: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** @@ -1099,7 +1281,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ relevantMessagingState: AugmentedQuery< ApiType, () => Observable< @@ -1111,7 +1293,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The weight we reserve at the beginning of the block for processing DMP messages. This * overrides the amount set in the Config trait. - */ + **/ reservedDmpWeightOverride: AugmentedQuery< ApiType, () => Observable>, @@ -1121,7 +1303,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The weight we reserve at the beginning of the block for processing XCMP messages. This * overrides the amount set in the Config trait. - */ + **/ reservedXcmpWeightOverride: AugmentedQuery< ApiType, () => Observable>, @@ -1129,12 +1311,13 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Latest included block descendants the runtime accepted. In other words, these are ancestors - * of the currently executing block which have not been included in the observed relay-chain state. + * Latest included block descendants the runtime accepted. In other words, these are + * ancestors of the currently executing block which have not been included in the observed + * relay-chain state. * - * The segment length is limited by the capacity returned from the [`ConsensusHook`] - * configured in the pallet. - */ + * The segment length is limited by the capacity returned from the [`ConsensusHook`] configured + * in the pallet. + **/ unincludedSegment: AugmentedQuery< ApiType, () => Observable>, @@ -1147,7 +1330,7 @@ declare module "@polkadot/api-base/types/storage" { * This storage item is a mirror of the corresponding value for the current parachain from the * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is * set after the inherent. - */ + **/ upgradeGoAhead: AugmentedQuery< ApiType, () => Observable>, @@ -1155,45 +1338,52 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * An option which indicates if the relay-chain restricts signalling a validation code - * upgrade. In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the - * produced candidate will be invalid. + * An option which indicates if the relay-chain restricts signalling a validation code upgrade. + * In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced + * candidate will be invalid. * * This storage item is a mirror of the corresponding value for the current parachain from the * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is * set after the inherent. - */ + **/ upgradeRestrictionSignal: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The factor to multiply the base delivery fee by for UMP. */ + /** + * The factor to multiply the base delivery fee by for UMP. + **/ upwardDeliveryFeeFactor: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Upward messages that were sent in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ upwardMessages: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * The [`PersistedValidationData`] set for this block. This value is expected to be set only - * once per block and it's never stored in the trie. - */ + * The [`PersistedValidationData`] set for this block. + * This value is expected to be set only once per block and it's never stored + * in the trie. + **/ validationData: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parameters: { - /** Stored parameters. */ + /** + * Stored parameters. + **/ parameters: AugmentedQuery< ApiType, ( @@ -1207,7 +1397,9 @@ declare module "@polkadot/api-base/types/storage" { [MoonbaseRuntimeRuntimeParamsRuntimeParametersKey] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; polkadotXcm: { @@ -1216,21 +1408,25 @@ declare module "@polkadot/api-base/types/storage" { * * Key is the blake2 256 hash of (origin, versioned `Assets`) pair. Value is the number of * times this pair has been trapped (usually just 1 if it exists at all). - */ + **/ assetTraps: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable, [H256] > & QueryableStorageEntry; - /** The current migration's stage, if any. */ + /** + * The current migration's stage, if any. + **/ currentMigration: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Fungible assets which we know are locked on this chain. */ + /** + * Fungible assets which we know are locked on this chain. + **/ lockedFungibles: AugmentedQuery< ApiType, ( @@ -1239,30 +1435,37 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The ongoing queries. */ + /** + * The ongoing queries. + **/ queries: AugmentedQuery< ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable>, [u64] > & QueryableStorageEntry; - /** The latest available query index. */ + /** + * The latest available query index. + **/ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be - * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally + * will be stored here. + * Runtime APIs can fetch the XCM that was executed by accessing this value. * * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] * implementation in the XCM executor configuration. - */ + **/ recordedXcm: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** Fungible assets which we know are locked on a remote chain. */ + /** + * Fungible assets which we know are locked on a remote chain. + **/ remoteLockedFungibles: AugmentedQuery< ApiType, ( @@ -1276,20 +1479,23 @@ declare module "@polkadot/api-base/types/storage" { /** * Default version to encode XCM when latest version of destination is unknown. If `None`, * then the destinations whose XCM version is unknown are considered unreachable. - */ + **/ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only - * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and - * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * Whether or not incoming XCMs (both executed locally and received) should be recorded. + * Only one XCM program will be recorded at a time. + * This is meant to be used in runtime APIs, and it's advised it stays false + * for all other use cases, so as to not degrade regular performance. * * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] * implementation in the XCM executor configuration. - */ + **/ shouldRecordXcm: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The Latest versions that we know various locations support. */ + /** + * The Latest versions that we know various locations support. + **/ supportedVersion: AugmentedQuery< ApiType, ( @@ -1303,14 +1509,16 @@ declare module "@polkadot/api-base/types/storage" { * Destinations whose latest XCM version we would like to know. Duplicates not allowed, and * the `u32` counter is the number of times that a send to the destination has been attempted, * which is used as a prioritization. - */ + **/ versionDiscoveryQueue: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** All locations that we have requested version notifications from. */ + /** + * All locations that we have requested version notifications from. + **/ versionNotifiers: AugmentedQuery< ApiType, ( @@ -1323,7 +1531,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The target locations that are subscribed to our version changes, as well as the most recent * of our versions we informed them of. - */ + **/ versionNotifyTargets: AugmentedQuery< ApiType, ( @@ -1333,10 +1541,14 @@ declare module "@polkadot/api-base/types/storage" { [u32, XcmVersionedLocation] > & QueryableStorageEntry; - /** Global suspension state of the XCM executor. */ + /** + * Global suspension state of the XCM executor. + **/ xcmExecutionSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; preimage: { @@ -1348,25 +1560,33 @@ declare module "@polkadot/api-base/types/storage" { [ITuple<[H256, u32]>] > & QueryableStorageEntry]>; - /** The request status of a given hash. */ + /** + * The request status of a given hash. + **/ requestStatusFor: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The request status of a given hash. */ + /** + * The request status of a given hash. + **/ statusFor: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; proxy: { - /** The announcements made by the proxy (key). */ + /** + * The announcements made by the proxy (key). + **/ announcements: AugmentedQuery< ApiType, ( @@ -1376,9 +1596,9 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The set of account proxies. Maps the account which has delegated to the accounts which are - * being delegated to, together with the amount held on deposit. - */ + * The set of account proxies. Maps the account which has delegated to the accounts + * which are being delegated to, together with the amount held on deposit. + **/ proxies: AugmentedQuery< ApiType, ( @@ -1387,26 +1607,38 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; randomness: { - /** Ensures the mandatory inherent was included in the block */ + /** + * Ensures the mandatory inherent was included in the block + **/ inherentIncluded: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Current local per-block VRF randomness Set in `on_initialize` */ + /** + * Current local per-block VRF randomness + * Set in `on_initialize` + **/ localVrfOutput: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Records whether this is the first block (genesis or runtime upgrade) */ + /** + * Records whether this is the first block (genesis or runtime upgrade) + **/ notFirstBlock: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Previous local per-block VRF randomness Set in `on_finalize` of last block */ + /** + * Previous local per-block VRF randomness + * Set in `on_finalize` of last block + **/ previousLocalVrfOutput: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Snapshot of randomness to fulfill all requests that are for the same raw randomness Removed - * once $value.request_count === 0 - */ + * Snapshot of randomness to fulfill all requests that are for the same raw randomness + * Removed once $value.request_count == 0 + **/ randomnessResults: AugmentedQuery< ApiType, ( @@ -1420,24 +1652,34 @@ declare module "@polkadot/api-base/types/storage" { [PalletRandomnessRequestType] > & QueryableStorageEntry; - /** Relay epoch */ + /** + * Relay epoch + **/ relayEpoch: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Number of randomness requests made so far, used to generate the next request's uid */ + /** + * Number of randomness requests made so far, used to generate the next request's uid + **/ requestCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Randomness requests not yet fulfilled or purged */ + /** + * Randomness requests not yet fulfilled or purged + **/ requests: AugmentedQuery< ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable>, [u64] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; referenda: { - /** The number of referenda being decided currently. */ + /** + * The number of referenda being decided currently. + **/ decidingCount: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable, @@ -1445,22 +1687,27 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The metadata is a general information concerning the referendum. The `Hash` refers to the - * preimage of the `Preimages` provider which can be a JSON dump or IPFS hash of a JSON file. + * The metadata is a general information concerning the referendum. + * The `Hash` refers to the preimage of the `Preimages` provider which can be a JSON + * dump or IPFS hash of a JSON file. * - * Consider a garbage collection for a metadata of finished referendums to `unrequest` - * (remove) large preimages. - */ + * Consider a garbage collection for a metadata of finished referendums to `unrequest` (remove) + * large preimages. + **/ metadataOf: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** The next free referendum index, aka the number of referenda started so far. */ + /** + * The next free referendum index, aka the number of referenda started so far. + **/ referendumCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Information concerning any given referendum. */ + /** + * Information concerning any given referendum. + **/ referendumInfoFor: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, @@ -1472,18 +1719,22 @@ declare module "@polkadot/api-base/types/storage" { * conviction-weighted approvals. * * This should be empty if `DecidingCount` is less than `TrackInfo::max_deciding`. - */ + **/ trackQueue: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable>>, [u16] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; relayStorageRoots: { - /** Map of relay block number to relay storage root */ + /** + * Map of relay block number to relay storage root + **/ relayStorageRoot: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, @@ -1491,20 +1742,26 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * List of all the keys in `RelayStorageRoot`. Used to remove the oldest key without having to - * iterate over all of them. - */ + * List of all the keys in `RelayStorageRoot`. + * Used to remove the oldest key without having to iterate over all of them. + **/ relayStorageRootKeys: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; rootTesting: { - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; scheduler: { - /** Items to be executed, indexed by the block number that they should be executed on. */ + /** + * Items to be executed, indexed by the block number that they should be executed on. + **/ agenda: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>>, @@ -1516,15 +1773,18 @@ declare module "@polkadot/api-base/types/storage" { /** * Lookup from a name to the block number and index of the task. * - * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed to form the v4 identities. - */ + * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed to form the v4 + * identities. + **/ lookup: AugmentedQuery< ApiType, (arg: U8aFixed | string | Uint8Array) => Observable>>, [U8aFixed] > & QueryableStorageEntry; - /** Retry configurations for items to be executed, indexed by task address. */ + /** + * Retry configurations for items to be executed, indexed by task address. + **/ retries: AugmentedQuery< ApiType, ( @@ -1533,136 +1793,178 @@ declare module "@polkadot/api-base/types/storage" { [ITuple<[u32, u32]>] > & QueryableStorageEntry]>; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; sudo: { - /** The `AccountId` of the sudo key. */ + /** + * The `AccountId` of the sudo key. + **/ key: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; system: { - /** The full account information for a particular account ID. */ + /** + * The full account information for a particular account ID. + **/ account: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable, [AccountId20] > & QueryableStorageEntry; - /** Total length (in bytes) for all extrinsics put together, for the current block. */ + /** + * Total length (in bytes) for all extrinsics put together, for the current block. + **/ allExtrinsicsLen: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** `Some` if a code upgrade has been authorized. */ + /** + * `Some` if a code upgrade has been authorized. + **/ authorizedUpgrade: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Map of block numbers to block hashes. */ + /** + * Map of block numbers to block hashes. + **/ blockHash: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** The current weight for the block. */ + /** + * The current weight for the block. + **/ blockWeight: AugmentedQuery< ApiType, () => Observable, [] > & QueryableStorageEntry; - /** Digest of the current block, also part of the block header. */ + /** + * Digest of the current block, also part of the block header. + **/ digest: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The number of events in the `Events` list. */ + /** + * The number of events in the `Events` list. + **/ eventCount: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Events deposited for the current block. * - * NOTE: The item is unbound and should therefore never be read on chain. It could otherwise - * inflate the PoV size of a block. + * NOTE: The item is unbound and should therefore never be read on chain. + * It could otherwise inflate the PoV size of a block. * - * Events have a large in-memory size. Box the events to not go out-of-memory just in case - * someone still reads them from within the runtime. - */ + * Events have a large in-memory size. Box the events to not go out-of-memory + * just in case someone still reads them from within the runtime. + **/ events: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * Mapping between a topic (represented by T::Hash) and a vector of indexes of events in the - * `>` list. + * Mapping between a topic (represented by T::Hash) and a vector of indexes + * of events in the `>` list. * - * All topic vectors have deterministic storage locations depending on the topic. This allows - * light-clients to leverage the changes trie storage tracking mechanism and in case of - * changes fetch the list of events of interest. + * All topic vectors have deterministic storage locations depending on the topic. This + * allows light-clients to leverage the changes trie storage tracking mechanism and + * in case of changes fetch the list of events of interest. * - * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just the - * `EventIndex` then in case if the topic has the same contents on the next block no - * notification will be triggered thus the event might be lost. - */ + * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just + * the `EventIndex` then in case if the topic has the same contents on the next block + * no notification will be triggered thus the event might be lost. + **/ eventTopics: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>>, [H256] > & QueryableStorageEntry; - /** The execution phase of the block. */ + /** + * The execution phase of the block. + **/ executionPhase: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Total extrinsics count for the current block. */ + /** + * Total extrinsics count for the current block. + **/ extrinsicCount: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Extrinsics data for the current block (maps an extrinsic's index to its data). */ + /** + * Extrinsics data for the current block (maps an extrinsic's index to its data). + **/ extrinsicData: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Whether all inherents have been applied. */ + /** + * Whether all inherents have been applied. + **/ inherentsApplied: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened. */ + /** + * Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened. + **/ lastRuntimeUpgrade: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The current block number being processed. Set by `execute_block`. */ + /** + * The current block number being processed. Set by `execute_block`. + **/ number: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Hash of the previous block. */ + /** + * Hash of the previous block. + **/ parentHash: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * True if we have upgraded so that AccountInfo contains three types of `RefCount`. False * (default) if not. - */ + **/ upgradedToTripleRefCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** True if we have upgraded so that `type RefCount` is `u32`. False (default) if not. */ + /** + * True if we have upgraded so that `type RefCount` is `u32`. False (default) if not. + **/ upgradedToU32RefCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; timestamp: { /** * Whether the timestamp has been updated in this block. * - * This value is updated to `true` upon successful submission of a timestamp by a node. It is - * then checked at the end of each block execution in the `on_finalize` hook. - */ + * This value is updated to `true` upon successful submission of a timestamp by a node. + * It is then checked at the end of each block execution in the `on_finalize` hook. + **/ didUpdate: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The current time for the current block. */ + /** + * The current time for the current block. + **/ now: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; transactionPayment: { @@ -1674,67 +1976,97 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; treasury: { - /** Proposal indices that have been approved but not yet awarded. */ + /** + * Proposal indices that have been approved but not yet awarded. + **/ approvals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The amount which has been reported as inactive to Currency. */ + /** + * The amount which has been reported as inactive to Currency. + **/ deactivated: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Number of proposals that have been made. */ + /** + * Number of proposals that have been made. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Proposals that have been made. */ + /** + * Proposals that have been made. + **/ proposals: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** The count of spends that have been made. */ + /** + * The count of spends that have been made. + **/ spendCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Spends that have been approved and being processed. */ + /** + * Spends that have been approved and being processed. + **/ spends: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; treasuryCouncilCollective: { - /** The current members of the collective. This is stored sorted (just by value). */ + /** + * The current members of the collective. This is stored sorted (just by value). + **/ members: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The prime member that helps determine the default vote behavior in case of abstentions. */ + /** + * The prime member that helps determine the default vote behavior in case of abstentions. + **/ prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Proposals so far. */ + /** + * Proposals so far. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Actual proposal for a given hash, if it's current. */ + /** + * Actual proposal for a given hash, if it's current. + **/ proposalOf: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The hashes of the active proposals. */ + /** + * The hashes of the active proposals. + **/ proposals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Votes on a given proposal, if it is ongoing. */ + /** + * Votes on a given proposal, if it is ongoing. + **/ voting: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; whitelist: { @@ -1744,11 +2076,15 @@ declare module "@polkadot/api-base/types/storage" { [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmpQueue: { - /** The factor to multiply the base delivery fee by. */ + /** + * The factor to multiply the base delivery fee by. + **/ deliveryFeeFactor: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, @@ -1764,10 +2100,12 @@ declare module "@polkadot/api-base/types/storage" { * * NOTE: The PoV benchmarking cannot know this and will over-estimate, but the actual proof * will be smaller. - */ + **/ inboundXcmpSuspended: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The messages outbound in a given XCMP channel. */ + /** + * The messages outbound in a given XCMP channel. + **/ outboundXcmpMessages: AugmentedQuery< ApiType, ( @@ -1778,44 +2116,52 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The non-empty XCMP channels in order of becoming non-empty, and the index of the first and - * last outbound message. If the two indices are equal, then it indicates an empty queue and - * there must be a non-`Ok` `OutboundStatus`. We assume queues grow no greater than 65535 - * items. Queue indices for normal messages begin at one; zero is reserved in case of the need - * to send a high-priority signal message this block. The bool is true if there is a signal - * message waiting to be sent. - */ + * The non-empty XCMP channels in order of becoming non-empty, and the index of the first + * and last outbound message. If the two indices are equal, then it indicates an empty + * queue and there must be a non-`Ok` `OutboundStatus`. We assume queues grow no greater + * than 65535 items. Queue indices for normal messages begin at one; zero is reserved in + * case of the need to send a high-priority signal message this block. + * The bool is true if there is a signal message waiting to be sent. + **/ outboundXcmpStatus: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The configuration which controls the dynamics of the outbound queue. */ + /** + * The configuration which controls the dynamics of the outbound queue. + **/ queueConfig: AugmentedQuery< ApiType, () => Observable, [] > & QueryableStorageEntry; - /** Whether or not the XCMP queue is suspended from executing incoming XCMs or not. */ + /** + * Whether or not the XCMP queue is suspended from executing incoming XCMs or not. + **/ queueSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Any signal messages waiting to be sent. */ + /** + * Any signal messages waiting to be sent. + **/ signalMessages: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmTransactor: { /** - * Stores the fee per second for an asset in its reserve chain. This allows us to convert from - * weight to fee - */ + * Stores the fee per second for an asset in its reserve chain. This allows us to convert + * from weight to fee + **/ destinationAssetFeePerSecond: AugmentedQuery< ApiType, ( @@ -1825,17 +2171,19 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Since we are using pallet-utility for account derivation (through AsDerivative), we need to - * provide an index for the account derivation. This storage item stores the index assigned - * for a given local account. These indices are usable as derivative in the relay chain - */ + * Since we are using pallet-utility for account derivation (through AsDerivative), + * we need to provide an index for the account derivation. This storage item stores the index + * assigned for a given local account. These indices are usable as derivative in the relay chain + **/ indexToAccount: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable>, [u16] > & QueryableStorageEntry; - /** Stores the indices of relay chain pallets */ + /** + * Stores the indices of relay chain pallets + **/ relayIndices: AugmentedQuery< ApiType, () => Observable, @@ -1843,10 +2191,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Stores the transact info of a Location. This defines how much extra weight we need to add - * when we want to transact in the destination chain and maximum amount of weight allowed by - * the destination chain - */ + * Stores the transact info of a Location. This defines how much extra weight we need to + * add when we want to transact in the destination chain and maximum amount of weight allowed + * by the destination chain + **/ transactInfoWithWeightLimit: AugmentedQuery< ApiType, ( @@ -1855,14 +2203,17 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmWeightTrader: { /** - * Stores all supported assets per XCM Location. The u128 is the asset price relative to - * native asset with 18 decimals The boolean specify if the support for this asset is active - */ + * Stores all supported assets per XCM Location. + * The u128 is the asset price relative to native asset with 18 decimals + * The boolean specify if the support for this asset is active + **/ supportedAssets: AugmentedQuery< ApiType, ( @@ -1871,7 +2222,9 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; } // AugmentedQueries diff --git a/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts b/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts index 6cc1e4a52b..7752ea2d20 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-rpc.ts @@ -102,13 +102,19 @@ export type __AugmentedRpc = AugmentedRpc<() => unknown>; declare module "@polkadot/rpc-core/types/jsonrpc" { interface RpcInterface { author: { - /** Returns true if the keystore has private keys for the given public key and key type. */ + /** + * Returns true if the keystore has private keys for the given public key and key type. + **/ hasKey: AugmentedRpc< (publicKey: Bytes | string | Uint8Array, keyType: Text | string) => Observable >; - /** Returns true if the keystore has private keys for the given session public keys. */ + /** + * Returns true if the keystore has private keys for the given session public keys. + **/ hasSessionKeys: AugmentedRpc<(sessionKeys: Bytes | string | Uint8Array) => Observable>; - /** Insert a key into the keystore. */ + /** + * Insert a key into the keystore. + **/ insertKey: AugmentedRpc< ( keyType: Text | string, @@ -116,9 +122,13 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { publicKey: Bytes | string | Uint8Array ) => Observable >; - /** Returns all pending extrinsics, potentially grouped by sender */ + /** + * Returns all pending extrinsics, potentially grouped by sender + **/ pendingExtrinsics: AugmentedRpc<() => Observable>>; - /** Remove given extrinsic from the pool and temporarily ban it to prevent reimporting */ + /** + * Remove given extrinsic from the pool and temporarily ban it to prevent reimporting + **/ removeExtrinsic: AugmentedRpc< ( bytesOrHash: @@ -126,50 +136,75 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | (ExtrinsicOrHash | { Hash: any } | { Extrinsic: any } | string | Uint8Array)[] ) => Observable> >; - /** Generate new session keys and returns the corresponding public keys */ + /** + * Generate new session keys and returns the corresponding public keys + **/ rotateKeys: AugmentedRpc<() => Observable>; - /** Submit and subscribe to watch an extrinsic until unsubscribed */ + /** + * Submit and subscribe to watch an extrinsic until unsubscribed + **/ submitAndWatchExtrinsic: AugmentedRpc< (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable >; - /** Submit a fully formatted extrinsic for block inclusion */ + /** + * Submit a fully formatted extrinsic for block inclusion + **/ submitExtrinsic: AugmentedRpc< (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable >; }; babe: { /** - * Returns data about which slots (primary or secondary) can be claimed in the current epoch - * with the keys in the keystore - */ + * Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the keystore + **/ epochAuthorship: AugmentedRpc<() => Observable>>; }; beefy: { - /** Returns hash of the latest BEEFY finalized block as seen by this client. */ + /** + * Returns hash of the latest BEEFY finalized block as seen by this client. + **/ getFinalizedHead: AugmentedRpc<() => Observable>; - /** Returns the block most recently finalized by BEEFY, alongside its justification. */ + /** + * Returns the block most recently finalized by BEEFY, alongside its justification. + **/ subscribeJustifications: AugmentedRpc<() => Observable>; }; chain: { - /** Get header and body of a relay chain block */ + /** + * Get header and body of a relay chain block + **/ getBlock: AugmentedRpc<(hash?: BlockHash | string | Uint8Array) => Observable>; - /** Get the block hash for a specific block */ + /** + * Get the block hash for a specific block + **/ getBlockHash: AugmentedRpc< (blockNumber?: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Get hash of the last finalized block in the canon chain */ + /** + * Get hash of the last finalized block in the canon chain + **/ getFinalizedHead: AugmentedRpc<() => Observable>; - /** Retrieves the header for a specific block */ + /** + * Retrieves the header for a specific block + **/ getHeader: AugmentedRpc<(hash?: BlockHash | string | Uint8Array) => Observable
>; - /** Retrieves the newest header via subscription */ + /** + * Retrieves the newest header via subscription + **/ subscribeAllHeads: AugmentedRpc<() => Observable
>; - /** Retrieves the best finalized header via subscription */ + /** + * Retrieves the best finalized header via subscription + **/ subscribeFinalizedHeads: AugmentedRpc<() => Observable
>; - /** Retrieves the best header via subscription */ + /** + * Retrieves the best header via subscription + **/ subscribeNewHeads: AugmentedRpc<() => Observable
>; }; childstate: { - /** Returns the keys with prefix from a child storage, leave empty to get all the keys */ + /** + * Returns the keys with prefix from a child storage, leave empty to get all the keys + **/ getKeys: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -177,7 +212,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns the keys with prefix from a child storage with pagination support */ + /** + * Returns the keys with prefix from a child storage with pagination support + **/ getKeysPaged: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -187,7 +224,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns a child storage entry at a specific block state */ + /** + * Returns a child storage entry at a specific block state + **/ getStorage: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -195,7 +234,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns child storage entries for multiple keys at a specific block state */ + /** + * Returns child storage entries for multiple keys at a specific block state + **/ getStorageEntries: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -203,7 +244,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable>> >; - /** Returns the hash of a child storage entry at a block state */ + /** + * Returns the hash of a child storage entry at a block state + **/ getStorageHash: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -211,7 +254,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns the size of a child storage entry at a block state */ + /** + * Returns the size of a child storage entry at a block state + **/ getStorageSize: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -222,9 +267,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; contracts: { /** - * @deprecated Use the runtime interface `api.call.contractsApi.call` instead Executes a call - * to a contract - */ + * @deprecated Use the runtime interface `api.call.contractsApi.call` instead + * Executes a call to a contract + **/ call: AugmentedRpc< ( callRequest: @@ -243,9 +288,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use the runtime interface `api.call.contractsApi.getStorage` instead Returns - * the value under a specified storage key in a contract - */ + * @deprecated Use the runtime interface `api.call.contractsApi.getStorage` instead + * Returns the value under a specified storage key in a contract + **/ getStorage: AugmentedRpc< ( address: AccountId | string | Uint8Array, @@ -255,8 +300,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; /** * @deprecated Use the runtime interface `api.call.contractsApi.instantiate` instead - * Instantiate a new contract - */ + * Instantiate a new contract + **/ instantiate: AugmentedRpc< ( request: @@ -268,9 +313,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Not available in newer versions of the contracts interfaces Returns the - * projected time a given contract will be able to sustain paying its rent - */ + * @deprecated Not available in newer versions of the contracts interfaces + * Returns the projected time a given contract will be able to sustain paying its rent + **/ rentProjection: AugmentedRpc< ( address: AccountId | string | Uint8Array, @@ -278,9 +323,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * @deprecated Use the runtime interface `api.call.contractsApi.uploadCode` instead Upload new - * code without instantiating a contract from it - */ + * @deprecated Use the runtime interface `api.call.contractsApi.uploadCode` instead + * Upload new code without instantiating a contract from it + **/ uploadCode: AugmentedRpc< ( uploadRequest: @@ -293,13 +338,17 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; dev: { - /** Reexecute the specified `block_hash` and gather statistics while doing so */ + /** + * Reexecute the specified `block_hash` and gather statistics while doing so + **/ getBlockStats: AugmentedRpc< (at: Hash | string | Uint8Array) => Observable> >; }; engine: { - /** Instructs the manual-seal authorship task to create a new block */ + /** + * Instructs the manual-seal authorship task to create a new block + **/ createBlock: AugmentedRpc< ( createEmpty: bool | boolean | Uint8Array, @@ -307,17 +356,25 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { parentHash?: BlockHash | string | Uint8Array ) => Observable >; - /** Instructs the manual-seal authorship task to finalize a block */ + /** + * Instructs the manual-seal authorship task to finalize a block + **/ finalizeBlock: AugmentedRpc< (hash: BlockHash | string | Uint8Array, justification?: Justification) => Observable >; }; eth: { - /** Returns accounts list. */ + /** + * Returns accounts list. + **/ accounts: AugmentedRpc<() => Observable>>; - /** Returns the blockNumber */ + /** + * Returns the blockNumber + **/ blockNumber: AugmentedRpc<() => Observable>; - /** Call contract, returning the output data. */ + /** + * Call contract, returning the output data. + **/ call: AugmentedRpc< ( request: @@ -337,13 +394,16 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Returns the chain ID used for transaction signing at the current best block. None is - * returned if not available. - */ + * Returns the chain ID used for transaction signing at the current best block. None is returned if not available. + **/ chainId: AugmentedRpc<() => Observable>; - /** Returns block author. */ + /** + * Returns block author. + **/ coinbase: AugmentedRpc<() => Observable>; - /** Estimate gas needed for execution of given contract. */ + /** + * Estimate gas needed for execution of given contract. + **/ estimateGas: AugmentedRpc< ( request: @@ -362,7 +422,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns fee history for given block count & reward percentiles */ + /** + * Returns fee history for given block count & reward percentiles + **/ feeHistory: AugmentedRpc< ( blockCount: U256 | AnyNumber | Uint8Array, @@ -370,53 +432,73 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { rewardPercentiles: Option> | null | Uint8Array | Vec | f64[] ) => Observable >; - /** Returns current gas price. */ + /** + * Returns current gas price. + **/ gasPrice: AugmentedRpc<() => Observable>; - /** Returns balance of the given account. */ + /** + * Returns balance of the given account. + **/ getBalance: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns block with given hash. */ + /** + * Returns block with given hash. + **/ getBlockByHash: AugmentedRpc< ( hash: H256 | string | Uint8Array, full: bool | boolean | Uint8Array ) => Observable> >; - /** Returns block with given number. */ + /** + * Returns block with given number. + **/ getBlockByNumber: AugmentedRpc< ( block: BlockNumber | AnyNumber | Uint8Array, full: bool | boolean | Uint8Array ) => Observable> >; - /** Returns the number of transactions in a block with given hash. */ + /** + * Returns the number of transactions in a block with given hash. + **/ getBlockTransactionCountByHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of transactions in a block with given block number. */ + /** + * Returns the number of transactions in a block with given block number. + **/ getBlockTransactionCountByNumber: AugmentedRpc< (block: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Returns the code at given address at given time (block number). */ + /** + * Returns the code at given address at given time (block number). + **/ getCode: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns filter changes since last poll. */ + /** + * Returns filter changes since last poll. + **/ getFilterChanges: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array) => Observable >; - /** Returns all logs matching given filter (in a range 'from' - 'to'). */ + /** + * Returns all logs matching given filter (in a range 'from' - 'to'). + **/ getFilterLogs: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array) => Observable> >; - /** Returns logs matching given filter object. */ + /** + * Returns logs matching given filter object. + **/ getLogs: AugmentedRpc< ( filter: @@ -426,7 +508,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable> >; - /** Returns proof for account and storage. */ + /** + * Returns proof for account and storage. + **/ getProof: AugmentedRpc< ( address: H160 | string | Uint8Array, @@ -434,7 +518,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns content of the storage at given address. */ + /** + * Returns content of the storage at given address. + **/ getStorageAt: AugmentedRpc< ( address: H160 | string | Uint8Array, @@ -442,68 +528,98 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction at given block hash and index. */ + /** + * Returns transaction at given block hash and index. + **/ getTransactionByBlockHashAndIndex: AugmentedRpc< ( hash: H256 | string | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction by given block number and index. */ + /** + * Returns transaction by given block number and index. + **/ getTransactionByBlockNumberAndIndex: AugmentedRpc< ( number: BlockNumber | AnyNumber | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Get transaction by its hash. */ + /** + * Get transaction by its hash. + **/ getTransactionByHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of transactions sent from given address at given time (block number). */ + /** + * Returns the number of transactions sent from given address at given time (block number). + **/ getTransactionCount: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction receipt by transaction hash. */ + /** + * Returns transaction receipt by transaction hash. + **/ getTransactionReceipt: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns an uncles at given block and index. */ + /** + * Returns an uncles at given block and index. + **/ getUncleByBlockHashAndIndex: AugmentedRpc< ( hash: H256 | string | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns an uncles at given block and index. */ + /** + * Returns an uncles at given block and index. + **/ getUncleByBlockNumberAndIndex: AugmentedRpc< ( number: BlockNumber | AnyNumber | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns the number of uncles in a block with given hash. */ + /** + * Returns the number of uncles in a block with given hash. + **/ getUncleCountByBlockHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of uncles in a block with given block number. */ + /** + * Returns the number of uncles in a block with given block number. + **/ getUncleCountByBlockNumber: AugmentedRpc< (number: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Returns the hash of the current block, the seedHash, and the boundary condition to be met. */ + /** + * Returns the hash of the current block, the seedHash, and the boundary condition to be met. + **/ getWork: AugmentedRpc<() => Observable>; - /** Returns the number of hashes per second that the node is mining with. */ + /** + * Returns the number of hashes per second that the node is mining with. + **/ hashrate: AugmentedRpc<() => Observable>; - /** Returns max priority fee per gas */ + /** + * Returns max priority fee per gas + **/ maxPriorityFeePerGas: AugmentedRpc<() => Observable>; - /** Returns true if client is actively mining new blocks. */ + /** + * Returns true if client is actively mining new blocks. + **/ mining: AugmentedRpc<() => Observable>; - /** Returns id of new block filter. */ + /** + * Returns id of new block filter. + **/ newBlockFilter: AugmentedRpc<() => Observable>; - /** Returns id of new filter. */ + /** + * Returns id of new filter. + **/ newFilter: AugmentedRpc< ( filter: @@ -513,13 +629,21 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Returns id of new block filter. */ + /** + * Returns id of new block filter. + **/ newPendingTransactionFilter: AugmentedRpc<() => Observable>; - /** Returns protocol version encoded as a string (quotes are necessary). */ + /** + * Returns protocol version encoded as a string (quotes are necessary). + **/ protocolVersion: AugmentedRpc<() => Observable>; - /** Sends signed transaction, returning its hash. */ + /** + * Sends signed transaction, returning its hash. + **/ sendRawTransaction: AugmentedRpc<(bytes: Bytes | string | Uint8Array) => Observable>; - /** Sends transaction; will block waiting for signer to return the transaction hash */ + /** + * Sends transaction; will block waiting for signer to return the transaction hash + **/ sendTransaction: AugmentedRpc< ( tx: @@ -537,11 +661,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Used for submitting mining hashrate. */ + /** + * Used for submitting mining hashrate. + **/ submitHashrate: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array, hash: H256 | string | Uint8Array) => Observable >; - /** Used for submitting a proof-of-work solution. */ + /** + * Used for submitting a proof-of-work solution. + **/ submitWork: AugmentedRpc< ( nonce: H64 | string | Uint8Array, @@ -549,7 +677,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { mixDigest: H256 | string | Uint8Array ) => Observable >; - /** Subscribe to Eth subscription. */ + /** + * Subscribe to Eth subscription. + **/ subscribe: AugmentedRpc< ( kind: @@ -563,25 +693,37 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { params?: EthSubParams | { None: any } | { Logs: any } | string | Uint8Array ) => Observable >; - /** Returns an object with data about the sync status or false. */ + /** + * Returns an object with data about the sync status or false. + **/ syncing: AugmentedRpc<() => Observable>; - /** Uninstalls filter. */ + /** + * Uninstalls filter. + **/ uninstallFilter: AugmentedRpc<(index: U256 | AnyNumber | Uint8Array) => Observable>; }; grandpa: { - /** Prove finality for the given block number, returning the Justification for the last block in the set. */ + /** + * Prove finality for the given block number, returning the Justification for the last block in the set. + **/ proveFinality: AugmentedRpc< ( blockNumber: BlockNumber | AnyNumber | Uint8Array ) => Observable> >; - /** Returns the state of the current best round state as well as the ongoing background rounds */ + /** + * Returns the state of the current best round state as well as the ongoing background rounds + **/ roundState: AugmentedRpc<() => Observable>; - /** Subscribes to grandpa justifications */ + /** + * Subscribes to grandpa justifications + **/ subscribeJustifications: AugmentedRpc<() => Observable>; }; mmr: { - /** Generate MMR proof for the given block numbers. */ + /** + * Generate MMR proof for the given block numbers. + **/ generateProof: AugmentedRpc< ( blockNumbers: Vec | (u64 | AnyNumber | Uint8Array)[], @@ -589,9 +731,13 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Get the MMR root hash for the current best block. */ + /** + * Get the MMR root hash for the current best block. + **/ root: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; - /** Verify an MMR proof */ + /** + * Verify an MMR proof + **/ verifyProof: AugmentedRpc< ( proof: @@ -601,7 +747,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Verify an MMR proof statelessly given an mmr_root */ + /** + * Verify an MMR proof statelessly given an mmr_root + **/ verifyProofStateless: AugmentedRpc< ( root: MmrHash | string | Uint8Array, @@ -614,30 +762,46 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; moon: { - /** Returns the latest synced block from frontier's backend */ + /** + * Returns the latest synced block from frontier's backend + **/ getLatestSyncedBlock: AugmentedRpc<() => Observable>; - /** Returns whether an Ethereum block is finalized */ + /** + * Returns whether an Ethereum block is finalized + **/ isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable>; - /** Returns whether an Ethereum transaction is finalized */ + /** + * Returns whether an Ethereum transaction is finalized + **/ isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable>; }; net: { - /** Returns true if client is actively listening for network connections. Otherwise false. */ + /** + * Returns true if client is actively listening for network connections. Otherwise false. + **/ listening: AugmentedRpc<() => Observable>; - /** Returns number of peers connected to node. */ + /** + * Returns number of peers connected to node. + **/ peerCount: AugmentedRpc<() => Observable>; - /** Returns protocol version. */ + /** + * Returns protocol version. + **/ version: AugmentedRpc<() => Observable>; }; offchain: { - /** Get offchain local storage under given key and prefix */ + /** + * Get offchain local storage under given key and prefix + **/ localStorageGet: AugmentedRpc< ( kind: StorageKind | "PERSISTENT" | "LOCAL" | number | Uint8Array, key: Bytes | string | Uint8Array ) => Observable> >; - /** Set offchain local storage under given key and prefix */ + /** + * Set offchain local storage under given key and prefix + **/ localStorageSet: AugmentedRpc< ( kind: StorageKind | "PERSISTENT" | "LOCAL" | number | Uint8Array, @@ -648,9 +812,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; payment: { /** - * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead Query the detailed - * fee of a given encoded extrinsic - */ + * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead + * Query the detailed fee of a given encoded extrinsic + **/ queryFeeDetails: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, @@ -658,9 +822,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead Retrieves the fee - * information for an encoded extrinsic - */ + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead + * Retrieves the fee information for an encoded extrinsic + **/ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, @@ -669,11 +833,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; rpc: { - /** Retrieves the list of RPC methods that are exposed by the node */ + /** + * Retrieves the list of RPC methods that are exposed by the node + **/ methods: AugmentedRpc<() => Observable>; }; state: { - /** Perform a call to a builtin on the chain */ + /** + * Perform a call to a builtin on the chain + **/ call: AugmentedRpc< ( method: Text | string, @@ -681,7 +849,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the keys with prefix of a specific child storage */ + /** + * Retrieves the keys with prefix of a specific child storage + **/ getChildKeys: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -691,7 +861,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns proof of storage for child key entries at a specific block state. */ + /** + * Returns proof of storage for child key entries at a specific block state. + **/ getChildReadProof: AugmentedRpc< ( childStorageKey: PrefixedStorageKey | string | Uint8Array, @@ -699,7 +871,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage for a key */ + /** + * Retrieves the child storage for a key + **/ getChildStorage: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -709,7 +883,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage hash */ + /** + * Retrieves the child storage hash + **/ getChildStorageHash: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -719,7 +895,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage size */ + /** + * Retrieves the child storage size + **/ getChildStorageSize: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -730,16 +908,18 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Retrieves the keys with a - * certain prefix - */ + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys + * Retrieves the keys with a certain prefix + **/ getKeys: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns the keys with prefix with pagination support. */ + /** + * Returns the keys with prefix with pagination support. + **/ getKeysPaged: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, @@ -748,51 +928,65 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns the runtime metadata */ + /** + * Returns the runtime metadata + **/ getMetadata: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; /** - * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Returns the keys with prefix, - * leave empty to get all the keys (deprecated: Use getKeysPaged) - */ + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys + * Returns the keys with prefix, leave empty to get all the keys (deprecated: Use getKeysPaged) + **/ getPairs: AugmentedRpc< ( prefix: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns proof of storage entries at a specific block state */ + /** + * Returns proof of storage entries at a specific block state + **/ getReadProof: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], at?: BlockHash | string | Uint8Array ) => Observable >; - /** Get the runtime version */ + /** + * Get the runtime version + **/ getRuntimeVersion: AugmentedRpc< (at?: BlockHash | string | Uint8Array) => Observable >; - /** Retrieves the storage for a key */ + /** + * Retrieves the storage for a key + **/ getStorage: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, block?: Hash | Uint8Array | string ) => Observable >; - /** Retrieves the storage hash */ + /** + * Retrieves the storage hash + **/ getStorageHash: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the storage size */ + /** + * Retrieves the storage size + **/ getStorageSize: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Query historical storage entries (by key) starting from a start block */ + /** + * Query historical storage entries (by key) starting from a start block + **/ queryStorage: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], @@ -800,22 +994,30 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { toBlock?: Hash | Uint8Array | string ) => Observable<[Hash, T][]> >; - /** Query storage entries (by key) starting at block hash given as the second parameter */ + /** + * Query storage entries (by key) starting at block hash given as the second parameter + **/ queryStorageAt: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], at?: Hash | Uint8Array | string ) => Observable >; - /** Retrieves the runtime version via subscription */ + /** + * Retrieves the runtime version via subscription + **/ subscribeRuntimeVersion: AugmentedRpc<() => Observable>; - /** Subscribes to storage changes for the provided keys */ + /** + * Subscribes to storage changes for the provided keys + **/ subscribeStorage: AugmentedRpc< ( keys?: Vec | (StorageKey | string | Uint8Array | any)[] ) => Observable >; - /** Provides a way to trace the re-execution of a single block */ + /** + * Provides a way to trace the re-execution of a single block + **/ traceBlock: AugmentedRpc< ( block: Hash | string | Uint8Array, @@ -824,69 +1026,112 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { methods: Option | null | Uint8Array | Text | string ) => Observable >; - /** Check current migration state */ + /** + * Check current migration state + **/ trieMigrationStatus: AugmentedRpc< (at?: BlockHash | string | Uint8Array) => Observable >; }; syncstate: { - /** Returns the json-serialized chainspec running the node, with a sync state. */ + /** + * Returns the json-serialized chainspec running the node, with a sync state. + **/ genSyncSpec: AugmentedRpc<(raw: bool | boolean | Uint8Array) => Observable>; }; system: { - /** Retrieves the next accountIndex as available on the node */ + /** + * Retrieves the next accountIndex as available on the node + **/ accountNextIndex: AugmentedRpc< (accountId: AccountId | string | Uint8Array) => Observable >; - /** Adds the supplied directives to the current log filter */ + /** + * Adds the supplied directives to the current log filter + **/ addLogFilter: AugmentedRpc<(directives: Text | string) => Observable>; - /** Adds a reserved peer */ + /** + * Adds a reserved peer + **/ addReservedPeer: AugmentedRpc<(peer: Text | string) => Observable>; - /** Retrieves the chain */ + /** + * Retrieves the chain + **/ chain: AugmentedRpc<() => Observable>; - /** Retrieves the chain type */ + /** + * Retrieves the chain type + **/ chainType: AugmentedRpc<() => Observable>; - /** Dry run an extrinsic at a given block */ + /** + * Dry run an extrinsic at a given block + **/ dryRun: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Return health status of the node */ + /** + * Return health status of the node + **/ health: AugmentedRpc<() => Observable>; /** - * The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be - * passed to addReservedPeer or as a bootnode address for example - */ + * The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be passed to addReservedPeer or as a bootnode address for example + **/ localListenAddresses: AugmentedRpc<() => Observable>>; - /** Returns the base58-encoded PeerId of the node */ + /** + * Returns the base58-encoded PeerId of the node + **/ localPeerId: AugmentedRpc<() => Observable>; - /** Retrieves the node name */ + /** + * Retrieves the node name + **/ name: AugmentedRpc<() => Observable>; - /** Returns current state of the network */ + /** + * Returns current state of the network + **/ networkState: AugmentedRpc<() => Observable>; - /** Returns the roles the node is running as */ + /** + * Returns the roles the node is running as + **/ nodeRoles: AugmentedRpc<() => Observable>>; - /** Returns the currently connected peers */ + /** + * Returns the currently connected peers + **/ peers: AugmentedRpc<() => Observable>>; - /** Get a custom set of properties as a JSON object, defined in the chain spec */ + /** + * Get a custom set of properties as a JSON object, defined in the chain spec + **/ properties: AugmentedRpc<() => Observable>; - /** Remove a reserved peer */ + /** + * Remove a reserved peer + **/ removeReservedPeer: AugmentedRpc<(peerId: Text | string) => Observable>; - /** Returns the list of reserved peers */ + /** + * Returns the list of reserved peers + **/ reservedPeers: AugmentedRpc<() => Observable>>; - /** Resets the log filter to Substrate defaults */ + /** + * Resets the log filter to Substrate defaults + **/ resetLogFilter: AugmentedRpc<() => Observable>; - /** Returns the state of the syncing of the node */ + /** + * Returns the state of the syncing of the node + **/ syncState: AugmentedRpc<() => Observable>; - /** Retrieves the version of the node */ + /** + * Retrieves the version of the node + **/ version: AugmentedRpc<() => Observable>; }; web3: { - /** Returns current client version. */ + /** + * Returns current client version. + **/ clientVersion: AugmentedRpc<() => Observable>; - /** Returns sha3 of the given data */ + /** + * Returns sha3 of the given data + **/ sha3: AugmentedRpc<(data: Bytes | string | Uint8Array) => Observable>; }; } // RpcInterface diff --git a/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts index db955107dc..aacce6b598 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts @@ -75,24 +75,32 @@ declare module "@polkadot/api-base/types/calls" { interface AugmentedCalls { /** 0xbc9d89904f5b923f/1 */ accountNonceApi: { - /** The API to query account nonce (aka transaction index) */ + /** + * The API to query account nonce (aka transaction index) + **/ accountNonce: AugmentedCall< ApiType, (accountId: AccountId | string | Uint8Array) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x40fe3ad401f8959a/6 */ blockBuilder: { - /** Apply the given extrinsic. */ + /** + * Apply the given extrinsic. + **/ applyExtrinsic: AugmentedCall< ApiType, ( extrinsic: Extrinsic | IExtrinsic | string | Uint8Array ) => Observable >; - /** Check that the inherents are valid. */ + /** + * Check that the inherents are valid. + **/ checkInherents: AugmentedCall< ApiType, ( @@ -100,21 +108,29 @@ declare module "@polkadot/api-base/types/calls" { data: InherentData | { data?: any } | string | Uint8Array ) => Observable >; - /** Finish the current block. */ + /** + * Finish the current block. + **/ finalizeBlock: AugmentedCall Observable
>; - /** Generate inherent extrinsics. */ + /** + * Generate inherent extrinsics. + **/ inherentExtrinsics: AugmentedCall< ApiType, ( inherent: InherentData | { data?: any } | string | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xea93e3f16f3d6962/2 */ collectCollationInfo: { - /** Collect information about a collation. */ + /** + * Collect information about a collation. + **/ collectCollationInfo: AugmentedCall< ApiType, ( @@ -131,12 +147,16 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xe65b00e46cedd0aa/2 */ convertTransactionRuntimeApi: { - /** Converts an Ethereum-style transaction to Extrinsic */ + /** + * Converts an Ethereum-style transaction to Extrinsic + **/ convertTransaction: AugmentedCall< ApiType, ( @@ -149,19 +169,25 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xdf6acb689907609b/5 */ core: { - /** Execute the given block. */ + /** + * Execute the given block. + **/ executeBlock: AugmentedCall< ApiType, ( block: Block | { header?: any; extrinsics?: any } | string | Uint8Array ) => Observable >; - /** Initialize a block with the given header. */ + /** + * Initialize a block with the given header. + **/ initializeBlock: AugmentedCall< ApiType, ( @@ -178,14 +204,20 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Returns the version of the runtime. */ + /** + * Returns the version of the runtime. + **/ version: AugmentedCall Observable>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x91b1c8b16328eb92/1 */ dryRunApi: { - /** Dry run call */ + /** + * Dry run call + **/ dryRunCall: AugmentedCall< ApiType, ( @@ -193,7 +225,9 @@ declare module "@polkadot/api-base/types/calls" { call: RuntimeCall | IMethod | string | Uint8Array ) => Observable> >; - /** Dry run XCM program */ + /** + * Dry run XCM program + **/ dryRunXcm: AugmentedCall< ApiType, ( @@ -217,24 +251,34 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { - /** Returns pallet_evm::Accounts by address. */ + /** + * Returns pallet_evm::Accounts by address. + **/ accountBasic: AugmentedCall< ApiType, (address: H160 | string | Uint8Array) => Observable >; - /** For a given account address, returns pallet_evm::AccountCodes. */ + /** + * For a given account address, returns pallet_evm::AccountCodes. + **/ accountCodeAt: AugmentedCall< ApiType, (address: H160 | string | Uint8Array) => Observable >; - /** Returns the converted FindAuthor::find_author authority id. */ + /** + * Returns the converted FindAuthor::find_author authority id. + **/ author: AugmentedCall Observable>; - /** Returns a frame_ethereum::call response. If `estimate` is true, */ + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + **/ call: AugmentedCall< ApiType, ( @@ -255,9 +299,13 @@ declare module "@polkadot/api-base/types/calls" { | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] ) => Observable> >; - /** Returns runtime defined pallet_evm::ChainId. */ + /** + * Returns runtime defined pallet_evm::ChainId. + **/ chainId: AugmentedCall Observable>; - /** Returns a frame_ethereum::call response. If `estimate` is true, */ + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + **/ create: AugmentedCall< ApiType, ( @@ -277,34 +325,50 @@ declare module "@polkadot/api-base/types/calls" { | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] ) => Observable> >; - /** Return all the current data for a block in a single runtime call. */ + /** + * Return all the current data for a block in a single runtime call. + **/ currentAll: AugmentedCall< ApiType, () => Observable< ITuple<[Option, Option>, Option>]> > >; - /** Return the current block. */ + /** + * Return the current block. + **/ currentBlock: AugmentedCall Observable>; - /** Return the current receipt. */ + /** + * Return the current receipt. + **/ currentReceipts: AugmentedCall Observable>>>; - /** Return the current transaction status. */ + /** + * Return the current transaction status. + **/ currentTransactionStatuses: AugmentedCall< ApiType, () => Observable>> >; - /** Return the elasticity multiplier. */ + /** + * Return the elasticity multiplier. + **/ elasticity: AugmentedCall Observable>>; - /** Receives a `Vec` and filters all the ethereum transactions. */ + /** + * Receives a `Vec` and filters all the ethereum transactions. + **/ extrinsicFilter: AugmentedCall< ApiType, ( xts: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[] ) => Observable> >; - /** Returns FixedGasPrice::min_gas_price */ + /** + * Returns FixedGasPrice::min_gas_price + **/ gasPrice: AugmentedCall Observable>; - /** For a given account address and index, returns pallet_evm::AccountStorages. */ + /** + * For a given account address and index, returns pallet_evm::AccountStorages. + **/ storageAt: AugmentedCall< ApiType, ( @@ -312,24 +376,34 @@ declare module "@polkadot/api-base/types/calls" { index: u256 | AnyNumber | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xfbc577b9d747efd6/1 */ genesisBuilder: { - /** Build `RuntimeGenesisConfig` from a JSON blob not using any defaults and store it in the storage. */ + /** + * Build `RuntimeGenesisConfig` from a JSON blob not using any defaults and store it in the storage. + **/ buildConfig: AugmentedCall< ApiType, (json: Bytes | string | Uint8Array) => Observable, GenesisBuildErr>> >; - /** Creates the default `RuntimeGenesisConfig` and returns it as a JSON blob. */ + /** + * Creates the default `RuntimeGenesisConfig` and returns it as a JSON blob. + **/ createDefaultConfig: AugmentedCall Observable>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x9ffb505aa738d69c/1 */ locationToAccountApi: { - /** Converts `Location` to `AccountId` */ + /** + * Converts `Location` to `AccountId` + **/ convertLocation: AugmentedCall< ApiType, ( @@ -342,26 +416,38 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x37e397fc7c91f5e4/2 */ metadata: { - /** Returns the metadata of a runtime */ + /** + * Returns the metadata of a runtime + **/ metadata: AugmentedCall Observable>; - /** Returns the metadata at a given version. */ + /** + * Returns the metadata at a given version. + **/ metadataAtVersion: AugmentedCall< ApiType, (version: u32 | AnyNumber | Uint8Array) => Observable> >; - /** Returns the supported metadata versions. */ + /** + * Returns the supported metadata versions. + **/ metadataVersions: AugmentedCall Observable>>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x2aa62120049dd2d2/1 */ nimbusApi: { - /** The runtime api used to predict whether a Nimbus author will be eligible in the given slot */ + /** + * The runtime api used to predict whether a Nimbus author will be eligible in the given slot + **/ canAuthor: AugmentedCall< ApiType, ( @@ -380,12 +466,16 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xf78b278be53f454c/2 */ offchainWorkerApi: { - /** Starts the off-chain task for given block header. */ + /** + * Starts the off-chain task for given block header. + **/ offchainWorker: AugmentedCall< ApiType, ( @@ -402,29 +492,39 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xab3c0572291feb8b/1 */ sessionKeys: { - /** Decode the given public session keys. */ + /** + * Decode the given public session keys. + **/ decodeSessionKeys: AugmentedCall< ApiType, ( encoded: Bytes | string | Uint8Array ) => Observable>>> >; - /** Generate a set of session keys with optionally using the given seed. */ + /** + * Generate a set of session keys with optionally using the given seed. + **/ generateSessionKeys: AugmentedCall< ApiType, (seed: Option | null | Uint8Array | Bytes | string) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xd2bc9897eed08f15/3 */ taggedTransactionQueue: { - /** Validate the transaction. */ + /** + * Validate the transaction. + **/ validateTransaction: AugmentedCall< ApiType, ( @@ -433,12 +533,16 @@ declare module "@polkadot/api-base/types/calls" { blockHash: BlockHash | string | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x37c8bb1350a9a2a8/4 */ transactionPaymentApi: { - /** The transaction fee details */ + /** + * The transaction fee details + **/ queryFeeDetails: AugmentedCall< ApiType, ( @@ -446,7 +550,9 @@ declare module "@polkadot/api-base/types/calls" { len: u32 | AnyNumber | Uint8Array ) => Observable >; - /** The transaction info */ + /** + * The transaction info + **/ queryInfo: AugmentedCall< ApiType, ( @@ -454,30 +560,41 @@ declare module "@polkadot/api-base/types/calls" { len: u32 | AnyNumber | Uint8Array ) => Observable >; - /** Query the output of the current LengthToFee given some input */ + /** + * Query the output of the current LengthToFee given some input + **/ queryLengthToFee: AugmentedCall< ApiType, (length: u32 | AnyNumber | Uint8Array) => Observable >; - /** Query the output of the current WeightToFee given some input */ + /** + * Query the output of the current WeightToFee given some input + **/ queryWeightToFee: AugmentedCall< ApiType, ( weight: Weight | { refTime?: any; proofSize?: any } | string | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x6ff52ee858e6c5bd/1 */ xcmPaymentApi: { - /** The API to query acceptable payment assets */ + /** + * The API to query acceptable payment assets + **/ queryAcceptablePaymentAssets: AugmentedCall< ApiType, ( version: u32 | AnyNumber | Uint8Array ) => Observable, XcmPaymentApiError>> >; + /** + * + **/ queryWeightToAssetFee: AugmentedCall< ApiType, ( @@ -485,13 +602,18 @@ declare module "@polkadot/api-base/types/calls" { asset: XcmVersionedAssetId | { V3: any } | { V4: any } | string | Uint8Array ) => Observable> >; + /** + * + **/ queryXcmWeight: AugmentedCall< ApiType, ( message: XcmVersionedXcm | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; } // AugmentedCalls diff --git a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts index aa12c4a435..23684897dd 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts @@ -83,9 +83,10 @@ declare module "@polkadot/api-base/types/submittable" { interface AugmentedSubmittables { assetManager: { /** - * Change the xcm type mapping for a given assetId We also change this if the previous units - * per second where pointing at the old assetType - */ + * Change the xcm type mapping for a given assetId + * We also change this if the previous units per second where pointing at the old + * assetType + **/ changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -95,9 +96,11 @@ declare module "@polkadot/api-base/types/submittable" { [u128, MoonbaseRuntimeXcmConfigAssetType, u32] >; /** - * Destroy a given foreign assetId The weight in this case is the one returned by the trait - * plus the db writes and reads from removing all the associated data - */ + * Destroy a given foreign assetId + * The weight in this case is the one returned by the trait + * plus the db writes and reads from removing all the associated + * data + **/ destroyForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -105,7 +108,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Register new asset with the asset manager */ + /** + * Register new asset with the asset manager + **/ registerForeignAsset: AugmentedSubmittable< ( asset: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, @@ -124,7 +129,9 @@ declare module "@polkadot/api-base/types/submittable" { bool ] >; - /** Remove a given assetId -> assetType association */ + /** + * Remove a given assetId -> assetType association + **/ removeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -132,7 +139,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; assets: { @@ -141,21 +150,23 @@ declare module "@polkadot/api-base/types/submittable" { * * Origin must be Signed. * - * Ensures that `ApprovalDeposit` worth of `Currency` is reserved from signing account for the - * purpose of holding the approval. If some non-zero amount of assets is already approved from - * signing account to `delegate`, then it is topped up or unreserved to meet the right value. + * Ensures that `ApprovalDeposit` worth of `Currency` is reserved from signing account + * for the purpose of holding the approval. If some non-zero amount of assets is already + * approved from signing account to `delegate`, then it is topped up or unreserved to + * meet the right value. * - * NOTE: The signing account does not need to own `amount` of assets at the point of making this call. + * NOTE: The signing account does not need to own `amount` of assets at the point of + * making this call. * * - `id`: The identifier of the asset. * - `delegate`: The account to delegate permission to transfer asset. - * - `amount`: The amount of asset that may be transferred by `delegate`. If there is already an - * approval in place, then this acts additively. + * - `amount`: The amount of asset that may be transferred by `delegate`. If there is + * already an approval in place, then this acts additively. * * Emits `ApprovedTransfer` on success. * * Weight: `O(1)` - */ + **/ approveTransfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -175,7 +186,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Blocked`. * * Weight: `O(1)` - */ + **/ block: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -197,8 +208,9 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Burned` with the actual amount burned. If this takes the balance to below the * minimum for the asset, then the amount burned is increased to take it to zero. * - * Weight: `O(1)` Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. - */ + * Weight: `O(1)` + * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. + **/ burn: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -210,7 +222,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Cancel all of some asset approved for delegated transfer by a third-party account. * - * Origin must be Signed and there must be an approval in place between signer and `delegate`. + * Origin must be Signed and there must be an approval in place between signer and + * `delegate`. * * Unreserves any deposit previously reserved by `approve_transfer` for the approval. * @@ -220,7 +233,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `ApprovalCancelled` on success. * * Weight: `O(1)` - */ + **/ cancelApproval: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -240,7 +253,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataCleared`. * * Weight: `O(1)` - */ + **/ clearMetadata: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -255,18 +268,17 @@ declare module "@polkadot/api-base/types/submittable" { * Funds of sender are reserved by `AssetDeposit`. * * Parameters: - * - * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. - * - `admin`: The admin of this class of assets. The admin is the initial address of each member - * of the asset class's admin team. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. + * - `id`: The identifier of the new asset. This must not be currently in use to identify + * an existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * - `admin`: The admin of this class of assets. The admin is the initial address of each + * member of the asset class's admin team. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. * * Emits `Created` event when successful. * * Weight: `O(1)` - */ + **/ create: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -284,10 +296,11 @@ declare module "@polkadot/api-base/types/submittable" { * Due to weight restrictions, this function may need to be called multiple times to fully * destroy all accounts. It will destroy `RemoveItemsLimit` accounts at a time. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each call emits the `Event::DestroyedAccounts` event. - */ + **/ destroyAccounts: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -301,10 +314,11 @@ declare module "@polkadot/api-base/types/submittable" { * Due to weight restrictions, this function may need to be called multiple times to fully * destroy all approvals. It will destroy `RemoveItemsLimit` approvals at a time. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each call emits the `Event::DestroyedApprovals` event. - */ + **/ destroyApprovals: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -312,13 +326,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Complete destroying asset and unreserve currency. * - * `finish_destroy` should only be called after `start_destroy` has been called, and the asset - * is in a `Destroying` state. All accounts or approvals should be destroyed before hand. + * `finish_destroy` should only be called after `start_destroy` has been called, and the + * asset is in a `Destroying` state. All accounts or approvals should be destroyed before + * hand. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each successful call emits the `Event::Destroyed` event. - */ + **/ finishDestroy: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -333,18 +349,20 @@ declare module "@polkadot/api-base/types/submittable" { * - `issuer`: The new Issuer of this asset. * - `admin`: The new Admin of this asset. * - `freezer`: The new Freezer of this asset. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. - * - `is_sufficient`: Whether a non-zero balance of this asset is deposit of sufficient value to - * account for the state bloat associated with its balance storage. If set to `true`, then - * non-zero balances may be stored without a `consumer` reference (and thus an ED in the - * Balances pallet or whatever else is used to control user-account state growth). - * - `is_frozen`: Whether this asset class is frozen except for permissioned/admin instructions. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. + * - `is_sufficient`: Whether a non-zero balance of this asset is deposit of sufficient + * value to account for the state bloat associated with its balance storage. If set to + * `true`, then non-zero balances may be stored without a `consumer` reference (and thus + * an ED in the Balances pallet or whatever else is used to control user-account state + * growth). + * - `is_frozen`: Whether this asset class is frozen except for permissioned/admin + * instructions. * * Emits `AssetStatusChanged` with the identity of the asset. * * Weight: `O(1)` - */ + **/ forceAssetStatus: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -370,8 +388,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Cancel all of some asset approved for delegated transfer by a third-party account. * - * Origin must be either ForceOrigin or Signed origin with the signer being the Admin account - * of the asset `id`. + * Origin must be either ForceOrigin or Signed origin with the signer being the Admin + * account of the asset `id`. * * Unreserves any deposit previously reserved by `approve_transfer` for the approval. * @@ -381,7 +399,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `ApprovalCancelled` on success. * * Weight: `O(1)` - */ + **/ forceCancelApproval: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -402,7 +420,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataCleared`. * * Weight: `O(1)` - */ + **/ forceClearMetadata: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -416,18 +434,18 @@ declare module "@polkadot/api-base/types/submittable" { * * Unlike `create`, no funds are reserved. * - * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. - * - `owner`: The owner of this class of assets. The owner has full superuser permissions over - * this asset, but may later change and configure the permissions using `transfer_ownership` - * and `set_team`. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. + * - `id`: The identifier of the new asset. This must not be currently in use to identify + * an existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * - `owner`: The owner of this class of assets. The owner has full superuser permissions + * over this asset, but may later change and configure the permissions using + * `transfer_ownership` and `set_team`. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. * * Emits `ForceCreated` event when successful. * * Weight: `O(1)` - */ + **/ forceCreate: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -452,7 +470,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataSet`. * * Weight: `O(N + S)` where N and S are the length of the name and symbol respectively. - */ + **/ forceSetMetadata: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -472,16 +490,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `source`: The account to be debited. * - `dest`: The account to be credited. * - `amount`: The amount by which the `source`'s balance of assets should be reduced and - * `dest`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the `source` balance above zero but below - * the minimum balance. Must be greater than zero. + * `dest`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the `source` balance above zero but + * below the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `dest`; Post-existence of `source`; Account - * pre-existence of `dest`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of + * `dest`. + **/ forceTransfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -492,9 +512,9 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, AccountId20, Compact] >; /** - * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` must - * already exist as an entry in `Account`s of the asset. If you want to freeze an account that - * does not have an entry, use `touch_other` first. + * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` + * must already exist as an entry in `Account`s of the asset. If you want to freeze an + * account that does not have an entry, use `touch_other` first. * * Origin must be Signed and the sender should be the Freezer of the asset `id`. * @@ -504,7 +524,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Frozen`. * * Weight: `O(1)` - */ + **/ freeze: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -522,7 +542,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Frozen`. * * Weight: `O(1)` - */ + **/ freezeAsset: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -538,8 +558,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Emits `Issued` event when successful. * - * Weight: `O(1)` Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. - */ + * Weight: `O(1)` + * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. + **/ mint: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -549,15 +570,17 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, Compact] >; /** - * Return the deposit (if any) of an asset account or a consumer reference (if any) of an account. + * Return the deposit (if any) of an asset account or a consumer reference (if any) of an + * account. * * The origin must be Signed. * - * - `id`: The identifier of the asset for which the caller would like the deposit refunded. + * - `id`: The identifier of the asset for which the caller would like the deposit + * refunded. * - `allow_burn`: If `true` then assets may be destroyed in order to complete the refund. * * Emits `Refunded` event when successful. - */ + **/ refund: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -576,7 +599,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `who`: The account to refund. * * Emits `Refunded` event when successful. - */ + **/ refundOther: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -589,8 +612,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Origin must be Signed and the sender should be the Owner of the asset `id`. * - * Funds of sender are reserved according to the formula: `MetadataDepositBase + - * MetadataDepositPerByte * (name.len + symbol.len)` taking into account any already reserved funds. + * Funds of sender are reserved according to the formula: + * `MetadataDepositBase + MetadataDepositPerByte * (name.len + symbol.len)` taking into + * account any already reserved funds. * * - `id`: The identifier of the asset to update. * - `name`: The user friendly name of this asset. Limited in length by `StringLimit`. @@ -600,7 +624,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataSet`. * * Weight: `O(1)` - */ + **/ setMetadata: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -613,16 +637,17 @@ declare module "@polkadot/api-base/types/submittable" { /** * Sets the minimum balance of an asset. * - * Only works if there aren't any accounts that are holding the asset or if the new value of - * `min_balance` is less than the old one. + * Only works if there aren't any accounts that are holding the asset or if + * the new value of `min_balance` is less than the old one. * - * Origin must be Signed and the sender has to be the Owner of the asset `id`. + * Origin must be Signed and the sender has to be the Owner of the + * asset `id`. * * - `id`: The identifier of the asset. * - `min_balance`: The new value of `min_balance`. * * Emits `AssetMinBalanceChanged` event when successful. - */ + **/ setMinBalance: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -643,7 +668,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `TeamChanged`. * * Weight: `O(1)` - */ + **/ setTeam: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -661,10 +686,11 @@ declare module "@polkadot/api-base/types/submittable" { * * The origin must conform to `ForceOrigin` or must be `Signed` by the asset's `owner`. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * The asset class must be frozen before calling `start_destroy`. - */ + **/ startDestroy: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -680,7 +706,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Thawed`. * * Weight: `O(1)` - */ + **/ thaw: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -698,7 +724,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Thawed`. * * Weight: `O(1)` - */ + **/ thawAsset: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -708,11 +734,12 @@ declare module "@polkadot/api-base/types/submittable" { * * A deposit will be taken from the signer account. * - * - `origin`: Must be Signed; the signer account must have sufficient funds for a deposit to be taken. + * - `origin`: Must be Signed; the signer account must have sufficient funds for a deposit + * to be taken. * - `id`: The identifier of the asset for the account to be created. * * Emits `Touched` event when successful. - */ + **/ touch: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -722,13 +749,13 @@ declare module "@polkadot/api-base/types/submittable" { * * A deposit will be taken from the signer account. * - * - `origin`: Must be Signed by `Freezer` or `Admin` of the asset `id`; the signer account must - * have sufficient funds for a deposit to be taken. + * - `origin`: Must be Signed by `Freezer` or `Admin` of the asset `id`; the signer account + * must have sufficient funds for a deposit to be taken. * - `id`: The identifier of the asset for the account to be created. * - `who`: The account to be created. * * Emits `Touched` event when successful. - */ + **/ touchOther: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -744,16 +771,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `id`: The identifier of the asset to have some amount transferred. * - `target`: The account to be credited. * - `amount`: The amount by which the sender's balance of assets should be reduced and - * `target`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the sender balance above zero but below - * the minimum balance. Must be greater than zero. + * `target`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the sender balance above zero but below + * the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `target`; Post-existence of sender; Account - * pre-existence of `target`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of + * `target`. + **/ transfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -763,23 +792,25 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, Compact] >; /** - * Transfer some asset balance from a previously delegated account to some third-party account. + * Transfer some asset balance from a previously delegated account to some third-party + * account. * - * Origin must be Signed and there must be an approval in place by the `owner` to the signer. + * Origin must be Signed and there must be an approval in place by the `owner` to the + * signer. * * If the entire amount approved for transfer is transferred, then any deposit previously * reserved by `approve_transfer` is unreserved. * * - `id`: The identifier of the asset. - * - `owner`: The account which previously approved for a transfer of at least `amount` and from - * which the asset balance will be withdrawn. + * - `owner`: The account which previously approved for a transfer of at least `amount` and + * from which the asset balance will be withdrawn. * - `destination`: The account to which the asset balance of `amount` will be transferred. * - `amount`: The amount of assets to transfer. * * Emits `TransferredApproved` on success. * * Weight: `O(1)` - */ + **/ transferApproved: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -797,16 +828,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `id`: The identifier of the asset to have some amount transferred. * - `target`: The account to be credited. * - `amount`: The amount by which the sender's balance of assets should be reduced and - * `target`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the sender balance above zero but below - * the minimum balance. Must be greater than zero. + * `target`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the sender balance above zero but below + * the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `target`; Post-existence of sender; Account - * pre-existence of `target`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of + * `target`. + **/ transferKeepAlive: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -826,7 +859,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `OwnerChanged`. * * Weight: `O(1)` - */ + **/ transferOwnership: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -834,34 +867,42 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Compact, AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorFilter: { - /** Update the eligible count. Intended to be called by governance. */ + /** + * Update the eligible count. Intended to be called by governance. + **/ setEligible: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorInherent: { /** - * This inherent is a workaround to run code after the "real" inherents have executed, but - * before transactions are executed. - */ + * This inherent is a workaround to run code after the "real" inherents have executed, + * but before transactions are executed. + **/ kickOffAuthorshipValidation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorMapping: { /** * Register your NimbusId onchain so blocks you author are associated with your account. * - * Users who have been (or will soon be) elected active collators in staking, should submit - * this extrinsic to have their blocks accepted and earn rewards. - */ + * Users who have been (or will soon be) elected active collators in staking, + * should submit this extrinsic to have their blocks accepted and earn rewards. + **/ addAssociation: AugmentedSubmittable< ( nimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array @@ -871,8 +912,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Clear your Mapping. * - * This is useful when you are no longer an author and would like to re-claim your security deposit. - */ + * This is useful when you are no longer an author and would like to re-claim your security + * deposit. + **/ clearAssociation: AugmentedSubmittable< ( nimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array @@ -882,16 +924,17 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove your Mapping. * - * This is useful when you are no longer an author and would like to re-claim your security deposit. - */ + * This is useful when you are no longer an author and would like to re-claim your security + * deposit. + **/ removeKeys: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Set association and session keys at once. * - * This is useful for key rotation to update Nimbus and VRF keys in one call. No new security - * deposit is required. Will replace `update_association` which is kept now for backwards - * compatibility reasons. - */ + * This is useful for key rotation to update Nimbus and VRF keys in one call. + * No new security deposit is required. Will replace `update_association` which is kept + * now for backwards compatibility reasons. + **/ setKeys: AugmentedSubmittable< (keys: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -900,9 +943,9 @@ declare module "@polkadot/api-base/types/submittable" { * Change your Mapping. * * This is useful for normal key rotation or for when switching from one physical collator - * machine to another. No new security deposit is required. This sets keys to - * new_nimbus_id.into() by default. - */ + * machine to another. No new security deposit is required. + * This sets keys to new_nimbus_id.into() by default. + **/ updateAssociation: AugmentedSubmittable< ( oldNimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array, @@ -910,19 +953,21 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [NimbusPrimitivesNimbusCryptoPublic, NimbusPrimitivesNimbusCryptoPublic] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; balances: { /** * Burn the specified liquid free balance from the origin account. * - * If the origin's account ends up below the existential deposit as a result of the burn and - * `keep_alive` is false, the account will be reaped. + * If the origin's account ends up below the existential deposit as a result + * of the burn and `keep_alive` is false, the account will be reaped. * - * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this - * `burn` operation will reduce total issuance by the amount _burned_. - */ + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, + * this `burn` operation will reduce total issuance by the amount _burned_. + **/ burn: AugmentedSubmittable< ( value: Compact | AnyNumber | Uint8Array, @@ -936,7 +981,7 @@ declare module "@polkadot/api-base/types/submittable" { * Can only be called by root and always needs a positive `delta`. * * # Example - */ + **/ forceAdjustTotalIssuance: AugmentedSubmittable< ( direction: @@ -953,7 +998,7 @@ declare module "@polkadot/api-base/types/submittable" { * Set the regular balance of a given account. * * The dispatch origin for this call is `root`. - */ + **/ forceSetBalance: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -964,7 +1009,7 @@ declare module "@polkadot/api-base/types/submittable" { /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. - */ + **/ forceTransfer: AugmentedSubmittable< ( source: AccountId20 | string | Uint8Array, @@ -977,7 +1022,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unreserve some balance from a user by force. * * Can only be called by ROOT. - */ + **/ forceUnreserve: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -988,19 +1033,20 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer the entire transferable balance from the caller account. * - * NOTE: This function only attempts to transfer _transferable_ balances. This means that any - * locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be - * transferred by this function. To ensure that this function results in a killed account, you - * might need to prepare the account by removing any reference counters, storage deposits, etc... + * NOTE: This function only attempts to transfer _transferable_ balances. This means that + * any locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be + * transferred by this function. To ensure that this function results in a killed account, + * you might need to prepare the account by removing any reference counters, storage + * deposits, etc... * * The dispatch origin of this call must be Signed. * * - `dest`: The recipient of the transfer. - * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all of the - * funds the account has, causing the sender account to be killed (false), or transfer - * everything except at least the existential deposit, which will guarantee to keep the - * sender account alive (true). - */ + * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all + * of the funds the account has, causing the sender account to be killed (false), or + * transfer everything except at least the existential deposit, which will guarantee to + * keep the sender account alive (true). + **/ transferAll: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1011,12 +1057,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer some liquid free balance to another account. * - * `transfer_allow_death` will set the `FreeBalance` of the sender and receiver. If the - * sender's account is below the existential deposit as a result of the transfer, the account - * will be reaped. + * `transfer_allow_death` will set the `FreeBalance` of the sender and receiver. + * If the sender's account is below the existential deposit as a result + * of the transfer, the account will be reaped. * * The dispatch origin for this call must be `Signed` by the transactor. - */ + **/ transferAllowDeath: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1025,13 +1071,13 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, Compact] >; /** - * Same as the [`transfer_allow_death`][`transfer_allow_death`] call, but with a check that - * the transfer will not kill the origin account. + * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not + * kill the origin account. * - * 99% of the time you want [`transfer_allow_death`][`transfer_allow_death`] instead. + * 99% of the time you want [`transfer_allow_death`] instead. * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer - */ + **/ transferKeepAlive: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1045,16 +1091,19 @@ declare module "@polkadot/api-base/types/submittable" { * - `origin`: Must be `Signed`. * - `who`: The account to be upgraded. * - * This will waive the transaction fee if at least all but 10% of the accounts needed to be - * upgraded. (We let some not have to be upgraded just in order to allow for the possibility of churn). - */ + * This will waive the transaction fee if at least all but 10% of the accounts needed to + * be upgraded. (We let some not have to be upgraded just in order to allow for the + * possibility of churn). + **/ upgradeAccounts: AugmentedSubmittable< ( who: Vec | (AccountId20 | string | Uint8Array)[] ) => SubmittableExtrinsic, [Vec] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; convictionVoting: { @@ -1062,26 +1111,27 @@ declare module "@polkadot/api-base/types/submittable" { * Delegate the voting power (with some given conviction) of the sending account for a * particular class of polls. * - * The balance delegated is locked for as long as it's delegated, and thereafter for the time - * appropriate for the conviction's lock period. + * The balance delegated is locked for as long as it's delegated, and thereafter for the + * time appropriate for the conviction's lock period. * * The dispatch origin of this call must be _Signed_, and the signing account must either: + * - be delegating already; or + * - have no voting activity (if there is, then it will need to be removed through + * `remove_vote`). * - * - Be delegating already; or - * - Have no voting activity (if there is, then it will need to be removed through `remove_vote`). * - `to`: The account whose voting the `target` account's voting power will follow. - * - `class`: The class of polls to delegate. To delegate multiple classes, multiple calls to - * this function are required. - * - `conviction`: The conviction that will be attached to the delegated votes. When the account - * is undelegated, the funds will be locked for the corresponding period. - * - `balance`: The amount of the account's balance to be used in delegating. This must not be - * more than the account's current balance. + * - `class`: The class of polls to delegate. To delegate multiple classes, multiple calls + * to this function are required. + * - `conviction`: The conviction that will be attached to the delegated votes. When the + * account is undelegated, the funds will be locked for the corresponding period. + * - `balance`: The amount of the account's balance to be used in delegating. This must not + * be more than the account's current balance. * * Emits `Delegated`. * - * Weight: `O(R)` where R is the number of polls the voter delegating to has voted on. Weight - * is initially charged as if maximum votes, but is refunded later. - */ + * Weight: `O(R)` where R is the number of polls the voter delegating to has + * voted on. Weight is initially charged as if maximum votes, but is refunded later. + **/ delegate: AugmentedSubmittable< ( clazz: u16 | AnyNumber | Uint8Array, @@ -1105,18 +1155,20 @@ declare module "@polkadot/api-base/types/submittable" { * Remove a vote for a poll. * * If the `target` is equal to the signer, then this function is exactly equivalent to - * `remove_vote`. If not equal to the signer, then the vote must have expired, either because - * the poll was cancelled, because the voter lost the poll or because the conviction period is over. + * `remove_vote`. If not equal to the signer, then the vote must have expired, + * either because the poll was cancelled, because the voter lost the poll or + * because the conviction period is over. * * The dispatch origin of this call must be _Signed_. * - * - `target`: The account of the vote to be removed; this account must have voted for poll `index`. + * - `target`: The account of the vote to be removed; this account must have voted for poll + * `index`. * - `index`: The index of poll of the vote to be removed. * - `class`: The class of the poll. * - * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. Weight is - * calculated for the maximum number of vote. - */ + * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. + * Weight is calculated for the maximum number of vote. + **/ removeOtherVote: AugmentedSubmittable< ( target: AccountId20 | string | Uint8Array, @@ -1129,33 +1181,33 @@ declare module "@polkadot/api-base/types/submittable" { * Remove a vote for a poll. * * If: - * - * - The poll was cancelled, or - * - The poll is ongoing, or - * - The poll has ended such that - * - The vote of the account was in opposition to the result; or - * - There was no conviction to the account's vote; or - * - The account made a split vote ...then the vote is removed cleanly and a following call to - * `unlock` may result in more funds being available. + * - the poll was cancelled, or + * - the poll is ongoing, or + * - the poll has ended such that + * - the vote of the account was in opposition to the result; or + * - there was no conviction to the account's vote; or + * - the account made a split vote + * ...then the vote is removed cleanly and a following call to `unlock` may result in more + * funds being available. * * If, however, the poll has ended and: - * - * - It finished corresponding to the vote of the account, and - * - The account made a standard vote with conviction, and - * - The lock period of the conviction is not over ...then the lock will be aggregated into the - * overall account's lock, which may involve _overlocking_ (where the two locks are combined - * into a single lock that is the maximum of both the amount locked and the time is it locked for). + * - it finished corresponding to the vote of the account, and + * - the account made a standard vote with conviction, and + * - the lock period of the conviction is not over + * ...then the lock will be aggregated into the overall account's lock, which may involve + * *overlocking* (where the two locks are combined into a single lock that is the maximum + * of both the amount locked and the time is it locked for). * * The dispatch origin of this call must be _Signed_, and the signer must have a vote * registered for poll `index`. * * - `index`: The index of poll of the vote to be removed. - * - `class`: Optional parameter, if given it indicates the class of the poll. For polls which - * have finished or are cancelled, this must be `Some`. + * - `class`: Optional parameter, if given it indicates the class of the poll. For polls + * which have finished or are cancelled, this must be `Some`. * - * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. Weight is - * calculated for the maximum number of vote. - */ + * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. + * Weight is calculated for the maximum number of vote. + **/ removeVote: AugmentedSubmittable< ( clazz: Option | null | Uint8Array | u16 | AnyNumber, @@ -1166,25 +1218,26 @@ declare module "@polkadot/api-base/types/submittable" { /** * Undelegate the voting power of the sending account for a particular class of polls. * - * Tokens may be unlocked following once an amount of time consistent with the lock period of - * the conviction with which the delegation was issued has passed. + * Tokens may be unlocked following once an amount of time consistent with the lock period + * of the conviction with which the delegation was issued has passed. * - * The dispatch origin of this call must be _Signed_ and the signing account must be currently - * delegating. + * The dispatch origin of this call must be _Signed_ and the signing account must be + * currently delegating. * * - `class`: The class of polls to remove the delegation from. * * Emits `Undelegated`. * - * Weight: `O(R)` where R is the number of polls the voter delegating to has voted on. Weight - * is initially charged as if maximum votes, but is refunded later. - */ + * Weight: `O(R)` where R is the number of polls the voter delegating to has + * voted on. Weight is initially charged as if maximum votes, but is refunded later. + **/ undelegate: AugmentedSubmittable< (clazz: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] >; /** - * Remove the lock caused by prior voting/delegating which has expired within a particular class. + * Remove the lock caused by prior voting/delegating which has expired within a particular + * class. * * The dispatch origin of this call must be _Signed_. * @@ -1192,7 +1245,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `target`: The account to remove the lock on. * * Weight: `O(R)` with R number of vote of target. - */ + **/ unlock: AugmentedSubmittable< ( clazz: u16 | AnyNumber | Uint8Array, @@ -1201,8 +1254,8 @@ declare module "@polkadot/api-base/types/submittable" { [u16, AccountId20] >; /** - * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; otherwise it is a - * vote to keep the status quo. + * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; + * otherwise it is a vote to keep the status quo. * * The dispatch origin of this call must be _Signed_. * @@ -1210,7 +1263,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `vote`: The vote configuration. * * Weight: `O(R)` where R is the number of polls the voter has voted on. - */ + **/ vote: AugmentedSubmittable< ( pollIndex: Compact | AnyNumber | Uint8Array, @@ -1224,16 +1277,19 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Compact, PalletConvictionVotingVoteAccountVote] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; crowdloanRewards: { /** * Associate a native rewards_destination identity with a crowdloan contribution. * - * The caller needs to provide the unassociated relay account and a proof to succeed with the - * association The proof is nothing but a signature over the reward_address using the relay keys - */ + * The caller needs to provide the unassociated relay account and a proof to succeed + * with the association + * The proof is nothing but a signature over the reward_address using the relay keys + **/ associateNativeIdentity: AugmentedSubmittable< ( rewardAccount: AccountId20 | string | Uint8Array, @@ -1251,10 +1307,10 @@ declare module "@polkadot/api-base/types/submittable" { /** * Change reward account by submitting proofs from relay accounts * - * The number of valid proofs needs to be bigger than 'RewardAddressRelayVoteThreshold' The - * account to be changed needs to be submitted as 'previous_account' Origin must be - * RewardAddressChangeOrigin - */ + * The number of valid proofs needs to be bigger than 'RewardAddressRelayVoteThreshold' + * The account to be changed needs to be submitted as 'previous_account' + * Origin must be RewardAddressChangeOrigin + **/ changeAssociationWithRelayKeys: AugmentedSubmittable< ( rewardAccount: AccountId20 | string | Uint8Array, @@ -1275,22 +1331,25 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, AccountId20, Vec>] >; - /** Collect whatever portion of your reward are currently vested. */ + /** + * Collect whatever portion of your reward are currently vested. + **/ claim: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * This extrinsic completes the initialization if some checks are fullfiled. These checks are: - * -The reward contribution money matches the crowdloan pot -The end vesting block is higher - * than the init vesting block -The initialization has not complete yet - */ + * -The reward contribution money matches the crowdloan pot + * -The end vesting block is higher than the init vesting block + * -The initialization has not complete yet + **/ completeInitialization: AugmentedSubmittable< (leaseEndingBlock: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Initialize the reward distribution storage. It shortcuts whenever an error is found This - * does not enforce any checks other than making sure we dont go over funds + * Initialize the reward distribution storage. It shortcuts whenever an error is found + * This does not enforce any checks other than making sure we dont go over funds * complete_initialization should perform any additional - */ + **/ initializeRewardVec: AugmentedSubmittable< ( rewards: @@ -1303,27 +1362,39 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec, u128]>>] >; - /** Update reward address, proving that the caller owns the current native key */ + /** + * Update reward address, proving that the caller owns the current native key + **/ updateRewardAddress: AugmentedSubmittable< (newRewardAccount: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; emergencyParaXcm: { - /** Authorize a runtime upgrade. Only callable in `Paused` mode */ + /** + * Authorize a runtime upgrade. Only callable in `Paused` mode + **/ fastAuthorizeUpgrade: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Resume `Normal` mode */ + /** + * Resume `Normal` mode + **/ pausedToNormal: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; ethereum: { - /** Transact an Ethereum transaction. */ + /** + * Transact an Ethereum transaction. + **/ transact: AugmentedSubmittable< ( transaction: @@ -1336,15 +1407,17 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [EthereumTransactionTransactionV2] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; ethereumXcm: { /** * Xcm Transact an Ethereum transaction, but allow to force the caller and create address. - * This call should be restricted (callable only by the runtime or governance). Weight: Gas - * limit plus the db reads involving the suspension and proxy checks - */ + * This call should be restricted (callable only by the runtime or governance). + * Weight: Gas limit plus the db reads involving the suspension and proxy checks + **/ forceTransactAs: AugmentedSubmittable< ( transactAs: H160 | string | Uint8Array, @@ -1362,18 +1435,18 @@ declare module "@polkadot/api-base/types/submittable" { * Resumes all Ethereum executions from XCM. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ resumeEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Suspends all Ethereum executions from XCM. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ suspendEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Xcm Transact an Ethereum transaction. Weight: Gas limit plus the db read involving the - * suspension check - */ + * Xcm Transact an Ethereum transaction. + * Weight: Gas limit plus the db read involving the suspension check + **/ transact: AugmentedSubmittable< ( xcmTransaction: @@ -1386,9 +1459,9 @@ declare module "@polkadot/api-base/types/submittable" { [XcmPrimitivesEthereumXcmEthereumXcmTransaction] >; /** - * Xcm Transact an Ethereum transaction through proxy. Weight: Gas limit plus the db reads - * involving the suspension and proxy checks - */ + * Xcm Transact an Ethereum transaction through proxy. + * Weight: Gas limit plus the db reads involving the suspension and proxy checks + **/ transactThroughProxy: AugmentedSubmittable< ( transactAs: H160 | string | Uint8Array, @@ -1401,11 +1474,15 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, XcmPrimitivesEthereumXcmEthereumXcmTransaction] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; evm: { - /** Issue an EVM call operation. This is similar to a message call transaction in Ethereum. */ + /** + * Issue an EVM call operation. This is similar to a message call transaction in Ethereum. + **/ call: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1432,7 +1509,10 @@ declare module "@polkadot/api-base/types/submittable" { Vec]>> ] >; - /** Issue an EVM create operation. This is similar to a contract creation transaction in Ethereum. */ + /** + * Issue an EVM create operation. This is similar to a contract creation transaction in + * Ethereum. + **/ create: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1448,7 +1528,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, Bytes, U256, u64, U256, Option, Option, Vec]>>] >; - /** Issue an EVM create2 operation. */ + /** + * Issue an EVM create2 operation. + **/ create2: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1475,7 +1557,9 @@ declare module "@polkadot/api-base/types/submittable" { Vec]>> ] >; - /** Withdraw balance from EVM into currency/balances pallet. */ + /** + * Withdraw balance from EVM into currency/balances pallet. + **/ withdraw: AugmentedSubmittable< ( address: H160 | string | Uint8Array, @@ -1483,14 +1567,17 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; evmForeignAssets: { /** - * Change the xcm type mapping for a given assetId We also change this if the previous units - * per second where pointing at the old assetType - */ + * Change the xcm type mapping for a given assetId + * We also change this if the previous units per second where pointing at the old + * assetType + **/ changeXcmLocation: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1502,7 +1589,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, StagingXcmV4Location] >; - /** Create new asset with the ForeignAssetCreator */ + /** + * Create new asset with the ForeignAssetCreator + **/ createForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1517,7 +1606,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, StagingXcmV4Location, u8, Bytes, Bytes] >; - /** Freeze a given foreign assetId */ + /** + * Freeze a given foreign assetId + **/ freezeForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1525,19 +1616,23 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, bool] >; - /** Unfreeze a given foreign assetId */ + /** + * Unfreeze a given foreign assetId + **/ unfreezeForeignAsset: AugmentedSubmittable< (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; identity: { /** * Accept a given username that an `authority` granted. The call must include the full * username, as in `username.suffix`. - */ + **/ acceptUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1550,7 +1645,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `account`: the account of the registrar. * * Emits `RegistrarAdded` if successful. - */ + **/ addRegistrar: AugmentedSubmittable< (account: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1558,12 +1653,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Add the given account to the sender's subs. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender. + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender. * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ addSub: AugmentedSubmittable< ( sub: AccountId20 | string | Uint8Array, @@ -1585,7 +1680,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The authority can grant up to `allocation` usernames. To top up their allocation, they * should just issue (or request via governance) a new `add_username_authority` call. - */ + **/ addUsernameAuthority: AugmentedSubmittable< ( authority: AccountId20 | string | Uint8Array, @@ -1599,12 +1694,13 @@ declare module "@polkadot/api-base/types/submittable" { * * Payment: A previously reserved deposit is returned on success. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a + * registered identity. * * - `reg_index`: The index of the registrar whose judgement is no longer requested. * * Emits `JudgementUnrequested` if successful. - */ + **/ cancelRequest: AugmentedSubmittable< (regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -1614,25 +1710,26 @@ declare module "@polkadot/api-base/types/submittable" { * * Payment: All reserved balances on the account are returned. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a registered + * identity. * * Emits `IdentityCleared` if successful. - */ + **/ clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Remove an account's identity and sub-account information and slash the deposits. * * Payment: Reserved balances from `set_subs` and `set_identity` are slashed and handled by - * `Slash`. Verification request deposits are not returned; they should be cancelled manually - * using `cancel_request`. + * `Slash`. Verification request deposits are not returned; they should be cancelled + * manually using `cancel_request`. * * The dispatch origin for this call must match `T::ForceOrigin`. * - * - `target`: the account whose identity the judgement is upon. This must be an account with a - * registered identity. + * - `target`: the account whose identity the judgement is upon. This must be an account + * with a registered identity. * * Emits `IdentityKilled` if successful. - */ + **/ killIdentity: AugmentedSubmittable< (target: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1640,19 +1737,20 @@ declare module "@polkadot/api-base/types/submittable" { /** * Provide a judgement for an account's identity. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `reg_index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `reg_index`. * * - `reg_index`: the index of the registrar whose judgement is being made. - * - `target`: the account whose identity the judgement is upon. This must be an account with a - * registered identity. + * - `target`: the account whose identity the judgement is upon. This must be an account + * with a registered identity. * - `judgement`: the judgement of the registrar of index `reg_index` about `target`. - * - `identity`: The hash of the [`IdentityInformationProvider`] for that the judgement is provided. + * - `identity`: The hash of the [`IdentityInformationProvider`] for that the judgement is + * provided. * * Note: Judgements do not apply to a username. * * Emits `JudgementGiven` if successful. - */ + **/ provideJudgement: AugmentedSubmittable< ( regIndex: Compact | AnyNumber | Uint8Array, @@ -1675,29 +1773,29 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove the sender as a sub-account. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender (_not_ the original depositor). + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender (*not* the original depositor). * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * super-identity. * * NOTE: This should not normally be used, but is provided in the case that the non- * controller of an account is maliciously registered as a sub-account. - */ + **/ quitSub: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Remove a username that corresponds to an account with no identity. Exists when a user gets - * a username but then calls `clear_identity`. - */ + * Remove a username that corresponds to an account with no identity. Exists when a user + * gets a username but then calls `clear_identity`. + **/ removeDanglingUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; /** * Remove an expired username approval. The username was approved by an authority but never - * accepted by the user and must now be beyond its expiration. The call must include the full - * username, as in `username.suffix`. - */ + * accepted by the user and must now be beyond its expiration. The call must include the + * full username, as in `username.suffix`. + **/ removeExpiredApproval: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1705,17 +1803,19 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove the given account from the sender's subs. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender. + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender. * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ removeSub: AugmentedSubmittable< (sub: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove `authority` from the username authorities. */ + /** + * Remove `authority` from the username authorities. + **/ removeUsernameAuthority: AugmentedSubmittable< (authority: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1725,7 +1825,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ renameSub: AugmentedSubmittable< ( sub: AccountId20 | string | Uint8Array, @@ -1745,19 +1845,21 @@ declare module "@polkadot/api-base/types/submittable" { /** * Request a judgement from a registrar. * - * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement given. + * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement + * given. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a + * registered identity. * * - `reg_index`: The index of the registrar whose judgement is requested. * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as: * * ```nocompile - * Self::registrars().get(reg_index).unwrap().fee; + * Self::registrars().get(reg_index).unwrap().fee * ``` * * Emits `JudgementRequested` if successful. - */ + **/ requestJudgement: AugmentedSubmittable< ( regIndex: Compact | AnyNumber | Uint8Array, @@ -1768,12 +1870,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Change the account associated with a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `new`: the new account ID. - */ + **/ setAccountId: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1784,12 +1886,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the fee required for a judgement to be requested from a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `fee`: the new fee. - */ + **/ setFee: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1800,12 +1902,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the field information for a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `fields`: the fields that the registrar concerns themselves with. - */ + **/ setFields: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1816,15 +1918,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set an account's identity information and reserve the appropriate deposit. * - * If the account already has identity information, the deposit is taken as part payment for - * the new deposit. + * If the account already has identity information, the deposit is taken as part payment + * for the new deposit. * * The dispatch origin for this call must be _Signed_. * * - `info`: The identity information. * * Emits `IdentitySet` if successful. - */ + **/ setIdentity: AugmentedSubmittable< ( info: @@ -1845,7 +1947,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [PalletIdentityLegacyIdentityInfo] >; - /** Set a given username as the primary. The username should include the suffix. */ + /** + * Set a given username as the primary. The username should include the suffix. + **/ setPrimaryUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1853,13 +1957,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the sub-accounts of the sender. * - * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned and - * an amount `SubAccountDeposit` will be reserved for each item in `subs`. + * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned + * and an amount `SubAccountDeposit` will be reserved for each item in `subs`. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a registered + * identity. * * - `subs`: The identity's (new) sub-accounts. - */ + **/ setSubs: AugmentedSubmittable< ( subs: @@ -1888,10 +1993,10 @@ declare module "@polkadot/api-base/types/submittable" { * accept them later. * * Usernames must: - * * - Only contain lowercase ASCII characters or digits. - * - When combined with the suffix of the issuing authority be _less than_ the `MaxUsernameLength`. - */ + * - When combined with the suffix of the issuing authority be _less than_ the + * `MaxUsernameLength`. + **/ setUsernameFor: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -1905,7 +2010,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, Bytes, Option] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; maintenanceMode: { @@ -1913,38 +2020,39 @@ declare module "@polkadot/api-base/types/submittable" { * Place the chain in maintenance mode * * Weight cost is: - * - * - One DB read to ensure we're not already in maintenance mode - * - Three DB writes - 1 for the mode, 1 for suspending xcm execution, 1 for the event - */ + * * One DB read to ensure we're not already in maintenance mode + * * Three DB writes - 1 for the mode, 1 for suspending xcm execution, 1 for the event + **/ enterMaintenanceMode: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Return the chain to normal operating mode * * Weight cost is: - * - * - One DB read to ensure we're in maintenance mode - * - Three DB writes - 1 for the mode, 1 for resuming xcm execution, 1 for the event - */ + * * One DB read to ensure we're in maintenance mode + * * Three DB writes - 1 for the mode, 1 for resuming xcm execution, 1 for the event + **/ resumeNormalOperation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; messageQueue: { /** * Execute an overweight message. * - * Temporary processing errors will be propagated whereas permanent errors are treated as - * success condition. + * Temporary processing errors will be propagated whereas permanent errors are treated + * as success condition. * * - `origin`: Must be `Signed`. * - `message_origin`: The origin from which the message to be executed arrived. * - `page`: The page in the queue in which the message to be executed is sitting. * - `index`: The index into the queue of the message to be executed. - * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution of the message. + * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution + * of the message. * * Benchmark complexity considerations: O(index + weight_limit). - */ + **/ executeOverweight: AugmentedSubmittable< ( messageOrigin: @@ -1964,7 +2072,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [CumulusPrimitivesCoreAggregateMessageOrigin, u32, u32, SpWeightsWeightV2Weight] >; - /** Remove a page which has no more messages remaining to be processed or is stale. */ + /** + * Remove a page which has no more messages remaining to be processed or is stale. + **/ reapPage: AugmentedSubmittable< ( messageOrigin: @@ -1978,7 +2088,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [CumulusPrimitivesCoreAggregateMessageOrigin, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; moonbeamLazyMigrations: { @@ -2003,43 +2115,61 @@ declare module "@polkadot/api-base/types/submittable" { (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; moonbeamOrbiters: { - /** Add a collator to orbiters program. */ + /** + * Add a collator to orbiters program. + **/ addCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Add an orbiter in a collator pool */ + /** + * Add an orbiter in a collator pool + **/ collatorAddOrbiter: AugmentedSubmittable< (orbiter: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove an orbiter from the caller collator pool */ + /** + * Remove an orbiter from the caller collator pool + **/ collatorRemoveOrbiter: AugmentedSubmittable< (orbiter: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove the caller from the specified collator pool */ + /** + * Remove the caller from the specified collator pool + **/ orbiterLeaveCollatorPool: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Registering as an orbiter */ + /** + * Registering as an orbiter + **/ orbiterRegister: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Deregistering from orbiters */ + /** + * Deregistering from orbiters + **/ orbiterUnregister: AugmentedSubmittable< (collatorsPoolCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Remove a collator from orbiters program. */ + /** + * Remove a collator from orbiters program. + **/ removeCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; multisig: { @@ -2047,34 +2177,34 @@ declare module "@polkadot/api-base/types/submittable" { * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. * - * Payment: `DepositBase` will be reserved if this is the first approval, plus `threshold` - * times `DepositFactor`. It is returned once this dispatch happens or is cancelled. + * Payment: `DepositBase` will be reserved if this is the first approval, plus + * `threshold` times `DepositFactor`. It is returned once this dispatch happens or + * is cancelled. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. - * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not - * the first approval, then it must be `Some`, with the timepoint (block number and - * transaction index) of the first approval transaction. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. + * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is + * not the first approval, then it must be `Some`, with the timepoint (block number and + * transaction index) of the first approval transaction. * - `call_hash`: The hash of the call to be executed. * * NOTE: If this is the final approval, you will want to use `as_multi` instead. * * ## Complexity - * * - `O(S)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One encode & hash, both of complexity `O(S)`. * - Up to one binary search and insert (`O(logS + S)`). * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove. * - One event. - * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit taken for - * its lifetime of `DepositBase + threshold * DepositFactor`. - */ + * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit + * taken for its lifetime of `DepositBase + threshold * DepositFactor`. + **/ approveAsMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2101,41 +2231,41 @@ declare module "@polkadot/api-base/types/submittable" { * * If there are enough, then dispatch the call. * - * Payment: `DepositBase` will be reserved if this is the first approval, plus `threshold` - * times `DepositFactor`. It is returned once this dispatch happens or is cancelled. + * Payment: `DepositBase` will be reserved if this is the first approval, plus + * `threshold` times `DepositFactor`. It is returned once this dispatch happens or + * is cancelled. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. - * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not - * the first approval, then it must be `Some`, with the timepoint (block number and - * transaction index) of the first approval transaction. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. + * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is + * not the first approval, then it must be `Some`, with the timepoint (block number and + * transaction index) of the first approval transaction. * - `call`: The call to be executed. * - * NOTE: Unless this is the final approval, you will generally want to use `approve_as_multi` - * instead, since it only requires a hash of the call. + * NOTE: Unless this is the final approval, you will generally want to use + * `approve_as_multi` instead, since it only requires a hash of the call. * - * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise on - * success, result is `Ok` and the result from the interior call, if it was executed, may be - * found in the deposited `MultisigExecuted` event. + * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise + * on success, result is `Ok` and the result from the interior call, if it was executed, + * may be found in the deposited `MultisigExecuted` event. * * ## Complexity - * * - `O(S + Z + Call)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One call encode & hash, both of complexity `O(Z)` where `Z` is tx-len. * - One encode & hash, both of complexity `O(S)`. * - Up to one binary search and insert (`O(logS + S)`). * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove. * - One event. * - The weight of the `call`. - * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit taken for - * its lifetime of `DepositBase + threshold * DepositFactor`. - */ + * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit + * taken for its lifetime of `DepositBase + threshold * DepositFactor`. + **/ asMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2162,15 +2292,14 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * - `other_signatories`: The accounts (other than the sender) who are part of the - * multi-signature, but do not participate in the approval process. + * multi-signature, but do not participate in the approval process. * - `call`: The call to be executed. * * Result is equivalent to the dispatched result. * * ## Complexity - * * O(Z + C) where Z is the length of the call and C its execution weight. - */ + **/ asMultiThreshold1: AugmentedSubmittable< ( otherSignatories: Vec | (AccountId20 | string | Uint8Array)[], @@ -2179,29 +2308,28 @@ declare module "@polkadot/api-base/types/submittable" { [Vec, Call] >; /** - * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously for - * this operation will be unreserved on success. + * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously + * for this operation will be unreserved on success. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. * - `timepoint`: The timepoint (block number and transaction index) of the first approval - * transaction for this dispatch. + * transaction for this dispatch. * - `call_hash`: The hash of the call to be executed. * * ## Complexity - * * - `O(S)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One encode & hash, both of complexity `O(S)`. * - One event. * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. - */ + **/ cancelAsMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2211,7 +2339,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u16, Vec, PalletMultisigTimepoint, U8aFixed] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; openTechCommitteeCollective: { @@ -2220,27 +2350,27 @@ declare module "@polkadot/api-base/types/submittable" { * * May be called by any signed account in order to finish voting and close the proposal. * - * If called before the end of the voting period it will only close the vote if it is has - * enough votes to be approved or disapproved. + * If called before the end of the voting period it will only close the vote if it is + * has enough votes to be approved or disapproved. * - * If called after the end of the voting period abstentions are counted as rejections unless - * there is a prime member set and the prime member cast an approval. + * If called after the end of the voting period abstentions are counted as rejections + * unless there is a prime member set and the prime member cast an approval. * - * If the close operation completes successfully with disapproval, the transaction fee will be - * waived. Otherwise execution of the approved operation will be charged to the caller. + * If the close operation completes successfully with disapproval, the transaction fee will + * be waived. Otherwise execution of the approved operation will be charged to the caller. * - * - `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed proposal. - * - `length_bound`: The upper bound for the length of the proposal in storage. Checked via - * `storage::read` so it is `size_of::() === 4` larger than the pure length. + * + `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed + * proposal. + * + `length_bound`: The upper bound for the length of the proposal in storage. Checked via + * `storage::read` so it is `size_of::() == 4` larger than the pure length. * * ## Complexity - * * - `O(B + M + P1 + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) * - `P1` is the complexity of `proposal` preimage. * - `P2` is proposal-count (code-bounded) - */ + **/ close: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, @@ -2255,18 +2385,17 @@ declare module "@polkadot/api-base/types/submittable" { [H256, Compact, SpWeightsWeightV2Weight, Compact] >; /** - * Disapprove a proposal, close, and remove it from the system, regardless of its current state. + * Disapprove a proposal, close, and remove it from the system, regardless of its current + * state. * * Must be called by the Root origin. * * Parameters: - * - * - `proposal_hash`: The hash of the proposal that should be disapproved. + * * `proposal_hash`: The hash of the proposal that should be disapproved. * * ## Complexity - * * O(P) where P is the number of max proposals - */ + **/ disapproveProposal: AugmentedSubmittable< (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -2277,12 +2406,11 @@ declare module "@polkadot/api-base/types/submittable" { * Origin must be a member of the collective. * * ## Complexity: - * * - `O(B + M + P)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` members-count (code-bounded) * - `P` complexity of dispatching `proposal` - */ + **/ execute: AugmentedSubmittable< ( proposal: Call | IMethod | string | Uint8Array, @@ -2295,18 +2423,17 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be member. * - * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) or put up - * for voting. + * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) + * or put up for voting. * * ## Complexity - * * - `O(B + M + P1)` or `O(B + M + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) - * - Branching is influenced by `threshold` where: + * - branching is influenced by `threshold` where: * - `P1` is proposal execution complexity (`threshold < 2`) * - `P2` is proposals-count (code-bounded) (`threshold >= 2`) - */ + **/ propose: AugmentedSubmittable< ( threshold: Compact | AnyNumber | Uint8Array, @@ -2320,27 +2447,27 @@ declare module "@polkadot/api-base/types/submittable" { * * - `new_members`: The new member list. Be nice to the chain and provide it sorted. * - `prime`: The prime member whose vote sets the default. - * - `old_count`: The upper bound for the previous number of members in storage. Used for weight - * estimation. + * - `old_count`: The upper bound for the previous number of members in storage. Used for + * weight estimation. * * The dispatch of this call must be `SetMembersOrigin`. * - * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but the - * weight estimations rely on it to estimate dispatchable weight. + * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but + * the weight estimations rely on it to estimate dispatchable weight. * * # WARNING: * * The `pallet-collective` can also be managed by logic outside of the pallet through the - * implementation of the trait [`ChangeMembers`]. Any call to `set_members` must be careful - * that the member set doesn't get out of sync with other logic managing the member set. + * implementation of the trait [`ChangeMembers`]. + * Any call to `set_members` must be careful that the member set doesn't get out of sync + * with other logic managing the member set. * * ## Complexity: - * * - `O(MP + N)` where: * - `M` old-members-count (code- and governance-bounded) * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) - */ + **/ setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], @@ -2354,13 +2481,12 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be a member. * - * Transaction fees will be waived if the member is voting on any particular proposal for the - * first time and the call is successful. Subsequent vote changes will charge a fee. - * + * Transaction fees will be waived if the member is voting on any particular proposal + * for the first time and the call is successful. Subsequent vote changes will charge a + * fee. * ## Complexity - * * - `O(M)` where `M` is members-count (code- and governance-bounded) - */ + **/ vote: AugmentedSubmittable< ( proposal: H256 | string | Uint8Array, @@ -2369,37 +2495,44 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, Compact, bool] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parachainStaking: { - /** Cancel pending request to adjust the collator candidate self bond */ + /** + * Cancel pending request to adjust the collator candidate self bond + **/ cancelCandidateBondLess: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Cancel request to change an existing delegation. */ + /** + * Cancel request to change an existing delegation. + **/ cancelDelegationRequest: AugmentedSubmittable< (candidate: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; /** * Cancel open request to leave candidates - * - * - Only callable by collator account - * - Result upon successful call is the candidate is active in the candidate pool - */ + * - only callable by collator account + * - result upon successful call is the candidate is active in the candidate pool + **/ cancelLeaveCandidates: AugmentedSubmittable< (candidateCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Increase collator candidate self bond by `more` */ + /** + * Increase collator candidate self bond by `more` + **/ candidateBondMore: AugmentedSubmittable< (more: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; /** - * DEPRECATED use delegateWithAutoCompound If caller is not a delegator and not a collator, - * then join the set of delegators If caller is a delegator, then makes delegation to change - * their delegation state - */ + * DEPRECATED use delegateWithAutoCompound + * If caller is not a delegator and not a collator, then join the set of delegators + * If caller is a delegator, then makes delegation to change their delegation state + **/ delegate: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2410,10 +2543,10 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, u128, u32, u32] >; /** - * If caller is not a delegator and not a collator, then join the set of delegators If caller - * is a delegator, then makes delegation to change their delegation state Sets the - * auto-compound config for the delegation - */ + * If caller is not a delegator and not a collator, then join the set of delegators + * If caller is a delegator, then makes delegation to change their delegation state + * Sets the auto-compound config for the delegation + **/ delegateWithAutoCompound: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2425,7 +2558,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, Percent, u32, u32, u32] >; - /** Bond more for delegators wrt a specific collator candidate. */ + /** + * Bond more for delegators wrt a specific collator candidate. + **/ delegatorBondMore: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2433,17 +2568,23 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128] >; - /** Enable/Disable marking offline feature */ + /** + * Enable/Disable marking offline feature + **/ enableMarkingOffline: AugmentedSubmittable< (value: bool | boolean | Uint8Array) => SubmittableExtrinsic, [bool] >; - /** Execute pending request to adjust the collator candidate self bond */ + /** + * Execute pending request to adjust the collator candidate self bond + **/ executeCandidateBondLess: AugmentedSubmittable< (candidate: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Execute pending request to change an existing delegation */ + /** + * Execute pending request to change an existing delegation + **/ executeDelegationRequest: AugmentedSubmittable< ( delegator: AccountId20 | string | Uint8Array, @@ -2451,7 +2592,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, AccountId20] >; - /** Execute leave candidates request */ + /** + * Execute leave candidates request + **/ executeLeaveCandidates: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2459,7 +2602,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u32] >; - /** Force join the set of collator candidates. It will skip the minimum required bond check. */ + /** + * Force join the set of collator candidates. + * It will skip the minimum required bond check. + **/ forceJoinCandidates: AugmentedSubmittable< ( account: AccountId20 | string | Uint8Array, @@ -2468,18 +2614,26 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, u32] >; - /** Temporarily leave the set of collator candidates without unbonding */ + /** + * Temporarily leave the set of collator candidates without unbonding + **/ goOffline: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Rejoin the set of collator candidates if previously had called `go_offline` */ + /** + * Rejoin the set of collator candidates if previously had called `go_offline` + **/ goOnline: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Hotfix to remove existing empty entries for candidates that have left. */ + /** + * Hotfix to remove existing empty entries for candidates that have left. + **/ hotfixRemoveDelegationRequestsExitedCandidates: AugmentedSubmittable< ( candidates: Vec | (AccountId20 | string | Uint8Array)[] ) => SubmittableExtrinsic, [Vec] >; - /** Join the set of collator candidates */ + /** + * Join the set of collator candidates + **/ joinCandidates: AugmentedSubmittable< ( bond: u128 | AnyNumber | Uint8Array, @@ -2487,27 +2641,37 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Notify a collator is inactive during MaxOfflineRounds */ + /** + * Notify a collator is inactive during MaxOfflineRounds + **/ notifyInactiveCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** REMOVED, was schedule_leave_delegators */ + /** + * REMOVED, was schedule_leave_delegators + **/ removedCall19: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** REMOVED, was execute_leave_delegators */ + /** + * REMOVED, was execute_leave_delegators + **/ removedCall20: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** REMOVED, was cancel_leave_delegators */ + /** + * REMOVED, was cancel_leave_delegators + **/ removedCall21: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Request by collator candidate to decrease self bond by `less` */ + /** + * Request by collator candidate to decrease self bond by `less` + **/ scheduleCandidateBondLess: AugmentedSubmittable< (less: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; /** * Request bond less for delegators wrt a specific collator candidate. The delegation's - * rewards for rounds while the request is pending use the reduced bonded amount. A bond less - * may not be performed if any other scheduled request is pending. - */ + * rewards for rounds while the request is pending use the reduced bonded amount. + * A bond less may not be performed if any other scheduled request is pending. + **/ scheduleDelegatorBondLess: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2516,24 +2680,26 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, u128] >; /** - * Request to leave the set of candidates. If successful, the account is immediately removed - * from the candidate pool to prevent selection as a collator. - */ + * Request to leave the set of candidates. If successful, the account is immediately + * removed from the candidate pool to prevent selection as a collator. + **/ scheduleLeaveCandidates: AugmentedSubmittable< (candidateCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Request to revoke an existing delegation. If successful, the delegation is scheduled to be - * allowed to be revoked via the `execute_delegation_request` extrinsic. The delegation - * receives no rewards for the rounds while a revoke is pending. A revoke may not be performed - * if any other scheduled request is pending. - */ + * Request to revoke an existing delegation. If successful, the delegation is scheduled + * to be allowed to be revoked via the `execute_delegation_request` extrinsic. + * The delegation receives no rewards for the rounds while a revoke is pending. + * A revoke may not be performed if any other scheduled request is pending. + **/ scheduleRevokeDelegation: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Sets the auto-compounding reward percentage for a delegation. */ + /** + * Sets the auto-compounding reward percentage for a delegation. + **/ setAutoCompound: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2545,20 +2711,24 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set blocks per round - * - * - If called with `new` less than length of current round, will transition immediately in the next block - * - Also updates per-round inflation config - */ + * - if called with `new` less than length of current round, will transition immediately + * in the next block + * - also updates per-round inflation config + **/ setBlocksPerRound: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Set the commission for all collators */ + /** + * Set the commission for all collators + **/ setCollatorCommission: AugmentedSubmittable< (updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill] >; - /** Set the annual inflation rate to derive per-round inflation */ + /** + * Set the annual inflation rate to derive per-round inflation + **/ setInflation: AugmentedSubmittable< ( schedule: @@ -2579,7 +2749,9 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the inflation distribution configuration. */ + /** + * Set the inflation distribution configuration. + **/ setInflationDistributionConfig: AugmentedSubmittable< ( updated: PalletParachainStakingInflationDistributionConfig @@ -2590,7 +2762,7 @@ declare module "@polkadot/api-base/types/submittable" { * Deprecated: please use `set_inflation_distribution_config` instead. * * Set the account that will hold funds set aside for parachain bond - */ + **/ setParachainBondAccount: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -2599,15 +2771,15 @@ declare module "@polkadot/api-base/types/submittable" { * Deprecated: please use `set_inflation_distribution_config` instead. * * Set the percent of inflation set aside for parachain bond - */ + **/ setParachainBondReservePercent: AugmentedSubmittable< (updated: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent] >; /** - * Set the expectations for total staked. These expectations determine the issuance for the - * round according to logic in `fn compute_issuance` - */ + * Set the expectations for total staked. These expectations determine the issuance for + * the round according to logic in `fn compute_issuance` + **/ setStakingExpectations: AugmentedSubmittable< ( expectations: @@ -2630,26 +2802,28 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set the total number of collator candidates selected per round - * - * - Changes are not applied until the start of the next round - */ + * - changes are not applied until the start of the next round + **/ setTotalSelected: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parachainSystem: { /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * The `check_version` parameter sets a boolean flag for whether or not the runtime's spec - * version and name should be verified on upgrade. Since the authorization only has a hash, it - * cannot actually perform the verification. + * version and name should be verified on upgrade. Since the authorization only has a hash, + * it cannot actually perform the verification. * * This call requires Root origin. - */ + **/ authorizeUpgrade: AugmentedSubmittable< ( codeHash: H256 | string | Uint8Array, @@ -2660,14 +2834,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. * - * If the authorization required a version check, this call will ensure the spec name remains - * unchanged and that the spec version has increased. + * If the authorization required a version check, this call will ensure the spec name + * remains unchanged and that the spec version has increased. * * Note that this function will not apply the new `code`, but only attempt to schedule the * upgrade with the Relay Chain. * * All origins are allowed. - */ + **/ enactAuthorizedUpgrade: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -2675,14 +2849,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the current validation data. * - * This should be invoked exactly once per block. It will panic at the finalization phase if - * the call was not invoked. + * This should be invoked exactly once per block. It will panic at the finalization + * phase if the call was not invoked. * * The dispatch origin for this call must be `Inherent` * - * As a side effect, this function upgrades the current validation function if the appropriate - * time has come. - */ + * As a side effect, this function upgrades the current validation function + * if the appropriate time has come. + **/ setValidationData: AugmentedSubmittable< ( data: @@ -2702,7 +2876,9 @@ declare module "@polkadot/api-base/types/submittable" { (message: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parameters: { @@ -2711,7 +2887,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be * deleted by setting them to `None`. - */ + **/ setParameter: AugmentedSubmittable< ( keyValue: @@ -2723,7 +2899,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [MoonbaseRuntimeRuntimeParamsRuntimeParameters] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; polkadotXcm: { @@ -2731,10 +2909,10 @@ declare module "@polkadot/api-base/types/submittable" { * Claims assets trapped on this pallet because of leftover assets during XCM execution. * * - `origin`: Anyone can call this extrinsic. - * - `assets`: The exact assets that were trapped. Use the version to specify what version was - * the latest when they were trapped. + * - `assets`: The exact assets that were trapped. Use the version to specify what version + * was the latest when they were trapped. * - `beneficiary`: The location/account where the claimed assets will be deposited. - */ + **/ claimAssets: AugmentedSubmittable< ( assets: @@ -2757,12 +2935,13 @@ declare module "@polkadot/api-base/types/submittable" { /** * Execute an XCM message from a local, signed, origin. * - * An event is deposited indicating whether `msg` could be executed completely or only partially. + * An event is deposited indicating whether `msg` could be executed completely or only + * partially. * - * No more than `max_weight` will be used in its attempted execution. If this is less than the - * maximum amount of weight that the message could take to be executed, then no execution - * attempt will be made. - */ + * No more than `max_weight` will be used in its attempted execution. If this is less than + * the maximum amount of weight that the message could take to be executed, then no + * execution attempt will be made. + **/ execute: AugmentedSubmittable< ( message: XcmVersionedXcm | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, @@ -2780,7 +2959,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable. - */ + **/ forceDefaultXcmVersion: AugmentedSubmittable< ( maybeXcmVersion: Option | null | Uint8Array | u32 | AnyNumber @@ -2792,7 +2971,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `location`: The location to which we should subscribe for XCM version notifications. - */ + **/ forceSubscribeVersionNotify: AugmentedSubmittable< ( location: @@ -2810,18 +2989,19 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `suspended`: `true` to suspend, `false` to resume. - */ + **/ forceSuspension: AugmentedSubmittable< (suspended: bool | boolean | Uint8Array) => SubmittableExtrinsic, [bool] >; /** - * Require that a particular destination should no longer notify us regarding any XCM version changes. + * Require that a particular destination should no longer notify us regarding any XCM + * version changes. * * - `origin`: Must be an origin specified by AdminOrigin. - * - `location`: The location to which we are currently subscribed for XCM version notifications - * which we no longer desire. - */ + * - `location`: The location to which we are currently subscribed for XCM version + * notifications which we no longer desire. + **/ forceUnsubscribeVersionNotify: AugmentedSubmittable< ( location: @@ -2835,12 +3015,13 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation] >; /** - * Extoll that a particular destination can be communicated with through a particular version of XCM. + * Extoll that a particular destination can be communicated with through a particular + * version of XCM. * * - `origin`: Must be an origin specified by AdminOrigin. * - `location`: The destination that is being described. * - `xcm_version`: The latest version of XCM that `location` supports. - */ + **/ forceXcmVersion: AugmentedSubmittable< ( location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array, @@ -2853,30 +3034,33 @@ declare module "@polkadot/api-base/types/submittable" { * destination or remote reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. - * - * - `assets` have local reserve: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `assets` have destination reserve: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. + * - `assets` have local reserve: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `assets` have destination reserve: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move - * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to - * mint and deposit reserve-based assets to `beneficiary`. + * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` + * to mint and deposit reserve-based assets to `beneficiary`. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight is - * needed than `weight_limit`, then the operation will fail and the sent assets may be at risk. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ limitedReserveTransferAssets: AugmentedSubmittable< ( dest: @@ -2913,20 +3097,23 @@ declare module "@polkadot/api-base/types/submittable" { /** * Teleport some assets from the local chain to some destination chain. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight is - * needed than `weight_limit`, then the operation will fail and the sent assets may be at risk. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` chain. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` chain. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ limitedTeleportAssets: AugmentedSubmittable< ( dest: @@ -2965,31 +3152,33 @@ declare module "@polkadot/api-base/types/submittable" { * destination or remote reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. - * - * - `assets` have local reserve: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `assets` have destination reserve: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. + * - `assets` have local reserve: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `assets` have destination reserve: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move - * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to - * mint and deposit reserve-based assets to `beneficiary`. + * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` + * to mint and deposit reserve-based assets to `beneficiary`. * * **This function is deprecated: Use `limited_reserve_transfer_assets` instead.** * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, with all - * fees taken as needed from the asset. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, + * with all fees taken as needed from the asset. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. - */ + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. + **/ reserveTransferAssets: AugmentedSubmittable< ( dest: @@ -3035,19 +3224,21 @@ declare module "@polkadot/api-base/types/submittable" { * * **This function is deprecated: Use `limited_teleport_assets` instead.** * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, with all - * fees taken as needed from the asset. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, + * with all fees taken as needed from the asset. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` chain. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. - */ + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` chain. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. + **/ teleportAssets: AugmentedSubmittable< ( dest: @@ -3079,33 +3270,37 @@ declare module "@polkadot/api-base/types/submittable" { * Transfer some assets from the local chain to the destination chain through their local, * destination or remote reserve, or through teleports. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item` (hence referred to as `fees`), up to enough to pay for `weight_limit` of - * weight. If more weight is needed than `weight_limit`, then the operation will fail and the - * sent assets may be at risk. - * - * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable to - * `dest`, no limitations imposed on `fees`. - * - * - For local reserve: transfer assets to sovereign account of destination chain and forward a - * notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - For destination reserve: burn local assets and forward a notification to `dest` chain to - * withdraw the reserve assets from this chain's sovereign account and deposit them to `beneficiary`. - * - For remote reserve: burn local assets, forward XCM to reserve chain to move reserves from - * this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint and - * deposit reserve-based assets to `beneficiary`. - * - For teleports: burn local assets and forward XCM to `dest` chain to mint/teleport assets - * and deposit them to `beneficiary`. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item` (hence referred to as `fees`), up to enough to pay for + * `weight_limit` of weight. If more weight is needed than `weight_limit`, then the + * operation will fail and the sent assets may be at risk. + * + * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable + * to `dest`, no limitations imposed on `fees`. + * - for local reserve: transfer assets to sovereign account of destination chain and + * forward a notification XCM to `dest` to mint and deposit reserve-based assets to + * `beneficiary`. + * - for destination reserve: burn local assets and forward a notification to `dest` chain + * to withdraw the reserve assets from this chain's sovereign account and deposit them + * to `beneficiary`. + * - for remote reserve: burn local assets, forward XCM to reserve chain to move reserves + * from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint + * and deposit reserve-based assets to `beneficiary`. + * - for teleports: burn local assets and forward XCM to `dest` chain to mint/teleport + * assets and deposit them to `beneficiary`. + * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` - * to send from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `X2(Parent, + * Parachain(..))` to send from parachain to parachain, or `X1(Parachain(..))` to send + * from relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ transferAssets: AugmentedSubmittable< ( dest: @@ -3140,53 +3335,55 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit] >; /** - * Transfer assets from the local chain to the destination chain using explicit transfer types - * for assets and fees. + * Transfer assets from the local chain to the destination chain using explicit transfer + * types for assets and fees. * * `assets` must have same reserve location or may be teleportable to `dest`. Caller must * provide the `assets_transfer_type` to be used for `assets`: - * - * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `TransferType::DestinationReserve`: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. - * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve` chain - * to move reserves from this chain's SA to `dest` chain's SA, and forward another XCM to - * `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically the remote - * `reserve` is Asset Hub. + * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `TransferType::DestinationReserve`: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. + * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve` + * chain to move reserves from this chain's SA to `dest` chain's SA, and forward another + * XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically + * the remote `reserve` is Asset Hub. * - `TransferType::Teleport`: burn local assets and forward XCM to `dest` chain to - * mint/teleport assets and deposit them to `beneficiary`. + * mint/teleport assets and deposit them to `beneficiary`. * - * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to buy - * execution using transferred `assets` identified by `remote_fees_id`. Make sure enough of - * the specified `remote_fees_id` asset is included in the given list of `assets`. - * `remote_fees_id` should be enough to pay for `weight_limit`. If more weight is needed than - * `weight_limit`, then the operation will fail and the sent assets may be at risk. + * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to + * buy execution using transferred `assets` identified by `remote_fees_id`. + * Make sure enough of the specified `remote_fees_id` asset is included in the given list + * of `assets`. `remote_fees_id` should be enough to pay for `weight_limit`. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * - * `remote_fees_id` may use different transfer type than rest of `assets` and can be specified - * through `fees_transfer_type`. + * `remote_fees_id` may use different transfer type than rest of `assets` and can be + * specified through `fees_transfer_type`. * * The caller needs to specify what should happen to the transferred assets once they reach - * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which contains - * the instructions to execute on `dest` as a final step. This is usually as simple as: - * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`, but - * could be something more exotic like sending the `assets` even further. + * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which + * contains the instructions to execute on `dest` as a final step. + * This is usually as simple as: + * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`, + * but could be something more exotic like sending the `assets` even further. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain, - * or `(parents: 2, (GlobalConsensus(..), ..))` to send from parachain across a bridge to - * another ecosystem destination. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain, or `(parents: 2, (GlobalConsensus(..), ..))` to send from + * parachain across a bridge to another ecosystem destination. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the - * transfer, which also determines what happens to the assets on the destination chain. + * transfer, which also determines what happens to the assets on the destination chain. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ transferAssetsUsingTypeAndThen: AugmentedSubmittable< ( dest: @@ -3244,7 +3441,9 @@ declare module "@polkadot/api-base/types/submittable" { XcmV3WeightLimit ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; preimage: { @@ -3252,7 +3451,7 @@ declare module "@polkadot/api-base/types/submittable" { * Ensure that the a bulk of pre-images is upgraded. * * The caller pays no fee if at least 90% of pre-images were successfully updated. - */ + **/ ensureUpdated: AugmentedSubmittable< (hashes: Vec | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec] @@ -3260,9 +3459,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Register a preimage on-chain. * - * If the preimage was previously requested, no fees or deposits are taken for providing the - * preimage. Otherwise, a deposit is taken proportional to the size of the preimage. - */ + * If the preimage was previously requested, no fees or deposits are taken for providing + * the preimage. Otherwise, a deposit is taken proportional to the size of the preimage. + **/ notePreimage: AugmentedSubmittable< (bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -3270,9 +3469,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Request a preimage be uploaded to the chain without paying any fees or deposits. * - * If the preimage requests has already been provided on-chain, we unreserve any deposit a - * user may have paid, and take the control of the preimage out of their hands. - */ + * If the preimage requests has already been provided on-chain, we unreserve any deposit + * a user may have paid, and take the control of the preimage out of their hands. + **/ requestPreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3284,7 +3483,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `hash`: The hash of the preimage to be removed from the store. * - `len`: The length of the preimage of `hash`. - */ + **/ unnotePreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3293,12 +3492,14 @@ declare module "@polkadot/api-base/types/submittable" { * Clear a previously made request for a preimage. * * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`. - */ + **/ unrequestPreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; proxy: { @@ -3308,11 +3509,11 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `proxy`: The account that the `caller` would like to make a proxy. * - `proxy_type`: The permissions allowed for this proxy account. - * - `delay`: The announcement period required of the initial proxy. Will generally be zero. - */ + * - `delay`: The announcement period required of the initial proxy. Will generally be + * zero. + **/ addProxy: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3335,8 +3536,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Publish the hash of a proxy-call that will be made in the future. * - * This must be called some number of blocks before the corresponding `proxy` is attempted if - * the delay associated with the proxy relationship is greater than zero. + * This must be called some number of blocks before the corresponding `proxy` is attempted + * if the delay associated with the proxy relationship is greater than zero. * * No more than `MaxPending` announcements may be made at any one time. * @@ -3346,10 +3547,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_ and a proxy of `real`. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - */ + **/ announce: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3358,24 +3558,25 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, H256] >; /** - * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and initialize - * it with a proxy of `proxy_type` for `origin` sender. + * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and + * initialize it with a proxy of `proxy_type` for `origin` sender. * * Requires a `Signed` origin. * - * - `proxy_type`: The type of the proxy that the sender will be registered as over the new - * account. This will almost always be the most permissive `ProxyType` possible to allow for - * maximum flexibility. + * - `proxy_type`: The type of the proxy that the sender will be registered as over the + * new account. This will almost always be the most permissive `ProxyType` possible to + * allow for maximum flexibility. * - `index`: A disambiguation index, in case this is called multiple times in the same - * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just - * want to use `0`. - * - `delay`: The announcement period required of the initial proxy. Will generally be zero. + * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just + * want to use `0`. + * - `delay`: The announcement period required of the initial proxy. Will generally be + * zero. * - * Fails with `Duplicate` if this has already been called in this transaction, from the same - * sender, with the same parameters. + * Fails with `Duplicate` if this has already been called in this transaction, from the + * same sender, with the same parameters. * * Fails if there are insufficient funds to pay for deposit. - */ + **/ createPure: AugmentedSubmittable< ( proxyType: @@ -3398,7 +3599,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Removes a previously spawned pure proxy. * - * WARNING: **All access to this account will be lost.** Any funds held in it will be inaccessible. + * WARNING: **All access to this account will be lost.** Any funds held in it will be + * inaccessible. * * Requires a `Signed` origin, and the sender account must have been created by a call to * `pure` with corresponding parameters. @@ -3409,9 +3611,9 @@ declare module "@polkadot/api-base/types/submittable" { * - `height`: The height of the chain when the call to `pure` was processed. * - `ext_index`: The extrinsic index in which the call to `pure` was processed. * - * Fails with `NoPermission` in case the caller is not a previously created pure account whose - * `pure` call has corresponding parameters. - */ + * Fails with `NoPermission` in case the caller is not a previously created pure + * account whose `pure` call has corresponding parameters. + **/ killPure: AugmentedSubmittable< ( spawner: AccountId20 | string | Uint8Array, @@ -3434,16 +3636,16 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, MoonbaseRuntimeProxyType, u16, Compact, Compact] >; /** - * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. + * Dispatch the given `call` from an account that the sender is authorised for through + * `add_proxy`. * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. - */ + **/ proxy: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3466,18 +3668,18 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, Option, Call] >; /** - * Dispatch the given `call` from an account that the sender is authorized for through `add_proxy`. + * Dispatch the given `call` from an account that the sender is authorized for through + * `add_proxy`. * * Removes any corresponding announcement(s). * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. - */ + **/ proxyAnnounced: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3509,10 +3711,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. - */ + **/ rejectAnnouncement: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3523,15 +3724,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove a given announcement. * - * May be called by a proxy account to remove a call they previously announced and return the deposit. + * May be called by a proxy account to remove a call they previously announced and return + * the deposit. * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - */ + **/ removeAnnouncement: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3544,9 +3745,9 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_. * - * WARNING: This may be called on accounts created by `pure`, however if done, then the - * unreserved fees will be inaccessible. **All access to this account will be lost.** - */ + * WARNING: This may be called on accounts created by `pure`, however if done, then + * the unreserved fees will be inaccessible. **All access to this account will be lost.** + **/ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Unregister a proxy account for the sender. @@ -3554,10 +3755,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. - */ + **/ removeProxy: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3577,13 +3777,19 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, MoonbaseRuntimeProxyType, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; randomness: { - /** Populates `RandomnessResults` due this epoch with BABE epoch randomness */ + /** + * Populates `RandomnessResults` due this epoch with BABE epoch randomness + **/ setBabeRandomnessResults: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; referenda: { @@ -3594,7 +3800,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `index`: The index of the referendum to be cancelled. * * Emits `Cancelled`. - */ + **/ cancel: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3606,7 +3812,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `index`: The index of the referendum to be cancelled. * * Emits `Killed` and `DepositSlashed`. - */ + **/ kill: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3616,7 +3822,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: must be `Root`. * - `index`: the referendum to be advanced. - */ + **/ nudgeReferendum: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3629,10 +3835,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Action item for when there is now one fewer referendum in the deciding phase and the * `DecidingCount` is not yet updated. This means that we should either: - * - * - Begin deciding another referendum (and leave `DecidingCount` alone); or - * - Decrement `DecidingCount`. - */ + * - begin deciding another referendum (and leave `DecidingCount` alone); or + * - decrement `DecidingCount`. + **/ oneFewerDeciding: AugmentedSubmittable< (track: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] @@ -3640,12 +3845,13 @@ declare module "@polkadot/api-base/types/submittable" { /** * Post the Decision Deposit for a referendum. * - * - `origin`: must be `Signed` and the account must have funds available for the referendum's - * track's Decision Deposit. - * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be posted. + * - `origin`: must be `Signed` and the account must have funds available for the + * referendum's track's Decision Deposit. + * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be + * posted. * * Emits `DecisionDepositPlaced`. - */ + **/ placeDecisionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3654,10 +3860,11 @@ declare module "@polkadot/api-base/types/submittable" { * Refund the Decision Deposit for a closed referendum back to the depositor. * * - `origin`: must be `Signed` or `Root`. - * - `index`: The index of a closed referendum whose Decision Deposit has not yet been refunded. + * - `index`: The index of a closed referendum whose Decision Deposit has not yet been + * refunded. * * Emits `DecisionDepositRefunded`. - */ + **/ refundDecisionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3666,10 +3873,11 @@ declare module "@polkadot/api-base/types/submittable" { * Refund the Submission Deposit for a closed referendum back to the depositor. * * - `origin`: must be `Signed` or `Root`. - * - `index`: The index of a closed referendum whose Submission Deposit has not yet been refunded. + * - `index`: The index of a closed referendum whose Submission Deposit has not yet been + * refunded. * * Emits `SubmissionDepositRefunded`. - */ + **/ refundSubmissionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3678,12 +3886,11 @@ declare module "@polkadot/api-base/types/submittable" { * Set or clear metadata of a referendum. * * Parameters: - * - * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a metadata of - * a finished referendum. - * - `index`: The index of a referendum to set or clear metadata for. + * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a + * metadata of a finished referendum. + * - `index`: The index of a referendum to set or clear metadata for. * - `maybe_hash`: The hash of an on-chain stored preimage. `None` to clear a metadata. - */ + **/ setMetadata: AugmentedSubmittable< ( index: u32 | AnyNumber | Uint8Array, @@ -3694,13 +3901,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Propose a referendum on a privileged action. * - * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds available. + * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds + * available. * - `proposal_origin`: The origin from which the proposal should be executed. * - `proposal`: The proposal. * - `enactment_moment`: The moment that the proposal should be enacted. * * Emits `Submitted`. - */ + **/ submit: AugmentedSubmittable< ( proposalOrigin: @@ -3736,21 +3944,29 @@ declare module "@polkadot/api-base/types/submittable" { FrameSupportScheduleDispatchTime ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; rootTesting: { - /** A dispatch that will fill the block weight up to the given ratio. */ + /** + * A dispatch that will fill the block weight up to the given ratio. + **/ fillBlock: AugmentedSubmittable< (ratio: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill] >; triggerDefensive: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; scheduler: { - /** Cancel an anonymously scheduled task. */ + /** + * Cancel an anonymously scheduled task. + **/ cancel: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, @@ -3758,24 +3974,32 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, u32] >; - /** Cancel a named scheduled task. */ + /** + * Cancel a named scheduled task. + **/ cancelNamed: AugmentedSubmittable< (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [U8aFixed] >; - /** Removes the retry configuration of a task. */ + /** + * Removes the retry configuration of a task. + **/ cancelRetry: AugmentedSubmittable< ( task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array] ) => SubmittableExtrinsic, [ITuple<[u32, u32]>] >; - /** Cancel the retry configuration of a named task. */ + /** + * Cancel the retry configuration of a named task. + **/ cancelRetryNamed: AugmentedSubmittable< (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [U8aFixed] >; - /** Anonymously schedule a task. */ + /** + * Anonymously schedule a task. + **/ schedule: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, @@ -3790,7 +4014,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, Option>, u8, Call] >; - /** Anonymously schedule a task after a delay. */ + /** + * Anonymously schedule a task after a delay. + **/ scheduleAfter: AugmentedSubmittable< ( after: u32 | AnyNumber | Uint8Array, @@ -3805,7 +4031,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, Option>, u8, Call] >; - /** Schedule a named task. */ + /** + * Schedule a named task. + **/ scheduleNamed: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3821,7 +4049,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [U8aFixed, u32, Option>, u8, Call] >; - /** Schedule a named task after a delay. */ + /** + * Schedule a named task after a delay. + **/ scheduleNamedAfter: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3838,17 +4068,19 @@ declare module "@polkadot/api-base/types/submittable" { [U8aFixed, u32, Option>, u8, Call] >; /** - * Set a retry configuration for a task so that, in case its scheduled run fails, it will be - * retried after `period` blocks, for a total amount of `retries` retries or until it succeeds. + * Set a retry configuration for a task so that, in case its scheduled run fails, it will + * be retried after `period` blocks, for a total amount of `retries` retries or until it + * succeeds. * * Tasks which need to be scheduled for a retry are still subject to weight metering and * agenda space, same as a regular task. If a periodic task fails, it will be scheduled * normally while the task is retrying. * - * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic clones - * of the original task. Their retry configuration will be derived from the original task's - * configuration, but will have a lower value for `remaining` than the original `total_retries`. - */ + * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic + * clones of the original task. Their retry configuration will be derived from the + * original task's configuration, but will have a lower value for `remaining` than the + * original `total_retries`. + **/ setRetry: AugmentedSubmittable< ( task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], @@ -3859,16 +4091,18 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set a retry configuration for a named task so that, in case its scheduled run fails, it - * will be retried after `period` blocks, for a total amount of `retries` retries or until it succeeds. + * will be retried after `period` blocks, for a total amount of `retries` retries or until + * it succeeds. * * Tasks which need to be scheduled for a retry are still subject to weight metering and * agenda space, same as a regular task. If a periodic task fails, it will be scheduled * normally while the task is retrying. * - * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic clones - * of the original task. Their retry configuration will be derived from the original task's - * configuration, but will have a lower value for `remaining` than the original `total_retries`. - */ + * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic + * clones of the original task. Their retry configuration will be derived from the + * original task's configuration, but will have a lower value for `remaining` than the + * original `total_retries`. + **/ setRetryNamed: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3877,7 +4111,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [U8aFixed, u8, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; sudo: { @@ -3885,23 +4121,29 @@ declare module "@polkadot/api-base/types/submittable" { * Permanently removes the sudo key. * * **This cannot be un-done.** - */ + **/ removeKey: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo key. */ + /** + * Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo + * key. + **/ setKey: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Authenticates the sudo key and dispatches a function call with `Root` origin. */ + /** + * Authenticates the sudo key and dispatches a function call with `Root` origin. + **/ sudo: AugmentedSubmittable< (call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic, [Call] >; /** - * Authenticates the sudo key and dispatches a function call with `Signed` origin from a given account. + * Authenticates the sudo key and dispatches a function call with `Signed` origin from + * a given account. * * The dispatch origin for this call must be _Signed_. - */ + **/ sudoAs: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -3910,12 +4152,12 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, Call] >; /** - * Authenticates the sudo key and dispatches a function call with `Root` origin. This function - * does not check the weight of the call, and instead allows the Sudo user to specify the - * weight of the call. + * Authenticates the sudo key and dispatches a function call with `Root` origin. + * This function does not check the weight of the call, and instead allows the + * Sudo user to specify the weight of the call. * * The dispatch origin for this call must be _Signed_. - */ + **/ sudoUncheckedWeight: AugmentedSubmittable< ( call: Call | IMethod | string | Uint8Array, @@ -3923,43 +4165,47 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Call, SpWeightsWeightV2Weight] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; system: { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. * - * If the authorization required a version check, this call will ensure the spec name remains - * unchanged and that the spec version has increased. + * If the authorization required a version check, this call will ensure the spec name + * remains unchanged and that the spec version has increased. * - * Depending on the runtime's `OnSetCode` configuration, this function may directly apply the - * new `code` in the same block or attempt to schedule the upgrade. + * Depending on the runtime's `OnSetCode` configuration, this function may directly apply + * the new `code` in the same block or attempt to schedule the upgrade. * * All origins are allowed. - */ + **/ applyAuthorizedUpgrade: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * This call requires Root origin. - */ + **/ authorizeUpgrade: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * WARNING: This authorizes an upgrade that will take place without any safety checks, for * example that the spec name remains the same and that the version number increases. Not * recommended for normal use. Use `authorize_upgrade` instead. * * This call requires Root origin. - */ + **/ authorizeUpgradeWithoutChecks: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3967,9 +4213,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Kill all storage items with a key that starts with the given prefix. * - * **NOTE:** We rely on the Root origin to provide us the number of subkeys under the prefix - * we are removing to accurately calculate the weight of this function. - */ + * **NOTE:** We rely on the Root origin to provide us the number of subkeys under + * the prefix we are removing to accurately calculate the weight of this function. + **/ killPrefix: AugmentedSubmittable< ( prefix: Bytes | string | Uint8Array, @@ -3977,7 +4223,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Bytes, u32] >; - /** Kill some items from storage. */ + /** + * Kill some items from storage. + **/ killStorage: AugmentedSubmittable< (keys: Vec | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec] @@ -3986,17 +4234,21 @@ declare module "@polkadot/api-base/types/submittable" { * Make some on-chain remark. * * Can be executed by every `origin`. - */ + **/ remark: AugmentedSubmittable< (remark: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Make some on-chain remark and emit event. */ + /** + * Make some on-chain remark and emit event. + **/ remarkWithEvent: AugmentedSubmittable< (remark: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Set the new runtime code. */ + /** + * Set the new runtime code. + **/ setCode: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -4004,18 +4256,23 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the new runtime code without doing any checks of the given `code`. * - * Note that runtime upgrades will not run if this is called with a not-increasing spec version! - */ + * Note that runtime upgrades will not run if this is called with a not-increasing spec + * version! + **/ setCodeWithoutChecks: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Set the number of pages in the WebAssembly environment's heap. */ + /** + * Set the number of pages in the WebAssembly environment's heap. + **/ setHeapPages: AugmentedSubmittable< (pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u64] >; - /** Set some items of storage. */ + /** + * Set some items of storage. + **/ setStorage: AugmentedSubmittable< ( items: @@ -4024,7 +4281,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec>] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; timestamp: { @@ -4039,21 +4298,23 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _None_. * - * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware that - * changing the complexity of this call could result exhausting the resources in a block to - * execute any other calls. + * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware + * that changing the complexity of this call could result exhausting the resources in a + * block to execute any other calls. * * ## Complexity - * * - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`) - * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in `on_finalize`) + * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in + * `on_finalize`) * - 1 event handler `on_timestamp_set`. Must be `O(1)`. - */ + **/ set: AugmentedSubmittable< (now: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; treasury: { @@ -4066,19 +4327,18 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Details * - * The status check is a prerequisite for retrying a failed payout. If a spend has either - * succeeded or expired, it is removed from the storage by this function. In such instances, - * transaction fees are refunded. + * The status check is a prerequisite for retrying a failed payout. + * If a spend has either succeeded or expired, it is removed from the storage by this + * function. In such instances, transaction fees are refunded. * * ### Parameters - * * - `index`: The spend index. * * ## Events * - * Emits [`Event::PaymentFailed`] if the spend payout has failed. Emits - * [`Event::SpendProcessed`] if the spend payout has succeed. - */ + * Emits [`Event::PaymentFailed`] if the spend payout has failed. + * Emits [`Event::SpendProcessed`] if the spend payout has succeed. + **/ checkStatus: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -4093,18 +4353,17 @@ declare module "@polkadot/api-base/types/submittable" { * ## Details * * Spends must be claimed within some temporal bounds. A spend may be claimed within one - * [`Config::PayoutPeriod`] from the `valid_from` block. In case of a payout failure, the - * spend status must be updated with the `check_status` dispatchable before retrying with the - * current function. + * [`Config::PayoutPeriod`] from the `valid_from` block. + * In case of a payout failure, the spend status must be updated with the `check_status` + * dispatchable before retrying with the current function. * * ### Parameters - * * - `index`: The spend index. * * ## Events * * Emits [`Event::Paid`] if successful. - */ + **/ payout: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -4121,19 +4380,17 @@ declare module "@polkadot/api-base/types/submittable" { * The original deposit will no longer be returned. * * ### Parameters - * * - `proposal_id`: The index of a proposal * * ### Complexity - * * - O(A) where `A` is the number of approvals * * ### Errors - * - * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the approval - * queue, i.e., the proposal has not been approved. This could also mean the proposal does - * not exist altogether, thus there is no way it would have been approved in the first place. - */ + * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the + * approval queue, i.e., the proposal has not been approved. This could also mean the + * proposal does not exist altogether, thus there is no way it would have been approved + * in the first place. + **/ removeApproval: AugmentedSubmittable< (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -4143,9 +4400,9 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount` of - * `asset_kind` in the native asset. The amount of `asset_kind` is converted for assertion - * using the [`Config::BalanceConverter`]. + * Must be [`Config::SpendOrigin`] with the `Success` value being at least + * `amount` of `asset_kind` in the native asset. The amount of `asset_kind` is converted + * for assertion using the [`Config::BalanceConverter`]. * * ## Details * @@ -4154,18 +4411,18 @@ declare module "@polkadot/api-base/types/submittable" { * the [`Config::PayoutPeriod`]. * * ### Parameters - * * - `asset_kind`: An indicator of the specific asset class to be spent. * - `amount`: The amount to be transferred from the treasury to the `beneficiary`. * - `beneficiary`: The beneficiary of the spend. - * - `valid_from`: The block number from which the spend can be claimed. It can refer to the - * past if the resulting spend has not yet expired according to the - * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after approval. + * - `valid_from`: The block number from which the spend can be claimed. It can refer to + * the past if the resulting spend has not yet expired according to the + * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after + * approval. * * ## Events * * Emits [`Event::AssetSpendApproved`] if successful. - */ + **/ spend: AugmentedSubmittable< ( assetKind: Null | null, @@ -4183,18 +4440,17 @@ declare module "@polkadot/api-base/types/submittable" { * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount`. * * ### Details - * - * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the beneficiary. + * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the + * beneficiary. * * ### Parameters - * * - `amount`: The amount to be transferred from the treasury to the `beneficiary`. * - `beneficiary`: The destination account for the transfer. * * ## Events * * Emits [`Event::SpendApproved`] if successful. - */ + **/ spendLocal: AugmentedSubmittable< ( amount: Compact | AnyNumber | Uint8Array, @@ -4214,18 +4470,19 @@ declare module "@polkadot/api-base/types/submittable" { * A spend void is only possible if the payout has not been attempted yet. * * ### Parameters - * * - `index`: The spend index. * * ## Events * * Emits [`Event::AssetSpendVoided`] if successful. - */ + **/ voidSpend: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; treasuryCouncilCollective: { @@ -4234,27 +4491,27 @@ declare module "@polkadot/api-base/types/submittable" { * * May be called by any signed account in order to finish voting and close the proposal. * - * If called before the end of the voting period it will only close the vote if it is has - * enough votes to be approved or disapproved. + * If called before the end of the voting period it will only close the vote if it is + * has enough votes to be approved or disapproved. * - * If called after the end of the voting period abstentions are counted as rejections unless - * there is a prime member set and the prime member cast an approval. + * If called after the end of the voting period abstentions are counted as rejections + * unless there is a prime member set and the prime member cast an approval. * - * If the close operation completes successfully with disapproval, the transaction fee will be - * waived. Otherwise execution of the approved operation will be charged to the caller. + * If the close operation completes successfully with disapproval, the transaction fee will + * be waived. Otherwise execution of the approved operation will be charged to the caller. * - * - `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed proposal. - * - `length_bound`: The upper bound for the length of the proposal in storage. Checked via - * `storage::read` so it is `size_of::() === 4` larger than the pure length. + * + `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed + * proposal. + * + `length_bound`: The upper bound for the length of the proposal in storage. Checked via + * `storage::read` so it is `size_of::() == 4` larger than the pure length. * * ## Complexity - * * - `O(B + M + P1 + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) * - `P1` is the complexity of `proposal` preimage. * - `P2` is proposal-count (code-bounded) - */ + **/ close: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, @@ -4269,18 +4526,17 @@ declare module "@polkadot/api-base/types/submittable" { [H256, Compact, SpWeightsWeightV2Weight, Compact] >; /** - * Disapprove a proposal, close, and remove it from the system, regardless of its current state. + * Disapprove a proposal, close, and remove it from the system, regardless of its current + * state. * * Must be called by the Root origin. * * Parameters: - * - * - `proposal_hash`: The hash of the proposal that should be disapproved. + * * `proposal_hash`: The hash of the proposal that should be disapproved. * * ## Complexity - * * O(P) where P is the number of max proposals - */ + **/ disapproveProposal: AugmentedSubmittable< (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -4291,12 +4547,11 @@ declare module "@polkadot/api-base/types/submittable" { * Origin must be a member of the collective. * * ## Complexity: - * * - `O(B + M + P)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` members-count (code-bounded) * - `P` complexity of dispatching `proposal` - */ + **/ execute: AugmentedSubmittable< ( proposal: Call | IMethod | string | Uint8Array, @@ -4309,18 +4564,17 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be member. * - * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) or put up - * for voting. + * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) + * or put up for voting. * * ## Complexity - * * - `O(B + M + P1)` or `O(B + M + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) - * - Branching is influenced by `threshold` where: + * - branching is influenced by `threshold` where: * - `P1` is proposal execution complexity (`threshold < 2`) * - `P2` is proposals-count (code-bounded) (`threshold >= 2`) - */ + **/ propose: AugmentedSubmittable< ( threshold: Compact | AnyNumber | Uint8Array, @@ -4334,27 +4588,27 @@ declare module "@polkadot/api-base/types/submittable" { * * - `new_members`: The new member list. Be nice to the chain and provide it sorted. * - `prime`: The prime member whose vote sets the default. - * - `old_count`: The upper bound for the previous number of members in storage. Used for weight - * estimation. + * - `old_count`: The upper bound for the previous number of members in storage. Used for + * weight estimation. * * The dispatch of this call must be `SetMembersOrigin`. * - * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but the - * weight estimations rely on it to estimate dispatchable weight. + * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but + * the weight estimations rely on it to estimate dispatchable weight. * * # WARNING: * * The `pallet-collective` can also be managed by logic outside of the pallet through the - * implementation of the trait [`ChangeMembers`]. Any call to `set_members` must be careful - * that the member set doesn't get out of sync with other logic managing the member set. + * implementation of the trait [`ChangeMembers`]. + * Any call to `set_members` must be careful that the member set doesn't get out of sync + * with other logic managing the member set. * * ## Complexity: - * * - `O(MP + N)` where: * - `M` old-members-count (code- and governance-bounded) * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) - */ + **/ setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], @@ -4368,13 +4622,12 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be a member. * - * Transaction fees will be waived if the member is voting on any particular proposal for the - * first time and the call is successful. Subsequent vote changes will charge a fee. - * + * Transaction fees will be waived if the member is voting on any particular proposal + * for the first time and the call is successful. Subsequent vote changes will charge a + * fee. * ## Complexity - * * - `O(M)` where `M` is members-count (code- and governance-bounded) - */ + **/ vote: AugmentedSubmittable< ( proposal: H256 | string | Uint8Array, @@ -4383,25 +4636,27 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, Compact, bool] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; utility: { /** * Send a call through an indexed pseudonym of the sender. * - * Filter from origin are passed along. The call will be dispatched with an origin which use - * the same filter as the origin of this call. + * Filter from origin are passed along. The call will be dispatched with an origin which + * use the same filter as the origin of this call. * - * NOTE: If you need to ensure that any account-based filtering is not honored (i.e. because - * you expect `proxy` to have been used prior in the call stack and you do not want the call - * restrictions to apply to any sub-accounts), then use `as_multi_threshold_1` in the Multisig - * pallet instead. + * NOTE: If you need to ensure that any account-based filtering is not honored (i.e. + * because you expect `proxy` to have been used prior in the call stack and you do not want + * the call restrictions to apply to any sub-accounts), then use `as_multi_threshold_1` + * in the Multisig pallet instead. * * NOTE: Prior to version *12, this was called `as_limited_sub`. * * The dispatch origin for this call must be _Signed_. - */ + **/ asDerivative: AugmentedSubmittable< ( index: u16 | AnyNumber | Uint8Array, @@ -4415,20 +4670,20 @@ declare module "@polkadot/api-base/types/submittable" { * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatched without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. * - * This will return `Ok` in all circumstances. To determine the success of the batch, an event - * is deposited. If a call failed and the batch was interrupted, then the `BatchInterrupted` - * event is deposited, along with the number of successful calls made and the error of the - * failed call. If all were successful, then the `BatchCompleted` event is deposited. - */ + * This will return `Ok` in all circumstances. To determine the success of the batch, an + * event is deposited. If a call failed and the batch was interrupted, then the + * `BatchInterrupted` event is deposited, along with the number of successful calls made + * and the error of the failed call. If all were successful, then the `BatchCompleted` + * event is deposited. + **/ batch: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4436,21 +4691,20 @@ declare module "@polkadot/api-base/types/submittable" { [Vec] >; /** - * Send a batch of dispatch calls and atomically execute them. The whole transaction will - * rollback and fail if any of the calls failed. + * Send a batch of dispatch calls and atomically execute them. + * The whole transaction will rollback and fail if any of the calls failed. * * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatched without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. - */ + **/ batchAll: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4463,9 +4717,8 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Root_. * * ## Complexity - * * - O(1). - */ + **/ dispatchAs: AugmentedSubmittable< ( asOrigin: @@ -4486,20 +4739,20 @@ declare module "@polkadot/api-base/types/submittable" { [MoonbaseRuntimeOriginCaller, Call] >; /** - * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. + * Send a batch of dispatch calls. + * Unlike `batch`, it allows errors and won't interrupt. * * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatch without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. - */ + **/ forceBatch: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4509,11 +4762,11 @@ declare module "@polkadot/api-base/types/submittable" { /** * Dispatch a function call with a specified weight. * - * This function does not check the weight of the call, and instead allows the Root origin to - * specify the weight of the call. + * This function does not check the weight of the call, and instead allows the + * Root origin to specify the weight of the call. * * The dispatch origin for this call must be _Root_. - */ + **/ withWeight: AugmentedSubmittable< ( call: Call | IMethod | string | Uint8Array, @@ -4521,7 +4774,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Call, SpWeightsWeightV2Weight] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; whitelist: { @@ -4549,7 +4804,9 @@ declare module "@polkadot/api-base/types/submittable" { (callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; xcmpQueue: { @@ -4559,60 +4816,64 @@ declare module "@polkadot/api-base/types/submittable" { * Note that this function doesn't change the status of the in/out bound channels. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ resumeXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ suspendXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Overwrites the number of pages which must be in the queue after which we drop any further - * messages from the channel. + * Overwrites the number of pages which must be in the queue after which we drop any + * further messages from the channel. * * - `origin`: Must pass `Root`. * - `new`: Desired value for `QueueConfigData.drop_threshold` - */ + **/ updateDropThreshold: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Overwrites the number of pages which the queue must be reduced to before it signals that - * message sending may recommence after it has been suspended. + * Overwrites the number of pages which the queue must be reduced to before it signals + * that message sending may recommence after it has been suspended. * * - `origin`: Must pass `Root`. * - `new`: Desired value for `QueueConfigData.resume_threshold` - */ + **/ updateResumeThreshold: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Overwrites the number of pages which must be in the queue for the other side to be told to - * suspend their sending. + * Overwrites the number of pages which must be in the queue for the other side to be + * told to suspend their sending. * * - `origin`: Must pass `Root`. * - `new`: Desired value for `QueueConfigData.suspend_value` - */ + **/ updateSuspendThreshold: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; xcmTransactor: { /** * De-Register a derivative index. This prevents an account to use a derivative address * (represented by an index) from our of our sovereign accounts anymore - */ + **/ deregister: AugmentedSubmittable< (index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] >; - /** Manage HRMP operations */ + /** + * Manage HRMP operations + **/ hrmpManage: AugmentedSubmittable< ( action: @@ -4641,14 +4902,15 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Register a derivative index for an account id. Dispatchable by DerivativeAddressRegistrationOrigin + * Register a derivative index for an account id. Dispatchable by + * DerivativeAddressRegistrationOrigin * - * We do not store the derivative address, but only the index. We do not need to store the - * derivative address to issue calls, only the index is enough + * We do not store the derivative address, but only the index. We do not need to store + * the derivative address to issue calls, only the index is enough * - * For now an index is registered for all possible destinations and not per-destination. We - * can change this in the future although it would just make things more complicated - */ + * For now an index is registered for all possible destinations and not per-destination. + * We can change this in the future although it would just make things more complicated + **/ register: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -4656,7 +4918,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u16] >; - /** Remove the fee per second of an asset on its reserve chain */ + /** + * Remove the fee per second of an asset on its reserve chain + **/ removeFeePerSecond: AugmentedSubmittable< ( assetLocation: @@ -4669,7 +4933,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation] >; - /** Remove the transact info of a location */ + /** + * Remove the transact info of a location + **/ removeTransactInfo: AugmentedSubmittable< ( location: @@ -4682,7 +4948,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation] >; - /** Set the fee per second of an asset on its reserve chain */ + /** + * Set the fee per second of an asset on its reserve chain + **/ setFeePerSecond: AugmentedSubmittable< ( assetLocation: @@ -4696,7 +4964,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation, u128] >; - /** Change the transact info of a location */ + /** + * Change the transact info of a location + **/ setTransactInfo: AugmentedSubmittable< ( location: @@ -4732,12 +5002,12 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the inner call through a derivative account in a destination chain, using - * 'fee_location' to pay for the fees. This fee_location is given as a multilocation + * Transact the inner call through a derivative account in a destination chain, + * using 'fee_location' to pay for the fees. This fee_location is given as a multilocation * - * The caller needs to have the index registered in this pallet. The fee multiasset needs to - * be a reserve asset for the destination transactor::multilocation. - */ + * The caller needs to have the index registered in this pallet. The fee multiasset needs + * to be a reserve asset for the destination transactor::multilocation. + **/ transactThroughDerivative: AugmentedSubmittable< ( dest: MoonbaseRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, @@ -4765,12 +5035,12 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the call through the a signed origin in this chain that should be converted to a - * transaction dispatch account in the destination chain by any method implemented in the - * destination chains runtime + * Transact the call through the a signed origin in this chain + * that should be converted to a transaction dispatch account in the destination chain + * by any method implemented in the destination chains runtime * * This time we are giving the currency as a currencyId instead of multilocation - */ + **/ transactThroughSigned: AugmentedSubmittable< ( dest: @@ -4802,10 +5072,11 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the call through the sovereign account in a destination chain, 'fee_payer' pays for the fee + * Transact the call through the sovereign account in a destination chain, + * 'fee_payer' pays for the fee * * SovereignAccountDispatcherOrigin callable only - */ + **/ transactThroughSovereign: AugmentedSubmittable< ( dest: @@ -4847,7 +5118,9 @@ declare module "@polkadot/api-base/types/submittable" { bool ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; xcmWeightTrader: { @@ -4883,7 +5156,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [StagingXcmV4Location] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; } // AugmentedSubmittables diff --git a/typescript-api/src/moonbase/interfaces/lookup.ts b/typescript-api/src/moonbase/interfaces/lookup.ts index 96c203ab25..90f6f38905 100644 --- a/typescript-api/src/moonbase/interfaces/lookup.ts +++ b/typescript-api/src/moonbase/interfaces/lookup.ts @@ -4,7 +4,9 @@ /* eslint-disable sort-keys */ export default { - /** Lookup3: frame_system::AccountInfo> */ + /** + * Lookup3: frame_system::AccountInfo> + **/ FrameSystemAccountInfo: { nonce: "u32", consumers: "u32", @@ -12,29 +14,39 @@ export default { sufficients: "u32", data: "PalletBalancesAccountData" }, - /** Lookup5: pallet_balances::types::AccountData */ + /** + * Lookup5: pallet_balances::types::AccountData + **/ PalletBalancesAccountData: { free: "u128", reserved: "u128", frozen: "u128", flags: "u128" }, - /** Lookup9: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup9: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassWeight: { normal: "SpWeightsWeightV2Weight", operational: "SpWeightsWeightV2Weight", mandatory: "SpWeightsWeightV2Weight" }, - /** Lookup10: sp_weights::weight_v2::Weight */ + /** + * Lookup10: sp_weights::weight_v2::Weight + **/ SpWeightsWeightV2Weight: { refTime: "Compact", proofSize: "Compact" }, - /** Lookup16: sp_runtime::generic::digest::Digest */ + /** + * Lookup16: sp_runtime::generic::digest::Digest + **/ SpRuntimeDigest: { logs: "Vec" }, - /** Lookup18: sp_runtime::generic::digest::DigestItem */ + /** + * Lookup18: sp_runtime::generic::digest::DigestItem + **/ SpRuntimeDigestDigestItem: { _enum: { Other: "Bytes", @@ -48,13 +60,17 @@ export default { RuntimeEnvironmentUpdated: "Null" } }, - /** Lookup21: frame_system::EventRecord */ + /** + * Lookup21: frame_system::EventRecord + **/ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", topics: "Vec" }, - /** Lookup23: frame_system::pallet::Event */ + /** + * Lookup23: frame_system::pallet::Event + **/ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { @@ -84,21 +100,29 @@ export default { } } }, - /** Lookup24: frame_support::dispatch::DispatchInfo */ + /** + * Lookup24: frame_support::dispatch::DispatchInfo + **/ FrameSupportDispatchDispatchInfo: { weight: "SpWeightsWeightV2Weight", class: "FrameSupportDispatchDispatchClass", paysFee: "FrameSupportDispatchPays" }, - /** Lookup25: frame_support::dispatch::DispatchClass */ + /** + * Lookup25: frame_support::dispatch::DispatchClass + **/ FrameSupportDispatchDispatchClass: { _enum: ["Normal", "Operational", "Mandatory"] }, - /** Lookup26: frame_support::dispatch::Pays */ + /** + * Lookup26: frame_support::dispatch::Pays + **/ FrameSupportDispatchPays: { _enum: ["Yes", "No"] }, - /** Lookup27: sp_runtime::DispatchError */ + /** + * Lookup27: sp_runtime::DispatchError + **/ SpRuntimeDispatchError: { _enum: { Other: "Null", @@ -117,12 +141,16 @@ export default { RootNotAllowed: "Null" } }, - /** Lookup28: sp_runtime::ModuleError */ + /** + * Lookup28: sp_runtime::ModuleError + **/ SpRuntimeModuleError: { index: "u8", error: "[u8;4]" }, - /** Lookup29: sp_runtime::TokenError */ + /** + * Lookup29: sp_runtime::TokenError + **/ SpRuntimeTokenError: { _enum: [ "FundsUnavailable", @@ -137,15 +165,21 @@ export default { "Blocked" ] }, - /** Lookup30: sp_arithmetic::ArithmeticError */ + /** + * Lookup30: sp_arithmetic::ArithmeticError + **/ SpArithmeticArithmeticError: { _enum: ["Underflow", "Overflow", "DivisionByZero"] }, - /** Lookup31: sp_runtime::TransactionalError */ + /** + * Lookup31: sp_runtime::TransactionalError + **/ SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"] }, - /** Lookup32: pallet_utility::pallet::Event */ + /** + * Lookup32: pallet_utility::pallet::Event + **/ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -163,7 +197,9 @@ export default { } } }, - /** Lookup35: pallet_balances::pallet::Event */ + /** + * Lookup35: pallet_balances::pallet::Event + **/ PalletBalancesEvent: { _enum: { Endowed: { @@ -259,11 +295,15 @@ export default { } } }, - /** Lookup36: frame_support::traits::tokens::misc::BalanceStatus */ + /** + * Lookup36: frame_support::traits::tokens::misc::BalanceStatus + **/ FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"] }, - /** Lookup37: pallet_sudo::pallet::Event */ + /** + * Lookup37: pallet_sudo::pallet::Event + **/ PalletSudoEvent: { _enum: { Sudid: { @@ -282,7 +322,9 @@ export default { } } }, - /** Lookup39: cumulus_pallet_parachain_system::pallet::Event */ + /** + * Lookup39: cumulus_pallet_parachain_system::pallet::Event + **/ CumulusPalletParachainSystemEvent: { _enum: { ValidationFunctionStored: "Null", @@ -302,7 +344,9 @@ export default { } } }, - /** Lookup41: pallet_transaction_payment::pallet::Event */ + /** + * Lookup41: pallet_transaction_payment::pallet::Event + **/ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { @@ -312,7 +356,9 @@ export default { } } }, - /** Lookup42: pallet_evm::pallet::Event */ + /** + * Lookup42: pallet_evm::pallet::Event + **/ PalletEvmEvent: { _enum: { Log: { @@ -332,13 +378,17 @@ export default { } } }, - /** Lookup43: ethereum::log::Log */ + /** + * Lookup43: ethereum::log::Log + **/ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes" }, - /** Lookup46: pallet_ethereum::pallet::Event */ + /** + * Lookup46: pallet_ethereum::pallet::Event + **/ PalletEthereumEvent: { _enum: { Executed: { @@ -350,7 +400,9 @@ export default { } } }, - /** Lookup47: evm_core::error::ExitReason */ + /** + * Lookup47: evm_core::error::ExitReason + **/ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -359,11 +411,15 @@ export default { Fatal: "EvmCoreErrorExitFatal" } }, - /** Lookup48: evm_core::error::ExitSucceed */ + /** + * Lookup48: evm_core::error::ExitSucceed + **/ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"] }, - /** Lookup49: evm_core::error::ExitError */ + /** + * Lookup49: evm_core::error::ExitError + **/ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -384,11 +440,15 @@ export default { InvalidCode: "u8" } }, - /** Lookup53: evm_core::error::ExitRevert */ + /** + * Lookup53: evm_core::error::ExitRevert + **/ EvmCoreErrorExitRevert: { _enum: ["Reverted"] }, - /** Lookup54: evm_core::error::ExitFatal */ + /** + * Lookup54: evm_core::error::ExitFatal + **/ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -397,7 +457,9 @@ export default { Other: "Text" } }, - /** Lookup55: pallet_parachain_staking::pallet::Event */ + /** + * Lookup55: pallet_parachain_staking::pallet::Event + **/ PalletParachainStakingEvent: { _enum: { NewRound: { @@ -586,19 +648,25 @@ export default { } } }, - /** Lookup56: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ + /** + * Lookup56: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest + **/ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, - /** Lookup57: pallet_parachain_staking::delegation_requests::DelegationAction */ + /** + * Lookup57: pallet_parachain_staking::delegation_requests::DelegationAction + **/ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128" } }, - /** Lookup58: pallet_parachain_staking::types::DelegatorAdded */ + /** + * Lookup58: pallet_parachain_staking::types::DelegatorAdded + **/ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { @@ -608,19 +676,19 @@ export default { } }, /** - * Lookup60: - * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) - */ + * Lookup60: pallet_parachain_staking::types::InflationDistributionConfig + **/ PalletParachainStakingInflationDistributionConfig: "[Lookup62;2]", /** - * Lookup62: - * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) - */ + * Lookup62: pallet_parachain_staking::types::InflationDistributionAccount + **/ PalletParachainStakingInflationDistributionAccount: { account: "AccountId20", percent: "Percent" }, - /** Lookup64: pallet_scheduler::pallet::Event */ + /** + * Lookup64: pallet_scheduler::pallet::Event + **/ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -664,7 +732,9 @@ export default { } } }, - /** Lookup66: pallet_treasury::pallet::Event */ + /** + * Lookup66: pallet_treasury::pallet::Event + **/ PalletTreasuryEvent: { _enum: { Spending: { @@ -717,13 +787,17 @@ export default { } } }, - /** Lookup67: pallet_author_slot_filter::pallet::Event */ + /** + * Lookup67: pallet_author_slot_filter::pallet::Event + **/ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32" } }, - /** Lookup69: pallet_crowdloan_rewards::pallet::Event */ + /** + * Lookup69: pallet_crowdloan_rewards::pallet::Event + **/ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -734,7 +808,9 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)" } }, - /** Lookup70: pallet_author_mapping::pallet::Event */ + /** + * Lookup70: pallet_author_mapping::pallet::Event + **/ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -760,11 +836,17 @@ export default { } } }, - /** Lookup71: nimbus_primitives::nimbus_crypto::Public */ + /** + * Lookup71: nimbus_primitives::nimbus_crypto::Public + **/ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup72: session_keys_primitives::vrf::vrf_crypto::Public */ + /** + * Lookup72: session_keys_primitives::vrf::vrf_crypto::Public + **/ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup73: pallet_proxy::pallet::Event */ + /** + * Lookup73: pallet_proxy::pallet::Event + **/ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -795,7 +877,9 @@ export default { } } }, - /** Lookup74: moonbase_runtime::ProxyType */ + /** + * Lookup74: moonbase_runtime::ProxyType + **/ MoonbaseRuntimeProxyType: { _enum: [ "Any", @@ -808,7 +892,9 @@ export default { "IdentityJudgement" ] }, - /** Lookup76: pallet_maintenance_mode::pallet::Event */ + /** + * Lookup76: pallet_maintenance_mode::pallet::Event + **/ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -821,7 +907,9 @@ export default { } } }, - /** Lookup77: pallet_identity::pallet::Event */ + /** + * Lookup77: pallet_identity::pallet::Event + **/ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -893,7 +981,9 @@ export default { } } }, - /** Lookup79: cumulus_pallet_xcmp_queue::pallet::Event */ + /** + * Lookup79: cumulus_pallet_xcmp_queue::pallet::Event + **/ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -901,7 +991,9 @@ export default { } } }, - /** Lookup80: cumulus_pallet_xcm::pallet::Event */ + /** + * Lookup80: cumulus_pallet_xcm::pallet::Event + **/ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -909,7 +1001,9 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)" } }, - /** Lookup81: staging_xcm::v4::traits::Outcome */ + /** + * Lookup81: staging_xcm::v4::traits::Outcome + **/ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -924,7 +1018,9 @@ export default { } } }, - /** Lookup82: xcm::v3::traits::Error */ + /** + * Lookup82: xcm::v3::traits::Error + **/ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -969,7 +1065,9 @@ export default { ExceedsStackLimit: "Null" } }, - /** Lookup83: pallet_xcm::pallet::Event */ + /** + * Lookup83: pallet_xcm::pallet::Event + **/ PalletXcmEvent: { _enum: { Attempted: { @@ -1092,12 +1190,16 @@ export default { } } }, - /** Lookup84: staging_xcm::v4::location::Location */ + /** + * Lookup84: staging_xcm::v4::location::Location + **/ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions" }, - /** Lookup85: staging_xcm::v4::junctions::Junctions */ + /** + * Lookup85: staging_xcm::v4::junctions::Junctions + **/ StagingXcmV4Junctions: { _enum: { Here: "Null", @@ -1111,7 +1213,9 @@ export default { X8: "[Lookup87;8]" } }, - /** Lookup87: staging_xcm::v4::junction::Junction */ + /** + * Lookup87: staging_xcm::v4::junction::Junction + **/ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1141,7 +1245,9 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId" } }, - /** Lookup90: staging_xcm::v4::junction::NetworkId */ + /** + * Lookup90: staging_xcm::v4::junction::NetworkId + **/ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1162,7 +1268,9 @@ export default { PolkadotBulletin: "Null" } }, - /** Lookup92: xcm::v3::junction::BodyId */ + /** + * Lookup92: xcm::v3::junction::BodyId + **/ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1177,7 +1285,9 @@ export default { Treasury: "Null" } }, - /** Lookup93: xcm::v3::junction::BodyPart */ + /** + * Lookup93: xcm::v3::junction::BodyPart + **/ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1198,9 +1308,13 @@ export default { } } }, - /** Lookup101: staging_xcm::v4::Xcm */ + /** + * Lookup101: staging_xcm::v4::Xcm + **/ StagingXcmV4Xcm: "Vec", - /** Lookup103: staging_xcm::v4::Instruction */ + /** + * Lookup103: staging_xcm::v4::Instruction + **/ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -1340,23 +1454,33 @@ export default { } } }, - /** Lookup104: staging_xcm::v4::asset::Assets */ + /** + * Lookup104: staging_xcm::v4::asset::Assets + **/ StagingXcmV4AssetAssets: "Vec", - /** Lookup106: staging_xcm::v4::asset::Asset */ + /** + * Lookup106: staging_xcm::v4::asset::Asset + **/ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility" }, - /** Lookup107: staging_xcm::v4::asset::AssetId */ + /** + * Lookup107: staging_xcm::v4::asset::AssetId + **/ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup108: staging_xcm::v4::asset::Fungibility */ + /** + * Lookup108: staging_xcm::v4::asset::Fungibility + **/ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance" } }, - /** Lookup109: staging_xcm::v4::asset::AssetInstance */ + /** + * Lookup109: staging_xcm::v4::asset::AssetInstance + **/ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -1367,7 +1491,9 @@ export default { Array32: "[u8;32]" } }, - /** Lookup112: staging_xcm::v4::Response */ + /** + * Lookup112: staging_xcm::v4::Response + **/ StagingXcmV4Response: { _enum: { Null: "Null", @@ -1378,7 +1504,9 @@ export default { DispatchResult: "XcmV3MaybeErrorCode" } }, - /** Lookup116: staging_xcm::v4::PalletInfo */ + /** + * Lookup116: staging_xcm::v4::PalletInfo + **/ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -1387,7 +1515,9 @@ export default { minor: "Compact", patch: "Compact" }, - /** Lookup119: xcm::v3::MaybeErrorCode */ + /** + * Lookup119: xcm::v3::MaybeErrorCode + **/ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -1395,28 +1525,38 @@ export default { TruncatedError: "Bytes" } }, - /** Lookup122: xcm::v3::OriginKind */ + /** + * Lookup122: xcm::v3::OriginKind + **/ XcmV3OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"] }, - /** Lookup123: xcm::double_encoded::DoubleEncoded */ + /** + * Lookup123: xcm::double_encoded::DoubleEncoded + **/ XcmDoubleEncoded: { encoded: "Bytes" }, - /** Lookup124: staging_xcm::v4::QueryResponseInfo */ + /** + * Lookup124: staging_xcm::v4::QueryResponseInfo + **/ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight" }, - /** Lookup125: staging_xcm::v4::asset::AssetFilter */ + /** + * Lookup125: staging_xcm::v4::asset::AssetFilter + **/ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset" } }, - /** Lookup126: staging_xcm::v4::asset::WildAsset */ + /** + * Lookup126: staging_xcm::v4::asset::WildAsset + **/ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -1432,18 +1572,24 @@ export default { } } }, - /** Lookup127: staging_xcm::v4::asset::WildFungibility */ + /** + * Lookup127: staging_xcm::v4::asset::WildFungibility + **/ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup128: xcm::v3::WeightLimit */ + /** + * Lookup128: xcm::v3::WeightLimit + **/ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight" } }, - /** Lookup129: xcm::VersionedAssets */ + /** + * Lookup129: xcm::VersionedAssets + **/ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -1453,26 +1599,36 @@ export default { V4: "StagingXcmV4AssetAssets" } }, - /** Lookup130: xcm::v2::multiasset::MultiAssets */ + /** + * Lookup130: xcm::v2::multiasset::MultiAssets + **/ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup132: xcm::v2::multiasset::MultiAsset */ + /** + * Lookup132: xcm::v2::multiasset::MultiAsset + **/ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility" }, - /** Lookup133: xcm::v2::multiasset::AssetId */ + /** + * Lookup133: xcm::v2::multiasset::AssetId + **/ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes" } }, - /** Lookup134: xcm::v2::multilocation::MultiLocation */ + /** + * Lookup134: xcm::v2::multilocation::MultiLocation + **/ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions" }, - /** Lookup135: xcm::v2::multilocation::Junctions */ + /** + * Lookup135: xcm::v2::multilocation::Junctions + **/ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -1486,7 +1642,9 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)" } }, - /** Lookup136: xcm::v2::junction::Junction */ + /** + * Lookup136: xcm::v2::junction::Junction + **/ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -1512,7 +1670,9 @@ export default { } } }, - /** Lookup137: xcm::v2::NetworkId */ + /** + * Lookup137: xcm::v2::NetworkId + **/ XcmV2NetworkId: { _enum: { Any: "Null", @@ -1521,7 +1681,9 @@ export default { Kusama: "Null" } }, - /** Lookup139: xcm::v2::BodyId */ + /** + * Lookup139: xcm::v2::BodyId + **/ XcmV2BodyId: { _enum: { Unit: "Null", @@ -1536,7 +1698,9 @@ export default { Treasury: "Null" } }, - /** Lookup140: xcm::v2::BodyPart */ + /** + * Lookup140: xcm::v2::BodyPart + **/ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -1557,14 +1721,18 @@ export default { } } }, - /** Lookup141: xcm::v2::multiasset::Fungibility */ + /** + * Lookup141: xcm::v2::multiasset::Fungibility + **/ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance" } }, - /** Lookup142: xcm::v2::multiasset::AssetInstance */ + /** + * Lookup142: xcm::v2::multiasset::AssetInstance + **/ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -1576,26 +1744,36 @@ export default { Blob: "Bytes" } }, - /** Lookup143: xcm::v3::multiasset::MultiAssets */ + /** + * Lookup143: xcm::v3::multiasset::MultiAssets + **/ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup145: xcm::v3::multiasset::MultiAsset */ + /** + * Lookup145: xcm::v3::multiasset::MultiAsset + **/ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility" }, - /** Lookup146: xcm::v3::multiasset::AssetId */ + /** + * Lookup146: xcm::v3::multiasset::AssetId + **/ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]" } }, - /** Lookup147: staging_xcm::v3::multilocation::MultiLocation */ + /** + * Lookup147: staging_xcm::v3::multilocation::MultiLocation + **/ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions" }, - /** Lookup148: xcm::v3::junctions::Junctions */ + /** + * Lookup148: xcm::v3::junctions::Junctions + **/ XcmV3Junctions: { _enum: { Here: "Null", @@ -1609,7 +1787,9 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)" } }, - /** Lookup149: xcm::v3::junction::Junction */ + /** + * Lookup149: xcm::v3::junction::Junction + **/ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -1639,7 +1819,9 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId" } }, - /** Lookup151: xcm::v3::junction::NetworkId */ + /** + * Lookup151: xcm::v3::junction::NetworkId + **/ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1660,14 +1842,18 @@ export default { PolkadotBulletin: "Null" } }, - /** Lookup152: xcm::v3::multiasset::Fungibility */ + /** + * Lookup152: xcm::v3::multiasset::Fungibility + **/ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance" } }, - /** Lookup153: xcm::v3::multiasset::AssetInstance */ + /** + * Lookup153: xcm::v3::multiasset::AssetInstance + **/ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -1678,7 +1864,9 @@ export default { Array32: "[u8;32]" } }, - /** Lookup154: xcm::VersionedLocation */ + /** + * Lookup154: xcm::VersionedLocation + **/ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -1688,7 +1876,9 @@ export default { V4: "StagingXcmV4Location" } }, - /** Lookup155: pallet_assets::pallet::Event */ + /** + * Lookup155: pallet_assets::pallet::Event + **/ PalletAssetsEvent: { _enum: { Created: { @@ -1812,7 +2002,9 @@ export default { } } }, - /** Lookup156: pallet_asset_manager::pallet::Event */ + /** + * Lookup156: pallet_asset_manager::pallet::Event + **/ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -1841,20 +2033,26 @@ export default { } } }, - /** Lookup157: moonbase_runtime::xcm_config::AssetType */ + /** + * Lookup157: moonbase_runtime::xcm_config::AssetType + **/ MoonbaseRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation" } }, - /** Lookup158: moonbase_runtime::asset_config::AssetRegistrarMetadata */ + /** + * Lookup158: moonbase_runtime::asset_config::AssetRegistrarMetadata + **/ MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool" }, - /** Lookup159: pallet_migrations::pallet::Event */ + /** + * Lookup159: pallet_migrations::pallet::Event + **/ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -1876,7 +2074,9 @@ export default { } } }, - /** Lookup160: pallet_xcm_transactor::pallet::Event */ + /** + * Lookup160: pallet_xcm_transactor::pallet::Event + **/ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -1924,13 +2124,17 @@ export default { } } }, - /** Lookup161: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** + * Lookup161: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight + **/ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option" }, - /** Lookup163: pallet_xcm_transactor::pallet::HrmpOperation */ + /** + * Lookup163: pallet_xcm_transactor::pallet::HrmpOperation + **/ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -1944,18 +2148,24 @@ export default { } } }, - /** Lookup164: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** + * Lookup164: pallet_xcm_transactor::pallet::HrmpInitParams + **/ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32" }, - /** Lookup166: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** + * Lookup166: polkadot_parachain_primitives::primitives::HrmpChannelId + **/ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32" }, - /** Lookup167: pallet_moonbeam_orbiters::pallet::Event */ + /** + * Lookup167: pallet_moonbeam_orbiters::pallet::Event + **/ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -1984,7 +2194,9 @@ export default { } } }, - /** Lookup168: pallet_ethereum_xcm::pallet::Event */ + /** + * Lookup168: pallet_ethereum_xcm::pallet::Event + **/ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -1993,7 +2205,9 @@ export default { } } }, - /** Lookup169: pallet_randomness::pallet::Event */ + /** + * Lookup169: pallet_randomness::pallet::Event + **/ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -2028,7 +2242,9 @@ export default { } } }, - /** Lookup170: pallet_collective::pallet::Event */ + /** + * Lookup170: pallet_collective::pallet::Event + **/ PalletCollectiveEvent: { _enum: { Proposed: { @@ -2065,14 +2281,18 @@ export default { } } }, - /** Lookup171: pallet_conviction_voting::pallet::Event */ + /** + * Lookup171: pallet_conviction_voting::pallet::Event + **/ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20" } }, - /** Lookup172: pallet_referenda::pallet::Event */ + /** + * Lookup172: pallet_referenda::pallet::Event + **/ PalletReferendaEvent: { _enum: { Submitted: { @@ -2151,9 +2371,8 @@ export default { } }, /** - * Lookup173: frame_support::traits::preimages::Bounded - */ + * Lookup173: frame_support::traits::preimages::Bounded + **/ FrameSupportPreimagesBounded: { _enum: { Legacy: { @@ -2172,7 +2391,9 @@ export default { } } }, - /** Lookup175: frame_system::pallet::Call */ + /** + * Lookup175: frame_system::pallet::Call + **/ FrameSystemCall: { _enum: { remark: { @@ -2215,7 +2436,9 @@ export default { } } }, - /** Lookup179: pallet_utility::pallet::Call */ + /** + * Lookup179: pallet_utility::pallet::Call + **/ PalletUtilityCall: { _enum: { batch: { @@ -2241,7 +2464,9 @@ export default { } } }, - /** Lookup181: moonbase_runtime::OriginCaller */ + /** + * Lookup181: moonbase_runtime::OriginCaller + **/ MoonbaseRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -2293,7 +2518,9 @@ export default { OpenTechCommitteeCollective: "PalletCollectiveRawOrigin" } }, - /** Lookup182: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** + * Lookup182: frame_support::dispatch::RawOrigin + **/ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -2301,33 +2528,43 @@ export default { None: "Null" } }, - /** Lookup183: pallet_ethereum::RawOrigin */ + /** + * Lookup183: pallet_ethereum::RawOrigin + **/ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160" } }, - /** Lookup184: cumulus_pallet_xcm::pallet::Origin */ + /** + * Lookup184: cumulus_pallet_xcm::pallet::Origin + **/ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32" } }, - /** Lookup185: pallet_xcm::pallet::Origin */ + /** + * Lookup185: pallet_xcm::pallet::Origin + **/ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location" } }, - /** Lookup186: pallet_ethereum_xcm::RawOrigin */ + /** + * Lookup186: pallet_ethereum_xcm::RawOrigin + **/ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160" } }, - /** Lookup187: pallet_collective::RawOrigin */ + /** + * Lookup187: pallet_collective::RawOrigin + **/ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -2335,7 +2572,9 @@ export default { _Phantom: "Null" } }, - /** Lookup188: moonbase_runtime::governance::origins::custom_origins::Origin */ + /** + * Lookup188: moonbase_runtime::governance::origins::custom_origins::Origin + **/ MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -2345,9 +2584,13 @@ export default { "FastGeneralAdmin" ] }, - /** Lookup190: sp_core::Void */ + /** + * Lookup190: sp_core::Void + **/ SpCoreVoid: "Null", - /** Lookup191: pallet_timestamp::pallet::Call */ + /** + * Lookup191: pallet_timestamp::pallet::Call + **/ PalletTimestampCall: { _enum: { set: { @@ -2355,7 +2598,9 @@ export default { } } }, - /** Lookup192: pallet_balances::pallet::Call */ + /** + * Lookup192: pallet_balances::pallet::Call + **/ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -2398,11 +2643,15 @@ export default { } } }, - /** Lookup194: pallet_balances::types::AdjustmentDirection */ + /** + * Lookup194: pallet_balances::types::AdjustmentDirection + **/ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"] }, - /** Lookup195: pallet_sudo::pallet::Call */ + /** + * Lookup195: pallet_sudo::pallet::Call + **/ PalletSudoCall: { _enum: { sudo: { @@ -2425,7 +2674,9 @@ export default { remove_key: "Null" } }, - /** Lookup196: cumulus_pallet_parachain_system::pallet::Call */ + /** + * Lookup196: cumulus_pallet_parachain_system::pallet::Call + **/ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -2443,35 +2694,47 @@ export default { } } }, - /** Lookup197: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** + * Lookup197: cumulus_primitives_parachain_inherent::ParachainInherentData + **/ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>" }, - /** Lookup198: polkadot_primitives::v7::PersistedValidationData */ + /** + * Lookup198: polkadot_primitives::v7::PersistedValidationData + **/ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32" }, - /** Lookup200: sp_trie::storage_proof::StorageProof */ + /** + * Lookup200: sp_trie::storage_proof::StorageProof + **/ SpTrieStorageProof: { trieNodes: "BTreeSet" }, - /** Lookup203: polkadot_core_primitives::InboundDownwardMessage */ + /** + * Lookup203: polkadot_core_primitives::InboundDownwardMessage + **/ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes" }, - /** Lookup206: polkadot_core_primitives::InboundHrmpMessage */ + /** + * Lookup206: polkadot_core_primitives::InboundHrmpMessage + **/ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes" }, - /** Lookup209: pallet_evm::pallet::Call */ + /** + * Lookup209: pallet_evm::pallet::Call + **/ PalletEvmCall: { _enum: { withdraw: { @@ -2512,7 +2775,9 @@ export default { } } }, - /** Lookup215: pallet_ethereum::pallet::Call */ + /** + * Lookup215: pallet_ethereum::pallet::Call + **/ PalletEthereumCall: { _enum: { transact: { @@ -2520,7 +2785,9 @@ export default { } } }, - /** Lookup216: ethereum::transaction::TransactionV2 */ + /** + * Lookup216: ethereum::transaction::TransactionV2 + **/ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -2528,7 +2795,9 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction" } }, - /** Lookup217: ethereum::transaction::LegacyTransaction */ + /** + * Lookup217: ethereum::transaction::LegacyTransaction + **/ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -2538,20 +2807,26 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature" }, - /** Lookup218: ethereum::transaction::TransactionAction */ + /** + * Lookup218: ethereum::transaction::TransactionAction + **/ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null" } }, - /** Lookup219: ethereum::transaction::TransactionSignature */ + /** + * Lookup219: ethereum::transaction::TransactionSignature + **/ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256" }, - /** Lookup221: ethereum::transaction::EIP2930Transaction */ + /** + * Lookup221: ethereum::transaction::EIP2930Transaction + **/ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -2565,12 +2840,16 @@ export default { r: "H256", s: "H256" }, - /** Lookup223: ethereum::transaction::AccessListItem */ + /** + * Lookup223: ethereum::transaction::AccessListItem + **/ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec" }, - /** Lookup224: ethereum::transaction::EIP1559Transaction */ + /** + * Lookup224: ethereum::transaction::EIP1559Transaction + **/ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -2585,7 +2864,9 @@ export default { r: "H256", s: "H256" }, - /** Lookup225: pallet_parachain_staking::pallet::Call */ + /** + * Lookup225: pallet_parachain_staking::pallet::Call + **/ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -2721,7 +3002,9 @@ export default { } } }, - /** Lookup228: pallet_scheduler::pallet::Call */ + /** + * Lookup228: pallet_scheduler::pallet::Call + **/ PalletSchedulerCall: { _enum: { schedule: { @@ -2775,7 +3058,9 @@ export default { } } }, - /** Lookup230: pallet_treasury::pallet::Call */ + /** + * Lookup230: pallet_treasury::pallet::Call + **/ PalletTreasuryCall: { _enum: { __Unused0: "Null", @@ -2805,11 +3090,15 @@ export default { } } }, - /** Lookup232: pallet_author_inherent::pallet::Call */ + /** + * Lookup232: pallet_author_inherent::pallet::Call + **/ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"] }, - /** Lookup233: pallet_author_slot_filter::pallet::Call */ + /** + * Lookup233: pallet_author_slot_filter::pallet::Call + **/ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -2820,7 +3109,9 @@ export default { } } }, - /** Lookup234: pallet_crowdloan_rewards::pallet::Call */ + /** + * Lookup234: pallet_crowdloan_rewards::pallet::Call + **/ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2845,7 +3136,9 @@ export default { } } }, - /** Lookup235: sp_runtime::MultiSignature */ + /** + * Lookup235: sp_runtime::MultiSignature + **/ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2853,7 +3146,9 @@ export default { Ecdsa: "[u8;65]" } }, - /** Lookup242: pallet_author_mapping::pallet::Call */ + /** + * Lookup242: pallet_author_mapping::pallet::Call + **/ PalletAuthorMappingCall: { _enum: { add_association: { @@ -2875,7 +3170,9 @@ export default { } } }, - /** Lookup243: pallet_proxy::pallet::Call */ + /** + * Lookup243: pallet_proxy::pallet::Call + **/ PalletProxyCall: { _enum: { proxy: { @@ -2926,11 +3223,15 @@ export default { } } }, - /** Lookup245: pallet_maintenance_mode::pallet::Call */ + /** + * Lookup245: pallet_maintenance_mode::pallet::Call + **/ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"] }, - /** Lookup246: pallet_identity::pallet::Call */ + /** + * Lookup246: pallet_identity::pallet::Call + **/ PalletIdentityCall: { _enum: { add_registrar: { @@ -3013,7 +3314,9 @@ export default { } } }, - /** Lookup247: pallet_identity::legacy::IdentityInfo */ + /** + * Lookup247: pallet_identity::legacy::IdentityInfo + **/ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -3025,7 +3328,9 @@ export default { image: "Data", twitter: "Data" }, - /** Lookup283: pallet_identity::types::Judgement */ + /** + * Lookup283: pallet_identity::types::Judgement + **/ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -3037,9 +3342,13 @@ export default { Erroneous: "Null" } }, - /** Lookup285: account::EthereumSignature */ + /** + * Lookup285: account::EthereumSignature + **/ AccountEthereumSignature: "[u8;65]", - /** Lookup286: cumulus_pallet_xcmp_queue::pallet::Call */ + /** + * Lookup286: cumulus_pallet_xcmp_queue::pallet::Call + **/ CumulusPalletXcmpQueueCall: { _enum: { __Unused0: "Null", @@ -3065,7 +3374,9 @@ export default { } } }, - /** Lookup287: pallet_xcm::pallet::Call */ + /** + * Lookup287: pallet_xcm::pallet::Call + **/ PalletXcmCall: { _enum: { send: { @@ -3140,7 +3451,9 @@ export default { } } }, - /** Lookup288: xcm::VersionedXcm */ + /** + * Lookup288: xcm::VersionedXcm + **/ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -3150,9 +3463,13 @@ export default { V4: "StagingXcmV4Xcm" } }, - /** Lookup289: xcm::v2::Xcm */ + /** + * Lookup289: xcm::v2::Xcm + **/ XcmV2Xcm: "Vec", - /** Lookup291: xcm::v2::Instruction */ + /** + * Lookup291: xcm::v2::Instruction + **/ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -3248,7 +3565,9 @@ export default { UnsubscribeVersion: "Null" } }, - /** Lookup292: xcm::v2::Response */ + /** + * Lookup292: xcm::v2::Response + **/ XcmV2Response: { _enum: { Null: "Null", @@ -3257,7 +3576,9 @@ export default { Version: "u32" } }, - /** Lookup295: xcm::v2::traits::Error */ + /** + * Lookup295: xcm::v2::traits::Error + **/ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -3288,18 +3609,24 @@ export default { WeightNotComputable: "Null" } }, - /** Lookup296: xcm::v2::OriginKind */ + /** + * Lookup296: xcm::v2::OriginKind + **/ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"] }, - /** Lookup297: xcm::v2::multiasset::MultiAssetFilter */ + /** + * Lookup297: xcm::v2::multiasset::MultiAssetFilter + **/ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset" } }, - /** Lookup298: xcm::v2::multiasset::WildMultiAsset */ + /** + * Lookup298: xcm::v2::multiasset::WildMultiAsset + **/ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3309,20 +3636,28 @@ export default { } } }, - /** Lookup299: xcm::v2::multiasset::WildFungibility */ + /** + * Lookup299: xcm::v2::multiasset::WildFungibility + **/ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup300: xcm::v2::WeightLimit */ + /** + * Lookup300: xcm::v2::WeightLimit + **/ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact" } }, - /** Lookup301: xcm::v3::Xcm */ + /** + * Lookup301: xcm::v3::Xcm + **/ XcmV3Xcm: "Vec", - /** Lookup303: xcm::v3::Instruction */ + /** + * Lookup303: xcm::v3::Instruction + **/ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -3462,7 +3797,9 @@ export default { } } }, - /** Lookup304: xcm::v3::Response */ + /** + * Lookup304: xcm::v3::Response + **/ XcmV3Response: { _enum: { Null: "Null", @@ -3473,7 +3810,9 @@ export default { DispatchResult: "XcmV3MaybeErrorCode" } }, - /** Lookup306: xcm::v3::PalletInfo */ + /** + * Lookup306: xcm::v3::PalletInfo + **/ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3482,20 +3821,26 @@ export default { minor: "Compact", patch: "Compact" }, - /** Lookup310: xcm::v3::QueryResponseInfo */ + /** + * Lookup310: xcm::v3::QueryResponseInfo + **/ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight" }, - /** Lookup311: xcm::v3::multiasset::MultiAssetFilter */ + /** + * Lookup311: xcm::v3::multiasset::MultiAssetFilter + **/ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset" } }, - /** Lookup312: xcm::v3::multiasset::WildMultiAsset */ + /** + * Lookup312: xcm::v3::multiasset::WildMultiAsset + **/ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3511,11 +3856,15 @@ export default { } } }, - /** Lookup313: xcm::v3::multiasset::WildFungibility */ + /** + * Lookup313: xcm::v3::multiasset::WildFungibility + **/ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup325: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** + * Lookup325: staging_xcm_executor::traits::asset_transfer::TransferType + **/ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3524,7 +3873,9 @@ export default { RemoteReserve: "XcmVersionedLocation" } }, - /** Lookup326: xcm::VersionedAssetId */ + /** + * Lookup326: xcm::VersionedAssetId + **/ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3534,7 +3885,9 @@ export default { V4: "StagingXcmV4AssetAssetId" } }, - /** Lookup327: pallet_assets::pallet::Call */ + /** + * Lookup327: pallet_assets::pallet::Call + **/ PalletAssetsCall: { _enum: { create: { @@ -3684,7 +4037,9 @@ export default { } } }, - /** Lookup328: pallet_asset_manager::pallet::Call */ + /** + * Lookup328: pallet_asset_manager::pallet::Call + **/ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3711,7 +4066,9 @@ export default { } } }, - /** Lookup329: pallet_xcm_transactor::pallet::Call */ + /** + * Lookup329: pallet_xcm_transactor::pallet::Call + **/ PalletXcmTransactorCall: { _enum: { register: { @@ -3768,16 +4125,22 @@ export default { } } }, - /** Lookup330: moonbase_runtime::xcm_config::Transactors */ + /** + * Lookup330: moonbase_runtime::xcm_config::Transactors + **/ MoonbaseRuntimeXcmConfigTransactors: { _enum: ["Relay"] }, - /** Lookup331: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** + * Lookup331: pallet_xcm_transactor::pallet::CurrencyPayment + **/ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option" }, - /** Lookup332: moonbase_runtime::xcm_config::CurrencyId */ + /** + * Lookup332: moonbase_runtime::xcm_config::CurrencyId + **/ MoonbaseRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", @@ -3787,19 +4150,25 @@ export default { } } }, - /** Lookup333: pallet_xcm_transactor::pallet::Currency */ + /** + * Lookup333: pallet_xcm_transactor::pallet::Currency + **/ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonbaseRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation" } }, - /** Lookup335: pallet_xcm_transactor::pallet::TransactWeights */ + /** + * Lookup335: pallet_xcm_transactor::pallet::TransactWeights + **/ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option" }, - /** Lookup337: pallet_moonbeam_orbiters::pallet::Call */ + /** + * Lookup337: pallet_moonbeam_orbiters::pallet::Call + **/ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -3823,7 +4192,9 @@ export default { } } }, - /** Lookup338: pallet_ethereum_xcm::pallet::Call */ + /** + * Lookup338: pallet_ethereum_xcm::pallet::Call + **/ PalletEthereumXcmCall: { _enum: { transact: { @@ -3842,14 +4213,18 @@ export default { } } }, - /** Lookup339: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** + * Lookup339: xcm_primitives::ethereum_xcm::EthereumXcmTransaction + **/ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2" } }, - /** Lookup340: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** + * Lookup340: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 + **/ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3858,19 +4233,25 @@ export default { input: "Bytes", accessList: "Option)>>" }, - /** Lookup341: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** + * Lookup341: xcm_primitives::ethereum_xcm::EthereumXcmFee + **/ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null" } }, - /** Lookup342: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** + * Lookup342: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee + **/ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option" }, - /** Lookup345: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** + * Lookup345: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 + **/ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3878,11 +4259,15 @@ export default { input: "Bytes", accessList: "Option)>>" }, - /** Lookup347: pallet_randomness::pallet::Call */ + /** + * Lookup347: pallet_randomness::pallet::Call + **/ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"] }, - /** Lookup348: pallet_collective::pallet::Call */ + /** + * Lookup348: pallet_collective::pallet::Call + **/ PalletCollectiveCall: { _enum: { set_members: { @@ -3916,7 +4301,9 @@ export default { } } }, - /** Lookup349: pallet_conviction_voting::pallet::Call */ + /** + * Lookup349: pallet_conviction_voting::pallet::Call + **/ PalletConvictionVotingCall: { _enum: { vote: { @@ -3947,7 +4334,9 @@ export default { } } }, - /** Lookup350: pallet_conviction_voting::vote::AccountVote */ + /** + * Lookup350: pallet_conviction_voting::vote::AccountVote + **/ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -3965,11 +4354,15 @@ export default { } } }, - /** Lookup352: pallet_conviction_voting::conviction::Conviction */ + /** + * Lookup352: pallet_conviction_voting::conviction::Conviction + **/ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"] }, - /** Lookup354: pallet_referenda::pallet::Call */ + /** + * Lookup354: pallet_referenda::pallet::Call + **/ PalletReferendaCall: { _enum: { submit: { @@ -4004,14 +4397,18 @@ export default { } } }, - /** Lookup355: frame_support::traits::schedule::DispatchTime */ + /** + * Lookup355: frame_support::traits::schedule::DispatchTime + **/ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32" } }, - /** Lookup357: pallet_preimage::pallet::Call */ + /** + * Lookup357: pallet_preimage::pallet::Call + **/ PalletPreimageCall: { _enum: { note_preimage: { @@ -4040,7 +4437,9 @@ export default { } } }, - /** Lookup358: pallet_whitelist::pallet::Call */ + /** + * Lookup358: pallet_whitelist::pallet::Call + **/ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -4059,7 +4458,9 @@ export default { } } }, - /** Lookup360: pallet_root_testing::pallet::Call */ + /** + * Lookup360: pallet_root_testing::pallet::Call + **/ PalletRootTestingCall: { _enum: { fill_block: { @@ -4068,7 +4469,9 @@ export default { trigger_defensive: "Null" } }, - /** Lookup361: pallet_multisig::pallet::Call */ + /** + * Lookup361: pallet_multisig::pallet::Call + **/ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -4097,12 +4500,16 @@ export default { } } }, - /** Lookup363: pallet_multisig::Timepoint */ + /** + * Lookup363: pallet_multisig::Timepoint + **/ PalletMultisigTimepoint: { height: "u32", index: "u32" }, - /** Lookup364: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** + * Lookup364: pallet_moonbeam_lazy_migrations::pallet::Call + **/ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -4125,7 +4532,9 @@ export default { finish_foreign_assets_migration: "Null" } }, - /** Lookup367: pallet_message_queue::pallet::Call */ + /** + * Lookup367: pallet_message_queue::pallet::Call + **/ PalletMessageQueueCall: { _enum: { reap_page: { @@ -4140,7 +4549,9 @@ export default { } } }, - /** Lookup368: cumulus_primitives_core::AggregateMessageOrigin */ + /** + * Lookup368: cumulus_primitives_core::AggregateMessageOrigin + **/ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -4148,7 +4559,9 @@ export default { Sibling: "u32" } }, - /** Lookup369: pallet_emergency_para_xcm::pallet::Call */ + /** + * Lookup369: pallet_emergency_para_xcm::pallet::Call + **/ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -4157,7 +4570,9 @@ export default { } } }, - /** Lookup370: pallet_moonbeam_foreign_assets::pallet::Call */ + /** + * Lookup370: pallet_moonbeam_foreign_assets::pallet::Call + **/ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -4180,7 +4595,9 @@ export default { } } }, - /** Lookup372: pallet_parameters::pallet::Call */ + /** + * Lookup372: pallet_parameters::pallet::Call + **/ PalletParametersCall: { _enum: { set_parameter: { @@ -4188,31 +4605,43 @@ export default { } } }, - /** Lookup373: moonbase_runtime::runtime_params::RuntimeParameters */ + /** + * Lookup373: moonbase_runtime::runtime_params::RuntimeParameters + **/ MoonbaseRuntimeRuntimeParamsRuntimeParameters: { _enum: { RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", PalletRandomness: "MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters" } }, - /** Lookup374: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + /** + * Lookup374: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { _enum: { FeesTreasuryProportion: "(MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)" } }, - /** Lookup375: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + /** + * Lookup375: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup377: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ + /** + * Lookup377: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { _enum: { Deposit: "(MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)" } }, - /** Lookup378: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ + /** + * Lookup378: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", - /** Lookup381: pallet_xcm_weight_trader::pallet::Call */ + /** + * Lookup381: pallet_xcm_weight_trader::pallet::Call + **/ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -4234,15 +4663,21 @@ export default { } } }, - /** Lookup382: sp_runtime::traits::BlakeTwo256 */ + /** + * Lookup382: sp_runtime::traits::BlakeTwo256 + **/ SpRuntimeBlakeTwo256: "Null", - /** Lookup384: pallet_conviction_voting::types::Tally */ + /** + * Lookup384: pallet_conviction_voting::types::Tally + **/ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128" }, - /** Lookup385: pallet_preimage::pallet::Event */ + /** + * Lookup385: pallet_preimage::pallet::Event + **/ PalletPreimageEvent: { _enum: { Noted: { @@ -4265,7 +4700,9 @@ export default { } } }, - /** Lookup386: pallet_whitelist::pallet::Event */ + /** + * Lookup386: pallet_whitelist::pallet::Event + **/ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -4280,21 +4717,29 @@ export default { } } }, - /** Lookup388: frame_support::dispatch::PostDispatchInfo */ + /** + * Lookup388: frame_support::dispatch::PostDispatchInfo + **/ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays" }, - /** Lookup389: sp_runtime::DispatchErrorWithPostInfo */ + /** + * Lookup389: sp_runtime::DispatchErrorWithPostInfo + **/ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError" }, - /** Lookup391: pallet_root_testing::pallet::Event */ + /** + * Lookup391: pallet_root_testing::pallet::Event + **/ PalletRootTestingEvent: { _enum: ["DefensiveTestCall"] }, - /** Lookup392: pallet_multisig::pallet::Event */ + /** + * Lookup392: pallet_multisig::pallet::Event + **/ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -4323,7 +4768,9 @@ export default { } } }, - /** Lookup393: pallet_message_queue::pallet::Event */ + /** + * Lookup393: pallet_message_queue::pallet::Event + **/ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4349,7 +4796,9 @@ export default { } } }, - /** Lookup394: frame_support::traits::messages::ProcessMessageError */ + /** + * Lookup394: frame_support::traits::messages::ProcessMessageError + **/ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4360,11 +4809,15 @@ export default { StackLimitReached: "Null" } }, - /** Lookup395: pallet_emergency_para_xcm::pallet::Event */ + /** + * Lookup395: pallet_emergency_para_xcm::pallet::Event + **/ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"] }, - /** Lookup396: pallet_moonbeam_foreign_assets::pallet::Event */ + /** + * Lookup396: pallet_moonbeam_foreign_assets::pallet::Event + **/ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4386,7 +4839,9 @@ export default { } } }, - /** Lookup397: pallet_parameters::pallet::Event */ + /** + * Lookup397: pallet_parameters::pallet::Event + **/ PalletParametersEvent: { _enum: { Updated: { @@ -4396,41 +4851,55 @@ export default { } } }, - /** Lookup398: moonbase_runtime::runtime_params::RuntimeParametersKey */ + /** + * Lookup398: moonbase_runtime::runtime_params::RuntimeParametersKey + **/ MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: { _enum: { RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", PalletRandomness: "MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey" } }, - /** Lookup399: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + /** + * Lookup399: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { _enum: ["FeesTreasuryProportion"] }, - /** Lookup400: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ + /** + * Lookup400: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { _enum: ["Deposit"] }, - /** Lookup402: moonbase_runtime::runtime_params::RuntimeParametersValue */ + /** + * Lookup402: moonbase_runtime::runtime_params::RuntimeParametersValue + **/ MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: { _enum: { RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", PalletRandomness: "MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue" } }, - /** Lookup403: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + /** + * Lookup403: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { _enum: { FeesTreasuryProportion: "Perbill" } }, - /** Lookup404: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ + /** + * Lookup404: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue + **/ MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { _enum: { Deposit: "u128" } }, - /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ + /** + * Lookup405: pallet_xcm_weight_trader::pallet::Event + **/ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4452,7 +4921,9 @@ export default { } } }, - /** Lookup406: frame_system::Phase */ + /** + * Lookup406: frame_system::Phase + **/ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4460,51 +4931,69 @@ export default { Initialization: "Null" } }, - /** Lookup408: frame_system::LastRuntimeUpgradeInfo */ + /** + * Lookup408: frame_system::LastRuntimeUpgradeInfo + **/ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text" }, - /** Lookup409: frame_system::CodeUpgradeAuthorization */ + /** + * Lookup409: frame_system::CodeUpgradeAuthorization + **/ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool" }, - /** Lookup410: frame_system::limits::BlockWeights */ + /** + * Lookup410: frame_system::limits::BlockWeights + **/ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass" }, - /** Lookup411: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup411: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass" }, - /** Lookup412: frame_system::limits::WeightsPerClass */ + /** + * Lookup412: frame_system::limits::WeightsPerClass + **/ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option" }, - /** Lookup413: frame_system::limits::BlockLength */ + /** + * Lookup413: frame_system::limits::BlockLength + **/ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32" }, - /** Lookup414: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup414: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32" }, - /** Lookup415: sp_weights::RuntimeDbWeight */ + /** + * Lookup415: sp_weights::RuntimeDbWeight + **/ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64" }, - /** Lookup416: sp_version::RuntimeVersion */ + /** + * Lookup416: sp_version::RuntimeVersion + **/ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4515,7 +5004,9 @@ export default { transactionVersion: "u32", stateVersion: "u8" }, - /** Lookup420: frame_system::pallet::Error */ + /** + * Lookup420: frame_system::pallet::Error + **/ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4529,26 +5020,36 @@ export default { "Unauthorized" ] }, - /** Lookup421: pallet_utility::pallet::Error */ + /** + * Lookup421: pallet_utility::pallet::Error + **/ PalletUtilityError: { _enum: ["TooManyCalls"] }, - /** Lookup423: pallet_balances::types::BalanceLock */ + /** + * Lookup423: pallet_balances::types::BalanceLock + **/ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons" }, - /** Lookup424: pallet_balances::types::Reasons */ + /** + * Lookup424: pallet_balances::types::Reasons + **/ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"] }, - /** Lookup427: pallet_balances::types::ReserveData */ + /** + * Lookup427: pallet_balances::types::ReserveData + **/ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128" }, - /** Lookup431: moonbase_runtime::RuntimeHoldReason */ + /** + * Lookup431: moonbase_runtime::RuntimeHoldReason + **/ MoonbaseRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4598,16 +5099,22 @@ export default { Preimage: "PalletPreimageHoldReason" } }, - /** Lookup432: pallet_preimage::pallet::HoldReason */ + /** + * Lookup432: pallet_preimage::pallet::HoldReason + **/ PalletPreimageHoldReason: { _enum: ["Preimage"] }, - /** Lookup435: frame_support::traits::tokens::misc::IdAmount */ + /** + * Lookup435: frame_support::traits::tokens::misc::IdAmount + **/ FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128" }, - /** Lookup437: pallet_balances::pallet::Error */ + /** + * Lookup437: pallet_balances::pallet::Error + **/ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4624,42 +5131,58 @@ export default { "DeltaZero" ] }, - /** Lookup438: pallet_sudo::pallet::Error */ + /** + * Lookup438: pallet_sudo::pallet::Error + **/ PalletSudoError: { _enum: ["RequireSudo"] }, - /** Lookup440: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** + * Lookup440: cumulus_pallet_parachain_system::unincluded_segment::Ancestor + **/ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option" }, - /** Lookup441: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** + * Lookup441: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth + **/ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap" }, - /** Lookup443: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** + * Lookup443: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate + **/ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32" }, - /** Lookup447: polkadot_primitives::v7::UpgradeGoAhead */ + /** + * Lookup447: polkadot_primitives::v7::UpgradeGoAhead + **/ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"] }, - /** Lookup448: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** + * Lookup448: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker + **/ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option" }, - /** Lookup450: polkadot_primitives::v7::UpgradeRestriction */ + /** + * Lookup450: polkadot_primitives::v7::UpgradeRestriction + **/ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"] }, - /** Lookup451: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** + * Lookup451: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot + **/ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4667,12 +5190,16 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>" }, - /** Lookup452: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** + * Lookup452: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity + **/ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32" }, - /** Lookup455: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** + * Lookup455: polkadot_primitives::v7::AbridgedHrmpChannel + **/ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4681,7 +5208,9 @@ export default { totalSize: "u32", mqcHead: "Option" }, - /** Lookup456: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** + * Lookup456: polkadot_primitives::v7::AbridgedHostConfiguration + **/ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4694,17 +5223,23 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams" }, - /** Lookup457: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** + * Lookup457: polkadot_primitives::v7::async_backing::AsyncBackingParams + **/ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32" }, - /** Lookup463: polkadot_core_primitives::OutboundHrmpMessage */ + /** + * Lookup463: polkadot_core_primitives::OutboundHrmpMessage + **/ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes" }, - /** Lookup465: cumulus_pallet_parachain_system::pallet::Error */ + /** + * Lookup465: cumulus_pallet_parachain_system::pallet::Error + **/ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4717,11 +5252,15 @@ export default { "Unauthorized" ] }, - /** Lookup466: pallet_transaction_payment::Releases */ + /** + * Lookup466: pallet_transaction_payment::Releases + **/ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"] }, - /** Lookup467: pallet_evm::CodeMetadata */ + /** + * Lookup467: pallet_evm::CodeMetadata + **/ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -4730,7 +5269,9 @@ export default { size_: "u64", hash_: "H256" }, - /** Lookup469: pallet_evm::pallet::Error */ + /** + * Lookup469: pallet_evm::pallet::Error + **/ PalletEvmError: { _enum: [ "BalanceLow", @@ -4748,7 +5289,9 @@ export default { "Undefined" ] }, - /** Lookup472: fp_rpc::TransactionStatus */ + /** + * Lookup472: fp_rpc::TransactionStatus + **/ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -4758,9 +5301,13 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom" }, - /** Lookup474: ethbloom::Bloom */ + /** + * Lookup474: ethbloom::Bloom + **/ EthbloomBloom: "[u8;256]", - /** Lookup476: ethereum::receipt::ReceiptV3 */ + /** + * Lookup476: ethereum::receipt::ReceiptV3 + **/ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -4768,7 +5315,9 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData" } }, - /** Lookup477: ethereum::receipt::EIP658ReceiptData */ + /** + * Lookup477: ethereum::receipt::EIP658ReceiptData + **/ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -4776,15 +5325,16 @@ export default { logs: "Vec" }, /** - * Lookup478: - * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) - */ + * Lookup478: ethereum::block::Block + **/ EthereumBlock: { header: "EthereumHeader", transactions: "Vec", ommers: "Vec" }, - /** Lookup479: ethereum::header::Header */ + /** + * Lookup479: ethereum::header::Header + **/ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -4802,20 +5352,28 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64" }, - /** Lookup480: ethereum_types::hash::H64 */ + /** + * Lookup480: ethereum_types::hash::H64 + **/ EthereumTypesHashH64: "[u8;8]", - /** Lookup485: pallet_ethereum::pallet::Error */ + /** + * Lookup485: pallet_ethereum::pallet::Error + **/ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"] }, - /** Lookup486: pallet_parachain_staking::types::RoundInfo */ + /** + * Lookup486: pallet_parachain_staking::types::RoundInfo + **/ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64" }, - /** Lookup487: pallet_parachain_staking::types::Delegator */ + /** + * Lookup487: pallet_parachain_staking::types::Delegator + **/ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4824,24 +5382,28 @@ export default { status: "PalletParachainStakingDelegatorStatus" }, /** - * Lookup488: - * pallet_parachain_staking::set::OrderedSet> - */ + * Lookup488: pallet_parachain_staking::set::OrderedSet> + **/ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup489: pallet_parachain_staking::types::Bond */ + /** + * Lookup489: pallet_parachain_staking::types::Bond + **/ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128" }, - /** Lookup491: pallet_parachain_staking::types::DelegatorStatus */ + /** + * Lookup491: pallet_parachain_staking::types::DelegatorStatus + **/ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32" } }, - /** Lookup492: pallet_parachain_staking::types::CandidateMetadata */ + /** + * Lookup492: pallet_parachain_staking::types::CandidateMetadata + **/ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4854,16 +5416,22 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus" }, - /** Lookup493: pallet_parachain_staking::types::CapacityStatus */ + /** + * Lookup493: pallet_parachain_staking::types::CapacityStatus + **/ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"] }, - /** Lookup495: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** + * Lookup495: pallet_parachain_staking::types::CandidateBondLessRequest + **/ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32" }, - /** Lookup496: pallet_parachain_staking::types::CollatorStatus */ + /** + * Lookup496: pallet_parachain_staking::types::CollatorStatus + **/ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4871,50 +5439,59 @@ export default { Leaving: "u32" } }, - /** Lookup498: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** + * Lookup498: pallet_parachain_staking::delegation_requests::ScheduledRequest + **/ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, /** - * Lookup501: - * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) - */ + * Lookup501: pallet_parachain_staking::auto_compound::AutoCompoundConfig + **/ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent" }, - /** Lookup503: pallet_parachain_staking::types::Delegations */ + /** + * Lookup503: pallet_parachain_staking::types::Delegations + **/ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128" }, /** - * Lookup505: - * pallet_parachain_staking::set::BoundedOrderedSet, S> - */ + * Lookup505: pallet_parachain_staking::set::BoundedOrderedSet, S> + **/ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup508: pallet_parachain_staking::types::CollatorSnapshot */ + /** + * Lookup508: pallet_parachain_staking::types::CollatorSnapshot + **/ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128" }, - /** Lookup510: pallet_parachain_staking::types::BondWithAutoCompound */ + /** + * Lookup510: pallet_parachain_staking::types::BondWithAutoCompound + **/ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent" }, - /** Lookup511: pallet_parachain_staking::types::DelayedPayout */ + /** + * Lookup511: pallet_parachain_staking::types::DelayedPayout + **/ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill" }, - /** Lookup512: pallet_parachain_staking::inflation::InflationInfo */ + /** + * Lookup512: pallet_parachain_staking::inflation::InflationInfo + **/ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4932,7 +5509,9 @@ export default { max: "Perbill" } }, - /** Lookup513: pallet_parachain_staking::pallet::Error */ + /** + * Lookup513: pallet_parachain_staking::pallet::Error + **/ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4994,10 +5573,8 @@ export default { ] }, /** - * Lookup516: pallet_scheduler::Scheduled, BlockNumber, moonbase_runtime::OriginCaller, account::AccountId20> - */ + * Lookup516: pallet_scheduler::Scheduled, BlockNumber, moonbase_runtime::OriginCaller, account::AccountId20> + **/ PalletSchedulerScheduled: { maybeId: "Option<[u8;32]>", priority: "u8", @@ -5005,13 +5582,17 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonbaseRuntimeOriginCaller" }, - /** Lookup518: pallet_scheduler::RetryConfig */ + /** + * Lookup518: pallet_scheduler::RetryConfig + **/ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32" }, - /** Lookup519: pallet_scheduler::pallet::Error */ + /** + * Lookup519: pallet_scheduler::pallet::Error + **/ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5021,7 +5602,9 @@ export default { "Named" ] }, - /** Lookup520: pallet_treasury::Proposal */ + /** + * Lookup520: pallet_treasury::Proposal + **/ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5029,9 +5612,8 @@ export default { bond: "u128" }, /** - * Lookup523: pallet_treasury::SpendStatus - */ + * Lookup523: pallet_treasury::SpendStatus + **/ PalletTreasurySpendStatus: { assetKind: "Null", amount: "u128", @@ -5040,7 +5622,9 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState" }, - /** Lookup524: pallet_treasury::PaymentState */ + /** + * Lookup524: pallet_treasury::PaymentState + **/ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5050,9 +5634,13 @@ export default { Failed: "Null" } }, - /** Lookup526: frame_support::PalletId */ + /** + * Lookup526: frame_support::PalletId + **/ FrameSupportPalletId: "[u8;8]", - /** Lookup527: pallet_treasury::pallet::Error */ + /** + * Lookup527: pallet_treasury::pallet::Error + **/ PalletTreasuryError: { _enum: [ "InvalidIndex", @@ -5068,17 +5656,23 @@ export default { "Inconclusive" ] }, - /** Lookup528: pallet_author_inherent::pallet::Error */ + /** + * Lookup528: pallet_author_inherent::pallet::Error + **/ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"] }, - /** Lookup529: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** + * Lookup529: pallet_crowdloan_rewards::pallet::RewardInfo + **/ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>" }, - /** Lookup531: pallet_crowdloan_rewards::pallet::Error */ + /** + * Lookup531: pallet_crowdloan_rewards::pallet::Error + **/ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5098,7 +5692,9 @@ export default { "InsufficientNumberOfValidProofs" ] }, - /** Lookup532: pallet_author_mapping::pallet::RegistrationInfo */ + /** + * Lookup532: pallet_author_mapping::pallet::RegistrationInfo + **/ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys" @@ -5107,7 +5703,9 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic" }, - /** Lookup533: pallet_author_mapping::pallet::Error */ + /** + * Lookup533: pallet_author_mapping::pallet::Error + **/ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -5120,19 +5718,25 @@ export default { "DecodeKeysFailed" ] }, - /** Lookup536: pallet_proxy::ProxyDefinition */ + /** + * Lookup536: pallet_proxy::ProxyDefinition + **/ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonbaseRuntimeProxyType", delay: "u32" }, - /** Lookup540: pallet_proxy::Announcement */ + /** + * Lookup540: pallet_proxy::Announcement + **/ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32" }, - /** Lookup542: pallet_proxy::pallet::Error */ + /** + * Lookup542: pallet_proxy::pallet::Error + **/ PalletProxyError: { _enum: [ "TooMany", @@ -5145,34 +5749,38 @@ export default { "NoSelfProxy" ] }, - /** Lookup543: pallet_maintenance_mode::pallet::Error */ + /** + * Lookup543: pallet_maintenance_mode::pallet::Error + **/ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"] }, /** - * Lookup545: pallet_identity::types::Registration> - */ + * Lookup545: pallet_identity::types::Registration> + **/ PalletIdentityRegistration: { judgements: "Vec<(u32,PalletIdentityJudgement)>", deposit: "u128", info: "PalletIdentityLegacyIdentityInfo" }, - /** Lookup554: pallet_identity::types::RegistrarInfo */ + /** + * Lookup554: pallet_identity::types::RegistrarInfo + **/ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64" }, /** - * Lookup556: - * pallet_identity::types::AuthorityProperties> - */ + * Lookup556: pallet_identity::types::AuthorityProperties> + **/ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32" }, - /** Lookup559: pallet_identity::pallet::Error */ + /** + * Lookup559: pallet_identity::pallet::Error + **/ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5203,7 +5811,9 @@ export default { "NotExpired" ] }, - /** Lookup564: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** + * Lookup564: cumulus_pallet_xcmp_queue::OutboundChannelDetails + **/ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5211,17 +5821,23 @@ export default { firstIndex: "u16", lastIndex: "u16" }, - /** Lookup565: cumulus_pallet_xcmp_queue::OutboundState */ + /** + * Lookup565: cumulus_pallet_xcmp_queue::OutboundState + **/ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"] }, - /** Lookup569: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** + * Lookup569: cumulus_pallet_xcmp_queue::QueueConfigData + **/ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32" }, - /** Lookup570: cumulus_pallet_xcmp_queue::pallet::Error */ + /** + * Lookup570: cumulus_pallet_xcmp_queue::pallet::Error + **/ CumulusPalletXcmpQueueError: { _enum: [ "BadQueueConfig", @@ -5231,7 +5847,9 @@ export default { "TooBig" ] }, - /** Lookup571: pallet_xcm::pallet::QueryStatus */ + /** + * Lookup571: pallet_xcm::pallet::QueryStatus + **/ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5250,7 +5868,9 @@ export default { } } }, - /** Lookup575: xcm::VersionedResponse */ + /** + * Lookup575: xcm::VersionedResponse + **/ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5260,7 +5880,9 @@ export default { V4: "StagingXcmV4Response" } }, - /** Lookup581: pallet_xcm::pallet::VersionMigrationStage */ + /** + * Lookup581: pallet_xcm::pallet::VersionMigrationStage + **/ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5269,14 +5891,18 @@ export default { MigrateAndNotifyOldTargets: "Null" } }, - /** Lookup584: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** + * Lookup584: pallet_xcm::pallet::RemoteLockedFungibleRecord + **/ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>" }, - /** Lookup591: pallet_xcm::pallet::Error */ + /** + * Lookup591: pallet_xcm::pallet::Error + **/ PalletXcmError: { _enum: [ "Unreachable", @@ -5306,7 +5932,9 @@ export default { "LocalExecutionIncomplete" ] }, - /** Lookup592: pallet_assets::types::AssetDetails */ + /** + * Lookup592: pallet_assets::types::AssetDetails + **/ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5321,22 +5949,30 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus" }, - /** Lookup593: pallet_assets::types::AssetStatus */ + /** + * Lookup593: pallet_assets::types::AssetStatus + **/ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"] }, - /** Lookup595: pallet_assets::types::AssetAccount */ + /** + * Lookup595: pallet_assets::types::AssetAccount + **/ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null" }, - /** Lookup596: pallet_assets::types::AccountStatus */ + /** + * Lookup596: pallet_assets::types::AccountStatus + **/ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"] }, - /** Lookup597: pallet_assets::types::ExistenceReason */ + /** + * Lookup597: pallet_assets::types::ExistenceReason + **/ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5346,15 +5982,16 @@ export default { DepositFrom: "(AccountId20,u128)" } }, - /** Lookup599: pallet_assets::types::Approval */ + /** + * Lookup599: pallet_assets::types::Approval + **/ PalletAssetsApproval: { amount: "u128", deposit: "u128" }, /** - * Lookup600: pallet_assets::types::AssetMetadata> - */ + * Lookup600: pallet_assets::types::AssetMetadata> + **/ PalletAssetsAssetMetadata: { deposit: "u128", name: "Bytes", @@ -5362,7 +5999,9 @@ export default { decimals: "u8", isFrozen: "bool" }, - /** Lookup602: pallet_assets::pallet::Error */ + /** + * Lookup602: pallet_assets::pallet::Error + **/ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5388,7 +6027,9 @@ export default { "BadAssetId" ] }, - /** Lookup603: pallet_asset_manager::pallet::Error */ + /** + * Lookup603: pallet_asset_manager::pallet::Error + **/ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5401,11 +6042,15 @@ export default { "NonExistentLocalAsset" ] }, - /** Lookup604: pallet_migrations::pallet::Error */ + /** + * Lookup604: pallet_migrations::pallet::Error + **/ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"] }, - /** Lookup605: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** + * Lookup605: pallet_xcm_transactor::relay_indices::RelayChainIndices + **/ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5426,7 +6071,9 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8" }, - /** Lookup606: pallet_xcm_transactor::pallet::Error */ + /** + * Lookup606: pallet_xcm_transactor::pallet::Error + **/ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5458,18 +6105,24 @@ export default { "RefundNotSupportedWithTransactInfo" ] }, - /** Lookup607: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** + * Lookup607: pallet_moonbeam_orbiters::types::CollatorPoolInfo + **/ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32" }, - /** Lookup609: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** + * Lookup609: pallet_moonbeam_orbiters::types::CurrentOrbiter + **/ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool" }, - /** Lookup610: pallet_moonbeam_orbiters::pallet::Error */ + /** + * Lookup610: pallet_moonbeam_orbiters::pallet::Error + **/ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -5483,16 +6136,22 @@ export default { "OrbiterStillInAPool" ] }, - /** Lookup611: pallet_ethereum_xcm::pallet::Error */ + /** + * Lookup611: pallet_ethereum_xcm::pallet::Error + **/ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"] }, - /** Lookup612: pallet_randomness::types::RequestState */ + /** + * Lookup612: pallet_randomness::types::RequestState + **/ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128" }, - /** Lookup613: pallet_randomness::types::Request> */ + /** + * Lookup613: pallet_randomness::types::Request> + **/ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5502,26 +6161,34 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo" }, - /** Lookup614: pallet_randomness::types::RequestInfo */ + /** + * Lookup614: pallet_randomness::types::RequestInfo + **/ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)" } }, - /** Lookup615: pallet_randomness::types::RequestType */ + /** + * Lookup615: pallet_randomness::types::RequestType + **/ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32" } }, - /** Lookup616: pallet_randomness::types::RandomnessResult */ + /** + * Lookup616: pallet_randomness::types::RandomnessResult + **/ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64" }, - /** Lookup617: pallet_randomness::pallet::Error */ + /** + * Lookup617: pallet_randomness::pallet::Error + **/ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5538,7 +6205,9 @@ export default { "RandomnessResultNotFilled" ] }, - /** Lookup619: pallet_collective::Votes */ + /** + * Lookup619: pallet_collective::Votes + **/ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5546,7 +6215,9 @@ export default { nays: "Vec", end: "u32" }, - /** Lookup620: pallet_collective::pallet::Error */ + /** + * Lookup620: pallet_collective::pallet::Error + **/ PalletCollectiveError: { _enum: [ "NotMember", @@ -5563,29 +6234,36 @@ export default { ] }, /** - * Lookup622: pallet_conviction_voting::vote::Voting - */ + * Lookup622: pallet_conviction_voting::vote::Voting + **/ PalletConvictionVotingVoteVoting: { _enum: { Casting: "PalletConvictionVotingVoteCasting", Delegating: "PalletConvictionVotingVoteDelegating" } }, - /** Lookup623: pallet_conviction_voting::vote::Casting */ + /** + * Lookup623: pallet_conviction_voting::vote::Casting + **/ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock" }, - /** Lookup627: pallet_conviction_voting::types::Delegations */ + /** + * Lookup627: pallet_conviction_voting::types::Delegations + **/ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128" }, - /** Lookup628: pallet_conviction_voting::vote::PriorLock */ + /** + * Lookup628: pallet_conviction_voting::vote::PriorLock + **/ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup629: pallet_conviction_voting::vote::Delegating */ + /** + * Lookup629: pallet_conviction_voting::vote::Delegating + **/ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5593,7 +6271,9 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock" }, - /** Lookup633: pallet_conviction_voting::pallet::Error */ + /** + * Lookup633: pallet_conviction_voting::pallet::Error + **/ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5611,11 +6291,8 @@ export default { ] }, /** - * Lookup634: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> - */ + * Lookup634: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> + **/ PalletReferendaReferendumInfo: { _enum: { Ongoing: "PalletReferendaReferendumStatus", @@ -5627,11 +6304,8 @@ export default { } }, /** - * Lookup635: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> - */ + * Lookup635: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> + **/ PalletReferendaReferendumStatus: { track: "u16", origin: "MoonbaseRuntimeOriginCaller", @@ -5645,17 +6319,23 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>" }, - /** Lookup636: pallet_referenda::types::Deposit */ + /** + * Lookup636: pallet_referenda::types::Deposit + **/ PalletReferendaDeposit: { who: "AccountId20", amount: "u128" }, - /** Lookup639: pallet_referenda::types::DecidingStatus */ + /** + * Lookup639: pallet_referenda::types::DecidingStatus + **/ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option" }, - /** Lookup647: pallet_referenda::types::TrackInfo */ + /** + * Lookup647: pallet_referenda::types::TrackInfo + **/ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5667,7 +6347,9 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve" }, - /** Lookup648: pallet_referenda::types::Curve */ + /** + * Lookup648: pallet_referenda::types::Curve + **/ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5688,7 +6370,9 @@ export default { } } }, - /** Lookup651: pallet_referenda::pallet::Error */ + /** + * Lookup651: pallet_referenda::pallet::Error + **/ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5707,7 +6391,9 @@ export default { "PreimageStoredWithDifferentLength" ] }, - /** Lookup652: pallet_preimage::OldRequestStatus */ + /** + * Lookup652: pallet_preimage::OldRequestStatus + **/ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5722,9 +6408,8 @@ export default { } }, /** - * Lookup655: pallet_preimage::RequestStatus> - */ + * Lookup655: pallet_preimage::RequestStatus> + **/ PalletPreimageRequestStatus: { _enum: { Unrequested: { @@ -5738,7 +6423,9 @@ export default { } } }, - /** Lookup661: pallet_preimage::pallet::Error */ + /** + * Lookup661: pallet_preimage::pallet::Error + **/ PalletPreimageError: { _enum: [ "TooBig", @@ -5752,7 +6439,9 @@ export default { "NoCost" ] }, - /** Lookup662: pallet_whitelist::pallet::Error */ + /** + * Lookup662: pallet_whitelist::pallet::Error + **/ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5762,14 +6451,18 @@ export default { "CallAlreadyWhitelisted" ] }, - /** Lookup666: pallet_multisig::Multisig */ + /** + * Lookup666: pallet_multisig::Multisig + **/ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec" }, - /** Lookup668: pallet_multisig::pallet::Error */ + /** + * Lookup668: pallet_multisig::pallet::Error + **/ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5788,7 +6481,9 @@ export default { "AlreadyStored" ] }, - /** Lookup672: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + /** + * Lookup672: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus + **/ PalletMoonbeamLazyMigrationsStateMigrationStatus: { _enum: { NotStarted: "Null", @@ -5797,20 +6492,26 @@ export default { Complete: "Null" } }, - /** Lookup674: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationStatus */ + /** + * Lookup674: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationStatus + **/ PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationStatus: { _enum: { Idle: "Null", Migrating: "PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationInfo" } }, - /** Lookup675: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationInfo */ + /** + * Lookup675: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationInfo + **/ PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationInfo: { assetId: "u128", remainingBalances: "u32", remainingApprovals: "u32" }, - /** Lookup676: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** + * Lookup676: pallet_moonbeam_lazy_migrations::pallet::Error + **/ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5828,11 +6529,15 @@ export default { "ApprovalFailed" ] }, - /** Lookup678: pallet_precompile_benchmarks::pallet::Error */ + /** + * Lookup678: pallet_precompile_benchmarks::pallet::Error + **/ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"] }, - /** Lookup679: pallet_message_queue::BookState */ + /** + * Lookup679: pallet_message_queue::BookState + **/ PalletMessageQueueBookState: { _alias: { size_: "size" @@ -5844,12 +6549,16 @@ export default { messageCount: "u64", size_: "u64" }, - /** Lookup681: pallet_message_queue::Neighbours */ + /** + * Lookup681: pallet_message_queue::Neighbours + **/ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin" }, - /** Lookup683: pallet_message_queue::Page */ + /** + * Lookup683: pallet_message_queue::Page + **/ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5858,7 +6567,9 @@ export default { last: "u32", heap: "Bytes" }, - /** Lookup685: pallet_message_queue::pallet::Error */ + /** + * Lookup685: pallet_message_queue::pallet::Error + **/ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5872,19 +6583,27 @@ export default { "RecursiveDisallowed" ] }, - /** Lookup686: pallet_emergency_para_xcm::XcmMode */ + /** + * Lookup686: pallet_emergency_para_xcm::XcmMode + **/ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"] }, - /** Lookup687: pallet_emergency_para_xcm::pallet::Error */ + /** + * Lookup687: pallet_emergency_para_xcm::pallet::Error + **/ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"] }, - /** Lookup689: pallet_moonbeam_foreign_assets::AssetStatus */ + /** + * Lookup689: pallet_moonbeam_foreign_assets::AssetStatus + **/ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"] }, - /** Lookup690: pallet_moonbeam_foreign_assets::pallet::Error */ + /** + * Lookup690: pallet_moonbeam_foreign_assets::pallet::Error + **/ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5903,7 +6622,9 @@ export default { "TooManyForeignAssets" ] }, - /** Lookup692: pallet_xcm_weight_trader::pallet::Error */ + /** + * Lookup692: pallet_xcm_weight_trader::pallet::Error + **/ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5914,30 +6635,52 @@ export default { "PriceCannotBeZero" ] }, - /** Lookup695: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** + * Lookup695: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender + **/ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** + * Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion + **/ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** + * Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion + **/ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup698: frame_system::extensions::check_genesis::CheckGenesis */ + /** + * Lookup698: frame_system::extensions::check_genesis::CheckGenesis + **/ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup701: frame_system::extensions::check_nonce::CheckNonce */ + /** + * Lookup701: frame_system::extensions::check_nonce::CheckNonce + **/ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup702: frame_system::extensions::check_weight::CheckWeight */ + /** + * Lookup702: frame_system::extensions::check_weight::CheckWeight + **/ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup703: pallet_transaction_payment::ChargeTransactionPayment */ + /** + * Lookup703: pallet_transaction_payment::ChargeTransactionPayment + **/ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup704: frame_metadata_hash_extension::CheckMetadataHash */ + /** + * Lookup704: frame_metadata_hash_extension::CheckMetadataHash + **/ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode" }, - /** Lookup705: frame_metadata_hash_extension::Mode */ + /** + * Lookup705: frame_metadata_hash_extension::Mode + **/ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"] }, - /** Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** + * Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim + **/ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup708: moonbase_runtime::Runtime */ + /** + * Lookup708: moonbase_runtime::Runtime + **/ MoonbaseRuntimeRuntime: "Null" }; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts index 0d8d4e91c1..4406481db6 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts @@ -25,125 +25,168 @@ export type __AugmentedConst = AugmentedConst declare module "@polkadot/api-base/types/consts" { interface AugmentedConsts { assets: { - /** The amount of funds that must be reserved when creating a new approval. */ + /** + * The amount of funds that must be reserved when creating a new approval. + **/ approvalDeposit: u128 & AugmentedConst; - /** The amount of funds that must be reserved for a non-provider asset account to be maintained. */ + /** + * The amount of funds that must be reserved for a non-provider asset account to be + * maintained. + **/ assetAccountDeposit: u128 & AugmentedConst; - /** The basic amount of funds that must be reserved for an asset. */ + /** + * The basic amount of funds that must be reserved for an asset. + **/ assetDeposit: u128 & AugmentedConst; - /** The basic amount of funds that must be reserved when adding metadata to your asset. */ + /** + * The basic amount of funds that must be reserved when adding metadata to your asset. + **/ metadataDepositBase: u128 & AugmentedConst; - /** The additional funds that must be reserved for the number of bytes you store in your metadata. */ + /** + * The additional funds that must be reserved for the number of bytes you store in your + * metadata. + **/ metadataDepositPerByte: u128 & AugmentedConst; /** * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call. * * Must be configured to result in a weight that makes each call fit in a block. - */ + **/ removeItemsLimit: u32 & AugmentedConst; - /** The maximum length of a name or symbol stored on-chain. */ + /** + * The maximum length of a name or symbol stored on-chain. + **/ stringLimit: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; asyncBacking: { - /** Purely informative, but used by mocking tools like chospticks to allow knowing how to mock blocks */ + /** + * Purely informative, but used by mocking tools like chospticks to allow knowing how to mock + * blocks + **/ expectedBlockTime: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; balances: { /** * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! * - * If you _really_ need it to be zero, you can enable the feature `insecure_zero_ed` for this - * pallet. However, you do so at your own risk: this will open up a major DoS vector. In case - * you have multiple sources of provider references, you may also get unexpected behaviour if - * you set this to zero. + * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for + * this pallet. However, you do so at your own risk: this will open up a major DoS vector. + * In case you have multiple sources of provider references, you may also get unexpected + * behaviour if you set this to zero. * * Bottom line: Do yourself a favour and make it at least one! - */ + **/ existentialDeposit: u128 & AugmentedConst; - /** The maximum number of individual freeze locks that can exist on an account at any time. */ + /** + * The maximum number of individual freeze locks that can exist on an account at any time. + **/ maxFreezes: u32 & AugmentedConst; /** - * The maximum number of locks that should exist on an account. Not strictly enforced, but - * used for weight estimation. + * The maximum number of locks that should exist on an account. + * Not strictly enforced, but used for weight estimation. * - * Use of locks is deprecated in favour of freezes. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` + **/ maxLocks: u32 & AugmentedConst; /** * The maximum number of named reserves that can exist on an account. * - * Use of reserves is deprecated in favour of holds. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` + **/ maxReserves: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; convictionVoting: { /** * The maximum number of concurrent votes an account may have. * - * Also used to compute weight, an overly large value can lead to extrinsics with large weight - * estimation: see `delegate` for instance. - */ + * Also used to compute weight, an overly large value can lead to extrinsics with large + * weight estimation: see `delegate` for instance. + **/ maxVotes: u32 & AugmentedConst; /** * The minimum period of vote locking. * * It should be no shorter than enactment period to ensure that in the case of an approval, * those successful voters are locked into the consequences that their votes entail. - */ + **/ voteLockingPeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; crowdloanRewards: { - /** Percentage to be payed at initialization */ + /** + * Percentage to be payed at initialization + **/ initializationPayment: Perbill & AugmentedConst; maxInitContributors: u32 & AugmentedConst; /** - * A fraction representing the percentage of proofs that need to be presented to change a - * reward address through the relay keys - */ + * A fraction representing the percentage of proofs + * that need to be presented to change a reward address through the relay keys + **/ rewardAddressRelayVoteThreshold: Perbill & AugmentedConst; /** * Network Identifier to be appended into the signatures for reward address change/association * Prevents replay attacks from one network to the other - */ + **/ signatureNetworkIdentifier: Bytes & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; identity: { - /** The amount held on deposit for a registered identity. */ + /** + * The amount held on deposit for a registered identity. + **/ basicDeposit: u128 & AugmentedConst; - /** The amount held on deposit per encoded byte for a registered identity. */ + /** + * The amount held on deposit per encoded byte for a registered identity. + **/ byteDeposit: u128 & AugmentedConst; /** - * Maximum number of registrars allowed in the system. Needed to bound the complexity of, - * e.g., updating judgements. - */ + * Maximum number of registrars allowed in the system. Needed to bound the complexity + * of, e.g., updating judgements. + **/ maxRegistrars: u32 & AugmentedConst; - /** The maximum number of sub-accounts allowed per identified account. */ + /** + * The maximum number of sub-accounts allowed per identified account. + **/ maxSubAccounts: u32 & AugmentedConst; - /** The maximum length of a suffix. */ + /** + * The maximum length of a suffix. + **/ maxSuffixLength: u32 & AugmentedConst; - /** The maximum length of a username, including its suffix and any system-added delimiters. */ + /** + * The maximum length of a username, including its suffix and any system-added delimiters. + **/ maxUsernameLength: u32 & AugmentedConst; - /** The number of blocks within which a username grant must be accepted. */ + /** + * The number of blocks within which a username grant must be accepted. + **/ pendingUsernameExpiration: u32 & AugmentedConst; /** * The amount held on deposit for a registered subaccount. This should account for the fact - * that one storage item's value will increase by the size of an account ID, and there will be - * another trie item whose value is the size of an account ID plus 32 bytes. - */ + * that one storage item's value will increase by the size of an account ID, and there will + * be another trie item whose value is the size of an account ID plus 32 bytes. + **/ subAccountDeposit: u128 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; messageQueue: { @@ -151,179 +194,251 @@ declare module "@polkadot/api-base/types/consts" { * The size of the page; this implies the maximum message size which can be sent. * * A good value depends on the expected message sizes, their weights, the weight that is - * available for processing them and the maximal needed message size. The maximal message size - * is slightly lower than this as defined by [`MaxMessageLenOf`]. - */ + * available for processing them and the maximal needed message size. The maximal message + * size is slightly lower than this as defined by [`MaxMessageLenOf`]. + **/ heapSize: u32 & AugmentedConst; /** * The maximum amount of weight (if any) to be used from remaining weight `on_idle` which - * should be provided to the message queue for servicing enqueued items `on_idle`. Useful for - * parachains to process messages at the same block they are received. + * should be provided to the message queue for servicing enqueued items `on_idle`. + * Useful for parachains to process messages at the same block they are received. * * If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`. - */ + **/ idleMaxServiceWeight: Option & AugmentedConst; /** - * The maximum number of stale pages (i.e. of overweight messages) allowed before culling can - * happen. Once there are more stale pages than this, then historical pages may be dropped, - * even if they contain unprocessed overweight messages. - */ + * The maximum number of stale pages (i.e. of overweight messages) allowed before culling + * can happen. Once there are more stale pages than this, then historical pages may be + * dropped, even if they contain unprocessed overweight messages. + **/ maxStale: u32 & AugmentedConst; /** - * The amount of weight (if any) which should be provided to the message queue for servicing - * enqueued items `on_initialize`. + * The amount of weight (if any) which should be provided to the message queue for + * servicing enqueued items `on_initialize`. * * This may be legitimately `None` in the case that you will call - * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have it - * run in `on_idle`. - */ + * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have + * it run in `on_idle`. + **/ serviceWeight: Option & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; moonbeamOrbiters: { - /** Maximum number of orbiters per collator. */ + /** + * Maximum number of orbiters per collator. + **/ maxPoolSize: u32 & AugmentedConst; - /** Maximum number of round to keep on storage. */ + /** + * Maximum number of round to keep on storage. + **/ maxRoundArchive: u32 & AugmentedConst; /** - * Number of rounds before changing the selected orbiter. WARNING: when changing - * `RotatePeriod`, you need a migration code that sets `ForceRotation` to true to avoid holes - * in `OrbiterPerRound`. - */ + * Number of rounds before changing the selected orbiter. + * WARNING: when changing `RotatePeriod`, you need a migration code that sets + * `ForceRotation` to true to avoid holes in `OrbiterPerRound`. + **/ rotatePeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; multisig: { /** - * The base amount of currency needed to reserve for creating a multisig execution or to store - * a dispatch call for later. + * The base amount of currency needed to reserve for creating a multisig execution or to + * store a dispatch call for later. * - * This is held for an additional storage item whose value size is `4 + sizeof((BlockNumber, - * Balance, AccountId))` bytes and whose key size is `32 + sizeof(AccountId)` bytes. - */ + * This is held for an additional storage item whose value size is + * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is + * `32 + sizeof(AccountId)` bytes. + **/ depositBase: u128 & AugmentedConst; /** * The amount of currency needed per unit threshold when creating a multisig execution. * * This is held for adding 32 bytes more into a pre-existing storage value. - */ + **/ depositFactor: u128 & AugmentedConst; - /** The maximum amount of signatories allowed in the multisig. */ + /** + * The maximum amount of signatories allowed in the multisig. + **/ maxSignatories: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; openTechCommitteeCollective: { - /** The maximum weight of a dispatch call that can be proposed and executed. */ + /** + * The maximum weight of a dispatch call that can be proposed and executed. + **/ maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; parachainStaking: { - /** Get the average time beetween 2 blocks in milliseconds */ + /** + * Get the average time beetween 2 blocks in milliseconds + **/ blockTime: u64 & AugmentedConst; - /** Number of rounds candidate requests to decrease self-bond must wait to be executable */ + /** + * Number of rounds candidate requests to decrease self-bond must wait to be executable + **/ candidateBondLessDelay: u32 & AugmentedConst; - /** Number of rounds that delegation less requests must wait before executable */ + /** + * Number of rounds that delegation less requests must wait before executable + **/ delegationBondLessDelay: u32 & AugmentedConst; - /** Number of rounds that candidates remain bonded before exit request is executable */ + /** + * Number of rounds that candidates remain bonded before exit request is executable + **/ leaveCandidatesDelay: u32 & AugmentedConst; - /** Number of rounds that delegators remain bonded before exit request is executable */ + /** + * Number of rounds that delegators remain bonded before exit request is executable + **/ leaveDelegatorsDelay: u32 & AugmentedConst; - /** Maximum bottom delegations (not counted) per candidate */ + /** + * Maximum bottom delegations (not counted) per candidate + **/ maxBottomDelegationsPerCandidate: u32 & AugmentedConst; - /** Maximum candidates */ + /** + * Maximum candidates + **/ maxCandidates: u32 & AugmentedConst; - /** Maximum delegations per delegator */ + /** + * Maximum delegations per delegator + **/ maxDelegationsPerDelegator: u32 & AugmentedConst; /** - * If a collator doesn't produce any block on this number of rounds, it is notified as - * inactive. This value must be less than or equal to RewardPaymentDelay. - */ + * If a collator doesn't produce any block on this number of rounds, it is notified as inactive. + * This value must be less than or equal to RewardPaymentDelay. + **/ maxOfflineRounds: u32 & AugmentedConst; - /** Maximum top delegations counted per candidate */ + /** + * Maximum top delegations counted per candidate + **/ maxTopDelegationsPerCandidate: u32 & AugmentedConst; - /** Minimum number of blocks per round */ + /** + * Minimum number of blocks per round + **/ minBlocksPerRound: u32 & AugmentedConst; - /** Minimum stake required for any account to be a collator candidate */ + /** + * Minimum stake required for any account to be a collator candidate + **/ minCandidateStk: u128 & AugmentedConst; - /** Minimum stake for any registered on-chain account to delegate */ + /** + * Minimum stake for any registered on-chain account to delegate + **/ minDelegation: u128 & AugmentedConst; - /** Minimum number of selected candidates every round */ + /** + * Minimum number of selected candidates every round + **/ minSelectedCandidates: u32 & AugmentedConst; - /** Number of rounds that delegations remain bonded before revocation request is executable */ + /** + * Number of rounds that delegations remain bonded before revocation request is executable + **/ revokeDelegationDelay: u32 & AugmentedConst; - /** Number of rounds after which block authors are rewarded */ + /** + * Number of rounds after which block authors are rewarded + **/ rewardPaymentDelay: u32 & AugmentedConst; - /** Get the slot duration in milliseconds */ + /** + * Get the slot duration in milliseconds + **/ slotDuration: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; parachainSystem: { - /** Returns the parachain ID we are running with. */ + /** + * Returns the parachain ID we are running with. + **/ selfParaId: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; proxy: { /** * The base amount of currency needed to reserve for creating an announcement. * - * This is held when a new storage item holding a `Balance` is created (typically 16 bytes). - */ + * This is held when a new storage item holding a `Balance` is created (typically 16 + * bytes). + **/ announcementDepositBase: u128 & AugmentedConst; /** * The amount of currency needed per announcement made. * - * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) into - * a pre-existing storage value. - */ + * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) + * into a pre-existing storage value. + **/ announcementDepositFactor: u128 & AugmentedConst; - /** The maximum amount of time-delayed announcements that are allowed to be pending. */ + /** + * The maximum amount of time-delayed announcements that are allowed to be pending. + **/ maxPending: u32 & AugmentedConst; - /** The maximum amount of proxies allowed for a single account. */ + /** + * The maximum amount of proxies allowed for a single account. + **/ maxProxies: u32 & AugmentedConst; /** * The base amount of currency needed to reserve for creating a proxy. * - * This is held for an additional storage item whose value size is `sizeof(Balance)` bytes and - * whose key size is `sizeof(AccountId)` bytes. - */ + * This is held for an additional storage item whose value size is + * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes. + **/ proxyDepositBase: u128 & AugmentedConst; /** * The amount of currency needed per proxy added. * - * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing - * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * + proxy_type.encode().len()` bytes of data. - */ + * This is held for adding 32 bytes plus an instance of `ProxyType` more into a + * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take + * into account `32 + proxy_type.encode().len()` bytes of data. + **/ proxyDepositFactor: u128 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; randomness: { - /** Local requests expire and can be purged from storage after this many blocks/epochs */ + /** + * Local requests expire and can be purged from storage after this many blocks/epochs + **/ blockExpirationDelay: u32 & AugmentedConst; - /** The amount that should be taken as a security deposit when requesting randomness. */ + /** + * The amount that should be taken as a security deposit when requesting randomness. + **/ deposit: u128 & AugmentedConst; - /** Babe requests expire and can be purged from storage after this many blocks/epochs */ + /** + * Babe requests expire and can be purged from storage after this many blocks/epochs + **/ epochExpirationDelay: u64 & AugmentedConst; /** - * Local per-block VRF requests must be at most this many blocks after the block in which they - * were requested - */ + * Local per-block VRF requests must be at most this many blocks after the block in which + * they were requested + **/ maxBlockDelay: u32 & AugmentedConst; - /** Maximum number of random words that can be requested per request */ + /** + * Maximum number of random words that can be requested per request + **/ maxRandomWords: u8 & AugmentedConst; /** * Local per-block VRF requests must be at least this many blocks after the block in which * they were requested - */ + **/ minBlockDelay: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; referenda: { @@ -331,89 +446,119 @@ declare module "@polkadot/api-base/types/consts" { * Quantization level for the referendum wakeup scheduler. A higher number will result in * fewer storage reads/writes needed for smaller voters, but also result in delays to the * automatic referendum status changes. Explicit servicing instructions are unaffected. - */ + **/ alarmInterval: u32 & AugmentedConst; - /** Maximum size of the referendum queue for a single track. */ + /** + * Maximum size of the referendum queue for a single track. + **/ maxQueued: u32 & AugmentedConst; - /** The minimum amount to be used as a deposit for a public referendum proposal. */ + /** + * The minimum amount to be used as a deposit for a public referendum proposal. + **/ submissionDeposit: u128 & AugmentedConst; - /** Information concerning the different referendum tracks. */ + /** + * Information concerning the different referendum tracks. + **/ tracks: Vec> & AugmentedConst; /** - * The number of blocks after submission that a referendum must begin being decided by. Once - * this passes, then anyone may cancel the referendum. - */ + * The number of blocks after submission that a referendum must begin being decided by. + * Once this passes, then anyone may cancel the referendum. + **/ undecidingTimeout: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; relayStorageRoots: { /** - * Limit the number of relay storage roots that will be stored. This limit applies to the - * number of items, not to their age. Decreasing the value of `MaxStorageRoots` is a breaking - * change and needs a migration to clean the `RelayStorageRoots` mapping. - */ + * Limit the number of relay storage roots that will be stored. + * This limit applies to the number of items, not to their age. Decreasing the value of + * `MaxStorageRoots` is a breaking change and needs a migration to clean the + * `RelayStorageRoots` mapping. + **/ maxStorageRoots: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; scheduler: { - /** The maximum weight that may be scheduled per block for any dispatchables. */ + /** + * The maximum weight that may be scheduled per block for any dispatchables. + **/ maximumWeight: SpWeightsWeightV2Weight & AugmentedConst; /** * The maximum number of scheduled calls in the queue for a single block. * * NOTE: - * - * - Dependent pallets' benchmarks might require a higher limit for the setting. Set a higher - * limit under `runtime-benchmarks` feature. - */ + * + Dependent pallets' benchmarks might require a higher limit for the setting. Set a + * higher limit under `runtime-benchmarks` feature. + **/ maxScheduledPerBlock: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; system: { - /** Maximum number of block number to block hash mappings to keep (oldest pruned first). */ + /** + * Maximum number of block number to block hash mappings to keep (oldest pruned first). + **/ blockHashCount: u32 & AugmentedConst; - /** The maximum length of a block (in bytes). */ + /** + * The maximum length of a block (in bytes). + **/ blockLength: FrameSystemLimitsBlockLength & AugmentedConst; - /** Block & extrinsics weights: base values and limits. */ + /** + * Block & extrinsics weights: base values and limits. + **/ blockWeights: FrameSystemLimitsBlockWeights & AugmentedConst; - /** The weight of runtime database operations the runtime can invoke. */ + /** + * The weight of runtime database operations the runtime can invoke. + **/ dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst; /** * The designated SS58 prefix of this chain. * - * This replaces the "ss58Format" property declared in the chain spec. Reason is that the - * runtime should know about the prefix in order to make use of it as an identifier of the chain. - */ + * This replaces the "ss58Format" property declared in the chain spec. Reason is + * that the runtime should know about the prefix in order to make use of it as + * an identifier of the chain. + **/ ss58Prefix: u16 & AugmentedConst; - /** Get the chain's in-code version. */ + /** + * Get the chain's in-code version. + **/ version: SpVersionRuntimeVersion & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; timestamp: { /** * The minimum period between blocks. * - * Be aware that this is different to the _expected_ period that the block production - * apparatus provides. Your chosen consensus system will generally work with this to determine - * a sensible block time. For example, in the Aura pallet it will be double this period on - * default settings. - */ + * Be aware that this is different to the *expected* period that the block production + * apparatus provides. Your chosen consensus system will generally work with this to + * determine a sensible block time. For example, in the Aura pallet it will be double this + * period on default settings. + **/ minimumPeriod: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; transactionPayment: { /** - * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their `priority` + * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their + * `priority` * - * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later added - * to a tip component in regular `priority` calculations. It means that a `Normal` transaction - * can front-run a similarly-sized `Operational` extrinsic (with no tip), by including a tip - * value greater than the virtual tip. + * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later + * added to a tip component in regular `priority` calculations. + * It means that a `Normal` transaction can front-run a similarly-sized `Operational` + * extrinsic (with no tip), by including a tip value greater than the virtual tip. * * ```rust,ignore * // For `Normal` @@ -424,55 +569,76 @@ declare module "@polkadot/api-base/types/consts" { * let priority = priority_calc(tip + virtual_tip); * ``` * - * Note that since we use `final_fee` the multiplier applies also to the regular `tip` sent - * with the transaction. So, not only does the transaction get a priority bump based on the - * `inclusion_fee`, but we also amplify the impact of tips applied to `Operational` transactions. - */ + * Note that since we use `final_fee` the multiplier applies also to the regular `tip` + * sent with the transaction. So, not only does the transaction get a priority bump based + * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational` + * transactions. + **/ operationalFeeMultiplier: u8 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; treasury: { - /** Percentage of spare funds (if any) that are burnt per spend period. */ + /** + * Percentage of spare funds (if any) that are burnt per spend period. + **/ burn: Permill & AugmentedConst; /** * The maximum number of approvals that can wait in the spending queue. * * NOTE: This parameter is also used within the Bounties Pallet extension if enabled. - */ + **/ maxApprovals: u32 & AugmentedConst; - /** The treasury's pallet id, used for deriving its sovereign account ID. */ + /** + * The treasury's pallet id, used for deriving its sovereign account ID. + **/ palletId: FrameSupportPalletId & AugmentedConst; - /** The period during which an approved treasury spend has to be claimed. */ + /** + * The period during which an approved treasury spend has to be claimed. + **/ payoutPeriod: u32 & AugmentedConst; - /** Period between successive spends. */ + /** + * Period between successive spends. + **/ spendPeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; treasuryCouncilCollective: { - /** The maximum weight of a dispatch call that can be proposed and executed. */ + /** + * The maximum weight of a dispatch call that can be proposed and executed. + **/ maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; utility: { - /** The limit on the number of batched calls. */ + /** + * The limit on the number of batched calls. + **/ batchedCallsLimit: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; xcmpQueue: { /** * Maximal number of outbound XCMP channels that can have messages queued at the same time. * - * If this is reached, then no further messages can be sent to channels that do not yet have a - * message queued. This should be set to the expected maximum of outbound channels which is - * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since - * otherwise the congestion control protocol will not work as intended and messages may be - * dropped. This value increases the PoV and should therefore not be picked too high. - * Governance needs to pay attention to not open more channels than this value. - */ + * If this is reached, then no further messages can be sent to channels that do not yet + * have a message queued. This should be set to the expected maximum of outbound channels + * which is determined by [`Self::ChannelInfo`]. It is important to set this large enough, + * since otherwise the congestion control protocol will not work as intended and messages + * may be dropped. This value increases the PoV and should therefore not be picked too + * high. Governance needs to pay attention to not open more channels than this value. + **/ maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. @@ -480,7 +646,7 @@ declare module "@polkadot/api-base/types/consts" { * Any further channel suspensions will fail and messages may get dropped without further * notice. Choosing a high value (1000) is okay; the trade-off that is described in * [`InboundXcmpSuspended`] still applies at that scale. - */ + **/ maxInboundSuspended: u32 & AugmentedConst; /** * The maximal page size for HRMP message pages. @@ -488,17 +654,27 @@ declare module "@polkadot/api-base/types/consts" { * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case * benchmarking. The limit for the size of a message is slightly below this, since some * overhead is incurred for encoding the format. - */ + **/ maxPageSize: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; xcmTransactor: { - /** The actual weight for an XCM message is `T::BaseXcmWeight + T::Weigher::weight(&msg)`. */ + /** + * + * The actual weight for an XCM message is `T::BaseXcmWeight + + * T::Weigher::weight(&msg)`. + **/ baseXcmWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Self chain location. */ + /** + * Self chain location. + **/ selfLocation: StagingXcmV4Location & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; } // AugmentedConsts diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts index d64ef4b4ad..26967c2553 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts @@ -20,246 +20,430 @@ declare module "@polkadot/api-base/types/errors" { NonExistentLocalAsset: AugmentedError; NotSufficientDeposit: AugmentedError; TooLowNumAssetsWeightHint: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; assets: { - /** The asset-account already exists. */ + /** + * The asset-account already exists. + **/ AlreadyExists: AugmentedError; - /** The asset is not live, and likely being destroyed. */ + /** + * The asset is not live, and likely being destroyed. + **/ AssetNotLive: AugmentedError; - /** The asset ID must be equal to the [`NextAssetId`]. */ + /** + * The asset ID must be equal to the [`NextAssetId`]. + **/ BadAssetId: AugmentedError; - /** Invalid metadata given. */ + /** + * Invalid metadata given. + **/ BadMetadata: AugmentedError; - /** Invalid witness data given. */ + /** + * Invalid witness data given. + **/ BadWitness: AugmentedError; - /** Account balance must be greater than or equal to the transfer amount. */ + /** + * Account balance must be greater than or equal to the transfer amount. + **/ BalanceLow: AugmentedError; - /** Callback action resulted in error */ + /** + * Callback action resulted in error + **/ CallbackFailed: AugmentedError; - /** The origin account is frozen. */ + /** + * The origin account is frozen. + **/ Frozen: AugmentedError; - /** The asset status is not the expected status. */ + /** + * The asset status is not the expected status. + **/ IncorrectStatus: AugmentedError; - /** The asset ID is already taken. */ + /** + * The asset ID is already taken. + **/ InUse: AugmentedError; /** - * The asset is a live asset and is actively being used. Usually emit for operations such as - * `start_destroy` which require the asset to be in a destroying state. - */ + * The asset is a live asset and is actively being used. Usually emit for operations such + * as `start_destroy` which require the asset to be in a destroying state. + **/ LiveAsset: AugmentedError; - /** Minimum balance should be non-zero. */ + /** + * Minimum balance should be non-zero. + **/ MinBalanceZero: AugmentedError; - /** The account to alter does not exist. */ + /** + * The account to alter does not exist. + **/ NoAccount: AugmentedError; - /** The asset-account doesn't have an associated deposit. */ + /** + * The asset-account doesn't have an associated deposit. + **/ NoDeposit: AugmentedError; - /** The signing account has no permission to do the operation. */ + /** + * The signing account has no permission to do the operation. + **/ NoPermission: AugmentedError; - /** The asset should be frozen before the given operation. */ + /** + * The asset should be frozen before the given operation. + **/ NotFrozen: AugmentedError; - /** No approval exists that would allow the transfer. */ + /** + * No approval exists that would allow the transfer. + **/ Unapproved: AugmentedError; /** * Unable to increment the consumer reference counters on the account. Either no provider - * reference exists to allow a non-zero balance of a non-self-sufficient asset, or one fewer - * then the maximum number of consumers has been reached. - */ + * reference exists to allow a non-zero balance of a non-self-sufficient asset, or one + * fewer then the maximum number of consumers has been reached. + **/ UnavailableConsumer: AugmentedError; - /** The given asset ID is unknown. */ + /** + * The given asset ID is unknown. + **/ Unknown: AugmentedError; - /** The operation would result in funds being burned. */ + /** + * The operation would result in funds being burned. + **/ WouldBurn: AugmentedError; - /** The source account would not survive the transfer and it needs to stay alive. */ + /** + * The source account would not survive the transfer and it needs to stay alive. + **/ WouldDie: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; authorInherent: { - /** Author already set in block. */ + /** + * Author already set in block. + **/ AuthorAlreadySet: AugmentedError; - /** The author in the inherent is not an eligible author. */ + /** + * The author in the inherent is not an eligible author. + **/ CannotBeAuthor: AugmentedError; - /** No AccountId was found to be associated with this author */ + /** + * No AccountId was found to be associated with this author + **/ NoAccountId: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; authorMapping: { - /** The NimbusId in question is already associated and cannot be overwritten */ + /** + * The NimbusId in question is already associated and cannot be overwritten + **/ AlreadyAssociated: AugmentedError; - /** The association can't be cleared because it is not found. */ + /** + * The association can't be cleared because it is not found. + **/ AssociationNotFound: AugmentedError; - /** This account cannot set an author because it cannon afford the security deposit */ + /** + * This account cannot set an author because it cannon afford the security deposit + **/ CannotAffordSecurityDeposit: AugmentedError; - /** Failed to decode T::Keys for `set_keys` */ + /** + * Failed to decode T::Keys for `set_keys` + **/ DecodeKeysFailed: AugmentedError; - /** Failed to decode NimbusId for `set_keys` */ + /** + * Failed to decode NimbusId for `set_keys` + **/ DecodeNimbusFailed: AugmentedError; - /** The association can't be cleared because it belongs to another account. */ + /** + * The association can't be cleared because it belongs to another account. + **/ NotYourAssociation: AugmentedError; - /** No existing NimbusId can be found for the account */ + /** + * No existing NimbusId can be found for the account + **/ OldAuthorIdNotFound: AugmentedError; - /** Keys have wrong size */ + /** + * Keys have wrong size + **/ WrongKeySize: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; balances: { - /** Beneficiary account must pre-exist. */ + /** + * Beneficiary account must pre-exist. + **/ DeadAccount: AugmentedError; - /** The delta cannot be zero. */ + /** + * The delta cannot be zero. + **/ DeltaZero: AugmentedError; - /** Value too low to create account due to existential deposit. */ + /** + * Value too low to create account due to existential deposit. + **/ ExistentialDeposit: AugmentedError; - /** A vesting schedule already exists for this account. */ + /** + * A vesting schedule already exists for this account. + **/ ExistingVestingSchedule: AugmentedError; - /** Transfer/payment would kill account. */ + /** + * Transfer/payment would kill account. + **/ Expendability: AugmentedError; - /** Balance too low to send value. */ + /** + * Balance too low to send value. + **/ InsufficientBalance: AugmentedError; - /** The issuance cannot be modified since it is already deactivated. */ + /** + * The issuance cannot be modified since it is already deactivated. + **/ IssuanceDeactivated: AugmentedError; - /** Account liquidity restrictions prevent withdrawal. */ + /** + * Account liquidity restrictions prevent withdrawal. + **/ LiquidityRestrictions: AugmentedError; - /** Number of freezes exceed `MaxFreezes`. */ + /** + * Number of freezes exceed `MaxFreezes`. + **/ TooManyFreezes: AugmentedError; - /** Number of holds exceed `VariantCountOf`. */ + /** + * Number of holds exceed `VariantCountOf`. + **/ TooManyHolds: AugmentedError; - /** Number of named reserves exceed `MaxReserves`. */ + /** + * Number of named reserves exceed `MaxReserves`. + **/ TooManyReserves: AugmentedError; - /** Vesting balance too high to send value. */ + /** + * Vesting balance too high to send value. + **/ VestingBalance: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; convictionVoting: { - /** The account is already delegating. */ + /** + * The account is already delegating. + **/ AlreadyDelegating: AugmentedError; /** - * The account currently has votes attached to it and the operation cannot succeed until these - * are removed through `remove_vote`. - */ + * The account currently has votes attached to it and the operation cannot succeed until + * these are removed through `remove_vote`. + **/ AlreadyVoting: AugmentedError; - /** The class ID supplied is invalid. */ + /** + * The class ID supplied is invalid. + **/ BadClass: AugmentedError; - /** The class must be supplied since it is not easily determinable from the state. */ + /** + * The class must be supplied since it is not easily determinable from the state. + **/ ClassNeeded: AugmentedError; - /** Too high a balance was provided that the account cannot afford. */ + /** + * Too high a balance was provided that the account cannot afford. + **/ InsufficientFunds: AugmentedError; - /** Maximum number of votes reached. */ + /** + * Maximum number of votes reached. + **/ MaxVotesReached: AugmentedError; - /** Delegation to oneself makes no sense. */ + /** + * Delegation to oneself makes no sense. + **/ Nonsense: AugmentedError; - /** The actor has no permission to conduct the action. */ + /** + * The actor has no permission to conduct the action. + **/ NoPermission: AugmentedError; - /** The actor has no permission to conduct the action right now but will do in the future. */ + /** + * The actor has no permission to conduct the action right now but will do in the future. + **/ NoPermissionYet: AugmentedError; - /** The account is not currently delegating. */ + /** + * The account is not currently delegating. + **/ NotDelegating: AugmentedError; - /** Poll is not ongoing. */ + /** + * Poll is not ongoing. + **/ NotOngoing: AugmentedError; - /** The given account did not vote on the poll. */ + /** + * The given account did not vote on the poll. + **/ NotVoter: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; crowdloanRewards: { /** - * User trying to associate a native identity with a relay chain identity for posterior reward - * claiming provided an already associated relay chain identity - */ + * User trying to associate a native identity with a relay chain identity for posterior + * reward claiming provided an already associated relay chain identity + **/ AlreadyAssociated: AugmentedError; - /** Trying to introduce a batch that goes beyond the limits of the funds */ + /** + * Trying to introduce a batch that goes beyond the limits of the funds + **/ BatchBeyondFundPot: AugmentedError; - /** First claim already done */ + /** + * First claim already done + **/ FirstClaimAlreadyDone: AugmentedError; - /** User submitted an unsifficient number of proofs to change the reward address */ + /** + * User submitted an unsifficient number of proofs to change the reward address + **/ InsufficientNumberOfValidProofs: AugmentedError; /** - * User trying to associate a native identity with a relay chain identity for posterior reward - * claiming provided a wrong signature - */ + * User trying to associate a native identity with a relay chain identity for posterior + * reward claiming provided a wrong signature + **/ InvalidClaimSignature: AugmentedError; - /** User trying to claim the first free reward provided the wrong signature */ + /** + * User trying to claim the first free reward provided the wrong signature + **/ InvalidFreeClaimSignature: AugmentedError; /** - * User trying to claim an award did not have an claim associated with it. This may mean they - * did not contribute to the crowdloan, or they have not yet associated a native id with their - * contribution - */ + * User trying to claim an award did not have an claim associated with it. This may mean + * they did not contribute to the crowdloan, or they have not yet associated a native id + * with their contribution + **/ NoAssociatedClaim: AugmentedError; - /** User provided a signature from a non-contributor relay account */ + /** + * User provided a signature from a non-contributor relay account + **/ NonContributedAddressProvided: AugmentedError; - /** The contribution is not high enough to be eligible for rewards */ + /** + * The contribution is not high enough to be eligible for rewards + **/ RewardNotHighEnough: AugmentedError; /** - * User trying to claim rewards has already claimed all rewards associated with its identity - * and contribution - */ + * User trying to claim rewards has already claimed all rewards associated with its + * identity and contribution + **/ RewardsAlreadyClaimed: AugmentedError; - /** Rewards should match funds of the pallet */ + /** + * Rewards should match funds of the pallet + **/ RewardsDoNotMatchFund: AugmentedError; - /** Reward vec has already been initialized */ + /** + * Reward vec has already been initialized + **/ RewardVecAlreadyInitialized: AugmentedError; - /** Reward vec has not yet been fully initialized */ + /** + * Reward vec has not yet been fully initialized + **/ RewardVecNotFullyInitializedYet: AugmentedError; - /** Initialize_reward_vec received too many contributors */ + /** + * Initialize_reward_vec received too many contributors + **/ TooManyContributors: AugmentedError; - /** Provided vesting period is not valid */ + /** + * Provided vesting period is not valid + **/ VestingPeriodNonValid: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; emergencyParaXcm: { - /** The current XCM Mode is not Paused */ + /** + * The current XCM Mode is not Paused + **/ NotInPausedMode: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; ethereum: { - /** Signature is invalid. */ + /** + * Signature is invalid. + **/ InvalidSignature: AugmentedError; - /** Pre-log is present, therefore transact is not allowed. */ + /** + * Pre-log is present, therefore transact is not allowed. + **/ PreLogExists: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; ethereumXcm: { - /** Xcm to Ethereum execution is suspended */ + /** + * Xcm to Ethereum execution is suspended + **/ EthereumXcmExecutionSuspended: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; evm: { - /** Not enough balance to perform action */ + /** + * Not enough balance to perform action + **/ BalanceLow: AugmentedError; - /** Calculating total fee overflowed */ + /** + * Calculating total fee overflowed + **/ FeeOverflow: AugmentedError; - /** Gas limit is too high. */ + /** + * Gas limit is too high. + **/ GasLimitTooHigh: AugmentedError; - /** Gas limit is too low. */ + /** + * Gas limit is too low. + **/ GasLimitTooLow: AugmentedError; - /** Gas price is too low. */ + /** + * Gas price is too low. + **/ GasPriceTooLow: AugmentedError; - /** The chain id is invalid. */ + /** + * The chain id is invalid. + **/ InvalidChainId: AugmentedError; - /** Nonce is invalid */ + /** + * Nonce is invalid + **/ InvalidNonce: AugmentedError; - /** The signature is invalid. */ + /** + * the signature is invalid. + **/ InvalidSignature: AugmentedError; - /** Calculating total payment overflowed */ + /** + * Calculating total payment overflowed + **/ PaymentOverflow: AugmentedError; - /** EVM reentrancy */ + /** + * EVM reentrancy + **/ Reentrancy: AugmentedError; - /** EIP-3607, */ + /** + * EIP-3607, + **/ TransactionMustComeFromEOA: AugmentedError; - /** Undefined error. */ + /** + * Undefined error. + **/ Undefined: AugmentedError; - /** Withdraw fee failed */ + /** + * Withdraw fee failed + **/ WithdrawFailed: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; evmForeignAssets: { @@ -277,226 +461,416 @@ declare module "@polkadot/api-base/types/errors" { InvalidTokenName: AugmentedError; LocationAlreadyExists: AugmentedError; TooManyForeignAssets: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; identity: { - /** Account ID is already named. */ + /** + * Account ID is already named. + **/ AlreadyClaimed: AugmentedError; - /** Empty index. */ + /** + * Empty index. + **/ EmptyIndex: AugmentedError; - /** Fee is changed. */ + /** + * Fee is changed. + **/ FeeChanged: AugmentedError; - /** The index is invalid. */ + /** + * The index is invalid. + **/ InvalidIndex: AugmentedError; - /** Invalid judgement. */ + /** + * Invalid judgement. + **/ InvalidJudgement: AugmentedError; - /** The signature on a username was not valid. */ + /** + * The signature on a username was not valid. + **/ InvalidSignature: AugmentedError; - /** The provided suffix is too long. */ + /** + * The provided suffix is too long. + **/ InvalidSuffix: AugmentedError; - /** The target is invalid. */ + /** + * The target is invalid. + **/ InvalidTarget: AugmentedError; - /** The username does not meet the requirements. */ + /** + * The username does not meet the requirements. + **/ InvalidUsername: AugmentedError; - /** The provided judgement was for a different identity. */ + /** + * The provided judgement was for a different identity. + **/ JudgementForDifferentIdentity: AugmentedError; - /** Judgement given. */ + /** + * Judgement given. + **/ JudgementGiven: AugmentedError; - /** Error that occurs when there is an issue paying for judgement. */ + /** + * Error that occurs when there is an issue paying for judgement. + **/ JudgementPaymentFailed: AugmentedError; - /** The authority cannot allocate any more usernames. */ + /** + * The authority cannot allocate any more usernames. + **/ NoAllocation: AugmentedError; - /** No identity found. */ + /** + * No identity found. + **/ NoIdentity: AugmentedError; - /** The username cannot be forcefully removed because it can still be accepted. */ + /** + * The username cannot be forcefully removed because it can still be accepted. + **/ NotExpired: AugmentedError; - /** Account isn't found. */ + /** + * Account isn't found. + **/ NotFound: AugmentedError; - /** Account isn't named. */ + /** + * Account isn't named. + **/ NotNamed: AugmentedError; - /** Sub-account isn't owned by sender. */ + /** + * Sub-account isn't owned by sender. + **/ NotOwned: AugmentedError; - /** Sender is not a sub-account. */ + /** + * Sender is not a sub-account. + **/ NotSub: AugmentedError; - /** The sender does not have permission to issue a username. */ + /** + * The sender does not have permission to issue a username. + **/ NotUsernameAuthority: AugmentedError; - /** The requested username does not exist. */ + /** + * The requested username does not exist. + **/ NoUsername: AugmentedError; - /** Setting this username requires a signature, but none was provided. */ + /** + * Setting this username requires a signature, but none was provided. + **/ RequiresSignature: AugmentedError; - /** Sticky judgement. */ + /** + * Sticky judgement. + **/ StickyJudgement: AugmentedError; - /** Maximum amount of registrars reached. Cannot add any more. */ + /** + * Maximum amount of registrars reached. Cannot add any more. + **/ TooManyRegistrars: AugmentedError; - /** Too many subs-accounts. */ + /** + * Too many subs-accounts. + **/ TooManySubAccounts: AugmentedError; - /** The username is already taken. */ + /** + * The username is already taken. + **/ UsernameTaken: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; maintenanceMode: { - /** The chain cannot enter maintenance mode because it is already in maintenance mode */ + /** + * The chain cannot enter maintenance mode because it is already in maintenance mode + **/ AlreadyInMaintenanceMode: AugmentedError; - /** The chain cannot resume normal operation because it is not in maintenance mode */ + /** + * The chain cannot resume normal operation because it is not in maintenance mode + **/ NotInMaintenanceMode: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; messageQueue: { - /** The message was already processed and cannot be processed again. */ + /** + * The message was already processed and cannot be processed again. + **/ AlreadyProcessed: AugmentedError; - /** There is temporarily not enough weight to continue servicing messages. */ + /** + * There is temporarily not enough weight to continue servicing messages. + **/ InsufficientWeight: AugmentedError; - /** The referenced message could not be found. */ + /** + * The referenced message could not be found. + **/ NoMessage: AugmentedError; - /** Page to be reaped does not exist. */ + /** + * Page to be reaped does not exist. + **/ NoPage: AugmentedError; - /** Page is not reapable because it has items remaining to be processed and is not old enough. */ + /** + * Page is not reapable because it has items remaining to be processed and is not old + * enough. + **/ NotReapable: AugmentedError; - /** The message is queued for future execution. */ + /** + * The message is queued for future execution. + **/ Queued: AugmentedError; /** * The queue is paused and no message can be executed from it. * * This can change at any time and may resolve in the future by re-trying. - */ + **/ QueuePaused: AugmentedError; - /** Another call is in progress and needs to finish before this call can happen. */ + /** + * Another call is in progress and needs to finish before this call can happen. + **/ RecursiveDisallowed: AugmentedError; /** * This message is temporarily unprocessable. * - * Such errors are expected, but not guaranteed, to resolve themselves eventually through retrying. - */ + * Such errors are expected, but not guaranteed, to resolve themselves eventually through + * retrying. + **/ TemporarilyUnprocessable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; migrations: { - /** Preimage already exists in the new storage. */ + /** + * Preimage already exists in the new storage. + **/ PreimageAlreadyExists: AugmentedError; - /** Preimage is larger than the new max size. */ + /** + * Preimage is larger than the new max size. + **/ PreimageIsTooBig: AugmentedError; - /** Missing preimage in original democracy storage */ + /** + * Missing preimage in original democracy storage + **/ PreimageMissing: AugmentedError; - /** Provided upper bound is too low. */ + /** + * Provided upper bound is too low. + **/ WrongUpperBound: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; moonbeamLazyMigrations: { - /** Fail to add an approval */ + /** + * Fail to add an approval + **/ ApprovalFailed: AugmentedError; - /** Asset not found */ + /** + * Asset not found + **/ AssetNotFound: AugmentedError; - /** The asset type was not found */ + /** + * The asset type was not found + **/ AssetTypeNotFound: AugmentedError; - /** The contract already have metadata */ + /** + * The contract already have metadata + **/ ContractMetadataAlreadySet: AugmentedError; - /** Contract not exist */ + /** + * Contract not exist + **/ ContractNotExist: AugmentedError; - /** The key lengths exceeds the maximum allowed */ + /** + * The key lengths exceeds the maximum allowed + **/ KeyTooLong: AugmentedError; - /** The limit cannot be zero */ + /** + * The limit cannot be zero + **/ LimitCannotBeZero: AugmentedError; - /** The location of the asset was not found */ + /** + * The location of the asset was not found + **/ LocationNotFound: AugmentedError; - /** Migration is not finished yet */ + /** + * Migration is not finished yet + **/ MigrationNotFinished: AugmentedError; - /** Fail to mint the foreign asset */ + /** + * Fail to mint the foreign asset + **/ MintFailed: AugmentedError; - /** The name length exceeds the maximum allowed */ + /** + * The name length exceeds the maximum allowed + **/ NameTooLong: AugmentedError; - /** No migration in progress */ + /** + * No migration in progress + **/ NoMigrationInProgress: AugmentedError; - /** The symbol length exceeds the maximum allowed */ + /** + * The symbol length exceeds the maximum allowed + **/ SymbolTooLong: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; moonbeamOrbiters: { - /** The collator is already added in orbiters program. */ + /** + * The collator is already added in orbiters program. + **/ CollatorAlreadyAdded: AugmentedError; - /** This collator is not in orbiters program. */ + /** + * This collator is not in orbiters program. + **/ CollatorNotFound: AugmentedError; - /** There are already too many orbiters associated with this collator. */ + /** + * There are already too many orbiters associated with this collator. + **/ CollatorPoolTooLarge: AugmentedError; - /** There are more collator pools than the number specified in the parameter. */ + /** + * There are more collator pools than the number specified in the parameter. + **/ CollatorsPoolCountTooLow: AugmentedError; /** * The minimum deposit required to register as an orbiter has not yet been included in the * onchain storage - */ + **/ MinOrbiterDepositNotSet: AugmentedError; - /** This orbiter is already associated with this collator. */ + /** + * This orbiter is already associated with this collator. + **/ OrbiterAlreadyInPool: AugmentedError; - /** This orbiter has not made a deposit */ + /** + * This orbiter has not made a deposit + **/ OrbiterDepositNotFound: AugmentedError; - /** This orbiter is not found */ + /** + * This orbiter is not found + **/ OrbiterNotFound: AugmentedError; - /** The orbiter is still at least in one pool */ + /** + * The orbiter is still at least in one pool + **/ OrbiterStillInAPool: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; multisig: { - /** Call is already approved by this signatory. */ + /** + * Call is already approved by this signatory. + **/ AlreadyApproved: AugmentedError; - /** The data to be stored is already stored. */ + /** + * The data to be stored is already stored. + **/ AlreadyStored: AugmentedError; - /** The maximum weight information provided was too low. */ + /** + * The maximum weight information provided was too low. + **/ MaxWeightTooLow: AugmentedError; - /** Threshold must be 2 or greater. */ + /** + * Threshold must be 2 or greater. + **/ MinimumThreshold: AugmentedError; - /** Call doesn't need any (more) approvals. */ + /** + * Call doesn't need any (more) approvals. + **/ NoApprovalsNeeded: AugmentedError; - /** Multisig operation not found when attempting to cancel. */ + /** + * Multisig operation not found when attempting to cancel. + **/ NotFound: AugmentedError; - /** No timepoint was given, yet the multisig operation is already underway. */ + /** + * No timepoint was given, yet the multisig operation is already underway. + **/ NoTimepoint: AugmentedError; - /** Only the account that originally created the multisig is able to cancel it. */ + /** + * Only the account that originally created the multisig is able to cancel it. + **/ NotOwner: AugmentedError; - /** The sender was contained in the other signatories; it shouldn't be. */ + /** + * The sender was contained in the other signatories; it shouldn't be. + **/ SenderInSignatories: AugmentedError; - /** The signatories were provided out of order; they should be ordered. */ + /** + * The signatories were provided out of order; they should be ordered. + **/ SignatoriesOutOfOrder: AugmentedError; - /** There are too few signatories in the list. */ + /** + * There are too few signatories in the list. + **/ TooFewSignatories: AugmentedError; - /** There are too many signatories in the list. */ + /** + * There are too many signatories in the list. + **/ TooManySignatories: AugmentedError; - /** A timepoint was given, yet no multisig operation is underway. */ + /** + * A timepoint was given, yet no multisig operation is underway. + **/ UnexpectedTimepoint: AugmentedError; - /** A different timepoint was given to the multisig operation that is underway. */ + /** + * A different timepoint was given to the multisig operation that is underway. + **/ WrongTimepoint: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; openTechCommitteeCollective: { - /** Members are already initialized! */ + /** + * Members are already initialized! + **/ AlreadyInitialized: AugmentedError; - /** Duplicate proposals not allowed */ + /** + * Duplicate proposals not allowed + **/ DuplicateProposal: AugmentedError; - /** Duplicate vote ignored */ + /** + * Duplicate vote ignored + **/ DuplicateVote: AugmentedError; - /** Account is not a member */ + /** + * Account is not a member + **/ NotMember: AugmentedError; - /** Prime account is not a member */ + /** + * Prime account is not a member + **/ PrimeAccountNotMember: AugmentedError; - /** Proposal must exist */ + /** + * Proposal must exist + **/ ProposalMissing: AugmentedError; - /** The close call was made too early, before the end of the voting. */ + /** + * The close call was made too early, before the end of the voting. + **/ TooEarly: AugmentedError; - /** There can only be a maximum of `MaxProposals` active proposals. */ + /** + * There can only be a maximum of `MaxProposals` active proposals. + **/ TooManyProposals: AugmentedError; - /** Mismatched index */ + /** + * Mismatched index + **/ WrongIndex: AugmentedError; - /** The given length bound for the proposal was too low. */ + /** + * The given length bound for the proposal was too low. + **/ WrongProposalLength: AugmentedError; - /** The given weight bound for the proposal was too low. */ + /** + * The given weight bound for the proposal was too low. + **/ WrongProposalWeight: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; parachainStaking: { @@ -556,132 +930,240 @@ declare module "@polkadot/api-base/types/errors" { TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; TotalInflationDistributionPercentExceeds100: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; parachainSystem: { - /** The inherent which supplies the host configuration did not run this block. */ + /** + * The inherent which supplies the host configuration did not run this block. + **/ HostConfigurationNotAvailable: AugmentedError; - /** No code upgrade has been authorized. */ + /** + * No code upgrade has been authorized. + **/ NothingAuthorized: AugmentedError; - /** No validation function upgrade is currently scheduled. */ + /** + * No validation function upgrade is currently scheduled. + **/ NotScheduled: AugmentedError; - /** Attempt to upgrade validation function while existing upgrade pending. */ + /** + * Attempt to upgrade validation function while existing upgrade pending. + **/ OverlappingUpgrades: AugmentedError; - /** Polkadot currently prohibits this parachain from upgrading its validation function. */ + /** + * Polkadot currently prohibits this parachain from upgrading its validation function. + **/ ProhibitedByPolkadot: AugmentedError; - /** The supplied validation function has compiled into a blob larger than Polkadot is willing to run. */ + /** + * The supplied validation function has compiled into a blob larger than Polkadot is + * willing to run. + **/ TooBig: AugmentedError; - /** The given code upgrade has not been authorized. */ + /** + * The given code upgrade has not been authorized. + **/ Unauthorized: AugmentedError; - /** The inherent which supplies the validation data did not run this block. */ + /** + * The inherent which supplies the validation data did not run this block. + **/ ValidationDataNotAvailable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; polkadotXcm: { - /** The given account is not an identifiable sovereign account for any location. */ + /** + * The given account is not an identifiable sovereign account for any location. + **/ AccountNotSovereign: AugmentedError; - /** The location is invalid since it already has a subscription from us. */ + /** + * The location is invalid since it already has a subscription from us. + **/ AlreadySubscribed: AugmentedError; /** - * The given location could not be used (e.g. because it cannot be expressed in the desired - * version of XCM). - */ + * The given location could not be used (e.g. because it cannot be expressed in the + * desired version of XCM). + **/ BadLocation: AugmentedError; - /** The version of the `Versioned` value used is not able to be interpreted. */ + /** + * The version of the `Versioned` value used is not able to be interpreted. + **/ BadVersion: AugmentedError; - /** Could not check-out the assets for teleportation to the destination chain. */ + /** + * Could not check-out the assets for teleportation to the destination chain. + **/ CannotCheckOutTeleport: AugmentedError; - /** Could not re-anchor the assets to declare the fees for the destination chain. */ + /** + * Could not re-anchor the assets to declare the fees for the destination chain. + **/ CannotReanchor: AugmentedError; - /** The destination `Location` provided cannot be inverted. */ + /** + * The destination `Location` provided cannot be inverted. + **/ DestinationNotInvertible: AugmentedError; - /** The assets to be sent are empty. */ + /** + * The assets to be sent are empty. + **/ Empty: AugmentedError; - /** The operation required fees to be paid which the initiator could not meet. */ + /** + * The operation required fees to be paid which the initiator could not meet. + **/ FeesNotMet: AugmentedError; - /** The message execution fails the filter. */ + /** + * The message execution fails the filter. + **/ Filtered: AugmentedError; - /** The unlock operation cannot succeed because there are still consumers of the lock. */ + /** + * The unlock operation cannot succeed because there are still consumers of the lock. + **/ InUse: AugmentedError; - /** Invalid asset, reserve chain could not be determined for it. */ + /** + * Invalid asset, reserve chain could not be determined for it. + **/ InvalidAssetUnknownReserve: AugmentedError; - /** Invalid asset, do not support remote asset reserves with different fees reserves. */ + /** + * Invalid asset, do not support remote asset reserves with different fees reserves. + **/ InvalidAssetUnsupportedReserve: AugmentedError; - /** Origin is invalid for sending. */ + /** + * Origin is invalid for sending. + **/ InvalidOrigin: AugmentedError; - /** Local XCM execution incomplete. */ + /** + * Local XCM execution incomplete. + **/ LocalExecutionIncomplete: AugmentedError; - /** A remote lock with the corresponding data could not be found. */ + /** + * A remote lock with the corresponding data could not be found. + **/ LockNotFound: AugmentedError; - /** The owner does not own (all) of the asset that they wish to do the operation on. */ + /** + * The owner does not own (all) of the asset that they wish to do the operation on. + **/ LowBalance: AugmentedError; - /** The referenced subscription could not be found. */ + /** + * The referenced subscription could not be found. + **/ NoSubscription: AugmentedError; /** - * There was some other issue (i.e. not to do with routing) in sending the message. Perhaps a - * lack of space for buffering the message. - */ + * There was some other issue (i.e. not to do with routing) in sending the message. + * Perhaps a lack of space for buffering the message. + **/ SendFailure: AugmentedError; - /** Too many assets have been attempted for transfer. */ + /** + * Too many assets have been attempted for transfer. + **/ TooManyAssets: AugmentedError; - /** The asset owner has too many locks on the asset. */ + /** + * The asset owner has too many locks on the asset. + **/ TooManyLocks: AugmentedError; - /** Too many assets with different reserve locations have been attempted for transfer. */ + /** + * Too many assets with different reserve locations have been attempted for transfer. + **/ TooManyReserves: AugmentedError; - /** The desired destination was unreachable, generally because there is a no way of routing to it. */ + /** + * The desired destination was unreachable, generally because there is a no way of routing + * to it. + **/ Unreachable: AugmentedError; - /** The message's weight could not be determined. */ + /** + * The message's weight could not be determined. + **/ UnweighableMessage: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; precompileBenchmarks: { BenchmarkError: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; preimage: { - /** Preimage has already been noted on-chain. */ + /** + * Preimage has already been noted on-chain. + **/ AlreadyNoted: AugmentedError; - /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + /** + * No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. + **/ NoCost: AugmentedError; - /** The user is not authorized to perform this action. */ + /** + * The user is not authorized to perform this action. + **/ NotAuthorized: AugmentedError; - /** The preimage cannot be removed since it has not yet been noted. */ + /** + * The preimage cannot be removed since it has not yet been noted. + **/ NotNoted: AugmentedError; - /** The preimage request cannot be removed since no outstanding requests exist. */ + /** + * The preimage request cannot be removed since no outstanding requests exist. + **/ NotRequested: AugmentedError; - /** A preimage may not be removed when there are outstanding requests. */ + /** + * A preimage may not be removed when there are outstanding requests. + **/ Requested: AugmentedError; - /** Preimage is too large to store on-chain. */ + /** + * Preimage is too large to store on-chain. + **/ TooBig: AugmentedError; - /** Too few hashes were requested to be upgraded (i.e. zero). */ + /** + * Too few hashes were requested to be upgraded (i.e. zero). + **/ TooFew: AugmentedError; - /** More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. */ + /** + * More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. + **/ TooMany: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; proxy: { - /** Account is already a proxy. */ + /** + * Account is already a proxy. + **/ Duplicate: AugmentedError; - /** Call may not be made by proxy because it may escalate its privileges. */ + /** + * Call may not be made by proxy because it may escalate its privileges. + **/ NoPermission: AugmentedError; - /** Cannot add self as proxy. */ + /** + * Cannot add self as proxy. + **/ NoSelfProxy: AugmentedError; - /** Proxy registration not found. */ + /** + * Proxy registration not found. + **/ NotFound: AugmentedError; - /** Sender is not a proxy of the account to be proxied. */ + /** + * Sender is not a proxy of the account to be proxied. + **/ NotProxy: AugmentedError; - /** There are too many proxies registered or too many announcements pending. */ + /** + * There are too many proxies registered or too many announcements pending. + **/ TooMany: AugmentedError; - /** Announcement, if made at all, was made too recently. */ + /** + * Announcement, if made at all, was made too recently. + **/ Unannounced: AugmentedError; - /** A call which is incompatible with the proxy type's filter was attempted. */ + /** + * A call which is incompatible with the proxy type's filter was attempted. + **/ Unproxyable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; randomness: { @@ -697,165 +1179,306 @@ declare module "@polkadot/api-base/types/errors" { RequestDNE: AugmentedError; RequestFeeOverflowed: AugmentedError; RequestHasNotExpired: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; referenda: { - /** The referendum index provided is invalid in this context. */ + /** + * The referendum index provided is invalid in this context. + **/ BadReferendum: AugmentedError; - /** The referendum status is invalid for this operation. */ + /** + * The referendum status is invalid for this operation. + **/ BadStatus: AugmentedError; - /** The track identifier given was invalid. */ + /** + * The track identifier given was invalid. + **/ BadTrack: AugmentedError; - /** There are already a full complement of referenda in progress for this track. */ + /** + * There are already a full complement of referenda in progress for this track. + **/ Full: AugmentedError; - /** Referendum's decision deposit is already paid. */ + /** + * Referendum's decision deposit is already paid. + **/ HasDeposit: AugmentedError; - /** The deposit cannot be refunded since none was made. */ + /** + * The deposit cannot be refunded since none was made. + **/ NoDeposit: AugmentedError; - /** The deposit refunder is not the depositor. */ + /** + * The deposit refunder is not the depositor. + **/ NoPermission: AugmentedError; - /** There was nothing to do in the advancement. */ + /** + * There was nothing to do in the advancement. + **/ NothingToDo: AugmentedError; - /** Referendum is not ongoing. */ + /** + * Referendum is not ongoing. + **/ NotOngoing: AugmentedError; - /** No track exists for the proposal origin. */ + /** + * No track exists for the proposal origin. + **/ NoTrack: AugmentedError; - /** The preimage does not exist. */ + /** + * The preimage does not exist. + **/ PreimageNotExist: AugmentedError; - /** The preimage is stored with a different length than the one provided. */ + /** + * The preimage is stored with a different length than the one provided. + **/ PreimageStoredWithDifferentLength: AugmentedError; - /** The queue of the track is empty. */ + /** + * The queue of the track is empty. + **/ QueueEmpty: AugmentedError; - /** Any deposit cannot be refunded until after the decision is over. */ + /** + * Any deposit cannot be refunded until after the decision is over. + **/ Unfinished: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; scheduler: { - /** Failed to schedule a call */ + /** + * Failed to schedule a call + **/ FailedToSchedule: AugmentedError; - /** Attempt to use a non-named function on a named task. */ + /** + * Attempt to use a non-named function on a named task. + **/ Named: AugmentedError; - /** Cannot find the scheduled call. */ + /** + * Cannot find the scheduled call. + **/ NotFound: AugmentedError; - /** Reschedule failed because it does not change scheduled time. */ + /** + * Reschedule failed because it does not change scheduled time. + **/ RescheduleNoChange: AugmentedError; - /** Given target block number is in the past. */ + /** + * Given target block number is in the past. + **/ TargetBlockNumberInPast: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; system: { - /** The origin filter prevent the call to be dispatched. */ + /** + * The origin filter prevent the call to be dispatched. + **/ CallFiltered: AugmentedError; /** * Failed to extract the runtime version from the new runtime. * * Either calling `Core_version` or decoding `RuntimeVersion` failed. - */ + **/ FailedToExtractRuntimeVersion: AugmentedError; - /** The name of specification does not match between the current runtime and the new runtime. */ + /** + * The name of specification does not match between the current runtime + * and the new runtime. + **/ InvalidSpecName: AugmentedError; - /** A multi-block migration is ongoing and prevents the current code from being replaced. */ + /** + * A multi-block migration is ongoing and prevents the current code from being replaced. + **/ MultiBlockMigrationsOngoing: AugmentedError; - /** Suicide called when the account has non-default composite data. */ + /** + * Suicide called when the account has non-default composite data. + **/ NonDefaultComposite: AugmentedError; - /** There is a non-zero reference count preventing the account from being purged. */ + /** + * There is a non-zero reference count preventing the account from being purged. + **/ NonZeroRefCount: AugmentedError; - /** No upgrade authorized. */ + /** + * No upgrade authorized. + **/ NothingAuthorized: AugmentedError; - /** The specification version is not allowed to decrease between the current runtime and the new runtime. */ + /** + * The specification version is not allowed to decrease between the current runtime + * and the new runtime. + **/ SpecVersionNeedsToIncrease: AugmentedError; - /** The submitted code is not authorized. */ + /** + * The submitted code is not authorized. + **/ Unauthorized: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; treasury: { - /** The payment has already been attempted. */ + /** + * The payment has already been attempted. + **/ AlreadyAttempted: AugmentedError; - /** The spend is not yet eligible for payout. */ + /** + * The spend is not yet eligible for payout. + **/ EarlyPayout: AugmentedError; - /** The balance of the asset kind is not convertible to the balance of the native asset. */ + /** + * The balance of the asset kind is not convertible to the balance of the native asset. + **/ FailedToConvertBalance: AugmentedError; - /** The payment has neither failed nor succeeded yet. */ + /** + * The payment has neither failed nor succeeded yet. + **/ Inconclusive: AugmentedError; - /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ + /** + * The spend origin is valid but the amount it is allowed to spend is lower than the + * amount to be spent. + **/ InsufficientPermission: AugmentedError; - /** No proposal, bounty or spend at that index. */ + /** + * No proposal, bounty or spend at that index. + **/ InvalidIndex: AugmentedError; - /** The payout was not yet attempted/claimed. */ + /** + * The payout was not yet attempted/claimed. + **/ NotAttempted: AugmentedError; - /** There was some issue with the mechanism of payment. */ + /** + * There was some issue with the mechanism of payment. + **/ PayoutError: AugmentedError; - /** Proposal has not been approved. */ + /** + * Proposal has not been approved. + **/ ProposalNotApproved: AugmentedError; - /** The spend has expired and cannot be claimed. */ + /** + * The spend has expired and cannot be claimed. + **/ SpendExpired: AugmentedError; - /** Too many approvals in the queue. */ + /** + * Too many approvals in the queue. + **/ TooManyApprovals: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; treasuryCouncilCollective: { - /** Members are already initialized! */ + /** + * Members are already initialized! + **/ AlreadyInitialized: AugmentedError; - /** Duplicate proposals not allowed */ + /** + * Duplicate proposals not allowed + **/ DuplicateProposal: AugmentedError; - /** Duplicate vote ignored */ + /** + * Duplicate vote ignored + **/ DuplicateVote: AugmentedError; - /** Account is not a member */ + /** + * Account is not a member + **/ NotMember: AugmentedError; - /** Prime account is not a member */ + /** + * Prime account is not a member + **/ PrimeAccountNotMember: AugmentedError; - /** Proposal must exist */ + /** + * Proposal must exist + **/ ProposalMissing: AugmentedError; - /** The close call was made too early, before the end of the voting. */ + /** + * The close call was made too early, before the end of the voting. + **/ TooEarly: AugmentedError; - /** There can only be a maximum of `MaxProposals` active proposals. */ + /** + * There can only be a maximum of `MaxProposals` active proposals. + **/ TooManyProposals: AugmentedError; - /** Mismatched index */ + /** + * Mismatched index + **/ WrongIndex: AugmentedError; - /** The given length bound for the proposal was too low. */ + /** + * The given length bound for the proposal was too low. + **/ WrongProposalLength: AugmentedError; - /** The given weight bound for the proposal was too low. */ + /** + * The given weight bound for the proposal was too low. + **/ WrongProposalWeight: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; utility: { - /** Too many calls batched. */ + /** + * Too many calls batched. + **/ TooManyCalls: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; whitelist: { - /** The call was already whitelisted; No-Op. */ + /** + * The call was already whitelisted; No-Op. + **/ CallAlreadyWhitelisted: AugmentedError; - /** The call was not whitelisted. */ + /** + * The call was not whitelisted. + **/ CallIsNotWhitelisted: AugmentedError; - /** The weight of the decoded call was higher than the witness. */ + /** + * The weight of the decoded call was higher than the witness. + **/ InvalidCallWeightWitness: AugmentedError; - /** The preimage of the call hash could not be loaded. */ + /** + * The preimage of the call hash could not be loaded. + **/ UnavailablePreImage: AugmentedError; - /** The call could not be decoded. */ + /** + * The call could not be decoded. + **/ UndecodableCall: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmpQueue: { - /** The execution is already resumed. */ + /** + * The execution is already resumed. + **/ AlreadyResumed: AugmentedError; - /** The execution is already suspended. */ + /** + * The execution is already suspended. + **/ AlreadySuspended: AugmentedError; - /** Setting the queue config failed since one of its values was invalid. */ + /** + * Setting the queue config failed since one of its values was invalid. + **/ BadQueueConfig: AugmentedError; - /** The message is too big. */ + /** + * The message is too big. + **/ TooBig: AugmentedError; - /** There are too many active outbound channels. */ + /** + * There are too many active outbound channels. + **/ TooManyActiveOutboundChannels: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmTransactor: { @@ -886,23 +1509,39 @@ declare module "@polkadot/api-base/types/errors" { UnweighableMessage: AugmentedError; WeightOverflow: AugmentedError; XcmExecuteError: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmWeightTrader: { - /** The given asset was already added */ + /** + * The given asset was already added + **/ AssetAlreadyAdded: AugmentedError; - /** The given asset was already paused */ + /** + * The given asset was already paused + **/ AssetAlreadyPaused: AugmentedError; - /** The given asset was not found */ + /** + * The given asset was not found + **/ AssetNotFound: AugmentedError; - /** The given asset is not paused */ + /** + * The given asset is not paused + **/ AssetNotPaused: AugmentedError; - /** The relative price cannot be zero */ + /** + * The relative price cannot be zero + **/ PriceCannotBeZero: AugmentedError; - /** XCM location filtered */ + /** + * XCM location filtered + **/ XcmLocationFiltered: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; } // AugmentedErrors diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts index e2835f901d..d905baec3b 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts @@ -62,13 +62,17 @@ export type __AugmentedEvent = AugmentedEvent declare module "@polkadot/api-base/types/events" { interface AugmentedEvents { assetManager: { - /** Removed all information related to an assetId and destroyed asset */ + /** + * Removed all information related to an assetId and destroyed asset + **/ ForeignAssetDestroyed: AugmentedEvent< ApiType, [assetId: u128, assetType: MoonbeamRuntimeXcmConfigAssetType], { assetId: u128; assetType: MoonbeamRuntimeXcmConfigAssetType } >; - /** New asset with the asset manager is registered */ + /** + * New asset with the asset manager is registered + **/ ForeignAssetRegistered: AugmentedEvent< ApiType, [ @@ -82,153 +86,216 @@ declare module "@polkadot/api-base/types/events" { metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; } >; - /** Removed all information related to an assetId */ + /** + * Removed all information related to an assetId + **/ ForeignAssetRemoved: AugmentedEvent< ApiType, [assetId: u128, assetType: MoonbeamRuntimeXcmConfigAssetType], { assetId: u128; assetType: MoonbeamRuntimeXcmConfigAssetType } >; - /** Changed the xcm type mapping for a given asset id */ + /** + * Changed the xcm type mapping for a given asset id + **/ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, [assetId: u128, newAssetType: MoonbeamRuntimeXcmConfigAssetType], { assetId: u128; newAssetType: MoonbeamRuntimeXcmConfigAssetType } >; - /** Removed all information related to an assetId and destroyed asset */ + /** + * Removed all information related to an assetId and destroyed asset + **/ LocalAssetDestroyed: AugmentedEvent; - /** Supported asset type for fee payment removed */ + /** + * Supported asset type for fee payment removed + **/ SupportedAssetRemoved: AugmentedEvent< ApiType, [assetType: MoonbeamRuntimeXcmConfigAssetType], { assetType: MoonbeamRuntimeXcmConfigAssetType } >; - /** Changed the amount of units we are charging per execution second for a given asset */ + /** + * Changed the amount of units we are charging per execution second for a given asset + **/ UnitsPerSecondChanged: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; assets: { - /** Accounts were destroyed for given asset. */ + /** + * Accounts were destroyed for given asset. + **/ AccountsDestroyed: AugmentedEvent< ApiType, [assetId: u128, accountsDestroyed: u32, accountsRemaining: u32], { assetId: u128; accountsDestroyed: u32; accountsRemaining: u32 } >; - /** An approval for account `delegate` was cancelled by `owner`. */ + /** + * An approval for account `delegate` was cancelled by `owner`. + **/ ApprovalCancelled: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, delegate: AccountId20], { assetId: u128; owner: AccountId20; delegate: AccountId20 } >; - /** Approvals were destroyed for given asset. */ + /** + * Approvals were destroyed for given asset. + **/ ApprovalsDestroyed: AugmentedEvent< ApiType, [assetId: u128, approvalsDestroyed: u32, approvalsRemaining: u32], { assetId: u128; approvalsDestroyed: u32; approvalsRemaining: u32 } >; - /** (Additional) funds have been approved for transfer to a destination account. */ + /** + * (Additional) funds have been approved for transfer to a destination account. + **/ ApprovedTransfer: AugmentedEvent< ApiType, [assetId: u128, source: AccountId20, delegate: AccountId20, amount: u128], { assetId: u128; source: AccountId20; delegate: AccountId20; amount: u128 } >; - /** Some asset `asset_id` was frozen. */ + /** + * Some asset `asset_id` was frozen. + **/ AssetFrozen: AugmentedEvent; - /** The min_balance of an asset has been updated by the asset owner. */ + /** + * The min_balance of an asset has been updated by the asset owner. + **/ AssetMinBalanceChanged: AugmentedEvent< ApiType, [assetId: u128, newMinBalance: u128], { assetId: u128; newMinBalance: u128 } >; - /** An asset has had its attributes changed by the `Force` origin. */ + /** + * An asset has had its attributes changed by the `Force` origin. + **/ AssetStatusChanged: AugmentedEvent; - /** Some asset `asset_id` was thawed. */ + /** + * Some asset `asset_id` was thawed. + **/ AssetThawed: AugmentedEvent; - /** Some account `who` was blocked. */ + /** + * Some account `who` was blocked. + **/ Blocked: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some assets were destroyed. */ + /** + * Some assets were destroyed. + **/ Burned: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, balance: u128], { assetId: u128; owner: AccountId20; balance: u128 } >; - /** Some asset class was created. */ + /** + * Some asset class was created. + **/ Created: AugmentedEvent< ApiType, [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; - /** Some assets were deposited (e.g. for transaction fees). */ + /** + * Some assets were deposited (e.g. for transaction fees). + **/ Deposited: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, amount: u128], { assetId: u128; who: AccountId20; amount: u128 } >; - /** An asset class was destroyed. */ + /** + * An asset class was destroyed. + **/ Destroyed: AugmentedEvent; - /** An asset class is in the process of being destroyed. */ + /** + * An asset class is in the process of being destroyed. + **/ DestructionStarted: AugmentedEvent; - /** Some asset class was force-created. */ + /** + * Some asset class was force-created. + **/ ForceCreated: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20], { assetId: u128; owner: AccountId20 } >; - /** Some account `who` was frozen. */ + /** + * Some account `who` was frozen. + **/ Frozen: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some assets were issued. */ + /** + * Some assets were issued. + **/ Issued: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, amount: u128], { assetId: u128; owner: AccountId20; amount: u128 } >; - /** Metadata has been cleared for an asset. */ + /** + * Metadata has been cleared for an asset. + **/ MetadataCleared: AugmentedEvent; - /** New metadata has been set for an asset. */ + /** + * New metadata has been set for an asset. + **/ MetadataSet: AugmentedEvent< ApiType, [assetId: u128, name: Bytes, symbol_: Bytes, decimals: u8, isFrozen: bool], { assetId: u128; name: Bytes; symbol: Bytes; decimals: u8; isFrozen: bool } >; - /** The owner changed. */ + /** + * The owner changed. + **/ OwnerChanged: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20], { assetId: u128; owner: AccountId20 } >; - /** The management team changed. */ + /** + * The management team changed. + **/ TeamChanged: AugmentedEvent< ApiType, [assetId: u128, issuer: AccountId20, admin: AccountId20, freezer: AccountId20], { assetId: u128; issuer: AccountId20; admin: AccountId20; freezer: AccountId20 } >; - /** Some account `who` was thawed. */ + /** + * Some account `who` was thawed. + **/ Thawed: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some account `who` was created with a deposit from `depositor`. */ + /** + * Some account `who` was created with a deposit from `depositor`. + **/ Touched: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, depositor: AccountId20], { assetId: u128; who: AccountId20; depositor: AccountId20 } >; - /** Some assets were transferred. */ + /** + * Some assets were transferred. + **/ Transferred: AugmentedEvent< ApiType, [assetId: u128, from: AccountId20, to: AccountId20, amount: u128], { assetId: u128; from: AccountId20; to: AccountId20; amount: u128 } >; - /** An `amount` was transferred in its entirety from `owner` to `destination` by the approved `delegate`. */ + /** + * An `amount` was transferred in its entirety from `owner` to `destination` by + * the approved `delegate`. + **/ TransferredApproved: AugmentedEvent< ApiType, [ @@ -246,23 +313,33 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; - /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + /** + * Some assets were withdrawn from the account (e.g. for transaction fees). + **/ Withdrawn: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, amount: u128], { assetId: u128; who: AccountId20; amount: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; authorFilter: { - /** The amount of eligible authors for the filter to select has been changed. */ + /** + * The amount of eligible authors for the filter to select has been changed. + **/ EligibleUpdated: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; authorMapping: { - /** A NimbusId has been registered and mapped to an AccountId. */ + /** + * A NimbusId has been registered and mapped to an AccountId. + **/ KeysRegistered: AugmentedEvent< ApiType, [ @@ -276,7 +353,9 @@ declare module "@polkadot/api-base/types/events" { keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** An NimbusId has been de-registered, and its AccountId mapping removed. */ + /** + * An NimbusId has been de-registered, and its AccountId mapping removed. + **/ KeysRemoved: AugmentedEvent< ApiType, [ @@ -290,7 +369,9 @@ declare module "@polkadot/api-base/types/events" { keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** An NimbusId has been registered, replacing a previous registration and its mapping. */ + /** + * An NimbusId has been registered, replacing a previous registration and its mapping. + **/ KeysRotated: AugmentedEvent< ApiType, [ @@ -304,75 +385,97 @@ declare module "@polkadot/api-base/types/events" { newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; balances: { - /** A balance was set by root. */ + /** + * A balance was set by root. + **/ BalanceSet: AugmentedEvent< ApiType, [who: AccountId20, free: u128], { who: AccountId20; free: u128 } >; - /** Some amount was burned from an account. */ + /** + * Some amount was burned from an account. + **/ Burned: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was deposited (e.g. for transaction fees). */ + /** + * Some amount was deposited (e.g. for transaction fees). + **/ Deposit: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; /** - * An account was removed whose balance was non-zero but below ExistentialDeposit, resulting - * in an outright loss. - */ + * An account was removed whose balance was non-zero but below ExistentialDeposit, + * resulting in an outright loss. + **/ DustLost: AugmentedEvent< ApiType, [account: AccountId20, amount: u128], { account: AccountId20; amount: u128 } >; - /** An account was created with some free balance. */ + /** + * An account was created with some free balance. + **/ Endowed: AugmentedEvent< ApiType, [account: AccountId20, freeBalance: u128], { account: AccountId20; freeBalance: u128 } >; - /** Some balance was frozen. */ + /** + * Some balance was frozen. + **/ Frozen: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Total issuance was increased by `amount`, creating a credit to be balanced. */ + /** + * Total issuance was increased by `amount`, creating a credit to be balanced. + **/ Issued: AugmentedEvent; - /** Some balance was locked. */ + /** + * Some balance was locked. + **/ Locked: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was minted into an account. */ + /** + * Some amount was minted into an account. + **/ Minted: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Total issuance was decreased by `amount`, creating a debt to be balanced. */ + /** + * Total issuance was decreased by `amount`, creating a debt to be balanced. + **/ Rescinded: AugmentedEvent; - /** Some balance was reserved (moved from free to reserved). */ + /** + * Some balance was reserved (moved from free to reserved). + **/ Reserved: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; /** - * Some balance was moved from the reserve of the first account to the second account. Final - * argument indicates the destination balance type. - */ + * Some balance was moved from the reserve of the first account to the second account. + * Final argument indicates the destination balance type. + **/ ReserveRepatriated: AugmentedEvent< ApiType, [ @@ -388,121 +491,178 @@ declare module "@polkadot/api-base/types/events" { destinationStatus: FrameSupportTokensMiscBalanceStatus; } >; - /** Some amount was restored into an account. */ + /** + * Some amount was restored into an account. + **/ Restored: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was removed from the account (e.g. for misbehavior). */ + /** + * Some amount was removed from the account (e.g. for misbehavior). + **/ Slashed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was suspended from an account (it can be restored later). */ + /** + * Some amount was suspended from an account (it can be restored later). + **/ Suspended: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some balance was thawed. */ + /** + * Some balance was thawed. + **/ Thawed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** The `TotalIssuance` was forcefully changed. */ + /** + * The `TotalIssuance` was forcefully changed. + **/ TotalIssuanceForced: AugmentedEvent< ApiType, [old: u128, new_: u128], { old: u128; new_: u128 } >; - /** Transfer succeeded. */ + /** + * Transfer succeeded. + **/ Transfer: AugmentedEvent< ApiType, [from: AccountId20, to: AccountId20, amount: u128], { from: AccountId20; to: AccountId20; amount: u128 } >; - /** Some balance was unlocked. */ + /** + * Some balance was unlocked. + **/ Unlocked: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some balance was unreserved (moved from reserved to free). */ + /** + * Some balance was unreserved (moved from reserved to free). + **/ Unreserved: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** An account was upgraded. */ + /** + * An account was upgraded. + **/ Upgraded: AugmentedEvent; - /** Some amount was withdrawn from the account (e.g. for transaction fees). */ + /** + * Some amount was withdrawn from the account (e.g. for transaction fees). + **/ Withdraw: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; convictionVoting: { - /** An account has delegated their vote to another account. [who, target] */ + /** + * An account has delegated their vote to another account. \[who, target\] + **/ Delegated: AugmentedEvent; - /** An [account] has cancelled a previous delegation operation. */ + /** + * An \[account\] has cancelled a previous delegation operation. + **/ Undelegated: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; crowdloanRewards: { - /** When initializing the reward vec an already initialized account was found */ + /** + * When initializing the reward vec an already initialized account was found + **/ InitializedAccountWithNotEnoughContribution: AugmentedEvent< ApiType, [U8aFixed, Option, u128] >; - /** When initializing the reward vec an already initialized account was found */ + /** + * When initializing the reward vec an already initialized account was found + **/ InitializedAlreadyInitializedAccount: AugmentedEvent< ApiType, [U8aFixed, Option, u128] >; - /** The initial payment of InitializationPayment % was paid */ + /** + * The initial payment of InitializationPayment % was paid + **/ InitialPaymentMade: AugmentedEvent; /** - * Someone has proven they made a contribution and associated a native identity with it. Data - * is the relay account, native account and the total amount of _rewards_ that will be paid - */ + * Someone has proven they made a contribution and associated a native identity with it. + * Data is the relay account, native account and the total amount of _rewards_ that will be paid + **/ NativeIdentityAssociated: AugmentedEvent; - /** A contributor has updated the reward address. */ + /** + * A contributor has updated the reward address. + **/ RewardAddressUpdated: AugmentedEvent; /** - * A contributor has claimed some rewards. Data is the account getting paid and the amount of - * rewards paid. - */ + * A contributor has claimed some rewards. + * Data is the account getting paid and the amount of rewards paid. + **/ RewardsPaid: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; cumulusXcm: { - /** Downward message executed with the given outcome. [ id, outcome ] */ + /** + * Downward message executed with the given outcome. + * \[ id, outcome \] + **/ ExecutedDownward: AugmentedEvent; - /** Downward message is invalid XCM. [ id ] */ + /** + * Downward message is invalid XCM. + * \[ id \] + **/ InvalidFormat: AugmentedEvent; - /** Downward message is unsupported version of XCM. [ id ] */ + /** + * Downward message is unsupported version of XCM. + * \[ id \] + **/ UnsupportedVersion: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; emergencyParaXcm: { - /** The XCM incoming execution was Paused */ + /** + * The XCM incoming execution was Paused + **/ EnteredPausedXcmMode: AugmentedEvent; - /** The XCM incoming execution returned to normal operation */ + /** + * The XCM incoming execution returned to normal operation + **/ NormalXcmOperationResumed: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; ethereum: { - /** An ethereum transaction was successfully executed. */ + /** + * An ethereum transaction was successfully executed. + **/ Executed: AugmentedEvent< ApiType, [ @@ -520,35 +680,55 @@ declare module "@polkadot/api-base/types/events" { extraData: Bytes; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; ethereumXcm: { - /** Ethereum transaction executed from XCM */ + /** + * Ethereum transaction executed from XCM + **/ ExecutedFromXcm: AugmentedEvent< ApiType, [xcmMsgHash: H256, ethTxHash: H256], { xcmMsgHash: H256; ethTxHash: H256 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; evm: { - /** A contract has been created at given address. */ + /** + * A contract has been created at given address. + **/ Created: AugmentedEvent; - /** A contract was attempted to be created, but the execution failed. */ + /** + * A contract was attempted to be created, but the execution failed. + **/ CreatedFailed: AugmentedEvent; - /** A contract has been executed successfully with states applied. */ + /** + * A contract has been executed successfully with states applied. + **/ Executed: AugmentedEvent; - /** A contract has been executed with errors. States are reverted with only gas fees applied. */ + /** + * A contract has been executed with errors. States are reverted with only gas fees applied. + **/ ExecutedFailed: AugmentedEvent; - /** Ethereum events from contracts. */ + /** + * Ethereum events from contracts. + **/ Log: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; evmForeignAssets: { - /** New asset with the asset manager is registered */ + /** + * New asset with the asset manager is registered + **/ ForeignAssetCreated: AugmentedEvent< ApiType, [contractAddress: H160, assetId: u128, xcmLocation: StagingXcmV4Location], @@ -564,19 +744,27 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, xcmLocation: StagingXcmV4Location], { assetId: u128; xcmLocation: StagingXcmV4Location } >; - /** Changed the xcm type mapping for a given asset id */ + /** + * Changed the xcm type mapping for a given asset id + **/ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, [assetId: u128, newXcmLocation: StagingXcmV4Location], { assetId: u128; newXcmLocation: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; identity: { - /** A username authority was added. */ + /** + * A username authority was added. + **/ AuthorityAdded: AugmentedEvent; - /** A username authority was removed. */ + /** + * A username authority was removed. + **/ AuthorityRemoved: AugmentedEvent< ApiType, [authority: AccountId20], @@ -585,112 +773,152 @@ declare module "@polkadot/api-base/types/events" { /** * A dangling username (as in, a username corresponding to an account that has removed its * identity) has been removed. - */ + **/ DanglingUsernameRemoved: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** A name was cleared, and the given balance returned. */ + /** + * A name was cleared, and the given balance returned. + **/ IdentityCleared: AugmentedEvent< ApiType, [who: AccountId20, deposit: u128], { who: AccountId20; deposit: u128 } >; - /** A name was removed and the given balance slashed. */ + /** + * A name was removed and the given balance slashed. + **/ IdentityKilled: AugmentedEvent< ApiType, [who: AccountId20, deposit: u128], { who: AccountId20; deposit: u128 } >; - /** A name was set or reset (which will remove all judgements). */ + /** + * A name was set or reset (which will remove all judgements). + **/ IdentitySet: AugmentedEvent; - /** A judgement was given by a registrar. */ + /** + * A judgement was given by a registrar. + **/ JudgementGiven: AugmentedEvent< ApiType, [target: AccountId20, registrarIndex: u32], { target: AccountId20; registrarIndex: u32 } >; - /** A judgement was asked from a registrar. */ + /** + * A judgement was asked from a registrar. + **/ JudgementRequested: AugmentedEvent< ApiType, [who: AccountId20, registrarIndex: u32], { who: AccountId20; registrarIndex: u32 } >; - /** A judgement request was retracted. */ + /** + * A judgement request was retracted. + **/ JudgementUnrequested: AugmentedEvent< ApiType, [who: AccountId20, registrarIndex: u32], { who: AccountId20; registrarIndex: u32 } >; - /** A queued username passed its expiration without being claimed and was removed. */ + /** + * A queued username passed its expiration without being claimed and was removed. + **/ PreapprovalExpired: AugmentedEvent; - /** A username was set as a primary and can be looked up from `who`. */ + /** + * A username was set as a primary and can be looked up from `who`. + **/ PrimaryUsernameSet: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** A registrar was added. */ + /** + * A registrar was added. + **/ RegistrarAdded: AugmentedEvent; - /** A sub-identity was added to an identity and the deposit paid. */ + /** + * A sub-identity was added to an identity and the deposit paid. + **/ SubIdentityAdded: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; - /** A sub-identity was removed from an identity and the deposit freed. */ + /** + * A sub-identity was removed from an identity and the deposit freed. + **/ SubIdentityRemoved: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; /** - * A sub-identity was cleared, and the given deposit repatriated from the main identity - * account to the sub-identity account. - */ + * A sub-identity was cleared, and the given deposit repatriated from the + * main identity account to the sub-identity account. + **/ SubIdentityRevoked: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; - /** A username was queued, but `who` must accept it prior to `expiration`. */ + /** + * A username was queued, but `who` must accept it prior to `expiration`. + **/ UsernameQueued: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes, expiration: u32], { who: AccountId20; username: Bytes; expiration: u32 } >; - /** A username was set for `who`. */ + /** + * A username was set for `who`. + **/ UsernameSet: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; maintenanceMode: { - /** The chain was put into Maintenance Mode */ + /** + * The chain was put into Maintenance Mode + **/ EnteredMaintenanceMode: AugmentedEvent; - /** The call to resume on_idle XCM execution failed with inner error */ + /** + * The call to resume on_idle XCM execution failed with inner error + **/ FailedToResumeIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** The call to suspend on_idle XCM execution failed with inner error */ + /** + * The call to suspend on_idle XCM execution failed with inner error + **/ FailedToSuspendIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** The chain returned to its normal operating state */ + /** + * The chain returned to its normal operating state + **/ NormalOperationResumed: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; messageQueue: { - /** Message placed in overweight queue. */ + /** + * Message placed in overweight queue. + **/ OverweightEnqueued: AugmentedEvent< ApiType, [ @@ -706,13 +934,17 @@ declare module "@polkadot/api-base/types/events" { messageIndex: u32; } >; - /** This page was reaped. */ + /** + * This page was reaped. + **/ PageReaped: AugmentedEvent< ApiType, [origin: CumulusPrimitivesCoreAggregateMessageOrigin, index: u32], { origin: CumulusPrimitivesCoreAggregateMessageOrigin; index: u32 } >; - /** Message is processed. */ + /** + * Message is processed. + **/ Processed: AugmentedEvent< ApiType, [ @@ -728,7 +960,9 @@ declare module "@polkadot/api-base/types/events" { success: bool; } >; - /** Message discarded due to an error in the `MessageProcessor` (usually a format error). */ + /** + * Message discarded due to an error in the `MessageProcessor` (usually a format error). + **/ ProcessingFailed: AugmentedEvent< ApiType, [ @@ -742,61 +976,85 @@ declare module "@polkadot/api-base/types/events" { error: FrameSupportMessagesProcessMessageError; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; migrations: { - /** XCM execution resume failed with inner error */ + /** + * XCM execution resume failed with inner error + **/ FailedToResumeIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** XCM execution suspension failed with inner error */ + /** + * XCM execution suspension failed with inner error + **/ FailedToSuspendIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** Migration completed */ + /** + * Migration completed + **/ MigrationCompleted: AugmentedEvent< ApiType, [migrationName: Bytes, consumedWeight: SpWeightsWeightV2Weight], { migrationName: Bytes; consumedWeight: SpWeightsWeightV2Weight } >; - /** Migration started */ + /** + * Migration started + **/ MigrationStarted: AugmentedEvent; - /** Runtime upgrade completed */ + /** + * Runtime upgrade completed + **/ RuntimeUpgradeCompleted: AugmentedEvent< ApiType, [weight: SpWeightsWeightV2Weight], { weight: SpWeightsWeightV2Weight } >; - /** Runtime upgrade started */ + /** + * Runtime upgrade started + **/ RuntimeUpgradeStarted: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; moonbeamOrbiters: { - /** An orbiter join a collator pool */ + /** + * An orbiter join a collator pool + **/ OrbiterJoinCollatorPool: AugmentedEvent< ApiType, [collator: AccountId20, orbiter: AccountId20], { collator: AccountId20; orbiter: AccountId20 } >; - /** An orbiter leave a collator pool */ + /** + * An orbiter leave a collator pool + **/ OrbiterLeaveCollatorPool: AugmentedEvent< ApiType, [collator: AccountId20, orbiter: AccountId20], { collator: AccountId20; orbiter: AccountId20 } >; - /** An orbiter has registered */ + /** + * An orbiter has registered + **/ OrbiterRegistered: AugmentedEvent< ApiType, [account: AccountId20, deposit: u128], { account: AccountId20; deposit: u128 } >; - /** Paid the orbiter account the balance as liquid rewards. */ + /** + * Paid the orbiter account the balance as liquid rewards. + **/ OrbiterRewarded: AugmentedEvent< ApiType, [account: AccountId20, rewards: u128], @@ -807,17 +1065,23 @@ declare module "@polkadot/api-base/types/events" { [collator: AccountId20, oldOrbiter: Option, newOrbiter: Option], { collator: AccountId20; oldOrbiter: Option; newOrbiter: Option } >; - /** An orbiter has unregistered */ + /** + * An orbiter has unregistered + **/ OrbiterUnregistered: AugmentedEvent< ApiType, [account: AccountId20], { account: AccountId20 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; multisig: { - /** A multisig operation has been approved by someone. */ + /** + * A multisig operation has been approved by someone. + **/ MultisigApproval: AugmentedEvent< ApiType, [ @@ -833,7 +1097,9 @@ declare module "@polkadot/api-base/types/events" { callHash: U8aFixed; } >; - /** A multisig operation has been cancelled. */ + /** + * A multisig operation has been cancelled. + **/ MultisigCancelled: AugmentedEvent< ApiType, [ @@ -849,7 +1115,9 @@ declare module "@polkadot/api-base/types/events" { callHash: U8aFixed; } >; - /** A multisig operation has been executed. */ + /** + * A multisig operation has been executed. + **/ MultisigExecuted: AugmentedEvent< ApiType, [ @@ -867,64 +1135,87 @@ declare module "@polkadot/api-base/types/events" { result: Result; } >; - /** A new multisig operation has begun. */ + /** + * A new multisig operation has begun. + **/ NewMultisig: AugmentedEvent< ApiType, [approving: AccountId20, multisig: AccountId20, callHash: U8aFixed], { approving: AccountId20; multisig: AccountId20; callHash: U8aFixed } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; openTechCommitteeCollective: { - /** A motion was approved by the required threshold. */ + /** + * A motion was approved by the required threshold. + **/ Approved: AugmentedEvent; - /** A proposal was closed because its threshold was reached or after its duration was up. */ + /** + * A proposal was closed because its threshold was reached or after its duration was up. + **/ Closed: AugmentedEvent< ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256; yes: u32; no: u32 } >; - /** A motion was not approved by the required threshold. */ + /** + * A motion was not approved by the required threshold. + **/ Disapproved: AugmentedEvent; - /** A motion was executed; result will be `Ok` if it returned without error. */ + /** + * A motion was executed; result will be `Ok` if it returned without error. + **/ Executed: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A single member did some action; result will be `Ok` if it returned without error. */ + /** + * A single member did some action; result will be `Ok` if it returned without error. + **/ MemberExecuted: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A motion (given hash) has been proposed (by given account) with a threshold (given `MemberCount`). */ + /** + * A motion (given hash) has been proposed (by given account) with a threshold (given + * `MemberCount`). + **/ Proposed: AugmentedEvent< ApiType, [account: AccountId20, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId20; proposalIndex: u32; proposalHash: H256; threshold: u32 } >; /** - * A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no - * votes given respectively as `MemberCount`). - */ + * A motion (given hash) has been voted on by given account, leaving + * a tally (yes votes and no votes given respectively as `MemberCount`). + **/ Voted: AugmentedEvent< ApiType, [account: AccountId20, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId20; proposalHash: H256; voted: bool; yes: u32; no: u32 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parachainStaking: { - /** Auto-compounding reward percent was set for a delegation. */ + /** + * Auto-compounding reward percent was set for a delegation. + **/ AutoCompoundSet: AugmentedEvent< ApiType, [candidate: AccountId20, delegator: AccountId20, value: Percent], { candidate: AccountId20; delegator: AccountId20; value: Percent } >; - /** Set blocks per round */ + /** + * Set blocks per round + **/ BlocksPerRoundSet: AugmentedEvent< ApiType, [ @@ -946,19 +1237,25 @@ declare module "@polkadot/api-base/types/events" { newPerRoundInflationMax: Perbill; } >; - /** Cancelled request to decrease candidate's bond. */ + /** + * Cancelled request to decrease candidate's bond. + **/ CancelledCandidateBondLess: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, executeRound: u32], { candidate: AccountId20; amount: u128; executeRound: u32 } >; - /** Cancelled request to leave the set of candidates. */ + /** + * Cancelled request to leave the set of candidates. + **/ CancelledCandidateExit: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Cancelled request to change an existing delegation. */ + /** + * Cancelled request to change an existing delegation. + **/ CancelledDelegationRequest: AugmentedEvent< ApiType, [ @@ -972,67 +1269,89 @@ declare module "@polkadot/api-base/types/events" { collator: AccountId20; } >; - /** Candidate rejoins the set of collator candidates. */ + /** + * Candidate rejoins the set of collator candidates. + **/ CandidateBackOnline: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Candidate has decreased a self bond. */ + /** + * Candidate has decreased a self bond. + **/ CandidateBondedLess: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, newBond: u128], { candidate: AccountId20; amount: u128; newBond: u128 } >; - /** Candidate has increased a self bond. */ + /** + * Candidate has increased a self bond. + **/ CandidateBondedMore: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, newTotalBond: u128], { candidate: AccountId20; amount: u128; newTotalBond: u128 } >; - /** Candidate requested to decrease a self bond. */ + /** + * Candidate requested to decrease a self bond. + **/ CandidateBondLessRequested: AugmentedEvent< ApiType, [candidate: AccountId20, amountToDecrease: u128, executeRound: u32], { candidate: AccountId20; amountToDecrease: u128; executeRound: u32 } >; - /** Candidate has left the set of candidates. */ + /** + * Candidate has left the set of candidates. + **/ CandidateLeft: AugmentedEvent< ApiType, [exCandidate: AccountId20, unlockedAmount: u128, newTotalAmtLocked: u128], { exCandidate: AccountId20; unlockedAmount: u128; newTotalAmtLocked: u128 } >; - /** Candidate has requested to leave the set of candidates. */ + /** + * Candidate has requested to leave the set of candidates. + **/ CandidateScheduledExit: AugmentedEvent< ApiType, [exitAllowedRound: u32, candidate: AccountId20, scheduledExit: u32], { exitAllowedRound: u32; candidate: AccountId20; scheduledExit: u32 } >; - /** Candidate temporarily leave the set of collator candidates without unbonding. */ + /** + * Candidate temporarily leave the set of collator candidates without unbonding. + **/ CandidateWentOffline: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Candidate selected for collators. Total Exposed Amount includes all delegations. */ + /** + * Candidate selected for collators. Total Exposed Amount includes all delegations. + **/ CollatorChosen: AugmentedEvent< ApiType, [round: u32, collatorAccount: AccountId20, totalExposedAmount: u128], { round: u32; collatorAccount: AccountId20; totalExposedAmount: u128 } >; - /** Set collator commission to this value. */ + /** + * Set collator commission to this value. + **/ CollatorCommissionSet: AugmentedEvent< ApiType, [old: Perbill, new_: Perbill], { old: Perbill; new_: Perbill } >; - /** Compounded a portion of rewards towards the delegation. */ + /** + * Compounded a portion of rewards towards the delegation. + **/ Compounded: AugmentedEvent< ApiType, [candidate: AccountId20, delegator: AccountId20, amount: u128], { candidate: AccountId20; delegator: AccountId20; amount: u128 } >; - /** New delegation (increase of the existing one). */ + /** + * New delegation (increase of the existing one). + **/ Delegation: AugmentedEvent< ApiType, [ @@ -1055,7 +1374,9 @@ declare module "@polkadot/api-base/types/events" { [delegator: AccountId20, candidate: AccountId20, amount: u128, inTop: bool], { delegator: AccountId20; candidate: AccountId20; amount: u128; inTop: bool } >; - /** Delegator requested to decrease a bond for the collator candidate. */ + /** + * Delegator requested to decrease a bond for the collator candidate. + **/ DelegationDecreaseScheduled: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, amountToDecrease: u128, executeRound: u32], @@ -1071,43 +1392,57 @@ declare module "@polkadot/api-base/types/events" { [delegator: AccountId20, candidate: AccountId20, amount: u128, inTop: bool], { delegator: AccountId20; candidate: AccountId20; amount: u128; inTop: bool } >; - /** Delegation kicked. */ + /** + * Delegation kicked. + **/ DelegationKicked: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, unstakedAmount: u128], { delegator: AccountId20; candidate: AccountId20; unstakedAmount: u128 } >; - /** Delegator requested to revoke delegation. */ + /** + * Delegator requested to revoke delegation. + **/ DelegationRevocationScheduled: AugmentedEvent< ApiType, [round: u32, delegator: AccountId20, candidate: AccountId20, scheduledExit: u32], { round: u32; delegator: AccountId20; candidate: AccountId20; scheduledExit: u32 } >; - /** Delegation revoked. */ + /** + * Delegation revoked. + **/ DelegationRevoked: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, unstakedAmount: u128], { delegator: AccountId20; candidate: AccountId20; unstakedAmount: u128 } >; - /** Cancelled a pending request to exit the set of delegators. */ + /** + * Cancelled a pending request to exit the set of delegators. + **/ DelegatorExitCancelled: AugmentedEvent< ApiType, [delegator: AccountId20], { delegator: AccountId20 } >; - /** Delegator requested to leave the set of delegators. */ + /** + * Delegator requested to leave the set of delegators. + **/ DelegatorExitScheduled: AugmentedEvent< ApiType, [round: u32, delegator: AccountId20, scheduledExit: u32], { round: u32; delegator: AccountId20; scheduledExit: u32 } >; - /** Delegator has left the set of delegators. */ + /** + * Delegator has left the set of delegators. + **/ DelegatorLeft: AugmentedEvent< ApiType, [delegator: AccountId20, unstakedAmount: u128], { delegator: AccountId20; unstakedAmount: u128 } >; - /** Delegation from candidate state has been remove. */ + /** + * Delegation from candidate state has been remove. + **/ DelegatorLeftCandidate: AugmentedEvent< ApiType, [ @@ -1123,7 +1458,9 @@ declare module "@polkadot/api-base/types/events" { totalCandidateStaked: u128; } >; - /** Transferred to account which holds funds reserved for parachain bond. */ + /** + * Transferred to account which holds funds reserved for parachain bond. + **/ InflationDistributed: AugmentedEvent< ApiType, [index: u32, account: AccountId20, value: u128], @@ -1140,7 +1477,9 @@ declare module "@polkadot/api-base/types/events" { new_: PalletParachainStakingInflationDistributionConfig; } >; - /** Annual inflation input (first 3) was used to derive new per-round inflation (last 3) */ + /** + * Annual inflation input (first 3) was used to derive new per-round inflation (last 3) + **/ InflationSet: AugmentedEvent< ApiType, [ @@ -1160,61 +1499,87 @@ declare module "@polkadot/api-base/types/events" { roundMax: Perbill; } >; - /** Account joined the set of collator candidates. */ + /** + * Account joined the set of collator candidates. + **/ JoinedCollatorCandidates: AugmentedEvent< ApiType, [account: AccountId20, amountLocked: u128, newTotalAmtLocked: u128], { account: AccountId20; amountLocked: u128; newTotalAmtLocked: u128 } >; - /** Started new round. */ + /** + * Started new round. + **/ NewRound: AugmentedEvent< ApiType, [startingBlock: u32, round: u32, selectedCollatorsNumber: u32, totalBalance: u128], { startingBlock: u32; round: u32; selectedCollatorsNumber: u32; totalBalance: u128 } >; - /** Paid the account (delegator or collator) the balance as liquid rewards. */ + /** + * Paid the account (delegator or collator) the balance as liquid rewards. + **/ Rewarded: AugmentedEvent< ApiType, [account: AccountId20, rewards: u128], { account: AccountId20; rewards: u128 } >; - /** Staking expectations set. */ + /** + * Staking expectations set. + **/ StakeExpectationsSet: AugmentedEvent< ApiType, [expectMin: u128, expectIdeal: u128, expectMax: u128], { expectMin: u128; expectIdeal: u128; expectMax: u128 } >; - /** Set total selected candidates to this value. */ + /** + * Set total selected candidates to this value. + **/ TotalSelectedSet: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parachainSystem: { - /** Downward messages were processed using the given weight. */ + /** + * Downward messages were processed using the given weight. + **/ DownwardMessagesProcessed: AugmentedEvent< ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 } >; - /** Some downward messages have been received and will be processed. */ + /** + * Some downward messages have been received and will be processed. + **/ DownwardMessagesReceived: AugmentedEvent; - /** An upward message was sent to the relay chain. */ + /** + * An upward message was sent to the relay chain. + **/ UpwardMessageSent: AugmentedEvent< ApiType, [messageHash: Option], { messageHash: Option } >; - /** The validation function was applied as of the contained relay chain block number. */ + /** + * The validation function was applied as of the contained relay chain block number. + **/ ValidationFunctionApplied: AugmentedEvent< ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 } >; - /** The relay-chain aborted the upgrade process. */ + /** + * The relay-chain aborted the upgrade process. + **/ ValidationFunctionDiscarded: AugmentedEvent; - /** The validation function has been scheduled to apply. */ + /** + * The validation function has been scheduled to apply. + **/ ValidationFunctionStored: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parameters: { @@ -1222,7 +1587,7 @@ declare module "@polkadot/api-base/types/events" { * A Parameter was set. * * Is also emitted when the value was not changed. - */ + **/ Updated: AugmentedEvent< ApiType, [ @@ -1236,39 +1601,49 @@ declare module "@polkadot/api-base/types/events" { newValue: Option; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; polkadotXcm: { - /** Some assets have been claimed from an asset trap */ + /** + * Some assets have been claimed from an asset trap + **/ AssetsClaimed: AugmentedEvent< ApiType, [hash_: H256, origin: StagingXcmV4Location, assets: XcmVersionedAssets], { hash_: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets } >; - /** Some assets have been placed in an asset trap. */ + /** + * Some assets have been placed in an asset trap. + **/ AssetsTrapped: AugmentedEvent< ApiType, [hash_: H256, origin: StagingXcmV4Location, assets: XcmVersionedAssets], { hash_: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets } >; - /** Execution of an XCM message was attempted. */ + /** + * Execution of an XCM message was attempted. + **/ Attempted: AugmentedEvent< ApiType, [outcome: StagingXcmV4TraitsOutcome], { outcome: StagingXcmV4TraitsOutcome } >; - /** Fees were paid from a location for an operation (often for using `SendXcm`). */ + /** + * Fees were paid from a location for an operation (often for using `SendXcm`). + **/ FeesPaid: AugmentedEvent< ApiType, [paying: StagingXcmV4Location, fees: StagingXcmV4AssetAssets], { paying: StagingXcmV4Location; fees: StagingXcmV4AssetAssets } >; /** - * Expected query response has been received but the querier location of the response does not - * match the expected. The query remains registered for a later, valid, response to be - * received and acted upon. - */ + * Expected query response has been received but the querier location of the response does + * not match the expected. The query remains registered for a later, valid, response to + * be received and acted upon. + **/ InvalidQuerier: AugmentedEvent< ApiType, [ @@ -1288,20 +1663,21 @@ declare module "@polkadot/api-base/types/events" { * Expected query response has been received but the expected querier location placed in * storage by this runtime previously cannot be decoded. The query remains registered. * - * This is unexpected (since a location placed in storage in a previously executing runtime - * should be readable prior to query timeout) and dangerous since the possibly valid response - * will be dropped. Manual governance intervention is probably going to be needed. - */ + * This is unexpected (since a location placed in storage in a previously executing + * runtime should be readable prior to query timeout) and dangerous since the possibly + * valid response will be dropped. Manual governance intervention is probably going to be + * needed. + **/ InvalidQuerierVersion: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], { origin: StagingXcmV4Location; queryId: u64 } >; /** - * Expected query response has been received but the origin location of the response does not - * match that expected. The query remains registered for a later, valid, response to be - * received and acted upon. - */ + * Expected query response has been received but the origin location of the response does + * not match that expected. The query remains registered for a later, valid, response to + * be received and acted upon. + **/ InvalidResponder: AugmentedEvent< ApiType, [ @@ -1319,19 +1695,20 @@ declare module "@polkadot/api-base/types/events" { * Expected query response has been received but the expected origin location placed in * storage by this runtime previously cannot be decoded. The query remains registered. * - * This is unexpected (since a location placed in storage in a previously executing runtime - * should be readable prior to query timeout) and dangerous since the possibly valid response - * will be dropped. Manual governance intervention is probably going to be needed. - */ + * This is unexpected (since a location placed in storage in a previously executing + * runtime should be readable prior to query timeout) and dangerous since the possibly + * valid response will be dropped. Manual governance intervention is probably going to be + * needed. + **/ InvalidResponderVersion: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], { origin: StagingXcmV4Location; queryId: u64 } >; /** - * Query response has been received and query is removed. The registered notification has been - * dispatched and executed successfully. - */ + * Query response has been received and query is removed. The registered notification has + * been dispatched and executed successfully. + **/ Notified: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], @@ -1339,9 +1716,9 @@ declare module "@polkadot/api-base/types/events" { >; /** * Query response has been received and query is removed. The dispatch was unable to be - * decoded into a `Call`; this might be due to dispatch function having a signature which is - * not `(origin, QueryId, Response)`. - */ + * decoded into a `Call`; this might be due to dispatch function having a signature which + * is not `(origin, QueryId, Response)`. + **/ NotifyDecodeFailed: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], @@ -1350,17 +1727,17 @@ declare module "@polkadot/api-base/types/events" { /** * Query response has been received and query is removed. There was a general error with * dispatching the notification call. - */ + **/ NotifyDispatchError: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], { queryId: u64; palletIndex: u8; callIndex: u8 } >; /** - * Query response has been received and query is removed. The registered notification could - * not be dispatched because the dispatch weight is greater than the maximum weight originally - * budgeted by this runtime for the query result. - */ + * Query response has been received and query is removed. The registered notification + * could not be dispatched because the dispatch weight is greater than the maximum weight + * originally budgeted by this runtime for the query result. + **/ NotifyOverweight: AugmentedEvent< ApiType, [ @@ -1381,7 +1758,7 @@ declare module "@polkadot/api-base/types/events" { /** * A given location which had a version change subscription was dropped owing to an error * migrating the location to our new XCM format. - */ + **/ NotifyTargetMigrationFail: AugmentedEvent< ApiType, [location: XcmVersionedLocation, queryId: u64], @@ -1390,24 +1767,28 @@ declare module "@polkadot/api-base/types/events" { /** * A given location which had a version change subscription was dropped owing to an error * sending the notification to it. - */ + **/ NotifyTargetSendFail: AugmentedEvent< ApiType, [location: StagingXcmV4Location, queryId: u64, error: XcmV3TraitsError], { location: StagingXcmV4Location; queryId: u64; error: XcmV3TraitsError } >; /** - * Query response has been received and is ready for taking with `take_response`. There is no - * registered notification call. - */ + * Query response has been received and is ready for taking with `take_response`. There is + * no registered notification call. + **/ ResponseReady: AugmentedEvent< ApiType, [queryId: u64, response: StagingXcmV4Response], { queryId: u64; response: StagingXcmV4Response } >; - /** Received query response has been read and removed. */ + /** + * Received query response has been read and removed. + **/ ResponseTaken: AugmentedEvent; - /** A XCM message was sent. */ + /** + * A XCM message was sent. + **/ Sent: AugmentedEvent< ApiType, [ @@ -1424,9 +1805,9 @@ declare module "@polkadot/api-base/types/events" { } >; /** - * The supported version of a location has been changed. This might be through an automatic - * notification or a manual intervention. - */ + * The supported version of a location has been changed. This might be through an + * automatic notification or a manual intervention. + **/ SupportedVersionChanged: AugmentedEvent< ApiType, [location: StagingXcmV4Location, version: u32], @@ -1436,7 +1817,7 @@ declare module "@polkadot/api-base/types/events" { * Query response received which does not match a registered query. This may be because a * matching query was never registered, it may be because it is a duplicate response, or * because the query timed out. - */ + **/ UnexpectedResponse: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], @@ -1446,7 +1827,7 @@ declare module "@polkadot/api-base/types/events" { * An XCM version change notification message has been attempted to be sent. * * The cost of sending it (borne by the chain) is included. - */ + **/ VersionChangeNotified: AugmentedEvent< ApiType, [ @@ -1462,50 +1843,71 @@ declare module "@polkadot/api-base/types/events" { messageId: U8aFixed; } >; - /** A XCM version migration finished. */ + /** + * A XCM version migration finished. + **/ VersionMigrationFinished: AugmentedEvent; - /** We have requested that a remote chain send us XCM version change notifications. */ + /** + * We have requested that a remote chain send us XCM version change notifications. + **/ VersionNotifyRequested: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; /** - * A remote has requested XCM version change notification from us and we have honored it. A - * version information message is sent to them and its cost is included. - */ + * A remote has requested XCM version change notification from us and we have honored it. + * A version information message is sent to them and its cost is included. + **/ VersionNotifyStarted: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; - /** We have requested that a remote chain stops sending us XCM version change notifications. */ + /** + * We have requested that a remote chain stops sending us XCM version change + * notifications. + **/ VersionNotifyUnrequested: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; preimage: { - /** A preimage has ben cleared. */ + /** + * A preimage has ben cleared. + **/ Cleared: AugmentedEvent; - /** A preimage has been noted. */ + /** + * A preimage has been noted. + **/ Noted: AugmentedEvent; - /** A preimage has been requested. */ + /** + * A preimage has been requested. + **/ Requested: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; proxy: { - /** An announcement was placed to make a call in the future. */ + /** + * An announcement was placed to make a call in the future. + **/ Announced: AugmentedEvent< ApiType, [real: AccountId20, proxy: AccountId20, callHash: H256], { real: AccountId20; proxy: AccountId20; callHash: H256 } >; - /** A proxy was added. */ + /** + * A proxy was added. + **/ ProxyAdded: AugmentedEvent< ApiType, [ @@ -1521,13 +1923,17 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; - /** A proxy was executed correctly, with the given. */ + /** + * A proxy was executed correctly, with the given. + **/ ProxyExecuted: AugmentedEvent< ApiType, [result: Result], { result: Result } >; - /** A proxy was removed. */ + /** + * A proxy was removed. + **/ ProxyRemoved: AugmentedEvent< ApiType, [ @@ -1543,7 +1949,10 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; - /** A pure account has been created by new proxy with given disambiguation index and proxy type. */ + /** + * A pure account has been created by new proxy with given + * disambiguation index and proxy type. + **/ PureCreated: AugmentedEvent< ApiType, [ @@ -1559,7 +1968,9 @@ declare module "@polkadot/api-base/types/events" { disambiguationIndex: u16; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; randomness: { @@ -1616,39 +2027,53 @@ declare module "@polkadot/api-base/types/events" { { id: u64; newFee: u128 } >; RequestFulfilled: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; referenda: { - /** A referendum has been approved and its proposal has been scheduled. */ + /** + * A referendum has been approved and its proposal has been scheduled. + **/ Approved: AugmentedEvent; - /** A referendum has been cancelled. */ + /** + * A referendum has been cancelled. + **/ Cancelled: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; ConfirmAborted: AugmentedEvent; - /** A referendum has ended its confirmation phase and is ready for approval. */ + /** + * A referendum has ended its confirmation phase and is ready for approval. + **/ Confirmed: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; ConfirmStarted: AugmentedEvent; - /** The decision deposit has been placed. */ + /** + * The decision deposit has been placed. + **/ DecisionDepositPlaced: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** The decision deposit has been refunded. */ + /** + * The decision deposit has been refunded. + **/ DecisionDepositRefunded: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** A referendum has moved into the deciding phase. */ + /** + * A referendum has moved into the deciding phase. + **/ DecisionStarted: AugmentedEvent< ApiType, [ @@ -1664,69 +2089,97 @@ declare module "@polkadot/api-base/types/events" { tally: PalletConvictionVotingTally; } >; - /** A deposit has been slashed. */ + /** + * A deposit has been slashed. + **/ DepositSlashed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** A referendum has been killed. */ + /** + * A referendum has been killed. + **/ Killed: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** Metadata for a referendum has been cleared. */ + /** + * Metadata for a referendum has been cleared. + **/ MetadataCleared: AugmentedEvent< ApiType, [index: u32, hash_: H256], { index: u32; hash_: H256 } >; - /** Metadata for a referendum has been set. */ + /** + * Metadata for a referendum has been set. + **/ MetadataSet: AugmentedEvent; - /** A proposal has been rejected by referendum. */ + /** + * A proposal has been rejected by referendum. + **/ Rejected: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** The submission deposit has been refunded. */ + /** + * The submission deposit has been refunded. + **/ SubmissionDepositRefunded: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** A referendum has been submitted. */ + /** + * A referendum has been submitted. + **/ Submitted: AugmentedEvent< ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], { index: u32; track: u16; proposal: FrameSupportPreimagesBounded } >; - /** A referendum has been timed out without being decided. */ + /** + * A referendum has been timed out without being decided. + **/ TimedOut: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; rootTesting: { - /** Event dispatched when the trigger_defensive extrinsic is called. */ + /** + * Event dispatched when the trigger_defensive extrinsic is called. + **/ DefensiveTestCall: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; scheduler: { - /** The call for the provided hash was not found so the task has been aborted. */ + /** + * The call for the provided hash was not found so the task has been aborted. + **/ CallUnavailable: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Canceled some task. */ + /** + * Canceled some task. + **/ Canceled: AugmentedEvent; - /** Dispatched some task. */ + /** + * Dispatched some task. + **/ Dispatched: AugmentedEvent< ApiType, [ @@ -1740,93 +2193,125 @@ declare module "@polkadot/api-base/types/events" { result: Result; } >; - /** The given task was unable to be renewed since the agenda is full at that block. */ + /** + * The given task was unable to be renewed since the agenda is full at that block. + **/ PeriodicFailed: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** The given task can never be executed since it is overweight. */ + /** + * The given task can never be executed since it is overweight. + **/ PermanentlyOverweight: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Cancel a retry configuration for some task. */ + /** + * Cancel a retry configuration for some task. + **/ RetryCancelled: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; /** - * The given task was unable to be retried since the agenda is full at that block or there was - * not enough weight to reschedule it. - */ + * The given task was unable to be retried since the agenda is full at that block or there + * was not enough weight to reschedule it. + **/ RetryFailed: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Set a retry configuration for some task. */ + /** + * Set a retry configuration for some task. + **/ RetrySet: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option, period: u32, retries: u8], { task: ITuple<[u32, u32]>; id: Option; period: u32; retries: u8 } >; - /** Scheduled some task. */ + /** + * Scheduled some task. + **/ Scheduled: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; system: { - /** `:code` was updated. */ + /** + * `:code` was updated. + **/ CodeUpdated: AugmentedEvent; - /** An extrinsic failed. */ + /** + * An extrinsic failed. + **/ ExtrinsicFailed: AugmentedEvent< ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportDispatchDispatchInfo } >; - /** An extrinsic completed successfully. */ + /** + * An extrinsic completed successfully. + **/ ExtrinsicSuccess: AugmentedEvent< ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo } >; - /** An account was reaped. */ + /** + * An account was reaped. + **/ KilledAccount: AugmentedEvent; - /** A new account was created. */ + /** + * A new account was created. + **/ NewAccount: AugmentedEvent; - /** On on-chain remark happened. */ + /** + * On on-chain remark happened. + **/ Remarked: AugmentedEvent< ApiType, [sender: AccountId20, hash_: H256], { sender: AccountId20; hash_: H256 } >; - /** An upgrade was authorized. */ + /** + * An upgrade was authorized. + **/ UpgradeAuthorized: AugmentedEvent< ApiType, [codeHash: H256, checkVersion: bool], { codeHash: H256; checkVersion: bool } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; transactionPayment: { /** - * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, has - * been paid by `who`. - */ + * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, + * has been paid by `who`. + **/ TransactionFeePaid: AugmentedEvent< ApiType, [who: AccountId20, actualFee: u128, tip: u128], { who: AccountId20; actualFee: u128; tip: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; treasury: { - /** A new asset spend proposal has been approved. */ + /** + * A new asset spend proposal has been approved. + **/ AssetSpendApproved: AugmentedEvent< ApiType, [ @@ -1846,120 +2331,169 @@ declare module "@polkadot/api-base/types/events" { expireAt: u32; } >; - /** An approved spend was voided. */ + /** + * An approved spend was voided. + **/ AssetSpendVoided: AugmentedEvent; - /** Some funds have been allocated. */ + /** + * Some funds have been allocated. + **/ Awarded: AugmentedEvent< ApiType, [proposalIndex: u32, award: u128, account: AccountId20], { proposalIndex: u32; award: u128; account: AccountId20 } >; - /** Some of our funds have been burnt. */ + /** + * Some of our funds have been burnt. + **/ Burnt: AugmentedEvent; - /** Some funds have been deposited. */ + /** + * Some funds have been deposited. + **/ Deposit: AugmentedEvent; - /** A payment happened. */ + /** + * A payment happened. + **/ Paid: AugmentedEvent; - /** A payment failed and can be retried. */ + /** + * A payment failed and can be retried. + **/ PaymentFailed: AugmentedEvent< ApiType, [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** Spending has finished; this is the amount that rolls over until next spend. */ + /** + * Spending has finished; this is the amount that rolls over until next spend. + **/ Rollover: AugmentedEvent; - /** A new spend proposal has been approved. */ + /** + * A new spend proposal has been approved. + **/ SpendApproved: AugmentedEvent< ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId20], { proposalIndex: u32; amount: u128; beneficiary: AccountId20 } >; - /** We have ended a spend period and will now allocate funds. */ + /** + * We have ended a spend period and will now allocate funds. + **/ Spending: AugmentedEvent; /** - * A spend was processed and removed from the storage. It might have been successfully paid or - * it may have expired. - */ + * A spend was processed and removed from the storage. It might have been successfully + * paid or it may have expired. + **/ SpendProcessed: AugmentedEvent; - /** The inactive funds of the pallet have been updated. */ + /** + * The inactive funds of the pallet have been updated. + **/ UpdatedInactive: AugmentedEvent< ApiType, [reactivated: u128, deactivated: u128], { reactivated: u128; deactivated: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; treasuryCouncilCollective: { - /** A motion was approved by the required threshold. */ + /** + * A motion was approved by the required threshold. + **/ Approved: AugmentedEvent; - /** A proposal was closed because its threshold was reached or after its duration was up. */ + /** + * A proposal was closed because its threshold was reached or after its duration was up. + **/ Closed: AugmentedEvent< ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256; yes: u32; no: u32 } >; - /** A motion was not approved by the required threshold. */ + /** + * A motion was not approved by the required threshold. + **/ Disapproved: AugmentedEvent; - /** A motion was executed; result will be `Ok` if it returned without error. */ + /** + * A motion was executed; result will be `Ok` if it returned without error. + **/ Executed: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A single member did some action; result will be `Ok` if it returned without error. */ + /** + * A single member did some action; result will be `Ok` if it returned without error. + **/ MemberExecuted: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A motion (given hash) has been proposed (by given account) with a threshold (given `MemberCount`). */ + /** + * A motion (given hash) has been proposed (by given account) with a threshold (given + * `MemberCount`). + **/ Proposed: AugmentedEvent< ApiType, [account: AccountId20, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId20; proposalIndex: u32; proposalHash: H256; threshold: u32 } >; /** - * A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no - * votes given respectively as `MemberCount`). - */ + * A motion (given hash) has been voted on by given account, leaving + * a tally (yes votes and no votes given respectively as `MemberCount`). + **/ Voted: AugmentedEvent< ApiType, [account: AccountId20, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId20; proposalHash: H256; voted: bool; yes: u32; no: u32 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; utility: { - /** Batch of dispatches completed fully with no error. */ + /** + * Batch of dispatches completed fully with no error. + **/ BatchCompleted: AugmentedEvent; - /** Batch of dispatches completed but has errors. */ + /** + * Batch of dispatches completed but has errors. + **/ BatchCompletedWithErrors: AugmentedEvent; /** - * Batch of dispatches did not complete fully. Index of first failing dispatch given, as well - * as the error. - */ + * Batch of dispatches did not complete fully. Index of first failing dispatch given, as + * well as the error. + **/ BatchInterrupted: AugmentedEvent< ApiType, [index: u32, error: SpRuntimeDispatchError], { index: u32; error: SpRuntimeDispatchError } >; - /** A call was dispatched. */ + /** + * A call was dispatched. + **/ DispatchedAs: AugmentedEvent< ApiType, [result: Result], { result: Result } >; - /** A single item within a Batch of dispatches has completed with no error. */ + /** + * A single item within a Batch of dispatches has completed with no error. + **/ ItemCompleted: AugmentedEvent; - /** A single item within a Batch of dispatches has completed with error. */ + /** + * A single item within a Batch of dispatches has completed with error. + **/ ItemFailed: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; whitelist: { @@ -1976,66 +2510,90 @@ declare module "@polkadot/api-base/types/events" { } >; WhitelistedCallRemoved: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmpQueue: { - /** An HRMP message was sent to a sibling parachain. */ + /** + * An HRMP message was sent to a sibling parachain. + **/ XcmpMessageSent: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmTransactor: { DeRegisteredDerivative: AugmentedEvent; - /** Set dest fee per second */ + /** + * Set dest fee per second + **/ DestFeePerSecondChanged: AugmentedEvent< ApiType, [location: StagingXcmV4Location, feePerSecond: u128], { location: StagingXcmV4Location; feePerSecond: u128 } >; - /** Remove dest fee per second */ + /** + * Remove dest fee per second + **/ DestFeePerSecondRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** HRMP manage action succesfully sent */ + /** + * HRMP manage action succesfully sent + **/ HrmpManagementSent: AugmentedEvent< ApiType, [action: PalletXcmTransactorHrmpOperation], { action: PalletXcmTransactorHrmpOperation } >; - /** Registered a derivative index for an account id. */ + /** + * Registered a derivative index for an account id. + **/ RegisteredDerivative: AugmentedEvent< ApiType, [accountId: AccountId20, index: u16], { accountId: AccountId20; index: u16 } >; - /** Transacted the inner call through a derivative account in a destination chain. */ + /** + * Transacted the inner call through a derivative account in a destination chain. + **/ TransactedDerivative: AugmentedEvent< ApiType, [accountId: AccountId20, dest: StagingXcmV4Location, call: Bytes, index: u16], { accountId: AccountId20; dest: StagingXcmV4Location; call: Bytes; index: u16 } >; - /** Transacted the call through a signed account in a destination chain. */ + /** + * Transacted the call through a signed account in a destination chain. + **/ TransactedSigned: AugmentedEvent< ApiType, [feePayer: AccountId20, dest: StagingXcmV4Location, call: Bytes], { feePayer: AccountId20; dest: StagingXcmV4Location; call: Bytes } >; - /** Transacted the call through the sovereign account in a destination chain. */ + /** + * Transacted the call through the sovereign account in a destination chain. + **/ TransactedSovereign: AugmentedEvent< ApiType, [feePayer: Option, dest: StagingXcmV4Location, call: Bytes], { feePayer: Option; dest: StagingXcmV4Location; call: Bytes } >; - /** Transact failed */ + /** + * Transact failed + **/ TransactFailed: AugmentedEvent< ApiType, [error: XcmV3TraitsError], { error: XcmV3TraitsError } >; - /** Changed the transact info of a location */ + /** + * Changed the transact info of a location + **/ TransactInfoChanged: AugmentedEvent< ApiType, [ @@ -2047,47 +2605,63 @@ declare module "@polkadot/api-base/types/events" { remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; } >; - /** Removed the transact info of a location */ + /** + * Removed the transact info of a location + **/ TransactInfoRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmWeightTrader: { - /** Pause support for a given asset */ + /** + * Pause support for a given asset + **/ PauseAssetSupport: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Resume support for a given asset */ + /** + * Resume support for a given asset + **/ ResumeAssetSupport: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** New supported asset is registered */ + /** + * New supported asset is registered + **/ SupportedAssetAdded: AugmentedEvent< ApiType, [location: StagingXcmV4Location, relativePrice: u128], { location: StagingXcmV4Location; relativePrice: u128 } >; - /** Changed the amount of units we are charging per execution second for a given asset */ + /** + * Changed the amount of units we are charging per execution second for a given asset + **/ SupportedAssetEdited: AugmentedEvent< ApiType, [location: StagingXcmV4Location, relativePrice: u128], { location: StagingXcmV4Location; relativePrice: u128 } >; - /** Supported asset type for fee payment removed */ + /** + * Supported asset type for fee payment removed + **/ SupportedAssetRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; } // AugmentedEvents diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts index 87f3d84332..23ec786f53 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts @@ -132,9 +132,10 @@ declare module "@polkadot/api-base/types/storage" { interface AugmentedQueries { assetManager: { /** - * Mapping from an asset id to asset type. This is mostly used when receiving transaction - * specifying an asset directly, like transferring an asset from this chain to another. - */ + * Mapping from an asset id to asset type. + * This is mostly used when receiving transaction specifying an asset directly, + * like transferring an asset from this chain to another. + **/ assetIdType: AugmentedQuery< ApiType, ( @@ -144,10 +145,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Reverse mapping of AssetIdType. Mapping from an asset type to an asset id. This is mostly - * used when receiving a multilocation XCM message to retrieve the corresponding asset in - * which tokens should me minted. - */ + * Reverse mapping of AssetIdType. Mapping from an asset type to an asset id. + * This is mostly used when receiving a multilocation XCM message to retrieve + * the corresponding asset in which tokens should me minted. + **/ assetTypeId: AugmentedQuery< ApiType, ( @@ -156,11 +157,15 @@ declare module "@polkadot/api-base/types/storage" { [MoonbeamRuntimeXcmConfigAssetType] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; assets: { - /** The holdings of a specific account for a specific asset. */ + /** + * The holdings of a specific account for a specific asset. + **/ account: AugmentedQuery< ApiType, ( @@ -171,10 +176,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Approved balance transfers. First balance is the amount approved for transfer. Second is - * the amount of `T::Currency` reserved for storing this. First key is the asset ID, second - * key is the owner and third key is the delegate. - */ + * Approved balance transfers. First balance is the amount approved for transfer. Second + * is the amount of `T::Currency` reserved for storing this. + * First key is the asset ID, second key is the owner and third key is the delegate. + **/ approvals: AugmentedQuery< ApiType, ( @@ -185,14 +190,18 @@ declare module "@polkadot/api-base/types/storage" { [u128, AccountId20, AccountId20] > & QueryableStorageEntry; - /** Details of an asset. */ + /** + * Details of an asset. + **/ asset: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable>, [u128] > & QueryableStorageEntry; - /** Metadata of an asset. */ + /** + * Metadata of an asset. + **/ metadata: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable, @@ -209,44 +218,61 @@ declare module "@polkadot/api-base/types/storage" { * * The initial next asset ID can be set using the [`GenesisConfig`] or the * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. - */ + **/ nextAssetId: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; asyncBacking: { /** * First tuple element is the highest slot that has been seen in the history of this chain. - * Second tuple element is the number of authored blocks so far. This is a strictly-increasing - * value if T::AllowMultipleBlocksPerSlot = false. - */ + * Second tuple element is the number of authored blocks so far. + * This is a strictly-increasing value if T::AllowMultipleBlocksPerSlot = false. + **/ slotInfo: AugmentedQuery Observable>>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorFilter: { - /** The number of active authors that will be eligible at each height. */ + /** + * The number of active authors that will be eligible at each height. + **/ eligibleCount: AugmentedQuery Observable, []> & QueryableStorageEntry; eligibleRatio: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorInherent: { - /** Author of current block. */ + /** + * Author of current block. + **/ author: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Check if the inherent was included */ + /** + * Check if the inherent was included + **/ inherentIncluded: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorMapping: { - /** We maintain a mapping from the NimbusIds used in the consensus layer to the AccountIds runtime. */ + /** + * We maintain a mapping from the NimbusIds used in the consensus layer + * to the AccountIds runtime. + **/ mappingWithDeposit: AugmentedQuery< ApiType, ( @@ -255,7 +281,9 @@ declare module "@polkadot/api-base/types/storage" { [NimbusPrimitivesNimbusCryptoPublic] > & QueryableStorageEntry; - /** We maintain a reverse mapping from AccountIds to NimbusIDS */ + /** + * We maintain a reverse mapping from AccountIds to NimbusIDS + **/ nimbusLookup: AugmentedQuery< ApiType, ( @@ -264,7 +292,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; balances: { @@ -291,23 +321,27 @@ declare module "@polkadot/api-base/types/storage" { * * But this comes with tradeoffs, storing account balances in the system pallet stores * `frame_system` data alongside the account data contrary to storing account balances in the - * `Balances` pallet, which uses a `StorageMap` to store balances data only. NOTE: This is - * only used in the case that this pallet is used to store balances. - */ + * `Balances` pallet, which uses a `StorageMap` to store balances data only. + * NOTE: This is only used in the case that this pallet is used to store balances. + **/ account: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable, [AccountId20] > & QueryableStorageEntry; - /** Freeze locks on account balances. */ + /** + * Freeze locks on account balances. + **/ freezes: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** Holds on account balances. */ + /** + * Holds on account balances. + **/ holds: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable< @@ -321,16 +355,17 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The total units of outstanding deactivated balance in the system. */ + /** + * The total units of outstanding deactivated balance in the system. + **/ inactiveIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Any liquidity locks on some account balances. NOTE: Should only be accessed when setting, - * changing and freeing a lock. + * Any liquidity locks on some account balances. + * NOTE: Should only be accessed when setting, changing and freeing a lock. * - * Use of locks is deprecated in favour of freezes. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` + **/ locks: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, @@ -340,19 +375,22 @@ declare module "@polkadot/api-base/types/storage" { /** * Named reserves on some account balances. * - * Use of reserves is deprecated in favour of holds. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` + **/ reserves: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** The total units issued in the system. */ + /** + * The total units issued in the system. + **/ totalIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; convictionVoting: { @@ -360,7 +398,7 @@ declare module "@polkadot/api-base/types/storage" { * The voting classes which have a non-zero lock requirement and the lock amounts which they * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. - */ + **/ classLocksFor: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, @@ -368,9 +406,9 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * All voting for a particular voter in a particular voting class. We store the balance for - * the number of votes that we have recorded. - */ + * All voting for a particular voter in a particular voting class. We store the balance for the + * number of votes that we have recorded. + **/ votingFor: AugmentedQuery< ApiType, ( @@ -380,7 +418,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20, u16] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; crowdloanRewards: { @@ -398,21 +438,27 @@ declare module "@polkadot/api-base/types/storage" { [U8aFixed] > & QueryableStorageEntry; - /** Vesting block height at the initialization of the pallet */ + /** + * Vesting block height at the initialization of the pallet + **/ endRelayBlock: AugmentedQuery Observable, []> & QueryableStorageEntry; initialized: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Total initialized amount so far. We store this to make pallet funds === contributors reward + * Total initialized amount so far. We store this to make pallet funds == contributors reward * check easier and more efficient - */ + **/ initializedRewardAmount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Vesting block height at the initialization of the pallet */ + /** + * Vesting block height at the initialization of the pallet + **/ initRelayBlock: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Total number of contributors to aid hinting benchmarking */ + /** + * Total number of contributors to aid hinting benchmarking + **/ totalContributors: AugmentedQuery Observable, []> & QueryableStorageEntry; unassociatedContributions: AugmentedQuery< @@ -423,14 +469,20 @@ declare module "@polkadot/api-base/types/storage" { [U8aFixed] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; emergencyParaXcm: { - /** Whether incoming XCM is enabled or paused */ + /** + * Whether incoming XCM is enabled or paused + **/ mode: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereum: { @@ -440,24 +492,32 @@ declare module "@polkadot/api-base/types/storage" { [U256] > & QueryableStorageEntry; - /** The current Ethereum block. */ + /** + * The current Ethereum block. + **/ currentBlock: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The current Ethereum receipts. */ + /** + * The current Ethereum receipts. + **/ currentReceipts: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** The current transaction statuses. */ + /** + * The current transaction statuses. + **/ currentTransactionStatuses: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** Current building block's transactions and receipts. */ + /** + * Current building block's transactions and receipts. + **/ pending: AugmentedQuery< ApiType, () => Observable< @@ -470,24 +530,36 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereumChainId: { - /** The EVM chain ID. */ + /** + * The EVM chain ID. + **/ chainId: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereumXcm: { - /** Whether or not Ethereum-XCM is suspended from executing */ + /** + * Whether or not Ethereum-XCM is suspended from executing + **/ ethereumXcmSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Global nonce used for building Ethereum transaction payload. */ + /** + * Global nonce used for building Ethereum transaction payload. + **/ nonce: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; evm: { @@ -515,14 +587,17 @@ declare module "@polkadot/api-base/types/storage" { [H160] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; evmForeignAssets: { /** - * Mapping from an asset id to a Foreign asset type. This is mostly used when receiving - * transaction specifying an asset directly, like transferring an asset from this chain to another. - */ + * Mapping from an asset id to a Foreign asset type. + * This is mostly used when receiving transaction specifying an asset directly, + * like transferring an asset from this chain to another. + **/ assetsById: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable>, @@ -530,10 +605,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. This is mostly - * used when receiving a multilocation XCM message to retrieve the corresponding asset in - * which tokens should me minted. - */ + * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. + * This is mostly used when receiving a multilocation XCM message to retrieve + * the corresponding asset in which tokens should me minted. + **/ assetsByLocation: AugmentedQuery< ApiType, ( @@ -542,10 +617,14 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Counter for the related counted storage map */ + /** + * Counter for the related counted storage map + **/ counterForAssetsById: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; identity: { @@ -555,7 +634,7 @@ declare module "@polkadot/api-base/types/storage" { * * Multiple usernames may map to the same `AccountId`, but `IdentityOf` will only map to one * primary username. - */ + **/ accountOfUsername: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable>, @@ -567,7 +646,7 @@ declare module "@polkadot/api-base/types/storage" { * registration, second is the account's primary username. * * TWOX-NOTE: OK ― `AccountId` is a secure hash. - */ + **/ identityOf: AugmentedQuery< ApiType, ( @@ -583,7 +662,7 @@ declare module "@polkadot/api-base/types/storage" { * [`Call::accept_username`]. * * First tuple item is the account and second is the acceptance deadline. - */ + **/ pendingUsernames: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable>>, @@ -591,11 +670,11 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The set of registrars. Not expected to get very big as can only be added through a special - * origin (likely a council motion). + * The set of registrars. Not expected to get very big as can only be added through a + * special origin (likely a council motion). * * The index into this can be cast to `RegistrarIndex` to get a valid value. - */ + **/ registrars: AugmentedQuery< ApiType, () => Observable>>, @@ -608,7 +687,7 @@ declare module "@polkadot/api-base/types/storage" { * The first item is the deposit, the second is a vector of the accounts. * * TWOX-NOTE: OK ― `AccountId` is a secure hash. - */ + **/ subsOf: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable]>>, @@ -618,14 +697,16 @@ declare module "@polkadot/api-base/types/storage" { /** * The super-identity of an alternative "sub" identity together with its name, within that * context. If the account is not some other account's sub-identity, then just `None`. - */ + **/ superOf: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, [AccountId20] > & QueryableStorageEntry; - /** A map of the accounts who are authorized to grant usernames. */ + /** + * A map of the accounts who are authorized to grant usernames. + **/ usernameAuthorities: AugmentedQuery< ApiType, ( @@ -634,18 +715,26 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; maintenanceMode: { - /** Whether the site is in maintenance mode */ + /** + * Whether the site is in maintenance mode + **/ maintenanceMode: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; messageQueue: { - /** The index of the first and last (non-empty) pages. */ + /** + * The index of the first and last (non-empty) pages. + **/ bookStateFor: AugmentedQuery< ApiType, ( @@ -660,7 +749,9 @@ declare module "@polkadot/api-base/types/storage" { [CumulusPrimitivesCoreAggregateMessageOrigin] > & QueryableStorageEntry; - /** The map of page indices to pages. */ + /** + * The map of page indices to pages. + **/ pages: AugmentedQuery< ApiType, ( @@ -676,24 +767,30 @@ declare module "@polkadot/api-base/types/storage" { [CumulusPrimitivesCoreAggregateMessageOrigin, u32] > & QueryableStorageEntry; - /** The origin at which we should begin servicing. */ + /** + * The origin at which we should begin servicing. + **/ serviceHead: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; migrations: { - /** True if all required migrations have completed */ + /** + * True if all required migrations have completed + **/ fullyUpgraded: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * MigrationState tracks the progress of a migration. Maps name (Vec) -> whether or not - * migration has been completed (bool) - */ + * MigrationState tracks the progress of a migration. + * Maps name (Vec) -> whether or not migration has been completed (bool) + **/ migrationState: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable, @@ -701,12 +798,14 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Temporary value that is set to true at the beginning of the block during which the - * execution of xcm messages must be paused. - */ + * Temporary value that is set to true at the beginning of the block during which the execution + * of xcm messages must be paused. + **/ shouldPauseXcm: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { @@ -728,18 +827,24 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; moonbeamOrbiters: { - /** Account lookup override */ + /** + * Account lookup override + **/ accountLookupOverride: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, [AccountId20] > & QueryableStorageEntry; - /** Current orbiters, with their "parent" collator */ + /** + * Current orbiters, with their "parent" collator + **/ collatorsPool: AugmentedQuery< ApiType, ( @@ -748,22 +853,31 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Counter for the related counted storage map */ + /** + * Counter for the related counted storage map + **/ counterForCollatorsPool: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Current round index */ + /** + * Current round index + **/ currentRound: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * If true, it forces the rotation at the next round. A use case: when changing RotatePeriod, - * you need a migration code that sets this value to true to avoid holes in OrbiterPerRound. - */ + * If true, it forces the rotation at the next round. + * A use case: when changing RotatePeriod, you need a migration code that sets this value to + * true to avoid holes in OrbiterPerRound. + **/ forceRotation: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Minimum deposit required to be registered as an orbiter */ + /** + * Minimum deposit required to be registered as an orbiter + **/ minOrbiterDeposit: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Store active orbiter per round and per parent collator */ + /** + * Store active orbiter per round and per parent collator + **/ orbiterPerRound: AugmentedQuery< ApiType, ( @@ -773,18 +887,24 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Check if account is an orbiter */ + /** + * Check if account is an orbiter + **/ registeredOrbiter: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; multisig: { - /** The set of open multisig operations. */ + /** + * The set of open multisig operations. + **/ multisigs: AugmentedQuery< ApiType, ( @@ -794,47 +914,67 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20, U8aFixed] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; openTechCommitteeCollective: { - /** The current members of the collective. This is stored sorted (just by value). */ + /** + * The current members of the collective. This is stored sorted (just by value). + **/ members: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The prime member that helps determine the default vote behavior in case of abstentions. */ + /** + * The prime member that helps determine the default vote behavior in case of abstentions. + **/ prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Proposals so far. */ + /** + * Proposals so far. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Actual proposal for a given hash, if it's current. */ + /** + * Actual proposal for a given hash, if it's current. + **/ proposalOf: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The hashes of the active proposals. */ + /** + * The hashes of the active proposals. + **/ proposals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Votes on a given proposal, if it is ongoing. */ + /** + * Votes on a given proposal, if it is ongoing. + **/ voting: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainInfo: { parachainId: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainStaking: { - /** Snapshot of collator delegation stake at the start of the round */ + /** + * Snapshot of collator delegation stake at the start of the round + **/ atStake: AugmentedQuery< ApiType, ( @@ -844,7 +984,9 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Stores auto-compounding configuration per collator. */ + /** + * Stores auto-compounding configuration per collator. + **/ autoCompoundingDelegations: AugmentedQuery< ApiType, ( @@ -853,7 +995,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Points for each collator per round */ + /** + * Points for each collator per round + **/ awardedPts: AugmentedQuery< ApiType, ( @@ -863,7 +1007,9 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Bottom delegations for collator candidate */ + /** + * Bottom delegations for collator candidate + **/ bottomDelegations: AugmentedQuery< ApiType, ( @@ -872,7 +1018,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Get collator candidate info associated with an account if account is candidate else None */ + /** + * Get collator candidate info associated with an account if account is candidate else None + **/ candidateInfo: AugmentedQuery< ApiType, ( @@ -881,17 +1029,23 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The pool of collator candidates, each with their total backing stake */ + /** + * The pool of collator candidates, each with their total backing stake + **/ candidatePool: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Commission percent taken off of rewards for all collators */ + /** + * Commission percent taken off of rewards for all collators + **/ collatorCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Delayed payouts */ + /** + * Delayed payouts + **/ delayedPayouts: AugmentedQuery< ApiType, ( @@ -900,7 +1054,9 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** Stores outstanding delegation requests per collator. */ + /** + * Stores outstanding delegation requests per collator. + **/ delegationScheduledRequests: AugmentedQuery< ApiType, ( @@ -909,7 +1065,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Get delegator state associated with an account if account is delegating else None */ + /** + * Get delegator state associated with an account if account is delegating else None + **/ delegatorState: AugmentedQuery< ApiType, ( @@ -918,10 +1076,14 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Killswitch to enable/disable marking offline feature. */ + /** + * Killswitch to enable/disable marking offline feature. + **/ enableMarkingOffline: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Inflation configuration */ + /** + * Inflation configuration + **/ inflationConfig: AugmentedQuery< ApiType, () => Observable, @@ -933,27 +1095,35 @@ declare module "@polkadot/api-base/types/storage" { * before it is distributed to collators and delegators. * * The sum of the distribution percents must be less than or equal to 100. - */ + **/ inflationDistributionInfo: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Total points awarded to collators for block production in the round */ + /** + * Total points awarded to collators for block production in the round + **/ points: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Current round index and next round scheduled transition */ + /** + * Current round index and next round scheduled transition + **/ round: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The collator candidates selected for the current round */ + /** + * The collator candidates selected for the current round + **/ selectedCandidates: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Top delegations for collator candidate */ + /** + * Top delegations for collator candidate + **/ topDelegations: AugmentedQuery< ApiType, ( @@ -962,21 +1132,27 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Total capital locked by this staking pallet */ + /** + * Total capital locked by this staking pallet + **/ total: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The total candidates selected every round */ + /** + * The total candidates selected every round + **/ totalSelected: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainSystem: { /** * Storage field that keeps track of bandwidth used by the unincluded segment along with the - * latest HRMP watermark. Used for limiting the acceptance of new blocks with respect to relay - * chain constraints. - */ + * latest HRMP watermark. Used for limiting the acceptance of new blocks with + * respect to relay chain constraints. + **/ aggregatedUnincludedSegment: AugmentedQuery< ApiType, () => Observable>, @@ -986,17 +1162,19 @@ declare module "@polkadot/api-base/types/storage" { /** * The number of HRMP messages we observed in `on_initialize` and thus used that number for * announcing the weight of `on_initialize` and `on_finalize`. - */ + **/ announcedHrmpMessagesPerCandidate: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * A custom head data that should be returned as result of `validate_block`. * * See `Pallet::set_custom_validation_head_data` for more information. - */ + **/ customValidationHeadData: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Were the validation data set to notify the relay chain? */ + /** + * Were the validation data set to notify the relay chain? + **/ didSetValidationCode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** @@ -1006,7 +1184,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ hostConfiguration: AugmentedQuery< ApiType, () => Observable>, @@ -1017,7 +1195,7 @@ declare module "@polkadot/api-base/types/storage" { * HRMP messages that were sent in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ hrmpOutboundMessages: AugmentedQuery< ApiType, () => Observable>, @@ -1028,57 +1206,61 @@ declare module "@polkadot/api-base/types/storage" { * HRMP watermark that was set in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ hrmpWatermark: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The last downward message queue chain head we have observed. * - * This value is loaded before and saved after processing inbound downward messages carried by - * the system inherent. - */ + * This value is loaded before and saved after processing inbound downward messages carried + * by the system inherent. + **/ lastDmqMqcHead: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The message queue chain heads we have observed per each channel incoming channel. * - * This value is loaded before and saved after processing inbound downward messages carried by - * the system inherent. - */ + * This value is loaded before and saved after processing inbound downward messages carried + * by the system inherent. + **/ lastHrmpMqcHeads: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The relay chain block number associated with the last parachain block. * * This is updated in `on_finalize`. - */ + **/ lastRelayChainBlockNumber: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Validation code that is set by the parachain and is to be communicated to collator and * consequently the relay-chain. * - * This will be cleared in `on_initialize` of each new block if no other pallet already set the value. - */ + * This will be cleared in `on_initialize` of each new block if no other pallet already set + * the value. + **/ newValidationCode: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Upward messages that are still pending and not yet send to the relay chain. */ + /** + * Upward messages that are still pending and not yet send to the relay chain. + **/ pendingUpwardMessages: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * In case of a scheduled upgrade, this storage field contains the validation code to be applied. + * In case of a scheduled upgrade, this storage field contains the validation code to be + * applied. * * As soon as the relay chain gives us the go-ahead signal, we will overwrite the * [`:code`][sp_core::storage::well_known_keys::CODE] which will result the next block process * with the new validation code. This concludes the upgrade process. - */ + **/ pendingValidationCode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Number of downward messages processed in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ processedDownwardMessages: AugmentedQuery Observable, []> & QueryableStorageEntry; /** @@ -1088,7 +1270,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ relayStateProof: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** @@ -1099,7 +1281,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ relevantMessagingState: AugmentedQuery< ApiType, () => Observable< @@ -1111,7 +1293,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The weight we reserve at the beginning of the block for processing DMP messages. This * overrides the amount set in the Config trait. - */ + **/ reservedDmpWeightOverride: AugmentedQuery< ApiType, () => Observable>, @@ -1121,7 +1303,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The weight we reserve at the beginning of the block for processing XCMP messages. This * overrides the amount set in the Config trait. - */ + **/ reservedXcmpWeightOverride: AugmentedQuery< ApiType, () => Observable>, @@ -1129,12 +1311,13 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Latest included block descendants the runtime accepted. In other words, these are ancestors - * of the currently executing block which have not been included in the observed relay-chain state. + * Latest included block descendants the runtime accepted. In other words, these are + * ancestors of the currently executing block which have not been included in the observed + * relay-chain state. * - * The segment length is limited by the capacity returned from the [`ConsensusHook`] - * configured in the pallet. - */ + * The segment length is limited by the capacity returned from the [`ConsensusHook`] configured + * in the pallet. + **/ unincludedSegment: AugmentedQuery< ApiType, () => Observable>, @@ -1147,7 +1330,7 @@ declare module "@polkadot/api-base/types/storage" { * This storage item is a mirror of the corresponding value for the current parachain from the * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is * set after the inherent. - */ + **/ upgradeGoAhead: AugmentedQuery< ApiType, () => Observable>, @@ -1155,45 +1338,52 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * An option which indicates if the relay-chain restricts signalling a validation code - * upgrade. In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the - * produced candidate will be invalid. + * An option which indicates if the relay-chain restricts signalling a validation code upgrade. + * In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced + * candidate will be invalid. * * This storage item is a mirror of the corresponding value for the current parachain from the * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is * set after the inherent. - */ + **/ upgradeRestrictionSignal: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The factor to multiply the base delivery fee by for UMP. */ + /** + * The factor to multiply the base delivery fee by for UMP. + **/ upwardDeliveryFeeFactor: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Upward messages that were sent in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ upwardMessages: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * The [`PersistedValidationData`] set for this block. This value is expected to be set only - * once per block and it's never stored in the trie. - */ + * The [`PersistedValidationData`] set for this block. + * This value is expected to be set only once per block and it's never stored + * in the trie. + **/ validationData: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parameters: { - /** Stored parameters. */ + /** + * Stored parameters. + **/ parameters: AugmentedQuery< ApiType, ( @@ -1207,7 +1397,9 @@ declare module "@polkadot/api-base/types/storage" { [MoonbeamRuntimeRuntimeParamsRuntimeParametersKey] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; polkadotXcm: { @@ -1216,21 +1408,25 @@ declare module "@polkadot/api-base/types/storage" { * * Key is the blake2 256 hash of (origin, versioned `Assets`) pair. Value is the number of * times this pair has been trapped (usually just 1 if it exists at all). - */ + **/ assetTraps: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable, [H256] > & QueryableStorageEntry; - /** The current migration's stage, if any. */ + /** + * The current migration's stage, if any. + **/ currentMigration: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Fungible assets which we know are locked on this chain. */ + /** + * Fungible assets which we know are locked on this chain. + **/ lockedFungibles: AugmentedQuery< ApiType, ( @@ -1239,30 +1435,37 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The ongoing queries. */ + /** + * The ongoing queries. + **/ queries: AugmentedQuery< ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable>, [u64] > & QueryableStorageEntry; - /** The latest available query index. */ + /** + * The latest available query index. + **/ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be - * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally + * will be stored here. + * Runtime APIs can fetch the XCM that was executed by accessing this value. * * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] * implementation in the XCM executor configuration. - */ + **/ recordedXcm: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** Fungible assets which we know are locked on a remote chain. */ + /** + * Fungible assets which we know are locked on a remote chain. + **/ remoteLockedFungibles: AugmentedQuery< ApiType, ( @@ -1276,20 +1479,23 @@ declare module "@polkadot/api-base/types/storage" { /** * Default version to encode XCM when latest version of destination is unknown. If `None`, * then the destinations whose XCM version is unknown are considered unreachable. - */ + **/ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only - * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and - * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * Whether or not incoming XCMs (both executed locally and received) should be recorded. + * Only one XCM program will be recorded at a time. + * This is meant to be used in runtime APIs, and it's advised it stays false + * for all other use cases, so as to not degrade regular performance. * * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] * implementation in the XCM executor configuration. - */ + **/ shouldRecordXcm: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The Latest versions that we know various locations support. */ + /** + * The Latest versions that we know various locations support. + **/ supportedVersion: AugmentedQuery< ApiType, ( @@ -1303,14 +1509,16 @@ declare module "@polkadot/api-base/types/storage" { * Destinations whose latest XCM version we would like to know. Duplicates not allowed, and * the `u32` counter is the number of times that a send to the destination has been attempted, * which is used as a prioritization. - */ + **/ versionDiscoveryQueue: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** All locations that we have requested version notifications from. */ + /** + * All locations that we have requested version notifications from. + **/ versionNotifiers: AugmentedQuery< ApiType, ( @@ -1323,7 +1531,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The target locations that are subscribed to our version changes, as well as the most recent * of our versions we informed them of. - */ + **/ versionNotifyTargets: AugmentedQuery< ApiType, ( @@ -1333,10 +1541,14 @@ declare module "@polkadot/api-base/types/storage" { [u32, XcmVersionedLocation] > & QueryableStorageEntry; - /** Global suspension state of the XCM executor. */ + /** + * Global suspension state of the XCM executor. + **/ xcmExecutionSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; preimage: { @@ -1348,25 +1560,33 @@ declare module "@polkadot/api-base/types/storage" { [ITuple<[H256, u32]>] > & QueryableStorageEntry]>; - /** The request status of a given hash. */ + /** + * The request status of a given hash. + **/ requestStatusFor: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The request status of a given hash. */ + /** + * The request status of a given hash. + **/ statusFor: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; proxy: { - /** The announcements made by the proxy (key). */ + /** + * The announcements made by the proxy (key). + **/ announcements: AugmentedQuery< ApiType, ( @@ -1376,9 +1596,9 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The set of account proxies. Maps the account which has delegated to the accounts which are - * being delegated to, together with the amount held on deposit. - */ + * The set of account proxies. Maps the account which has delegated to the accounts + * which are being delegated to, together with the amount held on deposit. + **/ proxies: AugmentedQuery< ApiType, ( @@ -1387,26 +1607,38 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; randomness: { - /** Ensures the mandatory inherent was included in the block */ + /** + * Ensures the mandatory inherent was included in the block + **/ inherentIncluded: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Current local per-block VRF randomness Set in `on_initialize` */ + /** + * Current local per-block VRF randomness + * Set in `on_initialize` + **/ localVrfOutput: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Records whether this is the first block (genesis or runtime upgrade) */ + /** + * Records whether this is the first block (genesis or runtime upgrade) + **/ notFirstBlock: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Previous local per-block VRF randomness Set in `on_finalize` of last block */ + /** + * Previous local per-block VRF randomness + * Set in `on_finalize` of last block + **/ previousLocalVrfOutput: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Snapshot of randomness to fulfill all requests that are for the same raw randomness Removed - * once $value.request_count === 0 - */ + * Snapshot of randomness to fulfill all requests that are for the same raw randomness + * Removed once $value.request_count == 0 + **/ randomnessResults: AugmentedQuery< ApiType, ( @@ -1420,24 +1652,34 @@ declare module "@polkadot/api-base/types/storage" { [PalletRandomnessRequestType] > & QueryableStorageEntry; - /** Relay epoch */ + /** + * Relay epoch + **/ relayEpoch: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Number of randomness requests made so far, used to generate the next request's uid */ + /** + * Number of randomness requests made so far, used to generate the next request's uid + **/ requestCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Randomness requests not yet fulfilled or purged */ + /** + * Randomness requests not yet fulfilled or purged + **/ requests: AugmentedQuery< ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable>, [u64] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; referenda: { - /** The number of referenda being decided currently. */ + /** + * The number of referenda being decided currently. + **/ decidingCount: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable, @@ -1445,22 +1687,27 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The metadata is a general information concerning the referendum. The `Hash` refers to the - * preimage of the `Preimages` provider which can be a JSON dump or IPFS hash of a JSON file. + * The metadata is a general information concerning the referendum. + * The `Hash` refers to the preimage of the `Preimages` provider which can be a JSON + * dump or IPFS hash of a JSON file. * - * Consider a garbage collection for a metadata of finished referendums to `unrequest` - * (remove) large preimages. - */ + * Consider a garbage collection for a metadata of finished referendums to `unrequest` (remove) + * large preimages. + **/ metadataOf: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** The next free referendum index, aka the number of referenda started so far. */ + /** + * The next free referendum index, aka the number of referenda started so far. + **/ referendumCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Information concerning any given referendum. */ + /** + * Information concerning any given referendum. + **/ referendumInfoFor: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, @@ -1472,18 +1719,22 @@ declare module "@polkadot/api-base/types/storage" { * conviction-weighted approvals. * * This should be empty if `DecidingCount` is less than `TrackInfo::max_deciding`. - */ + **/ trackQueue: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable>>, [u16] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; relayStorageRoots: { - /** Map of relay block number to relay storage root */ + /** + * Map of relay block number to relay storage root + **/ relayStorageRoot: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, @@ -1491,20 +1742,26 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * List of all the keys in `RelayStorageRoot`. Used to remove the oldest key without having to - * iterate over all of them. - */ + * List of all the keys in `RelayStorageRoot`. + * Used to remove the oldest key without having to iterate over all of them. + **/ relayStorageRootKeys: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; rootTesting: { - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; scheduler: { - /** Items to be executed, indexed by the block number that they should be executed on. */ + /** + * Items to be executed, indexed by the block number that they should be executed on. + **/ agenda: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>>, @@ -1516,15 +1773,18 @@ declare module "@polkadot/api-base/types/storage" { /** * Lookup from a name to the block number and index of the task. * - * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed to form the v4 identities. - */ + * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed to form the v4 + * identities. + **/ lookup: AugmentedQuery< ApiType, (arg: U8aFixed | string | Uint8Array) => Observable>>, [U8aFixed] > & QueryableStorageEntry; - /** Retry configurations for items to be executed, indexed by task address. */ + /** + * Retry configurations for items to be executed, indexed by task address. + **/ retries: AugmentedQuery< ApiType, ( @@ -1533,129 +1793,167 @@ declare module "@polkadot/api-base/types/storage" { [ITuple<[u32, u32]>] > & QueryableStorageEntry]>; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; system: { - /** The full account information for a particular account ID. */ + /** + * The full account information for a particular account ID. + **/ account: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable, [AccountId20] > & QueryableStorageEntry; - /** Total length (in bytes) for all extrinsics put together, for the current block. */ + /** + * Total length (in bytes) for all extrinsics put together, for the current block. + **/ allExtrinsicsLen: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** `Some` if a code upgrade has been authorized. */ + /** + * `Some` if a code upgrade has been authorized. + **/ authorizedUpgrade: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Map of block numbers to block hashes. */ + /** + * Map of block numbers to block hashes. + **/ blockHash: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** The current weight for the block. */ + /** + * The current weight for the block. + **/ blockWeight: AugmentedQuery< ApiType, () => Observable, [] > & QueryableStorageEntry; - /** Digest of the current block, also part of the block header. */ + /** + * Digest of the current block, also part of the block header. + **/ digest: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The number of events in the `Events` list. */ + /** + * The number of events in the `Events` list. + **/ eventCount: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Events deposited for the current block. * - * NOTE: The item is unbound and should therefore never be read on chain. It could otherwise - * inflate the PoV size of a block. + * NOTE: The item is unbound and should therefore never be read on chain. + * It could otherwise inflate the PoV size of a block. * - * Events have a large in-memory size. Box the events to not go out-of-memory just in case - * someone still reads them from within the runtime. - */ + * Events have a large in-memory size. Box the events to not go out-of-memory + * just in case someone still reads them from within the runtime. + **/ events: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * Mapping between a topic (represented by T::Hash) and a vector of indexes of events in the - * `>` list. + * Mapping between a topic (represented by T::Hash) and a vector of indexes + * of events in the `>` list. * - * All topic vectors have deterministic storage locations depending on the topic. This allows - * light-clients to leverage the changes trie storage tracking mechanism and in case of - * changes fetch the list of events of interest. + * All topic vectors have deterministic storage locations depending on the topic. This + * allows light-clients to leverage the changes trie storage tracking mechanism and + * in case of changes fetch the list of events of interest. * - * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just the - * `EventIndex` then in case if the topic has the same contents on the next block no - * notification will be triggered thus the event might be lost. - */ + * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just + * the `EventIndex` then in case if the topic has the same contents on the next block + * no notification will be triggered thus the event might be lost. + **/ eventTopics: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>>, [H256] > & QueryableStorageEntry; - /** The execution phase of the block. */ + /** + * The execution phase of the block. + **/ executionPhase: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Total extrinsics count for the current block. */ + /** + * Total extrinsics count for the current block. + **/ extrinsicCount: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Extrinsics data for the current block (maps an extrinsic's index to its data). */ + /** + * Extrinsics data for the current block (maps an extrinsic's index to its data). + **/ extrinsicData: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Whether all inherents have been applied. */ + /** + * Whether all inherents have been applied. + **/ inherentsApplied: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened. */ + /** + * Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened. + **/ lastRuntimeUpgrade: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The current block number being processed. Set by `execute_block`. */ + /** + * The current block number being processed. Set by `execute_block`. + **/ number: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Hash of the previous block. */ + /** + * Hash of the previous block. + **/ parentHash: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * True if we have upgraded so that AccountInfo contains three types of `RefCount`. False * (default) if not. - */ + **/ upgradedToTripleRefCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** True if we have upgraded so that `type RefCount` is `u32`. False (default) if not. */ + /** + * True if we have upgraded so that `type RefCount` is `u32`. False (default) if not. + **/ upgradedToU32RefCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; timestamp: { /** * Whether the timestamp has been updated in this block. * - * This value is updated to `true` upon successful submission of a timestamp by a node. It is - * then checked at the end of each block execution in the `on_finalize` hook. - */ + * This value is updated to `true` upon successful submission of a timestamp by a node. + * It is then checked at the end of each block execution in the `on_finalize` hook. + **/ didUpdate: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The current time for the current block. */ + /** + * The current time for the current block. + **/ now: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; transactionPayment: { @@ -1667,67 +1965,97 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; treasury: { - /** Proposal indices that have been approved but not yet awarded. */ + /** + * Proposal indices that have been approved but not yet awarded. + **/ approvals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The amount which has been reported as inactive to Currency. */ + /** + * The amount which has been reported as inactive to Currency. + **/ deactivated: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Number of proposals that have been made. */ + /** + * Number of proposals that have been made. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Proposals that have been made. */ + /** + * Proposals that have been made. + **/ proposals: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** The count of spends that have been made. */ + /** + * The count of spends that have been made. + **/ spendCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Spends that have been approved and being processed. */ + /** + * Spends that have been approved and being processed. + **/ spends: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; treasuryCouncilCollective: { - /** The current members of the collective. This is stored sorted (just by value). */ + /** + * The current members of the collective. This is stored sorted (just by value). + **/ members: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The prime member that helps determine the default vote behavior in case of abstentions. */ + /** + * The prime member that helps determine the default vote behavior in case of abstentions. + **/ prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Proposals so far. */ + /** + * Proposals so far. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Actual proposal for a given hash, if it's current. */ + /** + * Actual proposal for a given hash, if it's current. + **/ proposalOf: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The hashes of the active proposals. */ + /** + * The hashes of the active proposals. + **/ proposals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Votes on a given proposal, if it is ongoing. */ + /** + * Votes on a given proposal, if it is ongoing. + **/ voting: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; whitelist: { @@ -1737,11 +2065,15 @@ declare module "@polkadot/api-base/types/storage" { [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmpQueue: { - /** The factor to multiply the base delivery fee by. */ + /** + * The factor to multiply the base delivery fee by. + **/ deliveryFeeFactor: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, @@ -1757,10 +2089,12 @@ declare module "@polkadot/api-base/types/storage" { * * NOTE: The PoV benchmarking cannot know this and will over-estimate, but the actual proof * will be smaller. - */ + **/ inboundXcmpSuspended: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The messages outbound in a given XCMP channel. */ + /** + * The messages outbound in a given XCMP channel. + **/ outboundXcmpMessages: AugmentedQuery< ApiType, ( @@ -1771,44 +2105,52 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The non-empty XCMP channels in order of becoming non-empty, and the index of the first and - * last outbound message. If the two indices are equal, then it indicates an empty queue and - * there must be a non-`Ok` `OutboundStatus`. We assume queues grow no greater than 65535 - * items. Queue indices for normal messages begin at one; zero is reserved in case of the need - * to send a high-priority signal message this block. The bool is true if there is a signal - * message waiting to be sent. - */ + * The non-empty XCMP channels in order of becoming non-empty, and the index of the first + * and last outbound message. If the two indices are equal, then it indicates an empty + * queue and there must be a non-`Ok` `OutboundStatus`. We assume queues grow no greater + * than 65535 items. Queue indices for normal messages begin at one; zero is reserved in + * case of the need to send a high-priority signal message this block. + * The bool is true if there is a signal message waiting to be sent. + **/ outboundXcmpStatus: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The configuration which controls the dynamics of the outbound queue. */ + /** + * The configuration which controls the dynamics of the outbound queue. + **/ queueConfig: AugmentedQuery< ApiType, () => Observable, [] > & QueryableStorageEntry; - /** Whether or not the XCMP queue is suspended from executing incoming XCMs or not. */ + /** + * Whether or not the XCMP queue is suspended from executing incoming XCMs or not. + **/ queueSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Any signal messages waiting to be sent. */ + /** + * Any signal messages waiting to be sent. + **/ signalMessages: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmTransactor: { /** - * Stores the fee per second for an asset in its reserve chain. This allows us to convert from - * weight to fee - */ + * Stores the fee per second for an asset in its reserve chain. This allows us to convert + * from weight to fee + **/ destinationAssetFeePerSecond: AugmentedQuery< ApiType, ( @@ -1818,17 +2160,19 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Since we are using pallet-utility for account derivation (through AsDerivative), we need to - * provide an index for the account derivation. This storage item stores the index assigned - * for a given local account. These indices are usable as derivative in the relay chain - */ + * Since we are using pallet-utility for account derivation (through AsDerivative), + * we need to provide an index for the account derivation. This storage item stores the index + * assigned for a given local account. These indices are usable as derivative in the relay chain + **/ indexToAccount: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable>, [u16] > & QueryableStorageEntry; - /** Stores the indices of relay chain pallets */ + /** + * Stores the indices of relay chain pallets + **/ relayIndices: AugmentedQuery< ApiType, () => Observable, @@ -1836,10 +2180,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Stores the transact info of a Location. This defines how much extra weight we need to add - * when we want to transact in the destination chain and maximum amount of weight allowed by - * the destination chain - */ + * Stores the transact info of a Location. This defines how much extra weight we need to + * add when we want to transact in the destination chain and maximum amount of weight allowed + * by the destination chain + **/ transactInfoWithWeightLimit: AugmentedQuery< ApiType, ( @@ -1848,14 +2192,17 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmWeightTrader: { /** - * Stores all supported assets per XCM Location. The u128 is the asset price relative to - * native asset with 18 decimals The boolean specify if the support for this asset is active - */ + * Stores all supported assets per XCM Location. + * The u128 is the asset price relative to native asset with 18 decimals + * The boolean specify if the support for this asset is active + **/ supportedAssets: AugmentedQuery< ApiType, ( @@ -1864,7 +2211,9 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; } // AugmentedQueries diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts b/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts index 6cc1e4a52b..7752ea2d20 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts @@ -102,13 +102,19 @@ export type __AugmentedRpc = AugmentedRpc<() => unknown>; declare module "@polkadot/rpc-core/types/jsonrpc" { interface RpcInterface { author: { - /** Returns true if the keystore has private keys for the given public key and key type. */ + /** + * Returns true if the keystore has private keys for the given public key and key type. + **/ hasKey: AugmentedRpc< (publicKey: Bytes | string | Uint8Array, keyType: Text | string) => Observable >; - /** Returns true if the keystore has private keys for the given session public keys. */ + /** + * Returns true if the keystore has private keys for the given session public keys. + **/ hasSessionKeys: AugmentedRpc<(sessionKeys: Bytes | string | Uint8Array) => Observable>; - /** Insert a key into the keystore. */ + /** + * Insert a key into the keystore. + **/ insertKey: AugmentedRpc< ( keyType: Text | string, @@ -116,9 +122,13 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { publicKey: Bytes | string | Uint8Array ) => Observable >; - /** Returns all pending extrinsics, potentially grouped by sender */ + /** + * Returns all pending extrinsics, potentially grouped by sender + **/ pendingExtrinsics: AugmentedRpc<() => Observable>>; - /** Remove given extrinsic from the pool and temporarily ban it to prevent reimporting */ + /** + * Remove given extrinsic from the pool and temporarily ban it to prevent reimporting + **/ removeExtrinsic: AugmentedRpc< ( bytesOrHash: @@ -126,50 +136,75 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | (ExtrinsicOrHash | { Hash: any } | { Extrinsic: any } | string | Uint8Array)[] ) => Observable> >; - /** Generate new session keys and returns the corresponding public keys */ + /** + * Generate new session keys and returns the corresponding public keys + **/ rotateKeys: AugmentedRpc<() => Observable>; - /** Submit and subscribe to watch an extrinsic until unsubscribed */ + /** + * Submit and subscribe to watch an extrinsic until unsubscribed + **/ submitAndWatchExtrinsic: AugmentedRpc< (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable >; - /** Submit a fully formatted extrinsic for block inclusion */ + /** + * Submit a fully formatted extrinsic for block inclusion + **/ submitExtrinsic: AugmentedRpc< (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable >; }; babe: { /** - * Returns data about which slots (primary or secondary) can be claimed in the current epoch - * with the keys in the keystore - */ + * Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the keystore + **/ epochAuthorship: AugmentedRpc<() => Observable>>; }; beefy: { - /** Returns hash of the latest BEEFY finalized block as seen by this client. */ + /** + * Returns hash of the latest BEEFY finalized block as seen by this client. + **/ getFinalizedHead: AugmentedRpc<() => Observable>; - /** Returns the block most recently finalized by BEEFY, alongside its justification. */ + /** + * Returns the block most recently finalized by BEEFY, alongside its justification. + **/ subscribeJustifications: AugmentedRpc<() => Observable>; }; chain: { - /** Get header and body of a relay chain block */ + /** + * Get header and body of a relay chain block + **/ getBlock: AugmentedRpc<(hash?: BlockHash | string | Uint8Array) => Observable>; - /** Get the block hash for a specific block */ + /** + * Get the block hash for a specific block + **/ getBlockHash: AugmentedRpc< (blockNumber?: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Get hash of the last finalized block in the canon chain */ + /** + * Get hash of the last finalized block in the canon chain + **/ getFinalizedHead: AugmentedRpc<() => Observable>; - /** Retrieves the header for a specific block */ + /** + * Retrieves the header for a specific block + **/ getHeader: AugmentedRpc<(hash?: BlockHash | string | Uint8Array) => Observable
>; - /** Retrieves the newest header via subscription */ + /** + * Retrieves the newest header via subscription + **/ subscribeAllHeads: AugmentedRpc<() => Observable
>; - /** Retrieves the best finalized header via subscription */ + /** + * Retrieves the best finalized header via subscription + **/ subscribeFinalizedHeads: AugmentedRpc<() => Observable
>; - /** Retrieves the best header via subscription */ + /** + * Retrieves the best header via subscription + **/ subscribeNewHeads: AugmentedRpc<() => Observable
>; }; childstate: { - /** Returns the keys with prefix from a child storage, leave empty to get all the keys */ + /** + * Returns the keys with prefix from a child storage, leave empty to get all the keys + **/ getKeys: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -177,7 +212,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns the keys with prefix from a child storage with pagination support */ + /** + * Returns the keys with prefix from a child storage with pagination support + **/ getKeysPaged: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -187,7 +224,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns a child storage entry at a specific block state */ + /** + * Returns a child storage entry at a specific block state + **/ getStorage: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -195,7 +234,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns child storage entries for multiple keys at a specific block state */ + /** + * Returns child storage entries for multiple keys at a specific block state + **/ getStorageEntries: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -203,7 +244,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable>> >; - /** Returns the hash of a child storage entry at a block state */ + /** + * Returns the hash of a child storage entry at a block state + **/ getStorageHash: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -211,7 +254,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns the size of a child storage entry at a block state */ + /** + * Returns the size of a child storage entry at a block state + **/ getStorageSize: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -222,9 +267,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; contracts: { /** - * @deprecated Use the runtime interface `api.call.contractsApi.call` instead Executes a call - * to a contract - */ + * @deprecated Use the runtime interface `api.call.contractsApi.call` instead + * Executes a call to a contract + **/ call: AugmentedRpc< ( callRequest: @@ -243,9 +288,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use the runtime interface `api.call.contractsApi.getStorage` instead Returns - * the value under a specified storage key in a contract - */ + * @deprecated Use the runtime interface `api.call.contractsApi.getStorage` instead + * Returns the value under a specified storage key in a contract + **/ getStorage: AugmentedRpc< ( address: AccountId | string | Uint8Array, @@ -255,8 +300,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; /** * @deprecated Use the runtime interface `api.call.contractsApi.instantiate` instead - * Instantiate a new contract - */ + * Instantiate a new contract + **/ instantiate: AugmentedRpc< ( request: @@ -268,9 +313,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Not available in newer versions of the contracts interfaces Returns the - * projected time a given contract will be able to sustain paying its rent - */ + * @deprecated Not available in newer versions of the contracts interfaces + * Returns the projected time a given contract will be able to sustain paying its rent + **/ rentProjection: AugmentedRpc< ( address: AccountId | string | Uint8Array, @@ -278,9 +323,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * @deprecated Use the runtime interface `api.call.contractsApi.uploadCode` instead Upload new - * code without instantiating a contract from it - */ + * @deprecated Use the runtime interface `api.call.contractsApi.uploadCode` instead + * Upload new code without instantiating a contract from it + **/ uploadCode: AugmentedRpc< ( uploadRequest: @@ -293,13 +338,17 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; dev: { - /** Reexecute the specified `block_hash` and gather statistics while doing so */ + /** + * Reexecute the specified `block_hash` and gather statistics while doing so + **/ getBlockStats: AugmentedRpc< (at: Hash | string | Uint8Array) => Observable> >; }; engine: { - /** Instructs the manual-seal authorship task to create a new block */ + /** + * Instructs the manual-seal authorship task to create a new block + **/ createBlock: AugmentedRpc< ( createEmpty: bool | boolean | Uint8Array, @@ -307,17 +356,25 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { parentHash?: BlockHash | string | Uint8Array ) => Observable >; - /** Instructs the manual-seal authorship task to finalize a block */ + /** + * Instructs the manual-seal authorship task to finalize a block + **/ finalizeBlock: AugmentedRpc< (hash: BlockHash | string | Uint8Array, justification?: Justification) => Observable >; }; eth: { - /** Returns accounts list. */ + /** + * Returns accounts list. + **/ accounts: AugmentedRpc<() => Observable>>; - /** Returns the blockNumber */ + /** + * Returns the blockNumber + **/ blockNumber: AugmentedRpc<() => Observable>; - /** Call contract, returning the output data. */ + /** + * Call contract, returning the output data. + **/ call: AugmentedRpc< ( request: @@ -337,13 +394,16 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Returns the chain ID used for transaction signing at the current best block. None is - * returned if not available. - */ + * Returns the chain ID used for transaction signing at the current best block. None is returned if not available. + **/ chainId: AugmentedRpc<() => Observable>; - /** Returns block author. */ + /** + * Returns block author. + **/ coinbase: AugmentedRpc<() => Observable>; - /** Estimate gas needed for execution of given contract. */ + /** + * Estimate gas needed for execution of given contract. + **/ estimateGas: AugmentedRpc< ( request: @@ -362,7 +422,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns fee history for given block count & reward percentiles */ + /** + * Returns fee history for given block count & reward percentiles + **/ feeHistory: AugmentedRpc< ( blockCount: U256 | AnyNumber | Uint8Array, @@ -370,53 +432,73 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { rewardPercentiles: Option> | null | Uint8Array | Vec | f64[] ) => Observable >; - /** Returns current gas price. */ + /** + * Returns current gas price. + **/ gasPrice: AugmentedRpc<() => Observable>; - /** Returns balance of the given account. */ + /** + * Returns balance of the given account. + **/ getBalance: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns block with given hash. */ + /** + * Returns block with given hash. + **/ getBlockByHash: AugmentedRpc< ( hash: H256 | string | Uint8Array, full: bool | boolean | Uint8Array ) => Observable> >; - /** Returns block with given number. */ + /** + * Returns block with given number. + **/ getBlockByNumber: AugmentedRpc< ( block: BlockNumber | AnyNumber | Uint8Array, full: bool | boolean | Uint8Array ) => Observable> >; - /** Returns the number of transactions in a block with given hash. */ + /** + * Returns the number of transactions in a block with given hash. + **/ getBlockTransactionCountByHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of transactions in a block with given block number. */ + /** + * Returns the number of transactions in a block with given block number. + **/ getBlockTransactionCountByNumber: AugmentedRpc< (block: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Returns the code at given address at given time (block number). */ + /** + * Returns the code at given address at given time (block number). + **/ getCode: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns filter changes since last poll. */ + /** + * Returns filter changes since last poll. + **/ getFilterChanges: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array) => Observable >; - /** Returns all logs matching given filter (in a range 'from' - 'to'). */ + /** + * Returns all logs matching given filter (in a range 'from' - 'to'). + **/ getFilterLogs: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array) => Observable> >; - /** Returns logs matching given filter object. */ + /** + * Returns logs matching given filter object. + **/ getLogs: AugmentedRpc< ( filter: @@ -426,7 +508,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable> >; - /** Returns proof for account and storage. */ + /** + * Returns proof for account and storage. + **/ getProof: AugmentedRpc< ( address: H160 | string | Uint8Array, @@ -434,7 +518,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns content of the storage at given address. */ + /** + * Returns content of the storage at given address. + **/ getStorageAt: AugmentedRpc< ( address: H160 | string | Uint8Array, @@ -442,68 +528,98 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction at given block hash and index. */ + /** + * Returns transaction at given block hash and index. + **/ getTransactionByBlockHashAndIndex: AugmentedRpc< ( hash: H256 | string | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction by given block number and index. */ + /** + * Returns transaction by given block number and index. + **/ getTransactionByBlockNumberAndIndex: AugmentedRpc< ( number: BlockNumber | AnyNumber | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Get transaction by its hash. */ + /** + * Get transaction by its hash. + **/ getTransactionByHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of transactions sent from given address at given time (block number). */ + /** + * Returns the number of transactions sent from given address at given time (block number). + **/ getTransactionCount: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction receipt by transaction hash. */ + /** + * Returns transaction receipt by transaction hash. + **/ getTransactionReceipt: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns an uncles at given block and index. */ + /** + * Returns an uncles at given block and index. + **/ getUncleByBlockHashAndIndex: AugmentedRpc< ( hash: H256 | string | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns an uncles at given block and index. */ + /** + * Returns an uncles at given block and index. + **/ getUncleByBlockNumberAndIndex: AugmentedRpc< ( number: BlockNumber | AnyNumber | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns the number of uncles in a block with given hash. */ + /** + * Returns the number of uncles in a block with given hash. + **/ getUncleCountByBlockHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of uncles in a block with given block number. */ + /** + * Returns the number of uncles in a block with given block number. + **/ getUncleCountByBlockNumber: AugmentedRpc< (number: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Returns the hash of the current block, the seedHash, and the boundary condition to be met. */ + /** + * Returns the hash of the current block, the seedHash, and the boundary condition to be met. + **/ getWork: AugmentedRpc<() => Observable>; - /** Returns the number of hashes per second that the node is mining with. */ + /** + * Returns the number of hashes per second that the node is mining with. + **/ hashrate: AugmentedRpc<() => Observable>; - /** Returns max priority fee per gas */ + /** + * Returns max priority fee per gas + **/ maxPriorityFeePerGas: AugmentedRpc<() => Observable>; - /** Returns true if client is actively mining new blocks. */ + /** + * Returns true if client is actively mining new blocks. + **/ mining: AugmentedRpc<() => Observable>; - /** Returns id of new block filter. */ + /** + * Returns id of new block filter. + **/ newBlockFilter: AugmentedRpc<() => Observable>; - /** Returns id of new filter. */ + /** + * Returns id of new filter. + **/ newFilter: AugmentedRpc< ( filter: @@ -513,13 +629,21 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Returns id of new block filter. */ + /** + * Returns id of new block filter. + **/ newPendingTransactionFilter: AugmentedRpc<() => Observable>; - /** Returns protocol version encoded as a string (quotes are necessary). */ + /** + * Returns protocol version encoded as a string (quotes are necessary). + **/ protocolVersion: AugmentedRpc<() => Observable>; - /** Sends signed transaction, returning its hash. */ + /** + * Sends signed transaction, returning its hash. + **/ sendRawTransaction: AugmentedRpc<(bytes: Bytes | string | Uint8Array) => Observable>; - /** Sends transaction; will block waiting for signer to return the transaction hash */ + /** + * Sends transaction; will block waiting for signer to return the transaction hash + **/ sendTransaction: AugmentedRpc< ( tx: @@ -537,11 +661,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Used for submitting mining hashrate. */ + /** + * Used for submitting mining hashrate. + **/ submitHashrate: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array, hash: H256 | string | Uint8Array) => Observable >; - /** Used for submitting a proof-of-work solution. */ + /** + * Used for submitting a proof-of-work solution. + **/ submitWork: AugmentedRpc< ( nonce: H64 | string | Uint8Array, @@ -549,7 +677,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { mixDigest: H256 | string | Uint8Array ) => Observable >; - /** Subscribe to Eth subscription. */ + /** + * Subscribe to Eth subscription. + **/ subscribe: AugmentedRpc< ( kind: @@ -563,25 +693,37 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { params?: EthSubParams | { None: any } | { Logs: any } | string | Uint8Array ) => Observable >; - /** Returns an object with data about the sync status or false. */ + /** + * Returns an object with data about the sync status or false. + **/ syncing: AugmentedRpc<() => Observable>; - /** Uninstalls filter. */ + /** + * Uninstalls filter. + **/ uninstallFilter: AugmentedRpc<(index: U256 | AnyNumber | Uint8Array) => Observable>; }; grandpa: { - /** Prove finality for the given block number, returning the Justification for the last block in the set. */ + /** + * Prove finality for the given block number, returning the Justification for the last block in the set. + **/ proveFinality: AugmentedRpc< ( blockNumber: BlockNumber | AnyNumber | Uint8Array ) => Observable> >; - /** Returns the state of the current best round state as well as the ongoing background rounds */ + /** + * Returns the state of the current best round state as well as the ongoing background rounds + **/ roundState: AugmentedRpc<() => Observable>; - /** Subscribes to grandpa justifications */ + /** + * Subscribes to grandpa justifications + **/ subscribeJustifications: AugmentedRpc<() => Observable>; }; mmr: { - /** Generate MMR proof for the given block numbers. */ + /** + * Generate MMR proof for the given block numbers. + **/ generateProof: AugmentedRpc< ( blockNumbers: Vec | (u64 | AnyNumber | Uint8Array)[], @@ -589,9 +731,13 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Get the MMR root hash for the current best block. */ + /** + * Get the MMR root hash for the current best block. + **/ root: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; - /** Verify an MMR proof */ + /** + * Verify an MMR proof + **/ verifyProof: AugmentedRpc< ( proof: @@ -601,7 +747,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Verify an MMR proof statelessly given an mmr_root */ + /** + * Verify an MMR proof statelessly given an mmr_root + **/ verifyProofStateless: AugmentedRpc< ( root: MmrHash | string | Uint8Array, @@ -614,30 +762,46 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; moon: { - /** Returns the latest synced block from frontier's backend */ + /** + * Returns the latest synced block from frontier's backend + **/ getLatestSyncedBlock: AugmentedRpc<() => Observable>; - /** Returns whether an Ethereum block is finalized */ + /** + * Returns whether an Ethereum block is finalized + **/ isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable>; - /** Returns whether an Ethereum transaction is finalized */ + /** + * Returns whether an Ethereum transaction is finalized + **/ isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable>; }; net: { - /** Returns true if client is actively listening for network connections. Otherwise false. */ + /** + * Returns true if client is actively listening for network connections. Otherwise false. + **/ listening: AugmentedRpc<() => Observable>; - /** Returns number of peers connected to node. */ + /** + * Returns number of peers connected to node. + **/ peerCount: AugmentedRpc<() => Observable>; - /** Returns protocol version. */ + /** + * Returns protocol version. + **/ version: AugmentedRpc<() => Observable>; }; offchain: { - /** Get offchain local storage under given key and prefix */ + /** + * Get offchain local storage under given key and prefix + **/ localStorageGet: AugmentedRpc< ( kind: StorageKind | "PERSISTENT" | "LOCAL" | number | Uint8Array, key: Bytes | string | Uint8Array ) => Observable> >; - /** Set offchain local storage under given key and prefix */ + /** + * Set offchain local storage under given key and prefix + **/ localStorageSet: AugmentedRpc< ( kind: StorageKind | "PERSISTENT" | "LOCAL" | number | Uint8Array, @@ -648,9 +812,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; payment: { /** - * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead Query the detailed - * fee of a given encoded extrinsic - */ + * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead + * Query the detailed fee of a given encoded extrinsic + **/ queryFeeDetails: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, @@ -658,9 +822,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead Retrieves the fee - * information for an encoded extrinsic - */ + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead + * Retrieves the fee information for an encoded extrinsic + **/ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, @@ -669,11 +833,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; rpc: { - /** Retrieves the list of RPC methods that are exposed by the node */ + /** + * Retrieves the list of RPC methods that are exposed by the node + **/ methods: AugmentedRpc<() => Observable>; }; state: { - /** Perform a call to a builtin on the chain */ + /** + * Perform a call to a builtin on the chain + **/ call: AugmentedRpc< ( method: Text | string, @@ -681,7 +849,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the keys with prefix of a specific child storage */ + /** + * Retrieves the keys with prefix of a specific child storage + **/ getChildKeys: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -691,7 +861,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns proof of storage for child key entries at a specific block state. */ + /** + * Returns proof of storage for child key entries at a specific block state. + **/ getChildReadProof: AugmentedRpc< ( childStorageKey: PrefixedStorageKey | string | Uint8Array, @@ -699,7 +871,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage for a key */ + /** + * Retrieves the child storage for a key + **/ getChildStorage: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -709,7 +883,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage hash */ + /** + * Retrieves the child storage hash + **/ getChildStorageHash: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -719,7 +895,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage size */ + /** + * Retrieves the child storage size + **/ getChildStorageSize: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -730,16 +908,18 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Retrieves the keys with a - * certain prefix - */ + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys + * Retrieves the keys with a certain prefix + **/ getKeys: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns the keys with prefix with pagination support. */ + /** + * Returns the keys with prefix with pagination support. + **/ getKeysPaged: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, @@ -748,51 +928,65 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns the runtime metadata */ + /** + * Returns the runtime metadata + **/ getMetadata: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; /** - * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Returns the keys with prefix, - * leave empty to get all the keys (deprecated: Use getKeysPaged) - */ + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys + * Returns the keys with prefix, leave empty to get all the keys (deprecated: Use getKeysPaged) + **/ getPairs: AugmentedRpc< ( prefix: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns proof of storage entries at a specific block state */ + /** + * Returns proof of storage entries at a specific block state + **/ getReadProof: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], at?: BlockHash | string | Uint8Array ) => Observable >; - /** Get the runtime version */ + /** + * Get the runtime version + **/ getRuntimeVersion: AugmentedRpc< (at?: BlockHash | string | Uint8Array) => Observable >; - /** Retrieves the storage for a key */ + /** + * Retrieves the storage for a key + **/ getStorage: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, block?: Hash | Uint8Array | string ) => Observable >; - /** Retrieves the storage hash */ + /** + * Retrieves the storage hash + **/ getStorageHash: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the storage size */ + /** + * Retrieves the storage size + **/ getStorageSize: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Query historical storage entries (by key) starting from a start block */ + /** + * Query historical storage entries (by key) starting from a start block + **/ queryStorage: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], @@ -800,22 +994,30 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { toBlock?: Hash | Uint8Array | string ) => Observable<[Hash, T][]> >; - /** Query storage entries (by key) starting at block hash given as the second parameter */ + /** + * Query storage entries (by key) starting at block hash given as the second parameter + **/ queryStorageAt: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], at?: Hash | Uint8Array | string ) => Observable >; - /** Retrieves the runtime version via subscription */ + /** + * Retrieves the runtime version via subscription + **/ subscribeRuntimeVersion: AugmentedRpc<() => Observable>; - /** Subscribes to storage changes for the provided keys */ + /** + * Subscribes to storage changes for the provided keys + **/ subscribeStorage: AugmentedRpc< ( keys?: Vec | (StorageKey | string | Uint8Array | any)[] ) => Observable >; - /** Provides a way to trace the re-execution of a single block */ + /** + * Provides a way to trace the re-execution of a single block + **/ traceBlock: AugmentedRpc< ( block: Hash | string | Uint8Array, @@ -824,69 +1026,112 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { methods: Option | null | Uint8Array | Text | string ) => Observable >; - /** Check current migration state */ + /** + * Check current migration state + **/ trieMigrationStatus: AugmentedRpc< (at?: BlockHash | string | Uint8Array) => Observable >; }; syncstate: { - /** Returns the json-serialized chainspec running the node, with a sync state. */ + /** + * Returns the json-serialized chainspec running the node, with a sync state. + **/ genSyncSpec: AugmentedRpc<(raw: bool | boolean | Uint8Array) => Observable>; }; system: { - /** Retrieves the next accountIndex as available on the node */ + /** + * Retrieves the next accountIndex as available on the node + **/ accountNextIndex: AugmentedRpc< (accountId: AccountId | string | Uint8Array) => Observable >; - /** Adds the supplied directives to the current log filter */ + /** + * Adds the supplied directives to the current log filter + **/ addLogFilter: AugmentedRpc<(directives: Text | string) => Observable>; - /** Adds a reserved peer */ + /** + * Adds a reserved peer + **/ addReservedPeer: AugmentedRpc<(peer: Text | string) => Observable>; - /** Retrieves the chain */ + /** + * Retrieves the chain + **/ chain: AugmentedRpc<() => Observable>; - /** Retrieves the chain type */ + /** + * Retrieves the chain type + **/ chainType: AugmentedRpc<() => Observable>; - /** Dry run an extrinsic at a given block */ + /** + * Dry run an extrinsic at a given block + **/ dryRun: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Return health status of the node */ + /** + * Return health status of the node + **/ health: AugmentedRpc<() => Observable>; /** - * The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be - * passed to addReservedPeer or as a bootnode address for example - */ + * The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be passed to addReservedPeer or as a bootnode address for example + **/ localListenAddresses: AugmentedRpc<() => Observable>>; - /** Returns the base58-encoded PeerId of the node */ + /** + * Returns the base58-encoded PeerId of the node + **/ localPeerId: AugmentedRpc<() => Observable>; - /** Retrieves the node name */ + /** + * Retrieves the node name + **/ name: AugmentedRpc<() => Observable>; - /** Returns current state of the network */ + /** + * Returns current state of the network + **/ networkState: AugmentedRpc<() => Observable>; - /** Returns the roles the node is running as */ + /** + * Returns the roles the node is running as + **/ nodeRoles: AugmentedRpc<() => Observable>>; - /** Returns the currently connected peers */ + /** + * Returns the currently connected peers + **/ peers: AugmentedRpc<() => Observable>>; - /** Get a custom set of properties as a JSON object, defined in the chain spec */ + /** + * Get a custom set of properties as a JSON object, defined in the chain spec + **/ properties: AugmentedRpc<() => Observable>; - /** Remove a reserved peer */ + /** + * Remove a reserved peer + **/ removeReservedPeer: AugmentedRpc<(peerId: Text | string) => Observable>; - /** Returns the list of reserved peers */ + /** + * Returns the list of reserved peers + **/ reservedPeers: AugmentedRpc<() => Observable>>; - /** Resets the log filter to Substrate defaults */ + /** + * Resets the log filter to Substrate defaults + **/ resetLogFilter: AugmentedRpc<() => Observable>; - /** Returns the state of the syncing of the node */ + /** + * Returns the state of the syncing of the node + **/ syncState: AugmentedRpc<() => Observable>; - /** Retrieves the version of the node */ + /** + * Retrieves the version of the node + **/ version: AugmentedRpc<() => Observable>; }; web3: { - /** Returns current client version. */ + /** + * Returns current client version. + **/ clientVersion: AugmentedRpc<() => Observable>; - /** Returns sha3 of the given data */ + /** + * Returns sha3 of the given data + **/ sha3: AugmentedRpc<(data: Bytes | string | Uint8Array) => Observable>; }; } // RpcInterface diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts index db955107dc..aacce6b598 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts @@ -75,24 +75,32 @@ declare module "@polkadot/api-base/types/calls" { interface AugmentedCalls { /** 0xbc9d89904f5b923f/1 */ accountNonceApi: { - /** The API to query account nonce (aka transaction index) */ + /** + * The API to query account nonce (aka transaction index) + **/ accountNonce: AugmentedCall< ApiType, (accountId: AccountId | string | Uint8Array) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x40fe3ad401f8959a/6 */ blockBuilder: { - /** Apply the given extrinsic. */ + /** + * Apply the given extrinsic. + **/ applyExtrinsic: AugmentedCall< ApiType, ( extrinsic: Extrinsic | IExtrinsic | string | Uint8Array ) => Observable >; - /** Check that the inherents are valid. */ + /** + * Check that the inherents are valid. + **/ checkInherents: AugmentedCall< ApiType, ( @@ -100,21 +108,29 @@ declare module "@polkadot/api-base/types/calls" { data: InherentData | { data?: any } | string | Uint8Array ) => Observable >; - /** Finish the current block. */ + /** + * Finish the current block. + **/ finalizeBlock: AugmentedCall Observable
>; - /** Generate inherent extrinsics. */ + /** + * Generate inherent extrinsics. + **/ inherentExtrinsics: AugmentedCall< ApiType, ( inherent: InherentData | { data?: any } | string | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xea93e3f16f3d6962/2 */ collectCollationInfo: { - /** Collect information about a collation. */ + /** + * Collect information about a collation. + **/ collectCollationInfo: AugmentedCall< ApiType, ( @@ -131,12 +147,16 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xe65b00e46cedd0aa/2 */ convertTransactionRuntimeApi: { - /** Converts an Ethereum-style transaction to Extrinsic */ + /** + * Converts an Ethereum-style transaction to Extrinsic + **/ convertTransaction: AugmentedCall< ApiType, ( @@ -149,19 +169,25 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xdf6acb689907609b/5 */ core: { - /** Execute the given block. */ + /** + * Execute the given block. + **/ executeBlock: AugmentedCall< ApiType, ( block: Block | { header?: any; extrinsics?: any } | string | Uint8Array ) => Observable >; - /** Initialize a block with the given header. */ + /** + * Initialize a block with the given header. + **/ initializeBlock: AugmentedCall< ApiType, ( @@ -178,14 +204,20 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Returns the version of the runtime. */ + /** + * Returns the version of the runtime. + **/ version: AugmentedCall Observable>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x91b1c8b16328eb92/1 */ dryRunApi: { - /** Dry run call */ + /** + * Dry run call + **/ dryRunCall: AugmentedCall< ApiType, ( @@ -193,7 +225,9 @@ declare module "@polkadot/api-base/types/calls" { call: RuntimeCall | IMethod | string | Uint8Array ) => Observable> >; - /** Dry run XCM program */ + /** + * Dry run XCM program + **/ dryRunXcm: AugmentedCall< ApiType, ( @@ -217,24 +251,34 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { - /** Returns pallet_evm::Accounts by address. */ + /** + * Returns pallet_evm::Accounts by address. + **/ accountBasic: AugmentedCall< ApiType, (address: H160 | string | Uint8Array) => Observable >; - /** For a given account address, returns pallet_evm::AccountCodes. */ + /** + * For a given account address, returns pallet_evm::AccountCodes. + **/ accountCodeAt: AugmentedCall< ApiType, (address: H160 | string | Uint8Array) => Observable >; - /** Returns the converted FindAuthor::find_author authority id. */ + /** + * Returns the converted FindAuthor::find_author authority id. + **/ author: AugmentedCall Observable>; - /** Returns a frame_ethereum::call response. If `estimate` is true, */ + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + **/ call: AugmentedCall< ApiType, ( @@ -255,9 +299,13 @@ declare module "@polkadot/api-base/types/calls" { | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] ) => Observable> >; - /** Returns runtime defined pallet_evm::ChainId. */ + /** + * Returns runtime defined pallet_evm::ChainId. + **/ chainId: AugmentedCall Observable>; - /** Returns a frame_ethereum::call response. If `estimate` is true, */ + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + **/ create: AugmentedCall< ApiType, ( @@ -277,34 +325,50 @@ declare module "@polkadot/api-base/types/calls" { | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] ) => Observable> >; - /** Return all the current data for a block in a single runtime call. */ + /** + * Return all the current data for a block in a single runtime call. + **/ currentAll: AugmentedCall< ApiType, () => Observable< ITuple<[Option, Option>, Option>]> > >; - /** Return the current block. */ + /** + * Return the current block. + **/ currentBlock: AugmentedCall Observable>; - /** Return the current receipt. */ + /** + * Return the current receipt. + **/ currentReceipts: AugmentedCall Observable>>>; - /** Return the current transaction status. */ + /** + * Return the current transaction status. + **/ currentTransactionStatuses: AugmentedCall< ApiType, () => Observable>> >; - /** Return the elasticity multiplier. */ + /** + * Return the elasticity multiplier. + **/ elasticity: AugmentedCall Observable>>; - /** Receives a `Vec` and filters all the ethereum transactions. */ + /** + * Receives a `Vec` and filters all the ethereum transactions. + **/ extrinsicFilter: AugmentedCall< ApiType, ( xts: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[] ) => Observable> >; - /** Returns FixedGasPrice::min_gas_price */ + /** + * Returns FixedGasPrice::min_gas_price + **/ gasPrice: AugmentedCall Observable>; - /** For a given account address and index, returns pallet_evm::AccountStorages. */ + /** + * For a given account address and index, returns pallet_evm::AccountStorages. + **/ storageAt: AugmentedCall< ApiType, ( @@ -312,24 +376,34 @@ declare module "@polkadot/api-base/types/calls" { index: u256 | AnyNumber | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xfbc577b9d747efd6/1 */ genesisBuilder: { - /** Build `RuntimeGenesisConfig` from a JSON blob not using any defaults and store it in the storage. */ + /** + * Build `RuntimeGenesisConfig` from a JSON blob not using any defaults and store it in the storage. + **/ buildConfig: AugmentedCall< ApiType, (json: Bytes | string | Uint8Array) => Observable, GenesisBuildErr>> >; - /** Creates the default `RuntimeGenesisConfig` and returns it as a JSON blob. */ + /** + * Creates the default `RuntimeGenesisConfig` and returns it as a JSON blob. + **/ createDefaultConfig: AugmentedCall Observable>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x9ffb505aa738d69c/1 */ locationToAccountApi: { - /** Converts `Location` to `AccountId` */ + /** + * Converts `Location` to `AccountId` + **/ convertLocation: AugmentedCall< ApiType, ( @@ -342,26 +416,38 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x37e397fc7c91f5e4/2 */ metadata: { - /** Returns the metadata of a runtime */ + /** + * Returns the metadata of a runtime + **/ metadata: AugmentedCall Observable>; - /** Returns the metadata at a given version. */ + /** + * Returns the metadata at a given version. + **/ metadataAtVersion: AugmentedCall< ApiType, (version: u32 | AnyNumber | Uint8Array) => Observable> >; - /** Returns the supported metadata versions. */ + /** + * Returns the supported metadata versions. + **/ metadataVersions: AugmentedCall Observable>>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x2aa62120049dd2d2/1 */ nimbusApi: { - /** The runtime api used to predict whether a Nimbus author will be eligible in the given slot */ + /** + * The runtime api used to predict whether a Nimbus author will be eligible in the given slot + **/ canAuthor: AugmentedCall< ApiType, ( @@ -380,12 +466,16 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xf78b278be53f454c/2 */ offchainWorkerApi: { - /** Starts the off-chain task for given block header. */ + /** + * Starts the off-chain task for given block header. + **/ offchainWorker: AugmentedCall< ApiType, ( @@ -402,29 +492,39 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xab3c0572291feb8b/1 */ sessionKeys: { - /** Decode the given public session keys. */ + /** + * Decode the given public session keys. + **/ decodeSessionKeys: AugmentedCall< ApiType, ( encoded: Bytes | string | Uint8Array ) => Observable>>> >; - /** Generate a set of session keys with optionally using the given seed. */ + /** + * Generate a set of session keys with optionally using the given seed. + **/ generateSessionKeys: AugmentedCall< ApiType, (seed: Option | null | Uint8Array | Bytes | string) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xd2bc9897eed08f15/3 */ taggedTransactionQueue: { - /** Validate the transaction. */ + /** + * Validate the transaction. + **/ validateTransaction: AugmentedCall< ApiType, ( @@ -433,12 +533,16 @@ declare module "@polkadot/api-base/types/calls" { blockHash: BlockHash | string | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x37c8bb1350a9a2a8/4 */ transactionPaymentApi: { - /** The transaction fee details */ + /** + * The transaction fee details + **/ queryFeeDetails: AugmentedCall< ApiType, ( @@ -446,7 +550,9 @@ declare module "@polkadot/api-base/types/calls" { len: u32 | AnyNumber | Uint8Array ) => Observable >; - /** The transaction info */ + /** + * The transaction info + **/ queryInfo: AugmentedCall< ApiType, ( @@ -454,30 +560,41 @@ declare module "@polkadot/api-base/types/calls" { len: u32 | AnyNumber | Uint8Array ) => Observable >; - /** Query the output of the current LengthToFee given some input */ + /** + * Query the output of the current LengthToFee given some input + **/ queryLengthToFee: AugmentedCall< ApiType, (length: u32 | AnyNumber | Uint8Array) => Observable >; - /** Query the output of the current WeightToFee given some input */ + /** + * Query the output of the current WeightToFee given some input + **/ queryWeightToFee: AugmentedCall< ApiType, ( weight: Weight | { refTime?: any; proofSize?: any } | string | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x6ff52ee858e6c5bd/1 */ xcmPaymentApi: { - /** The API to query acceptable payment assets */ + /** + * The API to query acceptable payment assets + **/ queryAcceptablePaymentAssets: AugmentedCall< ApiType, ( version: u32 | AnyNumber | Uint8Array ) => Observable, XcmPaymentApiError>> >; + /** + * + **/ queryWeightToAssetFee: AugmentedCall< ApiType, ( @@ -485,13 +602,18 @@ declare module "@polkadot/api-base/types/calls" { asset: XcmVersionedAssetId | { V3: any } | { V4: any } | string | Uint8Array ) => Observable> >; + /** + * + **/ queryXcmWeight: AugmentedCall< ApiType, ( message: XcmVersionedXcm | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; } // AugmentedCalls diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts index 35d2863ca0..c9bb67c19b 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts @@ -83,9 +83,10 @@ declare module "@polkadot/api-base/types/submittable" { interface AugmentedSubmittables { assetManager: { /** - * Change the xcm type mapping for a given assetId We also change this if the previous units - * per second where pointing at the old assetType - */ + * Change the xcm type mapping for a given assetId + * We also change this if the previous units per second where pointing at the old + * assetType + **/ changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -95,9 +96,11 @@ declare module "@polkadot/api-base/types/submittable" { [u128, MoonbeamRuntimeXcmConfigAssetType, u32] >; /** - * Destroy a given foreign assetId The weight in this case is the one returned by the trait - * plus the db writes and reads from removing all the associated data - */ + * Destroy a given foreign assetId + * The weight in this case is the one returned by the trait + * plus the db writes and reads from removing all the associated + * data + **/ destroyForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -105,7 +108,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Register new asset with the asset manager */ + /** + * Register new asset with the asset manager + **/ registerForeignAsset: AugmentedSubmittable< ( asset: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, @@ -124,7 +129,9 @@ declare module "@polkadot/api-base/types/submittable" { bool ] >; - /** Remove a given assetId -> assetType association */ + /** + * Remove a given assetId -> assetType association + **/ removeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -132,7 +139,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; assets: { @@ -141,21 +150,23 @@ declare module "@polkadot/api-base/types/submittable" { * * Origin must be Signed. * - * Ensures that `ApprovalDeposit` worth of `Currency` is reserved from signing account for the - * purpose of holding the approval. If some non-zero amount of assets is already approved from - * signing account to `delegate`, then it is topped up or unreserved to meet the right value. + * Ensures that `ApprovalDeposit` worth of `Currency` is reserved from signing account + * for the purpose of holding the approval. If some non-zero amount of assets is already + * approved from signing account to `delegate`, then it is topped up or unreserved to + * meet the right value. * - * NOTE: The signing account does not need to own `amount` of assets at the point of making this call. + * NOTE: The signing account does not need to own `amount` of assets at the point of + * making this call. * * - `id`: The identifier of the asset. * - `delegate`: The account to delegate permission to transfer asset. - * - `amount`: The amount of asset that may be transferred by `delegate`. If there is already an - * approval in place, then this acts additively. + * - `amount`: The amount of asset that may be transferred by `delegate`. If there is + * already an approval in place, then this acts additively. * * Emits `ApprovedTransfer` on success. * * Weight: `O(1)` - */ + **/ approveTransfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -175,7 +186,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Blocked`. * * Weight: `O(1)` - */ + **/ block: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -197,8 +208,9 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Burned` with the actual amount burned. If this takes the balance to below the * minimum for the asset, then the amount burned is increased to take it to zero. * - * Weight: `O(1)` Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. - */ + * Weight: `O(1)` + * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. + **/ burn: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -210,7 +222,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Cancel all of some asset approved for delegated transfer by a third-party account. * - * Origin must be Signed and there must be an approval in place between signer and `delegate`. + * Origin must be Signed and there must be an approval in place between signer and + * `delegate`. * * Unreserves any deposit previously reserved by `approve_transfer` for the approval. * @@ -220,7 +233,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `ApprovalCancelled` on success. * * Weight: `O(1)` - */ + **/ cancelApproval: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -240,7 +253,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataCleared`. * * Weight: `O(1)` - */ + **/ clearMetadata: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -255,18 +268,17 @@ declare module "@polkadot/api-base/types/submittable" { * Funds of sender are reserved by `AssetDeposit`. * * Parameters: - * - * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. - * - `admin`: The admin of this class of assets. The admin is the initial address of each member - * of the asset class's admin team. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. + * - `id`: The identifier of the new asset. This must not be currently in use to identify + * an existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * - `admin`: The admin of this class of assets. The admin is the initial address of each + * member of the asset class's admin team. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. * * Emits `Created` event when successful. * * Weight: `O(1)` - */ + **/ create: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -284,10 +296,11 @@ declare module "@polkadot/api-base/types/submittable" { * Due to weight restrictions, this function may need to be called multiple times to fully * destroy all accounts. It will destroy `RemoveItemsLimit` accounts at a time. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each call emits the `Event::DestroyedAccounts` event. - */ + **/ destroyAccounts: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -301,10 +314,11 @@ declare module "@polkadot/api-base/types/submittable" { * Due to weight restrictions, this function may need to be called multiple times to fully * destroy all approvals. It will destroy `RemoveItemsLimit` approvals at a time. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each call emits the `Event::DestroyedApprovals` event. - */ + **/ destroyApprovals: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -312,13 +326,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Complete destroying asset and unreserve currency. * - * `finish_destroy` should only be called after `start_destroy` has been called, and the asset - * is in a `Destroying` state. All accounts or approvals should be destroyed before hand. + * `finish_destroy` should only be called after `start_destroy` has been called, and the + * asset is in a `Destroying` state. All accounts or approvals should be destroyed before + * hand. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each successful call emits the `Event::Destroyed` event. - */ + **/ finishDestroy: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -333,18 +349,20 @@ declare module "@polkadot/api-base/types/submittable" { * - `issuer`: The new Issuer of this asset. * - `admin`: The new Admin of this asset. * - `freezer`: The new Freezer of this asset. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. - * - `is_sufficient`: Whether a non-zero balance of this asset is deposit of sufficient value to - * account for the state bloat associated with its balance storage. If set to `true`, then - * non-zero balances may be stored without a `consumer` reference (and thus an ED in the - * Balances pallet or whatever else is used to control user-account state growth). - * - `is_frozen`: Whether this asset class is frozen except for permissioned/admin instructions. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. + * - `is_sufficient`: Whether a non-zero balance of this asset is deposit of sufficient + * value to account for the state bloat associated with its balance storage. If set to + * `true`, then non-zero balances may be stored without a `consumer` reference (and thus + * an ED in the Balances pallet or whatever else is used to control user-account state + * growth). + * - `is_frozen`: Whether this asset class is frozen except for permissioned/admin + * instructions. * * Emits `AssetStatusChanged` with the identity of the asset. * * Weight: `O(1)` - */ + **/ forceAssetStatus: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -370,8 +388,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Cancel all of some asset approved for delegated transfer by a third-party account. * - * Origin must be either ForceOrigin or Signed origin with the signer being the Admin account - * of the asset `id`. + * Origin must be either ForceOrigin or Signed origin with the signer being the Admin + * account of the asset `id`. * * Unreserves any deposit previously reserved by `approve_transfer` for the approval. * @@ -381,7 +399,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `ApprovalCancelled` on success. * * Weight: `O(1)` - */ + **/ forceCancelApproval: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -402,7 +420,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataCleared`. * * Weight: `O(1)` - */ + **/ forceClearMetadata: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -416,18 +434,18 @@ declare module "@polkadot/api-base/types/submittable" { * * Unlike `create`, no funds are reserved. * - * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. - * - `owner`: The owner of this class of assets. The owner has full superuser permissions over - * this asset, but may later change and configure the permissions using `transfer_ownership` - * and `set_team`. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. + * - `id`: The identifier of the new asset. This must not be currently in use to identify + * an existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * - `owner`: The owner of this class of assets. The owner has full superuser permissions + * over this asset, but may later change and configure the permissions using + * `transfer_ownership` and `set_team`. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. * * Emits `ForceCreated` event when successful. * * Weight: `O(1)` - */ + **/ forceCreate: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -452,7 +470,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataSet`. * * Weight: `O(N + S)` where N and S are the length of the name and symbol respectively. - */ + **/ forceSetMetadata: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -472,16 +490,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `source`: The account to be debited. * - `dest`: The account to be credited. * - `amount`: The amount by which the `source`'s balance of assets should be reduced and - * `dest`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the `source` balance above zero but below - * the minimum balance. Must be greater than zero. + * `dest`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the `source` balance above zero but + * below the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `dest`; Post-existence of `source`; Account - * pre-existence of `dest`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of + * `dest`. + **/ forceTransfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -492,9 +512,9 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, AccountId20, Compact] >; /** - * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` must - * already exist as an entry in `Account`s of the asset. If you want to freeze an account that - * does not have an entry, use `touch_other` first. + * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` + * must already exist as an entry in `Account`s of the asset. If you want to freeze an + * account that does not have an entry, use `touch_other` first. * * Origin must be Signed and the sender should be the Freezer of the asset `id`. * @@ -504,7 +524,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Frozen`. * * Weight: `O(1)` - */ + **/ freeze: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -522,7 +542,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Frozen`. * * Weight: `O(1)` - */ + **/ freezeAsset: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -538,8 +558,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Emits `Issued` event when successful. * - * Weight: `O(1)` Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. - */ + * Weight: `O(1)` + * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. + **/ mint: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -549,15 +570,17 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, Compact] >; /** - * Return the deposit (if any) of an asset account or a consumer reference (if any) of an account. + * Return the deposit (if any) of an asset account or a consumer reference (if any) of an + * account. * * The origin must be Signed. * - * - `id`: The identifier of the asset for which the caller would like the deposit refunded. + * - `id`: The identifier of the asset for which the caller would like the deposit + * refunded. * - `allow_burn`: If `true` then assets may be destroyed in order to complete the refund. * * Emits `Refunded` event when successful. - */ + **/ refund: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -576,7 +599,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `who`: The account to refund. * * Emits `Refunded` event when successful. - */ + **/ refundOther: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -589,8 +612,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Origin must be Signed and the sender should be the Owner of the asset `id`. * - * Funds of sender are reserved according to the formula: `MetadataDepositBase + - * MetadataDepositPerByte * (name.len + symbol.len)` taking into account any already reserved funds. + * Funds of sender are reserved according to the formula: + * `MetadataDepositBase + MetadataDepositPerByte * (name.len + symbol.len)` taking into + * account any already reserved funds. * * - `id`: The identifier of the asset to update. * - `name`: The user friendly name of this asset. Limited in length by `StringLimit`. @@ -600,7 +624,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataSet`. * * Weight: `O(1)` - */ + **/ setMetadata: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -613,16 +637,17 @@ declare module "@polkadot/api-base/types/submittable" { /** * Sets the minimum balance of an asset. * - * Only works if there aren't any accounts that are holding the asset or if the new value of - * `min_balance` is less than the old one. + * Only works if there aren't any accounts that are holding the asset or if + * the new value of `min_balance` is less than the old one. * - * Origin must be Signed and the sender has to be the Owner of the asset `id`. + * Origin must be Signed and the sender has to be the Owner of the + * asset `id`. * * - `id`: The identifier of the asset. * - `min_balance`: The new value of `min_balance`. * * Emits `AssetMinBalanceChanged` event when successful. - */ + **/ setMinBalance: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -643,7 +668,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `TeamChanged`. * * Weight: `O(1)` - */ + **/ setTeam: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -661,10 +686,11 @@ declare module "@polkadot/api-base/types/submittable" { * * The origin must conform to `ForceOrigin` or must be `Signed` by the asset's `owner`. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * The asset class must be frozen before calling `start_destroy`. - */ + **/ startDestroy: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -680,7 +706,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Thawed`. * * Weight: `O(1)` - */ + **/ thaw: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -698,7 +724,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Thawed`. * * Weight: `O(1)` - */ + **/ thawAsset: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -708,11 +734,12 @@ declare module "@polkadot/api-base/types/submittable" { * * A deposit will be taken from the signer account. * - * - `origin`: Must be Signed; the signer account must have sufficient funds for a deposit to be taken. + * - `origin`: Must be Signed; the signer account must have sufficient funds for a deposit + * to be taken. * - `id`: The identifier of the asset for the account to be created. * * Emits `Touched` event when successful. - */ + **/ touch: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -722,13 +749,13 @@ declare module "@polkadot/api-base/types/submittable" { * * A deposit will be taken from the signer account. * - * - `origin`: Must be Signed by `Freezer` or `Admin` of the asset `id`; the signer account must - * have sufficient funds for a deposit to be taken. + * - `origin`: Must be Signed by `Freezer` or `Admin` of the asset `id`; the signer account + * must have sufficient funds for a deposit to be taken. * - `id`: The identifier of the asset for the account to be created. * - `who`: The account to be created. * * Emits `Touched` event when successful. - */ + **/ touchOther: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -744,16 +771,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `id`: The identifier of the asset to have some amount transferred. * - `target`: The account to be credited. * - `amount`: The amount by which the sender's balance of assets should be reduced and - * `target`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the sender balance above zero but below - * the minimum balance. Must be greater than zero. + * `target`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the sender balance above zero but below + * the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `target`; Post-existence of sender; Account - * pre-existence of `target`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of + * `target`. + **/ transfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -763,23 +792,25 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, Compact] >; /** - * Transfer some asset balance from a previously delegated account to some third-party account. + * Transfer some asset balance from a previously delegated account to some third-party + * account. * - * Origin must be Signed and there must be an approval in place by the `owner` to the signer. + * Origin must be Signed and there must be an approval in place by the `owner` to the + * signer. * * If the entire amount approved for transfer is transferred, then any deposit previously * reserved by `approve_transfer` is unreserved. * * - `id`: The identifier of the asset. - * - `owner`: The account which previously approved for a transfer of at least `amount` and from - * which the asset balance will be withdrawn. + * - `owner`: The account which previously approved for a transfer of at least `amount` and + * from which the asset balance will be withdrawn. * - `destination`: The account to which the asset balance of `amount` will be transferred. * - `amount`: The amount of assets to transfer. * * Emits `TransferredApproved` on success. * * Weight: `O(1)` - */ + **/ transferApproved: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -797,16 +828,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `id`: The identifier of the asset to have some amount transferred. * - `target`: The account to be credited. * - `amount`: The amount by which the sender's balance of assets should be reduced and - * `target`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the sender balance above zero but below - * the minimum balance. Must be greater than zero. + * `target`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the sender balance above zero but below + * the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `target`; Post-existence of sender; Account - * pre-existence of `target`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of + * `target`. + **/ transferKeepAlive: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -826,7 +859,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `OwnerChanged`. * * Weight: `O(1)` - */ + **/ transferOwnership: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -834,34 +867,42 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Compact, AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorFilter: { - /** Update the eligible count. Intended to be called by governance. */ + /** + * Update the eligible count. Intended to be called by governance. + **/ setEligible: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorInherent: { /** - * This inherent is a workaround to run code after the "real" inherents have executed, but - * before transactions are executed. - */ + * This inherent is a workaround to run code after the "real" inherents have executed, + * but before transactions are executed. + **/ kickOffAuthorshipValidation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorMapping: { /** * Register your NimbusId onchain so blocks you author are associated with your account. * - * Users who have been (or will soon be) elected active collators in staking, should submit - * this extrinsic to have their blocks accepted and earn rewards. - */ + * Users who have been (or will soon be) elected active collators in staking, + * should submit this extrinsic to have their blocks accepted and earn rewards. + **/ addAssociation: AugmentedSubmittable< ( nimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array @@ -871,8 +912,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Clear your Mapping. * - * This is useful when you are no longer an author and would like to re-claim your security deposit. - */ + * This is useful when you are no longer an author and would like to re-claim your security + * deposit. + **/ clearAssociation: AugmentedSubmittable< ( nimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array @@ -882,16 +924,17 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove your Mapping. * - * This is useful when you are no longer an author and would like to re-claim your security deposit. - */ + * This is useful when you are no longer an author and would like to re-claim your security + * deposit. + **/ removeKeys: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Set association and session keys at once. * - * This is useful for key rotation to update Nimbus and VRF keys in one call. No new security - * deposit is required. Will replace `update_association` which is kept now for backwards - * compatibility reasons. - */ + * This is useful for key rotation to update Nimbus and VRF keys in one call. + * No new security deposit is required. Will replace `update_association` which is kept + * now for backwards compatibility reasons. + **/ setKeys: AugmentedSubmittable< (keys: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -900,9 +943,9 @@ declare module "@polkadot/api-base/types/submittable" { * Change your Mapping. * * This is useful for normal key rotation or for when switching from one physical collator - * machine to another. No new security deposit is required. This sets keys to - * new_nimbus_id.into() by default. - */ + * machine to another. No new security deposit is required. + * This sets keys to new_nimbus_id.into() by default. + **/ updateAssociation: AugmentedSubmittable< ( oldNimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array, @@ -910,19 +953,21 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [NimbusPrimitivesNimbusCryptoPublic, NimbusPrimitivesNimbusCryptoPublic] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; balances: { /** * Burn the specified liquid free balance from the origin account. * - * If the origin's account ends up below the existential deposit as a result of the burn and - * `keep_alive` is false, the account will be reaped. + * If the origin's account ends up below the existential deposit as a result + * of the burn and `keep_alive` is false, the account will be reaped. * - * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this - * `burn` operation will reduce total issuance by the amount _burned_. - */ + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, + * this `burn` operation will reduce total issuance by the amount _burned_. + **/ burn: AugmentedSubmittable< ( value: Compact | AnyNumber | Uint8Array, @@ -936,7 +981,7 @@ declare module "@polkadot/api-base/types/submittable" { * Can only be called by root and always needs a positive `delta`. * * # Example - */ + **/ forceAdjustTotalIssuance: AugmentedSubmittable< ( direction: @@ -953,7 +998,7 @@ declare module "@polkadot/api-base/types/submittable" { * Set the regular balance of a given account. * * The dispatch origin for this call is `root`. - */ + **/ forceSetBalance: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -964,7 +1009,7 @@ declare module "@polkadot/api-base/types/submittable" { /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. - */ + **/ forceTransfer: AugmentedSubmittable< ( source: AccountId20 | string | Uint8Array, @@ -977,7 +1022,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unreserve some balance from a user by force. * * Can only be called by ROOT. - */ + **/ forceUnreserve: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -988,19 +1033,20 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer the entire transferable balance from the caller account. * - * NOTE: This function only attempts to transfer _transferable_ balances. This means that any - * locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be - * transferred by this function. To ensure that this function results in a killed account, you - * might need to prepare the account by removing any reference counters, storage deposits, etc... + * NOTE: This function only attempts to transfer _transferable_ balances. This means that + * any locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be + * transferred by this function. To ensure that this function results in a killed account, + * you might need to prepare the account by removing any reference counters, storage + * deposits, etc... * * The dispatch origin of this call must be Signed. * * - `dest`: The recipient of the transfer. - * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all of the - * funds the account has, causing the sender account to be killed (false), or transfer - * everything except at least the existential deposit, which will guarantee to keep the - * sender account alive (true). - */ + * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all + * of the funds the account has, causing the sender account to be killed (false), or + * transfer everything except at least the existential deposit, which will guarantee to + * keep the sender account alive (true). + **/ transferAll: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1011,12 +1057,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer some liquid free balance to another account. * - * `transfer_allow_death` will set the `FreeBalance` of the sender and receiver. If the - * sender's account is below the existential deposit as a result of the transfer, the account - * will be reaped. + * `transfer_allow_death` will set the `FreeBalance` of the sender and receiver. + * If the sender's account is below the existential deposit as a result + * of the transfer, the account will be reaped. * * The dispatch origin for this call must be `Signed` by the transactor. - */ + **/ transferAllowDeath: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1025,13 +1071,13 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, Compact] >; /** - * Same as the [`transfer_allow_death`][`transfer_allow_death`] call, but with a check that - * the transfer will not kill the origin account. + * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not + * kill the origin account. * - * 99% of the time you want [`transfer_allow_death`][`transfer_allow_death`] instead. + * 99% of the time you want [`transfer_allow_death`] instead. * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer - */ + **/ transferKeepAlive: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1045,16 +1091,19 @@ declare module "@polkadot/api-base/types/submittable" { * - `origin`: Must be `Signed`. * - `who`: The account to be upgraded. * - * This will waive the transaction fee if at least all but 10% of the accounts needed to be - * upgraded. (We let some not have to be upgraded just in order to allow for the possibility of churn). - */ + * This will waive the transaction fee if at least all but 10% of the accounts needed to + * be upgraded. (We let some not have to be upgraded just in order to allow for the + * possibility of churn). + **/ upgradeAccounts: AugmentedSubmittable< ( who: Vec | (AccountId20 | string | Uint8Array)[] ) => SubmittableExtrinsic, [Vec] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; convictionVoting: { @@ -1062,26 +1111,27 @@ declare module "@polkadot/api-base/types/submittable" { * Delegate the voting power (with some given conviction) of the sending account for a * particular class of polls. * - * The balance delegated is locked for as long as it's delegated, and thereafter for the time - * appropriate for the conviction's lock period. + * The balance delegated is locked for as long as it's delegated, and thereafter for the + * time appropriate for the conviction's lock period. * * The dispatch origin of this call must be _Signed_, and the signing account must either: + * - be delegating already; or + * - have no voting activity (if there is, then it will need to be removed through + * `remove_vote`). * - * - Be delegating already; or - * - Have no voting activity (if there is, then it will need to be removed through `remove_vote`). * - `to`: The account whose voting the `target` account's voting power will follow. - * - `class`: The class of polls to delegate. To delegate multiple classes, multiple calls to - * this function are required. - * - `conviction`: The conviction that will be attached to the delegated votes. When the account - * is undelegated, the funds will be locked for the corresponding period. - * - `balance`: The amount of the account's balance to be used in delegating. This must not be - * more than the account's current balance. + * - `class`: The class of polls to delegate. To delegate multiple classes, multiple calls + * to this function are required. + * - `conviction`: The conviction that will be attached to the delegated votes. When the + * account is undelegated, the funds will be locked for the corresponding period. + * - `balance`: The amount of the account's balance to be used in delegating. This must not + * be more than the account's current balance. * * Emits `Delegated`. * - * Weight: `O(R)` where R is the number of polls the voter delegating to has voted on. Weight - * is initially charged as if maximum votes, but is refunded later. - */ + * Weight: `O(R)` where R is the number of polls the voter delegating to has + * voted on. Weight is initially charged as if maximum votes, but is refunded later. + **/ delegate: AugmentedSubmittable< ( clazz: u16 | AnyNumber | Uint8Array, @@ -1105,18 +1155,20 @@ declare module "@polkadot/api-base/types/submittable" { * Remove a vote for a poll. * * If the `target` is equal to the signer, then this function is exactly equivalent to - * `remove_vote`. If not equal to the signer, then the vote must have expired, either because - * the poll was cancelled, because the voter lost the poll or because the conviction period is over. + * `remove_vote`. If not equal to the signer, then the vote must have expired, + * either because the poll was cancelled, because the voter lost the poll or + * because the conviction period is over. * * The dispatch origin of this call must be _Signed_. * - * - `target`: The account of the vote to be removed; this account must have voted for poll `index`. + * - `target`: The account of the vote to be removed; this account must have voted for poll + * `index`. * - `index`: The index of poll of the vote to be removed. * - `class`: The class of the poll. * - * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. Weight is - * calculated for the maximum number of vote. - */ + * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. + * Weight is calculated for the maximum number of vote. + **/ removeOtherVote: AugmentedSubmittable< ( target: AccountId20 | string | Uint8Array, @@ -1129,33 +1181,33 @@ declare module "@polkadot/api-base/types/submittable" { * Remove a vote for a poll. * * If: - * - * - The poll was cancelled, or - * - The poll is ongoing, or - * - The poll has ended such that - * - The vote of the account was in opposition to the result; or - * - There was no conviction to the account's vote; or - * - The account made a split vote ...then the vote is removed cleanly and a following call to - * `unlock` may result in more funds being available. + * - the poll was cancelled, or + * - the poll is ongoing, or + * - the poll has ended such that + * - the vote of the account was in opposition to the result; or + * - there was no conviction to the account's vote; or + * - the account made a split vote + * ...then the vote is removed cleanly and a following call to `unlock` may result in more + * funds being available. * * If, however, the poll has ended and: - * - * - It finished corresponding to the vote of the account, and - * - The account made a standard vote with conviction, and - * - The lock period of the conviction is not over ...then the lock will be aggregated into the - * overall account's lock, which may involve _overlocking_ (where the two locks are combined - * into a single lock that is the maximum of both the amount locked and the time is it locked for). + * - it finished corresponding to the vote of the account, and + * - the account made a standard vote with conviction, and + * - the lock period of the conviction is not over + * ...then the lock will be aggregated into the overall account's lock, which may involve + * *overlocking* (where the two locks are combined into a single lock that is the maximum + * of both the amount locked and the time is it locked for). * * The dispatch origin of this call must be _Signed_, and the signer must have a vote * registered for poll `index`. * * - `index`: The index of poll of the vote to be removed. - * - `class`: Optional parameter, if given it indicates the class of the poll. For polls which - * have finished or are cancelled, this must be `Some`. + * - `class`: Optional parameter, if given it indicates the class of the poll. For polls + * which have finished or are cancelled, this must be `Some`. * - * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. Weight is - * calculated for the maximum number of vote. - */ + * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. + * Weight is calculated for the maximum number of vote. + **/ removeVote: AugmentedSubmittable< ( clazz: Option | null | Uint8Array | u16 | AnyNumber, @@ -1166,25 +1218,26 @@ declare module "@polkadot/api-base/types/submittable" { /** * Undelegate the voting power of the sending account for a particular class of polls. * - * Tokens may be unlocked following once an amount of time consistent with the lock period of - * the conviction with which the delegation was issued has passed. + * Tokens may be unlocked following once an amount of time consistent with the lock period + * of the conviction with which the delegation was issued has passed. * - * The dispatch origin of this call must be _Signed_ and the signing account must be currently - * delegating. + * The dispatch origin of this call must be _Signed_ and the signing account must be + * currently delegating. * * - `class`: The class of polls to remove the delegation from. * * Emits `Undelegated`. * - * Weight: `O(R)` where R is the number of polls the voter delegating to has voted on. Weight - * is initially charged as if maximum votes, but is refunded later. - */ + * Weight: `O(R)` where R is the number of polls the voter delegating to has + * voted on. Weight is initially charged as if maximum votes, but is refunded later. + **/ undelegate: AugmentedSubmittable< (clazz: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] >; /** - * Remove the lock caused by prior voting/delegating which has expired within a particular class. + * Remove the lock caused by prior voting/delegating which has expired within a particular + * class. * * The dispatch origin of this call must be _Signed_. * @@ -1192,7 +1245,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `target`: The account to remove the lock on. * * Weight: `O(R)` with R number of vote of target. - */ + **/ unlock: AugmentedSubmittable< ( clazz: u16 | AnyNumber | Uint8Array, @@ -1201,8 +1254,8 @@ declare module "@polkadot/api-base/types/submittable" { [u16, AccountId20] >; /** - * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; otherwise it is a - * vote to keep the status quo. + * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; + * otherwise it is a vote to keep the status quo. * * The dispatch origin of this call must be _Signed_. * @@ -1210,7 +1263,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `vote`: The vote configuration. * * Weight: `O(R)` where R is the number of polls the voter has voted on. - */ + **/ vote: AugmentedSubmittable< ( pollIndex: Compact | AnyNumber | Uint8Array, @@ -1224,16 +1277,19 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Compact, PalletConvictionVotingVoteAccountVote] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; crowdloanRewards: { /** * Associate a native rewards_destination identity with a crowdloan contribution. * - * The caller needs to provide the unassociated relay account and a proof to succeed with the - * association The proof is nothing but a signature over the reward_address using the relay keys - */ + * The caller needs to provide the unassociated relay account and a proof to succeed + * with the association + * The proof is nothing but a signature over the reward_address using the relay keys + **/ associateNativeIdentity: AugmentedSubmittable< ( rewardAccount: AccountId20 | string | Uint8Array, @@ -1251,10 +1307,10 @@ declare module "@polkadot/api-base/types/submittable" { /** * Change reward account by submitting proofs from relay accounts * - * The number of valid proofs needs to be bigger than 'RewardAddressRelayVoteThreshold' The - * account to be changed needs to be submitted as 'previous_account' Origin must be - * RewardAddressChangeOrigin - */ + * The number of valid proofs needs to be bigger than 'RewardAddressRelayVoteThreshold' + * The account to be changed needs to be submitted as 'previous_account' + * Origin must be RewardAddressChangeOrigin + **/ changeAssociationWithRelayKeys: AugmentedSubmittable< ( rewardAccount: AccountId20 | string | Uint8Array, @@ -1275,22 +1331,25 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, AccountId20, Vec>] >; - /** Collect whatever portion of your reward are currently vested. */ + /** + * Collect whatever portion of your reward are currently vested. + **/ claim: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * This extrinsic completes the initialization if some checks are fullfiled. These checks are: - * -The reward contribution money matches the crowdloan pot -The end vesting block is higher - * than the init vesting block -The initialization has not complete yet - */ + * -The reward contribution money matches the crowdloan pot + * -The end vesting block is higher than the init vesting block + * -The initialization has not complete yet + **/ completeInitialization: AugmentedSubmittable< (leaseEndingBlock: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Initialize the reward distribution storage. It shortcuts whenever an error is found This - * does not enforce any checks other than making sure we dont go over funds + * Initialize the reward distribution storage. It shortcuts whenever an error is found + * This does not enforce any checks other than making sure we dont go over funds * complete_initialization should perform any additional - */ + **/ initializeRewardVec: AugmentedSubmittable< ( rewards: @@ -1303,27 +1362,39 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec, u128]>>] >; - /** Update reward address, proving that the caller owns the current native key */ + /** + * Update reward address, proving that the caller owns the current native key + **/ updateRewardAddress: AugmentedSubmittable< (newRewardAccount: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; emergencyParaXcm: { - /** Authorize a runtime upgrade. Only callable in `Paused` mode */ + /** + * Authorize a runtime upgrade. Only callable in `Paused` mode + **/ fastAuthorizeUpgrade: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Resume `Normal` mode */ + /** + * Resume `Normal` mode + **/ pausedToNormal: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; ethereum: { - /** Transact an Ethereum transaction. */ + /** + * Transact an Ethereum transaction. + **/ transact: AugmentedSubmittable< ( transaction: @@ -1336,15 +1407,17 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [EthereumTransactionTransactionV2] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; ethereumXcm: { /** * Xcm Transact an Ethereum transaction, but allow to force the caller and create address. - * This call should be restricted (callable only by the runtime or governance). Weight: Gas - * limit plus the db reads involving the suspension and proxy checks - */ + * This call should be restricted (callable only by the runtime or governance). + * Weight: Gas limit plus the db reads involving the suspension and proxy checks + **/ forceTransactAs: AugmentedSubmittable< ( transactAs: H160 | string | Uint8Array, @@ -1362,18 +1435,18 @@ declare module "@polkadot/api-base/types/submittable" { * Resumes all Ethereum executions from XCM. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ resumeEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Suspends all Ethereum executions from XCM. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ suspendEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Xcm Transact an Ethereum transaction. Weight: Gas limit plus the db read involving the - * suspension check - */ + * Xcm Transact an Ethereum transaction. + * Weight: Gas limit plus the db read involving the suspension check + **/ transact: AugmentedSubmittable< ( xcmTransaction: @@ -1386,9 +1459,9 @@ declare module "@polkadot/api-base/types/submittable" { [XcmPrimitivesEthereumXcmEthereumXcmTransaction] >; /** - * Xcm Transact an Ethereum transaction through proxy. Weight: Gas limit plus the db reads - * involving the suspension and proxy checks - */ + * Xcm Transact an Ethereum transaction through proxy. + * Weight: Gas limit plus the db reads involving the suspension and proxy checks + **/ transactThroughProxy: AugmentedSubmittable< ( transactAs: H160 | string | Uint8Array, @@ -1401,11 +1474,15 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, XcmPrimitivesEthereumXcmEthereumXcmTransaction] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; evm: { - /** Issue an EVM call operation. This is similar to a message call transaction in Ethereum. */ + /** + * Issue an EVM call operation. This is similar to a message call transaction in Ethereum. + **/ call: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1432,7 +1509,10 @@ declare module "@polkadot/api-base/types/submittable" { Vec]>> ] >; - /** Issue an EVM create operation. This is similar to a contract creation transaction in Ethereum. */ + /** + * Issue an EVM create operation. This is similar to a contract creation transaction in + * Ethereum. + **/ create: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1448,7 +1528,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, Bytes, U256, u64, U256, Option, Option, Vec]>>] >; - /** Issue an EVM create2 operation. */ + /** + * Issue an EVM create2 operation. + **/ create2: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1475,7 +1557,9 @@ declare module "@polkadot/api-base/types/submittable" { Vec]>> ] >; - /** Withdraw balance from EVM into currency/balances pallet. */ + /** + * Withdraw balance from EVM into currency/balances pallet. + **/ withdraw: AugmentedSubmittable< ( address: H160 | string | Uint8Array, @@ -1483,14 +1567,17 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; evmForeignAssets: { /** - * Change the xcm type mapping for a given assetId We also change this if the previous units - * per second where pointing at the old assetType - */ + * Change the xcm type mapping for a given assetId + * We also change this if the previous units per second where pointing at the old + * assetType + **/ changeXcmLocation: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1502,7 +1589,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, StagingXcmV4Location] >; - /** Create new asset with the ForeignAssetCreator */ + /** + * Create new asset with the ForeignAssetCreator + **/ createForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1517,7 +1606,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, StagingXcmV4Location, u8, Bytes, Bytes] >; - /** Freeze a given foreign assetId */ + /** + * Freeze a given foreign assetId + **/ freezeForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1525,19 +1616,23 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, bool] >; - /** Unfreeze a given foreign assetId */ + /** + * Unfreeze a given foreign assetId + **/ unfreezeForeignAsset: AugmentedSubmittable< (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; identity: { /** * Accept a given username that an `authority` granted. The call must include the full * username, as in `username.suffix`. - */ + **/ acceptUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1550,7 +1645,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `account`: the account of the registrar. * * Emits `RegistrarAdded` if successful. - */ + **/ addRegistrar: AugmentedSubmittable< (account: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1558,12 +1653,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Add the given account to the sender's subs. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender. + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender. * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ addSub: AugmentedSubmittable< ( sub: AccountId20 | string | Uint8Array, @@ -1585,7 +1680,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The authority can grant up to `allocation` usernames. To top up their allocation, they * should just issue (or request via governance) a new `add_username_authority` call. - */ + **/ addUsernameAuthority: AugmentedSubmittable< ( authority: AccountId20 | string | Uint8Array, @@ -1599,12 +1694,13 @@ declare module "@polkadot/api-base/types/submittable" { * * Payment: A previously reserved deposit is returned on success. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a + * registered identity. * * - `reg_index`: The index of the registrar whose judgement is no longer requested. * * Emits `JudgementUnrequested` if successful. - */ + **/ cancelRequest: AugmentedSubmittable< (regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -1614,25 +1710,26 @@ declare module "@polkadot/api-base/types/submittable" { * * Payment: All reserved balances on the account are returned. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a registered + * identity. * * Emits `IdentityCleared` if successful. - */ + **/ clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Remove an account's identity and sub-account information and slash the deposits. * * Payment: Reserved balances from `set_subs` and `set_identity` are slashed and handled by - * `Slash`. Verification request deposits are not returned; they should be cancelled manually - * using `cancel_request`. + * `Slash`. Verification request deposits are not returned; they should be cancelled + * manually using `cancel_request`. * * The dispatch origin for this call must match `T::ForceOrigin`. * - * - `target`: the account whose identity the judgement is upon. This must be an account with a - * registered identity. + * - `target`: the account whose identity the judgement is upon. This must be an account + * with a registered identity. * * Emits `IdentityKilled` if successful. - */ + **/ killIdentity: AugmentedSubmittable< (target: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1640,19 +1737,20 @@ declare module "@polkadot/api-base/types/submittable" { /** * Provide a judgement for an account's identity. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `reg_index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `reg_index`. * * - `reg_index`: the index of the registrar whose judgement is being made. - * - `target`: the account whose identity the judgement is upon. This must be an account with a - * registered identity. + * - `target`: the account whose identity the judgement is upon. This must be an account + * with a registered identity. * - `judgement`: the judgement of the registrar of index `reg_index` about `target`. - * - `identity`: The hash of the [`IdentityInformationProvider`] for that the judgement is provided. + * - `identity`: The hash of the [`IdentityInformationProvider`] for that the judgement is + * provided. * * Note: Judgements do not apply to a username. * * Emits `JudgementGiven` if successful. - */ + **/ provideJudgement: AugmentedSubmittable< ( regIndex: Compact | AnyNumber | Uint8Array, @@ -1675,29 +1773,29 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove the sender as a sub-account. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender (_not_ the original depositor). + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender (*not* the original depositor). * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * super-identity. * * NOTE: This should not normally be used, but is provided in the case that the non- * controller of an account is maliciously registered as a sub-account. - */ + **/ quitSub: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Remove a username that corresponds to an account with no identity. Exists when a user gets - * a username but then calls `clear_identity`. - */ + * Remove a username that corresponds to an account with no identity. Exists when a user + * gets a username but then calls `clear_identity`. + **/ removeDanglingUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; /** * Remove an expired username approval. The username was approved by an authority but never - * accepted by the user and must now be beyond its expiration. The call must include the full - * username, as in `username.suffix`. - */ + * accepted by the user and must now be beyond its expiration. The call must include the + * full username, as in `username.suffix`. + **/ removeExpiredApproval: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1705,17 +1803,19 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove the given account from the sender's subs. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender. + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender. * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ removeSub: AugmentedSubmittable< (sub: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove `authority` from the username authorities. */ + /** + * Remove `authority` from the username authorities. + **/ removeUsernameAuthority: AugmentedSubmittable< (authority: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1725,7 +1825,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ renameSub: AugmentedSubmittable< ( sub: AccountId20 | string | Uint8Array, @@ -1745,19 +1845,21 @@ declare module "@polkadot/api-base/types/submittable" { /** * Request a judgement from a registrar. * - * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement given. + * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement + * given. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a + * registered identity. * * - `reg_index`: The index of the registrar whose judgement is requested. * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as: * * ```nocompile - * Self::registrars().get(reg_index).unwrap().fee; + * Self::registrars().get(reg_index).unwrap().fee * ``` * * Emits `JudgementRequested` if successful. - */ + **/ requestJudgement: AugmentedSubmittable< ( regIndex: Compact | AnyNumber | Uint8Array, @@ -1768,12 +1870,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Change the account associated with a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `new`: the new account ID. - */ + **/ setAccountId: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1784,12 +1886,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the fee required for a judgement to be requested from a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `fee`: the new fee. - */ + **/ setFee: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1800,12 +1902,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the field information for a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `fields`: the fields that the registrar concerns themselves with. - */ + **/ setFields: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1816,15 +1918,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set an account's identity information and reserve the appropriate deposit. * - * If the account already has identity information, the deposit is taken as part payment for - * the new deposit. + * If the account already has identity information, the deposit is taken as part payment + * for the new deposit. * * The dispatch origin for this call must be _Signed_. * * - `info`: The identity information. * * Emits `IdentitySet` if successful. - */ + **/ setIdentity: AugmentedSubmittable< ( info: @@ -1845,7 +1947,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [PalletIdentityLegacyIdentityInfo] >; - /** Set a given username as the primary. The username should include the suffix. */ + /** + * Set a given username as the primary. The username should include the suffix. + **/ setPrimaryUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1853,13 +1957,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the sub-accounts of the sender. * - * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned and - * an amount `SubAccountDeposit` will be reserved for each item in `subs`. + * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned + * and an amount `SubAccountDeposit` will be reserved for each item in `subs`. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a registered + * identity. * * - `subs`: The identity's (new) sub-accounts. - */ + **/ setSubs: AugmentedSubmittable< ( subs: @@ -1888,10 +1993,10 @@ declare module "@polkadot/api-base/types/submittable" { * accept them later. * * Usernames must: - * * - Only contain lowercase ASCII characters or digits. - * - When combined with the suffix of the issuing authority be _less than_ the `MaxUsernameLength`. - */ + * - When combined with the suffix of the issuing authority be _less than_ the + * `MaxUsernameLength`. + **/ setUsernameFor: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -1905,7 +2010,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, Bytes, Option] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; maintenanceMode: { @@ -1913,38 +2020,39 @@ declare module "@polkadot/api-base/types/submittable" { * Place the chain in maintenance mode * * Weight cost is: - * - * - One DB read to ensure we're not already in maintenance mode - * - Three DB writes - 1 for the mode, 1 for suspending xcm execution, 1 for the event - */ + * * One DB read to ensure we're not already in maintenance mode + * * Three DB writes - 1 for the mode, 1 for suspending xcm execution, 1 for the event + **/ enterMaintenanceMode: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Return the chain to normal operating mode * * Weight cost is: - * - * - One DB read to ensure we're in maintenance mode - * - Three DB writes - 1 for the mode, 1 for resuming xcm execution, 1 for the event - */ + * * One DB read to ensure we're in maintenance mode + * * Three DB writes - 1 for the mode, 1 for resuming xcm execution, 1 for the event + **/ resumeNormalOperation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; messageQueue: { /** * Execute an overweight message. * - * Temporary processing errors will be propagated whereas permanent errors are treated as - * success condition. + * Temporary processing errors will be propagated whereas permanent errors are treated + * as success condition. * * - `origin`: Must be `Signed`. * - `message_origin`: The origin from which the message to be executed arrived. * - `page`: The page in the queue in which the message to be executed is sitting. * - `index`: The index into the queue of the message to be executed. - * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution of the message. + * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution + * of the message. * * Benchmark complexity considerations: O(index + weight_limit). - */ + **/ executeOverweight: AugmentedSubmittable< ( messageOrigin: @@ -1964,7 +2072,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [CumulusPrimitivesCoreAggregateMessageOrigin, u32, u32, SpWeightsWeightV2Weight] >; - /** Remove a page which has no more messages remaining to be processed or is stale. */ + /** + * Remove a page which has no more messages remaining to be processed or is stale. + **/ reapPage: AugmentedSubmittable< ( messageOrigin: @@ -1978,7 +2088,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [CumulusPrimitivesCoreAggregateMessageOrigin, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; moonbeamLazyMigrations: { @@ -2003,43 +2115,61 @@ declare module "@polkadot/api-base/types/submittable" { (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; moonbeamOrbiters: { - /** Add a collator to orbiters program. */ + /** + * Add a collator to orbiters program. + **/ addCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Add an orbiter in a collator pool */ + /** + * Add an orbiter in a collator pool + **/ collatorAddOrbiter: AugmentedSubmittable< (orbiter: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove an orbiter from the caller collator pool */ + /** + * Remove an orbiter from the caller collator pool + **/ collatorRemoveOrbiter: AugmentedSubmittable< (orbiter: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove the caller from the specified collator pool */ + /** + * Remove the caller from the specified collator pool + **/ orbiterLeaveCollatorPool: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Registering as an orbiter */ + /** + * Registering as an orbiter + **/ orbiterRegister: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Deregistering from orbiters */ + /** + * Deregistering from orbiters + **/ orbiterUnregister: AugmentedSubmittable< (collatorsPoolCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Remove a collator from orbiters program. */ + /** + * Remove a collator from orbiters program. + **/ removeCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; multisig: { @@ -2047,34 +2177,34 @@ declare module "@polkadot/api-base/types/submittable" { * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. * - * Payment: `DepositBase` will be reserved if this is the first approval, plus `threshold` - * times `DepositFactor`. It is returned once this dispatch happens or is cancelled. + * Payment: `DepositBase` will be reserved if this is the first approval, plus + * `threshold` times `DepositFactor`. It is returned once this dispatch happens or + * is cancelled. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. - * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not - * the first approval, then it must be `Some`, with the timepoint (block number and - * transaction index) of the first approval transaction. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. + * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is + * not the first approval, then it must be `Some`, with the timepoint (block number and + * transaction index) of the first approval transaction. * - `call_hash`: The hash of the call to be executed. * * NOTE: If this is the final approval, you will want to use `as_multi` instead. * * ## Complexity - * * - `O(S)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One encode & hash, both of complexity `O(S)`. * - Up to one binary search and insert (`O(logS + S)`). * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove. * - One event. - * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit taken for - * its lifetime of `DepositBase + threshold * DepositFactor`. - */ + * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit + * taken for its lifetime of `DepositBase + threshold * DepositFactor`. + **/ approveAsMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2101,41 +2231,41 @@ declare module "@polkadot/api-base/types/submittable" { * * If there are enough, then dispatch the call. * - * Payment: `DepositBase` will be reserved if this is the first approval, plus `threshold` - * times `DepositFactor`. It is returned once this dispatch happens or is cancelled. + * Payment: `DepositBase` will be reserved if this is the first approval, plus + * `threshold` times `DepositFactor`. It is returned once this dispatch happens or + * is cancelled. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. - * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not - * the first approval, then it must be `Some`, with the timepoint (block number and - * transaction index) of the first approval transaction. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. + * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is + * not the first approval, then it must be `Some`, with the timepoint (block number and + * transaction index) of the first approval transaction. * - `call`: The call to be executed. * - * NOTE: Unless this is the final approval, you will generally want to use `approve_as_multi` - * instead, since it only requires a hash of the call. + * NOTE: Unless this is the final approval, you will generally want to use + * `approve_as_multi` instead, since it only requires a hash of the call. * - * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise on - * success, result is `Ok` and the result from the interior call, if it was executed, may be - * found in the deposited `MultisigExecuted` event. + * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise + * on success, result is `Ok` and the result from the interior call, if it was executed, + * may be found in the deposited `MultisigExecuted` event. * * ## Complexity - * * - `O(S + Z + Call)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One call encode & hash, both of complexity `O(Z)` where `Z` is tx-len. * - One encode & hash, both of complexity `O(S)`. * - Up to one binary search and insert (`O(logS + S)`). * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove. * - One event. * - The weight of the `call`. - * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit taken for - * its lifetime of `DepositBase + threshold * DepositFactor`. - */ + * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit + * taken for its lifetime of `DepositBase + threshold * DepositFactor`. + **/ asMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2162,15 +2292,14 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * - `other_signatories`: The accounts (other than the sender) who are part of the - * multi-signature, but do not participate in the approval process. + * multi-signature, but do not participate in the approval process. * - `call`: The call to be executed. * * Result is equivalent to the dispatched result. * * ## Complexity - * * O(Z + C) where Z is the length of the call and C its execution weight. - */ + **/ asMultiThreshold1: AugmentedSubmittable< ( otherSignatories: Vec | (AccountId20 | string | Uint8Array)[], @@ -2179,29 +2308,28 @@ declare module "@polkadot/api-base/types/submittable" { [Vec, Call] >; /** - * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously for - * this operation will be unreserved on success. + * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously + * for this operation will be unreserved on success. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. * - `timepoint`: The timepoint (block number and transaction index) of the first approval - * transaction for this dispatch. + * transaction for this dispatch. * - `call_hash`: The hash of the call to be executed. * * ## Complexity - * * - `O(S)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One encode & hash, both of complexity `O(S)`. * - One event. * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. - */ + **/ cancelAsMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2211,7 +2339,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u16, Vec, PalletMultisigTimepoint, U8aFixed] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; openTechCommitteeCollective: { @@ -2220,27 +2350,27 @@ declare module "@polkadot/api-base/types/submittable" { * * May be called by any signed account in order to finish voting and close the proposal. * - * If called before the end of the voting period it will only close the vote if it is has - * enough votes to be approved or disapproved. + * If called before the end of the voting period it will only close the vote if it is + * has enough votes to be approved or disapproved. * - * If called after the end of the voting period abstentions are counted as rejections unless - * there is a prime member set and the prime member cast an approval. + * If called after the end of the voting period abstentions are counted as rejections + * unless there is a prime member set and the prime member cast an approval. * - * If the close operation completes successfully with disapproval, the transaction fee will be - * waived. Otherwise execution of the approved operation will be charged to the caller. + * If the close operation completes successfully with disapproval, the transaction fee will + * be waived. Otherwise execution of the approved operation will be charged to the caller. * - * - `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed proposal. - * - `length_bound`: The upper bound for the length of the proposal in storage. Checked via - * `storage::read` so it is `size_of::() === 4` larger than the pure length. + * + `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed + * proposal. + * + `length_bound`: The upper bound for the length of the proposal in storage. Checked via + * `storage::read` so it is `size_of::() == 4` larger than the pure length. * * ## Complexity - * * - `O(B + M + P1 + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) * - `P1` is the complexity of `proposal` preimage. * - `P2` is proposal-count (code-bounded) - */ + **/ close: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, @@ -2255,18 +2385,17 @@ declare module "@polkadot/api-base/types/submittable" { [H256, Compact, SpWeightsWeightV2Weight, Compact] >; /** - * Disapprove a proposal, close, and remove it from the system, regardless of its current state. + * Disapprove a proposal, close, and remove it from the system, regardless of its current + * state. * * Must be called by the Root origin. * * Parameters: - * - * - `proposal_hash`: The hash of the proposal that should be disapproved. + * * `proposal_hash`: The hash of the proposal that should be disapproved. * * ## Complexity - * * O(P) where P is the number of max proposals - */ + **/ disapproveProposal: AugmentedSubmittable< (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -2277,12 +2406,11 @@ declare module "@polkadot/api-base/types/submittable" { * Origin must be a member of the collective. * * ## Complexity: - * * - `O(B + M + P)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` members-count (code-bounded) * - `P` complexity of dispatching `proposal` - */ + **/ execute: AugmentedSubmittable< ( proposal: Call | IMethod | string | Uint8Array, @@ -2295,18 +2423,17 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be member. * - * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) or put up - * for voting. + * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) + * or put up for voting. * * ## Complexity - * * - `O(B + M + P1)` or `O(B + M + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) - * - Branching is influenced by `threshold` where: + * - branching is influenced by `threshold` where: * - `P1` is proposal execution complexity (`threshold < 2`) * - `P2` is proposals-count (code-bounded) (`threshold >= 2`) - */ + **/ propose: AugmentedSubmittable< ( threshold: Compact | AnyNumber | Uint8Array, @@ -2320,27 +2447,27 @@ declare module "@polkadot/api-base/types/submittable" { * * - `new_members`: The new member list. Be nice to the chain and provide it sorted. * - `prime`: The prime member whose vote sets the default. - * - `old_count`: The upper bound for the previous number of members in storage. Used for weight - * estimation. + * - `old_count`: The upper bound for the previous number of members in storage. Used for + * weight estimation. * * The dispatch of this call must be `SetMembersOrigin`. * - * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but the - * weight estimations rely on it to estimate dispatchable weight. + * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but + * the weight estimations rely on it to estimate dispatchable weight. * * # WARNING: * * The `pallet-collective` can also be managed by logic outside of the pallet through the - * implementation of the trait [`ChangeMembers`]. Any call to `set_members` must be careful - * that the member set doesn't get out of sync with other logic managing the member set. + * implementation of the trait [`ChangeMembers`]. + * Any call to `set_members` must be careful that the member set doesn't get out of sync + * with other logic managing the member set. * * ## Complexity: - * * - `O(MP + N)` where: * - `M` old-members-count (code- and governance-bounded) * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) - */ + **/ setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], @@ -2354,13 +2481,12 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be a member. * - * Transaction fees will be waived if the member is voting on any particular proposal for the - * first time and the call is successful. Subsequent vote changes will charge a fee. - * + * Transaction fees will be waived if the member is voting on any particular proposal + * for the first time and the call is successful. Subsequent vote changes will charge a + * fee. * ## Complexity - * * - `O(M)` where `M` is members-count (code- and governance-bounded) - */ + **/ vote: AugmentedSubmittable< ( proposal: H256 | string | Uint8Array, @@ -2369,37 +2495,44 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, Compact, bool] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parachainStaking: { - /** Cancel pending request to adjust the collator candidate self bond */ + /** + * Cancel pending request to adjust the collator candidate self bond + **/ cancelCandidateBondLess: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Cancel request to change an existing delegation. */ + /** + * Cancel request to change an existing delegation. + **/ cancelDelegationRequest: AugmentedSubmittable< (candidate: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; /** * Cancel open request to leave candidates - * - * - Only callable by collator account - * - Result upon successful call is the candidate is active in the candidate pool - */ + * - only callable by collator account + * - result upon successful call is the candidate is active in the candidate pool + **/ cancelLeaveCandidates: AugmentedSubmittable< (candidateCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Increase collator candidate self bond by `more` */ + /** + * Increase collator candidate self bond by `more` + **/ candidateBondMore: AugmentedSubmittable< (more: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; /** - * DEPRECATED use delegateWithAutoCompound If caller is not a delegator and not a collator, - * then join the set of delegators If caller is a delegator, then makes delegation to change - * their delegation state - */ + * DEPRECATED use delegateWithAutoCompound + * If caller is not a delegator and not a collator, then join the set of delegators + * If caller is a delegator, then makes delegation to change their delegation state + **/ delegate: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2410,10 +2543,10 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, u128, u32, u32] >; /** - * If caller is not a delegator and not a collator, then join the set of delegators If caller - * is a delegator, then makes delegation to change their delegation state Sets the - * auto-compound config for the delegation - */ + * If caller is not a delegator and not a collator, then join the set of delegators + * If caller is a delegator, then makes delegation to change their delegation state + * Sets the auto-compound config for the delegation + **/ delegateWithAutoCompound: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2425,7 +2558,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, Percent, u32, u32, u32] >; - /** Bond more for delegators wrt a specific collator candidate. */ + /** + * Bond more for delegators wrt a specific collator candidate. + **/ delegatorBondMore: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2433,17 +2568,23 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128] >; - /** Enable/Disable marking offline feature */ + /** + * Enable/Disable marking offline feature + **/ enableMarkingOffline: AugmentedSubmittable< (value: bool | boolean | Uint8Array) => SubmittableExtrinsic, [bool] >; - /** Execute pending request to adjust the collator candidate self bond */ + /** + * Execute pending request to adjust the collator candidate self bond + **/ executeCandidateBondLess: AugmentedSubmittable< (candidate: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Execute pending request to change an existing delegation */ + /** + * Execute pending request to change an existing delegation + **/ executeDelegationRequest: AugmentedSubmittable< ( delegator: AccountId20 | string | Uint8Array, @@ -2451,7 +2592,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, AccountId20] >; - /** Execute leave candidates request */ + /** + * Execute leave candidates request + **/ executeLeaveCandidates: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2459,7 +2602,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u32] >; - /** Force join the set of collator candidates. It will skip the minimum required bond check. */ + /** + * Force join the set of collator candidates. + * It will skip the minimum required bond check. + **/ forceJoinCandidates: AugmentedSubmittable< ( account: AccountId20 | string | Uint8Array, @@ -2468,18 +2614,26 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, u32] >; - /** Temporarily leave the set of collator candidates without unbonding */ + /** + * Temporarily leave the set of collator candidates without unbonding + **/ goOffline: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Rejoin the set of collator candidates if previously had called `go_offline` */ + /** + * Rejoin the set of collator candidates if previously had called `go_offline` + **/ goOnline: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Hotfix to remove existing empty entries for candidates that have left. */ + /** + * Hotfix to remove existing empty entries for candidates that have left. + **/ hotfixRemoveDelegationRequestsExitedCandidates: AugmentedSubmittable< ( candidates: Vec | (AccountId20 | string | Uint8Array)[] ) => SubmittableExtrinsic, [Vec] >; - /** Join the set of collator candidates */ + /** + * Join the set of collator candidates + **/ joinCandidates: AugmentedSubmittable< ( bond: u128 | AnyNumber | Uint8Array, @@ -2487,27 +2641,37 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Notify a collator is inactive during MaxOfflineRounds */ + /** + * Notify a collator is inactive during MaxOfflineRounds + **/ notifyInactiveCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** REMOVED, was schedule_leave_delegators */ + /** + * REMOVED, was schedule_leave_delegators + **/ removedCall19: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** REMOVED, was execute_leave_delegators */ + /** + * REMOVED, was execute_leave_delegators + **/ removedCall20: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** REMOVED, was cancel_leave_delegators */ + /** + * REMOVED, was cancel_leave_delegators + **/ removedCall21: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Request by collator candidate to decrease self bond by `less` */ + /** + * Request by collator candidate to decrease self bond by `less` + **/ scheduleCandidateBondLess: AugmentedSubmittable< (less: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; /** * Request bond less for delegators wrt a specific collator candidate. The delegation's - * rewards for rounds while the request is pending use the reduced bonded amount. A bond less - * may not be performed if any other scheduled request is pending. - */ + * rewards for rounds while the request is pending use the reduced bonded amount. + * A bond less may not be performed if any other scheduled request is pending. + **/ scheduleDelegatorBondLess: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2516,24 +2680,26 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, u128] >; /** - * Request to leave the set of candidates. If successful, the account is immediately removed - * from the candidate pool to prevent selection as a collator. - */ + * Request to leave the set of candidates. If successful, the account is immediately + * removed from the candidate pool to prevent selection as a collator. + **/ scheduleLeaveCandidates: AugmentedSubmittable< (candidateCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Request to revoke an existing delegation. If successful, the delegation is scheduled to be - * allowed to be revoked via the `execute_delegation_request` extrinsic. The delegation - * receives no rewards for the rounds while a revoke is pending. A revoke may not be performed - * if any other scheduled request is pending. - */ + * Request to revoke an existing delegation. If successful, the delegation is scheduled + * to be allowed to be revoked via the `execute_delegation_request` extrinsic. + * The delegation receives no rewards for the rounds while a revoke is pending. + * A revoke may not be performed if any other scheduled request is pending. + **/ scheduleRevokeDelegation: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Sets the auto-compounding reward percentage for a delegation. */ + /** + * Sets the auto-compounding reward percentage for a delegation. + **/ setAutoCompound: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2545,20 +2711,24 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set blocks per round - * - * - If called with `new` less than length of current round, will transition immediately in the next block - * - Also updates per-round inflation config - */ + * - if called with `new` less than length of current round, will transition immediately + * in the next block + * - also updates per-round inflation config + **/ setBlocksPerRound: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Set the commission for all collators */ + /** + * Set the commission for all collators + **/ setCollatorCommission: AugmentedSubmittable< (updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill] >; - /** Set the annual inflation rate to derive per-round inflation */ + /** + * Set the annual inflation rate to derive per-round inflation + **/ setInflation: AugmentedSubmittable< ( schedule: @@ -2579,7 +2749,9 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the inflation distribution configuration. */ + /** + * Set the inflation distribution configuration. + **/ setInflationDistributionConfig: AugmentedSubmittable< ( updated: PalletParachainStakingInflationDistributionConfig @@ -2590,7 +2762,7 @@ declare module "@polkadot/api-base/types/submittable" { * Deprecated: please use `set_inflation_distribution_config` instead. * * Set the account that will hold funds set aside for parachain bond - */ + **/ setParachainBondAccount: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -2599,15 +2771,15 @@ declare module "@polkadot/api-base/types/submittable" { * Deprecated: please use `set_inflation_distribution_config` instead. * * Set the percent of inflation set aside for parachain bond - */ + **/ setParachainBondReservePercent: AugmentedSubmittable< (updated: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent] >; /** - * Set the expectations for total staked. These expectations determine the issuance for the - * round according to logic in `fn compute_issuance` - */ + * Set the expectations for total staked. These expectations determine the issuance for + * the round according to logic in `fn compute_issuance` + **/ setStakingExpectations: AugmentedSubmittable< ( expectations: @@ -2630,26 +2802,28 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set the total number of collator candidates selected per round - * - * - Changes are not applied until the start of the next round - */ + * - changes are not applied until the start of the next round + **/ setTotalSelected: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parachainSystem: { /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * The `check_version` parameter sets a boolean flag for whether or not the runtime's spec - * version and name should be verified on upgrade. Since the authorization only has a hash, it - * cannot actually perform the verification. + * version and name should be verified on upgrade. Since the authorization only has a hash, + * it cannot actually perform the verification. * * This call requires Root origin. - */ + **/ authorizeUpgrade: AugmentedSubmittable< ( codeHash: H256 | string | Uint8Array, @@ -2660,14 +2834,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. * - * If the authorization required a version check, this call will ensure the spec name remains - * unchanged and that the spec version has increased. + * If the authorization required a version check, this call will ensure the spec name + * remains unchanged and that the spec version has increased. * * Note that this function will not apply the new `code`, but only attempt to schedule the * upgrade with the Relay Chain. * * All origins are allowed. - */ + **/ enactAuthorizedUpgrade: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -2675,14 +2849,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the current validation data. * - * This should be invoked exactly once per block. It will panic at the finalization phase if - * the call was not invoked. + * This should be invoked exactly once per block. It will panic at the finalization + * phase if the call was not invoked. * * The dispatch origin for this call must be `Inherent` * - * As a side effect, this function upgrades the current validation function if the appropriate - * time has come. - */ + * As a side effect, this function upgrades the current validation function + * if the appropriate time has come. + **/ setValidationData: AugmentedSubmittable< ( data: @@ -2702,7 +2876,9 @@ declare module "@polkadot/api-base/types/submittable" { (message: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parameters: { @@ -2711,7 +2887,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be * deleted by setting them to `None`. - */ + **/ setParameter: AugmentedSubmittable< ( keyValue: @@ -2723,7 +2899,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [MoonbeamRuntimeRuntimeParamsRuntimeParameters] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; polkadotXcm: { @@ -2731,10 +2909,10 @@ declare module "@polkadot/api-base/types/submittable" { * Claims assets trapped on this pallet because of leftover assets during XCM execution. * * - `origin`: Anyone can call this extrinsic. - * - `assets`: The exact assets that were trapped. Use the version to specify what version was - * the latest when they were trapped. + * - `assets`: The exact assets that were trapped. Use the version to specify what version + * was the latest when they were trapped. * - `beneficiary`: The location/account where the claimed assets will be deposited. - */ + **/ claimAssets: AugmentedSubmittable< ( assets: @@ -2757,12 +2935,13 @@ declare module "@polkadot/api-base/types/submittable" { /** * Execute an XCM message from a local, signed, origin. * - * An event is deposited indicating whether `msg` could be executed completely or only partially. + * An event is deposited indicating whether `msg` could be executed completely or only + * partially. * - * No more than `max_weight` will be used in its attempted execution. If this is less than the - * maximum amount of weight that the message could take to be executed, then no execution - * attempt will be made. - */ + * No more than `max_weight` will be used in its attempted execution. If this is less than + * the maximum amount of weight that the message could take to be executed, then no + * execution attempt will be made. + **/ execute: AugmentedSubmittable< ( message: XcmVersionedXcm | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, @@ -2780,7 +2959,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable. - */ + **/ forceDefaultXcmVersion: AugmentedSubmittable< ( maybeXcmVersion: Option | null | Uint8Array | u32 | AnyNumber @@ -2792,7 +2971,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `location`: The location to which we should subscribe for XCM version notifications. - */ + **/ forceSubscribeVersionNotify: AugmentedSubmittable< ( location: @@ -2810,18 +2989,19 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `suspended`: `true` to suspend, `false` to resume. - */ + **/ forceSuspension: AugmentedSubmittable< (suspended: bool | boolean | Uint8Array) => SubmittableExtrinsic, [bool] >; /** - * Require that a particular destination should no longer notify us regarding any XCM version changes. + * Require that a particular destination should no longer notify us regarding any XCM + * version changes. * * - `origin`: Must be an origin specified by AdminOrigin. - * - `location`: The location to which we are currently subscribed for XCM version notifications - * which we no longer desire. - */ + * - `location`: The location to which we are currently subscribed for XCM version + * notifications which we no longer desire. + **/ forceUnsubscribeVersionNotify: AugmentedSubmittable< ( location: @@ -2835,12 +3015,13 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation] >; /** - * Extoll that a particular destination can be communicated with through a particular version of XCM. + * Extoll that a particular destination can be communicated with through a particular + * version of XCM. * * - `origin`: Must be an origin specified by AdminOrigin. * - `location`: The destination that is being described. * - `xcm_version`: The latest version of XCM that `location` supports. - */ + **/ forceXcmVersion: AugmentedSubmittable< ( location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array, @@ -2853,30 +3034,33 @@ declare module "@polkadot/api-base/types/submittable" { * destination or remote reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. - * - * - `assets` have local reserve: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `assets` have destination reserve: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. + * - `assets` have local reserve: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `assets` have destination reserve: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move - * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to - * mint and deposit reserve-based assets to `beneficiary`. + * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` + * to mint and deposit reserve-based assets to `beneficiary`. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight is - * needed than `weight_limit`, then the operation will fail and the sent assets may be at risk. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ limitedReserveTransferAssets: AugmentedSubmittable< ( dest: @@ -2913,20 +3097,23 @@ declare module "@polkadot/api-base/types/submittable" { /** * Teleport some assets from the local chain to some destination chain. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight is - * needed than `weight_limit`, then the operation will fail and the sent assets may be at risk. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` chain. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` chain. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ limitedTeleportAssets: AugmentedSubmittable< ( dest: @@ -2965,31 +3152,33 @@ declare module "@polkadot/api-base/types/submittable" { * destination or remote reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. - * - * - `assets` have local reserve: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `assets` have destination reserve: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. + * - `assets` have local reserve: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `assets` have destination reserve: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move - * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to - * mint and deposit reserve-based assets to `beneficiary`. + * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` + * to mint and deposit reserve-based assets to `beneficiary`. * * **This function is deprecated: Use `limited_reserve_transfer_assets` instead.** * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, with all - * fees taken as needed from the asset. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, + * with all fees taken as needed from the asset. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. - */ + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. + **/ reserveTransferAssets: AugmentedSubmittable< ( dest: @@ -3035,19 +3224,21 @@ declare module "@polkadot/api-base/types/submittable" { * * **This function is deprecated: Use `limited_teleport_assets` instead.** * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, with all - * fees taken as needed from the asset. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, + * with all fees taken as needed from the asset. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` chain. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. - */ + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` chain. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. + **/ teleportAssets: AugmentedSubmittable< ( dest: @@ -3079,33 +3270,37 @@ declare module "@polkadot/api-base/types/submittable" { * Transfer some assets from the local chain to the destination chain through their local, * destination or remote reserve, or through teleports. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item` (hence referred to as `fees`), up to enough to pay for `weight_limit` of - * weight. If more weight is needed than `weight_limit`, then the operation will fail and the - * sent assets may be at risk. - * - * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable to - * `dest`, no limitations imposed on `fees`. - * - * - For local reserve: transfer assets to sovereign account of destination chain and forward a - * notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - For destination reserve: burn local assets and forward a notification to `dest` chain to - * withdraw the reserve assets from this chain's sovereign account and deposit them to `beneficiary`. - * - For remote reserve: burn local assets, forward XCM to reserve chain to move reserves from - * this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint and - * deposit reserve-based assets to `beneficiary`. - * - For teleports: burn local assets and forward XCM to `dest` chain to mint/teleport assets - * and deposit them to `beneficiary`. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item` (hence referred to as `fees`), up to enough to pay for + * `weight_limit` of weight. If more weight is needed than `weight_limit`, then the + * operation will fail and the sent assets may be at risk. + * + * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable + * to `dest`, no limitations imposed on `fees`. + * - for local reserve: transfer assets to sovereign account of destination chain and + * forward a notification XCM to `dest` to mint and deposit reserve-based assets to + * `beneficiary`. + * - for destination reserve: burn local assets and forward a notification to `dest` chain + * to withdraw the reserve assets from this chain's sovereign account and deposit them + * to `beneficiary`. + * - for remote reserve: burn local assets, forward XCM to reserve chain to move reserves + * from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint + * and deposit reserve-based assets to `beneficiary`. + * - for teleports: burn local assets and forward XCM to `dest` chain to mint/teleport + * assets and deposit them to `beneficiary`. + * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` - * to send from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `X2(Parent, + * Parachain(..))` to send from parachain to parachain, or `X1(Parachain(..))` to send + * from relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ transferAssets: AugmentedSubmittable< ( dest: @@ -3140,53 +3335,55 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit] >; /** - * Transfer assets from the local chain to the destination chain using explicit transfer types - * for assets and fees. + * Transfer assets from the local chain to the destination chain using explicit transfer + * types for assets and fees. * * `assets` must have same reserve location or may be teleportable to `dest`. Caller must * provide the `assets_transfer_type` to be used for `assets`: - * - * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `TransferType::DestinationReserve`: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. - * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve` chain - * to move reserves from this chain's SA to `dest` chain's SA, and forward another XCM to - * `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically the remote - * `reserve` is Asset Hub. + * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `TransferType::DestinationReserve`: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. + * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve` + * chain to move reserves from this chain's SA to `dest` chain's SA, and forward another + * XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically + * the remote `reserve` is Asset Hub. * - `TransferType::Teleport`: burn local assets and forward XCM to `dest` chain to - * mint/teleport assets and deposit them to `beneficiary`. + * mint/teleport assets and deposit them to `beneficiary`. * - * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to buy - * execution using transferred `assets` identified by `remote_fees_id`. Make sure enough of - * the specified `remote_fees_id` asset is included in the given list of `assets`. - * `remote_fees_id` should be enough to pay for `weight_limit`. If more weight is needed than - * `weight_limit`, then the operation will fail and the sent assets may be at risk. + * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to + * buy execution using transferred `assets` identified by `remote_fees_id`. + * Make sure enough of the specified `remote_fees_id` asset is included in the given list + * of `assets`. `remote_fees_id` should be enough to pay for `weight_limit`. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * - * `remote_fees_id` may use different transfer type than rest of `assets` and can be specified - * through `fees_transfer_type`. + * `remote_fees_id` may use different transfer type than rest of `assets` and can be + * specified through `fees_transfer_type`. * * The caller needs to specify what should happen to the transferred assets once they reach - * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which contains - * the instructions to execute on `dest` as a final step. This is usually as simple as: - * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`, but - * could be something more exotic like sending the `assets` even further. + * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which + * contains the instructions to execute on `dest` as a final step. + * This is usually as simple as: + * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`, + * but could be something more exotic like sending the `assets` even further. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain, - * or `(parents: 2, (GlobalConsensus(..), ..))` to send from parachain across a bridge to - * another ecosystem destination. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain, or `(parents: 2, (GlobalConsensus(..), ..))` to send from + * parachain across a bridge to another ecosystem destination. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the - * transfer, which also determines what happens to the assets on the destination chain. + * transfer, which also determines what happens to the assets on the destination chain. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ transferAssetsUsingTypeAndThen: AugmentedSubmittable< ( dest: @@ -3244,7 +3441,9 @@ declare module "@polkadot/api-base/types/submittable" { XcmV3WeightLimit ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; preimage: { @@ -3252,7 +3451,7 @@ declare module "@polkadot/api-base/types/submittable" { * Ensure that the a bulk of pre-images is upgraded. * * The caller pays no fee if at least 90% of pre-images were successfully updated. - */ + **/ ensureUpdated: AugmentedSubmittable< (hashes: Vec | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec] @@ -3260,9 +3459,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Register a preimage on-chain. * - * If the preimage was previously requested, no fees or deposits are taken for providing the - * preimage. Otherwise, a deposit is taken proportional to the size of the preimage. - */ + * If the preimage was previously requested, no fees or deposits are taken for providing + * the preimage. Otherwise, a deposit is taken proportional to the size of the preimage. + **/ notePreimage: AugmentedSubmittable< (bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -3270,9 +3469,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Request a preimage be uploaded to the chain without paying any fees or deposits. * - * If the preimage requests has already been provided on-chain, we unreserve any deposit a - * user may have paid, and take the control of the preimage out of their hands. - */ + * If the preimage requests has already been provided on-chain, we unreserve any deposit + * a user may have paid, and take the control of the preimage out of their hands. + **/ requestPreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3284,7 +3483,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `hash`: The hash of the preimage to be removed from the store. * - `len`: The length of the preimage of `hash`. - */ + **/ unnotePreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3293,12 +3492,14 @@ declare module "@polkadot/api-base/types/submittable" { * Clear a previously made request for a preimage. * * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`. - */ + **/ unrequestPreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; proxy: { @@ -3308,11 +3509,11 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `proxy`: The account that the `caller` would like to make a proxy. * - `proxy_type`: The permissions allowed for this proxy account. - * - `delay`: The announcement period required of the initial proxy. Will generally be zero. - */ + * - `delay`: The announcement period required of the initial proxy. Will generally be + * zero. + **/ addProxy: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3335,8 +3536,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Publish the hash of a proxy-call that will be made in the future. * - * This must be called some number of blocks before the corresponding `proxy` is attempted if - * the delay associated with the proxy relationship is greater than zero. + * This must be called some number of blocks before the corresponding `proxy` is attempted + * if the delay associated with the proxy relationship is greater than zero. * * No more than `MaxPending` announcements may be made at any one time. * @@ -3346,10 +3547,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_ and a proxy of `real`. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - */ + **/ announce: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3358,24 +3558,25 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, H256] >; /** - * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and initialize - * it with a proxy of `proxy_type` for `origin` sender. + * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and + * initialize it with a proxy of `proxy_type` for `origin` sender. * * Requires a `Signed` origin. * - * - `proxy_type`: The type of the proxy that the sender will be registered as over the new - * account. This will almost always be the most permissive `ProxyType` possible to allow for - * maximum flexibility. + * - `proxy_type`: The type of the proxy that the sender will be registered as over the + * new account. This will almost always be the most permissive `ProxyType` possible to + * allow for maximum flexibility. * - `index`: A disambiguation index, in case this is called multiple times in the same - * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just - * want to use `0`. - * - `delay`: The announcement period required of the initial proxy. Will generally be zero. + * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just + * want to use `0`. + * - `delay`: The announcement period required of the initial proxy. Will generally be + * zero. * - * Fails with `Duplicate` if this has already been called in this transaction, from the same - * sender, with the same parameters. + * Fails with `Duplicate` if this has already been called in this transaction, from the + * same sender, with the same parameters. * * Fails if there are insufficient funds to pay for deposit. - */ + **/ createPure: AugmentedSubmittable< ( proxyType: @@ -3398,7 +3599,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Removes a previously spawned pure proxy. * - * WARNING: **All access to this account will be lost.** Any funds held in it will be inaccessible. + * WARNING: **All access to this account will be lost.** Any funds held in it will be + * inaccessible. * * Requires a `Signed` origin, and the sender account must have been created by a call to * `pure` with corresponding parameters. @@ -3409,9 +3611,9 @@ declare module "@polkadot/api-base/types/submittable" { * - `height`: The height of the chain when the call to `pure` was processed. * - `ext_index`: The extrinsic index in which the call to `pure` was processed. * - * Fails with `NoPermission` in case the caller is not a previously created pure account whose - * `pure` call has corresponding parameters. - */ + * Fails with `NoPermission` in case the caller is not a previously created pure + * account whose `pure` call has corresponding parameters. + **/ killPure: AugmentedSubmittable< ( spawner: AccountId20 | string | Uint8Array, @@ -3434,16 +3636,16 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, MoonbeamRuntimeProxyType, u16, Compact, Compact] >; /** - * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. + * Dispatch the given `call` from an account that the sender is authorised for through + * `add_proxy`. * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. - */ + **/ proxy: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3466,18 +3668,18 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, Option, Call] >; /** - * Dispatch the given `call` from an account that the sender is authorized for through `add_proxy`. + * Dispatch the given `call` from an account that the sender is authorized for through + * `add_proxy`. * * Removes any corresponding announcement(s). * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. - */ + **/ proxyAnnounced: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3509,10 +3711,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. - */ + **/ rejectAnnouncement: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3523,15 +3724,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove a given announcement. * - * May be called by a proxy account to remove a call they previously announced and return the deposit. + * May be called by a proxy account to remove a call they previously announced and return + * the deposit. * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - */ + **/ removeAnnouncement: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3544,9 +3745,9 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_. * - * WARNING: This may be called on accounts created by `pure`, however if done, then the - * unreserved fees will be inaccessible. **All access to this account will be lost.** - */ + * WARNING: This may be called on accounts created by `pure`, however if done, then + * the unreserved fees will be inaccessible. **All access to this account will be lost.** + **/ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Unregister a proxy account for the sender. @@ -3554,10 +3755,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. - */ + **/ removeProxy: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3577,13 +3777,19 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, MoonbeamRuntimeProxyType, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; randomness: { - /** Populates `RandomnessResults` due this epoch with BABE epoch randomness */ + /** + * Populates `RandomnessResults` due this epoch with BABE epoch randomness + **/ setBabeRandomnessResults: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; referenda: { @@ -3594,7 +3800,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `index`: The index of the referendum to be cancelled. * * Emits `Cancelled`. - */ + **/ cancel: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3606,7 +3812,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `index`: The index of the referendum to be cancelled. * * Emits `Killed` and `DepositSlashed`. - */ + **/ kill: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3616,7 +3822,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: must be `Root`. * - `index`: the referendum to be advanced. - */ + **/ nudgeReferendum: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3629,10 +3835,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Action item for when there is now one fewer referendum in the deciding phase and the * `DecidingCount` is not yet updated. This means that we should either: - * - * - Begin deciding another referendum (and leave `DecidingCount` alone); or - * - Decrement `DecidingCount`. - */ + * - begin deciding another referendum (and leave `DecidingCount` alone); or + * - decrement `DecidingCount`. + **/ oneFewerDeciding: AugmentedSubmittable< (track: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] @@ -3640,12 +3845,13 @@ declare module "@polkadot/api-base/types/submittable" { /** * Post the Decision Deposit for a referendum. * - * - `origin`: must be `Signed` and the account must have funds available for the referendum's - * track's Decision Deposit. - * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be posted. + * - `origin`: must be `Signed` and the account must have funds available for the + * referendum's track's Decision Deposit. + * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be + * posted. * * Emits `DecisionDepositPlaced`. - */ + **/ placeDecisionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3654,10 +3860,11 @@ declare module "@polkadot/api-base/types/submittable" { * Refund the Decision Deposit for a closed referendum back to the depositor. * * - `origin`: must be `Signed` or `Root`. - * - `index`: The index of a closed referendum whose Decision Deposit has not yet been refunded. + * - `index`: The index of a closed referendum whose Decision Deposit has not yet been + * refunded. * * Emits `DecisionDepositRefunded`. - */ + **/ refundDecisionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3666,10 +3873,11 @@ declare module "@polkadot/api-base/types/submittable" { * Refund the Submission Deposit for a closed referendum back to the depositor. * * - `origin`: must be `Signed` or `Root`. - * - `index`: The index of a closed referendum whose Submission Deposit has not yet been refunded. + * - `index`: The index of a closed referendum whose Submission Deposit has not yet been + * refunded. * * Emits `SubmissionDepositRefunded`. - */ + **/ refundSubmissionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3678,12 +3886,11 @@ declare module "@polkadot/api-base/types/submittable" { * Set or clear metadata of a referendum. * * Parameters: - * - * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a metadata of - * a finished referendum. - * - `index`: The index of a referendum to set or clear metadata for. + * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a + * metadata of a finished referendum. + * - `index`: The index of a referendum to set or clear metadata for. * - `maybe_hash`: The hash of an on-chain stored preimage. `None` to clear a metadata. - */ + **/ setMetadata: AugmentedSubmittable< ( index: u32 | AnyNumber | Uint8Array, @@ -3694,13 +3901,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Propose a referendum on a privileged action. * - * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds available. + * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds + * available. * - `proposal_origin`: The origin from which the proposal should be executed. * - `proposal`: The proposal. * - `enactment_moment`: The moment that the proposal should be enacted. * * Emits `Submitted`. - */ + **/ submit: AugmentedSubmittable< ( proposalOrigin: @@ -3736,21 +3944,29 @@ declare module "@polkadot/api-base/types/submittable" { FrameSupportScheduleDispatchTime ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; rootTesting: { - /** A dispatch that will fill the block weight up to the given ratio. */ + /** + * A dispatch that will fill the block weight up to the given ratio. + **/ fillBlock: AugmentedSubmittable< (ratio: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill] >; triggerDefensive: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; scheduler: { - /** Cancel an anonymously scheduled task. */ + /** + * Cancel an anonymously scheduled task. + **/ cancel: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, @@ -3758,24 +3974,32 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, u32] >; - /** Cancel a named scheduled task. */ + /** + * Cancel a named scheduled task. + **/ cancelNamed: AugmentedSubmittable< (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [U8aFixed] >; - /** Removes the retry configuration of a task. */ + /** + * Removes the retry configuration of a task. + **/ cancelRetry: AugmentedSubmittable< ( task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array] ) => SubmittableExtrinsic, [ITuple<[u32, u32]>] >; - /** Cancel the retry configuration of a named task. */ + /** + * Cancel the retry configuration of a named task. + **/ cancelRetryNamed: AugmentedSubmittable< (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [U8aFixed] >; - /** Anonymously schedule a task. */ + /** + * Anonymously schedule a task. + **/ schedule: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, @@ -3790,7 +4014,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, Option>, u8, Call] >; - /** Anonymously schedule a task after a delay. */ + /** + * Anonymously schedule a task after a delay. + **/ scheduleAfter: AugmentedSubmittable< ( after: u32 | AnyNumber | Uint8Array, @@ -3805,7 +4031,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, Option>, u8, Call] >; - /** Schedule a named task. */ + /** + * Schedule a named task. + **/ scheduleNamed: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3821,7 +4049,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [U8aFixed, u32, Option>, u8, Call] >; - /** Schedule a named task after a delay. */ + /** + * Schedule a named task after a delay. + **/ scheduleNamedAfter: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3838,17 +4068,19 @@ declare module "@polkadot/api-base/types/submittable" { [U8aFixed, u32, Option>, u8, Call] >; /** - * Set a retry configuration for a task so that, in case its scheduled run fails, it will be - * retried after `period` blocks, for a total amount of `retries` retries or until it succeeds. + * Set a retry configuration for a task so that, in case its scheduled run fails, it will + * be retried after `period` blocks, for a total amount of `retries` retries or until it + * succeeds. * * Tasks which need to be scheduled for a retry are still subject to weight metering and * agenda space, same as a regular task. If a periodic task fails, it will be scheduled * normally while the task is retrying. * - * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic clones - * of the original task. Their retry configuration will be derived from the original task's - * configuration, but will have a lower value for `remaining` than the original `total_retries`. - */ + * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic + * clones of the original task. Their retry configuration will be derived from the + * original task's configuration, but will have a lower value for `remaining` than the + * original `total_retries`. + **/ setRetry: AugmentedSubmittable< ( task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], @@ -3859,16 +4091,18 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set a retry configuration for a named task so that, in case its scheduled run fails, it - * will be retried after `period` blocks, for a total amount of `retries` retries or until it succeeds. + * will be retried after `period` blocks, for a total amount of `retries` retries or until + * it succeeds. * * Tasks which need to be scheduled for a retry are still subject to weight metering and * agenda space, same as a regular task. If a periodic task fails, it will be scheduled * normally while the task is retrying. * - * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic clones - * of the original task. Their retry configuration will be derived from the original task's - * configuration, but will have a lower value for `remaining` than the original `total_retries`. - */ + * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic + * clones of the original task. Their retry configuration will be derived from the + * original task's configuration, but will have a lower value for `remaining` than the + * original `total_retries`. + **/ setRetryNamed: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3877,43 +4111,47 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [U8aFixed, u8, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; system: { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. * - * If the authorization required a version check, this call will ensure the spec name remains - * unchanged and that the spec version has increased. + * If the authorization required a version check, this call will ensure the spec name + * remains unchanged and that the spec version has increased. * - * Depending on the runtime's `OnSetCode` configuration, this function may directly apply the - * new `code` in the same block or attempt to schedule the upgrade. + * Depending on the runtime's `OnSetCode` configuration, this function may directly apply + * the new `code` in the same block or attempt to schedule the upgrade. * * All origins are allowed. - */ + **/ applyAuthorizedUpgrade: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * This call requires Root origin. - */ + **/ authorizeUpgrade: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * WARNING: This authorizes an upgrade that will take place without any safety checks, for * example that the spec name remains the same and that the version number increases. Not * recommended for normal use. Use `authorize_upgrade` instead. * * This call requires Root origin. - */ + **/ authorizeUpgradeWithoutChecks: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3921,9 +4159,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Kill all storage items with a key that starts with the given prefix. * - * **NOTE:** We rely on the Root origin to provide us the number of subkeys under the prefix - * we are removing to accurately calculate the weight of this function. - */ + * **NOTE:** We rely on the Root origin to provide us the number of subkeys under + * the prefix we are removing to accurately calculate the weight of this function. + **/ killPrefix: AugmentedSubmittable< ( prefix: Bytes | string | Uint8Array, @@ -3931,7 +4169,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Bytes, u32] >; - /** Kill some items from storage. */ + /** + * Kill some items from storage. + **/ killStorage: AugmentedSubmittable< (keys: Vec | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec] @@ -3940,17 +4180,21 @@ declare module "@polkadot/api-base/types/submittable" { * Make some on-chain remark. * * Can be executed by every `origin`. - */ + **/ remark: AugmentedSubmittable< (remark: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Make some on-chain remark and emit event. */ + /** + * Make some on-chain remark and emit event. + **/ remarkWithEvent: AugmentedSubmittable< (remark: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Set the new runtime code. */ + /** + * Set the new runtime code. + **/ setCode: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -3958,18 +4202,23 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the new runtime code without doing any checks of the given `code`. * - * Note that runtime upgrades will not run if this is called with a not-increasing spec version! - */ + * Note that runtime upgrades will not run if this is called with a not-increasing spec + * version! + **/ setCodeWithoutChecks: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Set the number of pages in the WebAssembly environment's heap. */ + /** + * Set the number of pages in the WebAssembly environment's heap. + **/ setHeapPages: AugmentedSubmittable< (pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u64] >; - /** Set some items of storage. */ + /** + * Set some items of storage. + **/ setStorage: AugmentedSubmittable< ( items: @@ -3978,7 +4227,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec>] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; timestamp: { @@ -3993,21 +4244,23 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _None_. * - * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware that - * changing the complexity of this call could result exhausting the resources in a block to - * execute any other calls. + * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware + * that changing the complexity of this call could result exhausting the resources in a + * block to execute any other calls. * * ## Complexity - * * - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`) - * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in `on_finalize`) + * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in + * `on_finalize`) * - 1 event handler `on_timestamp_set`. Must be `O(1)`. - */ + **/ set: AugmentedSubmittable< (now: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; treasury: { @@ -4020,19 +4273,18 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Details * - * The status check is a prerequisite for retrying a failed payout. If a spend has either - * succeeded or expired, it is removed from the storage by this function. In such instances, - * transaction fees are refunded. + * The status check is a prerequisite for retrying a failed payout. + * If a spend has either succeeded or expired, it is removed from the storage by this + * function. In such instances, transaction fees are refunded. * * ### Parameters - * * - `index`: The spend index. * * ## Events * - * Emits [`Event::PaymentFailed`] if the spend payout has failed. Emits - * [`Event::SpendProcessed`] if the spend payout has succeed. - */ + * Emits [`Event::PaymentFailed`] if the spend payout has failed. + * Emits [`Event::SpendProcessed`] if the spend payout has succeed. + **/ checkStatus: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -4047,18 +4299,17 @@ declare module "@polkadot/api-base/types/submittable" { * ## Details * * Spends must be claimed within some temporal bounds. A spend may be claimed within one - * [`Config::PayoutPeriod`] from the `valid_from` block. In case of a payout failure, the - * spend status must be updated with the `check_status` dispatchable before retrying with the - * current function. + * [`Config::PayoutPeriod`] from the `valid_from` block. + * In case of a payout failure, the spend status must be updated with the `check_status` + * dispatchable before retrying with the current function. * * ### Parameters - * * - `index`: The spend index. * * ## Events * * Emits [`Event::Paid`] if successful. - */ + **/ payout: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -4075,19 +4326,17 @@ declare module "@polkadot/api-base/types/submittable" { * The original deposit will no longer be returned. * * ### Parameters - * * - `proposal_id`: The index of a proposal * * ### Complexity - * * - O(A) where `A` is the number of approvals * * ### Errors - * - * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the approval - * queue, i.e., the proposal has not been approved. This could also mean the proposal does - * not exist altogether, thus there is no way it would have been approved in the first place. - */ + * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the + * approval queue, i.e., the proposal has not been approved. This could also mean the + * proposal does not exist altogether, thus there is no way it would have been approved + * in the first place. + **/ removeApproval: AugmentedSubmittable< (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -4097,9 +4346,9 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount` of - * `asset_kind` in the native asset. The amount of `asset_kind` is converted for assertion - * using the [`Config::BalanceConverter`]. + * Must be [`Config::SpendOrigin`] with the `Success` value being at least + * `amount` of `asset_kind` in the native asset. The amount of `asset_kind` is converted + * for assertion using the [`Config::BalanceConverter`]. * * ## Details * @@ -4108,18 +4357,18 @@ declare module "@polkadot/api-base/types/submittable" { * the [`Config::PayoutPeriod`]. * * ### Parameters - * * - `asset_kind`: An indicator of the specific asset class to be spent. * - `amount`: The amount to be transferred from the treasury to the `beneficiary`. * - `beneficiary`: The beneficiary of the spend. - * - `valid_from`: The block number from which the spend can be claimed. It can refer to the - * past if the resulting spend has not yet expired according to the - * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after approval. + * - `valid_from`: The block number from which the spend can be claimed. It can refer to + * the past if the resulting spend has not yet expired according to the + * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after + * approval. * * ## Events * * Emits [`Event::AssetSpendApproved`] if successful. - */ + **/ spend: AugmentedSubmittable< ( assetKind: Null | null, @@ -4137,18 +4386,17 @@ declare module "@polkadot/api-base/types/submittable" { * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount`. * * ### Details - * - * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the beneficiary. + * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the + * beneficiary. * * ### Parameters - * * - `amount`: The amount to be transferred from the treasury to the `beneficiary`. * - `beneficiary`: The destination account for the transfer. * * ## Events * * Emits [`Event::SpendApproved`] if successful. - */ + **/ spendLocal: AugmentedSubmittable< ( amount: Compact | AnyNumber | Uint8Array, @@ -4168,18 +4416,19 @@ declare module "@polkadot/api-base/types/submittable" { * A spend void is only possible if the payout has not been attempted yet. * * ### Parameters - * * - `index`: The spend index. * * ## Events * * Emits [`Event::AssetSpendVoided`] if successful. - */ + **/ voidSpend: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; treasuryCouncilCollective: { @@ -4188,27 +4437,27 @@ declare module "@polkadot/api-base/types/submittable" { * * May be called by any signed account in order to finish voting and close the proposal. * - * If called before the end of the voting period it will only close the vote if it is has - * enough votes to be approved or disapproved. + * If called before the end of the voting period it will only close the vote if it is + * has enough votes to be approved or disapproved. * - * If called after the end of the voting period abstentions are counted as rejections unless - * there is a prime member set and the prime member cast an approval. + * If called after the end of the voting period abstentions are counted as rejections + * unless there is a prime member set and the prime member cast an approval. * - * If the close operation completes successfully with disapproval, the transaction fee will be - * waived. Otherwise execution of the approved operation will be charged to the caller. + * If the close operation completes successfully with disapproval, the transaction fee will + * be waived. Otherwise execution of the approved operation will be charged to the caller. * - * - `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed proposal. - * - `length_bound`: The upper bound for the length of the proposal in storage. Checked via - * `storage::read` so it is `size_of::() === 4` larger than the pure length. + * + `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed + * proposal. + * + `length_bound`: The upper bound for the length of the proposal in storage. Checked via + * `storage::read` so it is `size_of::() == 4` larger than the pure length. * * ## Complexity - * * - `O(B + M + P1 + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) * - `P1` is the complexity of `proposal` preimage. * - `P2` is proposal-count (code-bounded) - */ + **/ close: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, @@ -4223,18 +4472,17 @@ declare module "@polkadot/api-base/types/submittable" { [H256, Compact, SpWeightsWeightV2Weight, Compact] >; /** - * Disapprove a proposal, close, and remove it from the system, regardless of its current state. + * Disapprove a proposal, close, and remove it from the system, regardless of its current + * state. * * Must be called by the Root origin. * * Parameters: - * - * - `proposal_hash`: The hash of the proposal that should be disapproved. + * * `proposal_hash`: The hash of the proposal that should be disapproved. * * ## Complexity - * * O(P) where P is the number of max proposals - */ + **/ disapproveProposal: AugmentedSubmittable< (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -4245,12 +4493,11 @@ declare module "@polkadot/api-base/types/submittable" { * Origin must be a member of the collective. * * ## Complexity: - * * - `O(B + M + P)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` members-count (code-bounded) * - `P` complexity of dispatching `proposal` - */ + **/ execute: AugmentedSubmittable< ( proposal: Call | IMethod | string | Uint8Array, @@ -4263,18 +4510,17 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be member. * - * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) or put up - * for voting. + * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) + * or put up for voting. * * ## Complexity - * * - `O(B + M + P1)` or `O(B + M + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) - * - Branching is influenced by `threshold` where: + * - branching is influenced by `threshold` where: * - `P1` is proposal execution complexity (`threshold < 2`) * - `P2` is proposals-count (code-bounded) (`threshold >= 2`) - */ + **/ propose: AugmentedSubmittable< ( threshold: Compact | AnyNumber | Uint8Array, @@ -4288,27 +4534,27 @@ declare module "@polkadot/api-base/types/submittable" { * * - `new_members`: The new member list. Be nice to the chain and provide it sorted. * - `prime`: The prime member whose vote sets the default. - * - `old_count`: The upper bound for the previous number of members in storage. Used for weight - * estimation. + * - `old_count`: The upper bound for the previous number of members in storage. Used for + * weight estimation. * * The dispatch of this call must be `SetMembersOrigin`. * - * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but the - * weight estimations rely on it to estimate dispatchable weight. + * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but + * the weight estimations rely on it to estimate dispatchable weight. * * # WARNING: * * The `pallet-collective` can also be managed by logic outside of the pallet through the - * implementation of the trait [`ChangeMembers`]. Any call to `set_members` must be careful - * that the member set doesn't get out of sync with other logic managing the member set. + * implementation of the trait [`ChangeMembers`]. + * Any call to `set_members` must be careful that the member set doesn't get out of sync + * with other logic managing the member set. * * ## Complexity: - * * - `O(MP + N)` where: * - `M` old-members-count (code- and governance-bounded) * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) - */ + **/ setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], @@ -4322,13 +4568,12 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be a member. * - * Transaction fees will be waived if the member is voting on any particular proposal for the - * first time and the call is successful. Subsequent vote changes will charge a fee. - * + * Transaction fees will be waived if the member is voting on any particular proposal + * for the first time and the call is successful. Subsequent vote changes will charge a + * fee. * ## Complexity - * * - `O(M)` where `M` is members-count (code- and governance-bounded) - */ + **/ vote: AugmentedSubmittable< ( proposal: H256 | string | Uint8Array, @@ -4337,25 +4582,27 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, Compact, bool] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; utility: { /** * Send a call through an indexed pseudonym of the sender. * - * Filter from origin are passed along. The call will be dispatched with an origin which use - * the same filter as the origin of this call. + * Filter from origin are passed along. The call will be dispatched with an origin which + * use the same filter as the origin of this call. * - * NOTE: If you need to ensure that any account-based filtering is not honored (i.e. because - * you expect `proxy` to have been used prior in the call stack and you do not want the call - * restrictions to apply to any sub-accounts), then use `as_multi_threshold_1` in the Multisig - * pallet instead. + * NOTE: If you need to ensure that any account-based filtering is not honored (i.e. + * because you expect `proxy` to have been used prior in the call stack and you do not want + * the call restrictions to apply to any sub-accounts), then use `as_multi_threshold_1` + * in the Multisig pallet instead. * * NOTE: Prior to version *12, this was called `as_limited_sub`. * * The dispatch origin for this call must be _Signed_. - */ + **/ asDerivative: AugmentedSubmittable< ( index: u16 | AnyNumber | Uint8Array, @@ -4369,20 +4616,20 @@ declare module "@polkadot/api-base/types/submittable" { * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatched without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. * - * This will return `Ok` in all circumstances. To determine the success of the batch, an event - * is deposited. If a call failed and the batch was interrupted, then the `BatchInterrupted` - * event is deposited, along with the number of successful calls made and the error of the - * failed call. If all were successful, then the `BatchCompleted` event is deposited. - */ + * This will return `Ok` in all circumstances. To determine the success of the batch, an + * event is deposited. If a call failed and the batch was interrupted, then the + * `BatchInterrupted` event is deposited, along with the number of successful calls made + * and the error of the failed call. If all were successful, then the `BatchCompleted` + * event is deposited. + **/ batch: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4390,21 +4637,20 @@ declare module "@polkadot/api-base/types/submittable" { [Vec] >; /** - * Send a batch of dispatch calls and atomically execute them. The whole transaction will - * rollback and fail if any of the calls failed. + * Send a batch of dispatch calls and atomically execute them. + * The whole transaction will rollback and fail if any of the calls failed. * * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatched without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. - */ + **/ batchAll: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4417,9 +4663,8 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Root_. * * ## Complexity - * * - O(1). - */ + **/ dispatchAs: AugmentedSubmittable< ( asOrigin: @@ -4440,20 +4685,20 @@ declare module "@polkadot/api-base/types/submittable" { [MoonbeamRuntimeOriginCaller, Call] >; /** - * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. + * Send a batch of dispatch calls. + * Unlike `batch`, it allows errors and won't interrupt. * * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatch without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. - */ + **/ forceBatch: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4463,11 +4708,11 @@ declare module "@polkadot/api-base/types/submittable" { /** * Dispatch a function call with a specified weight. * - * This function does not check the weight of the call, and instead allows the Root origin to - * specify the weight of the call. + * This function does not check the weight of the call, and instead allows the + * Root origin to specify the weight of the call. * * The dispatch origin for this call must be _Root_. - */ + **/ withWeight: AugmentedSubmittable< ( call: Call | IMethod | string | Uint8Array, @@ -4475,7 +4720,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Call, SpWeightsWeightV2Weight] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; whitelist: { @@ -4503,19 +4750,23 @@ declare module "@polkadot/api-base/types/submittable" { (callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; xcmTransactor: { /** * De-Register a derivative index. This prevents an account to use a derivative address * (represented by an index) from our of our sovereign accounts anymore - */ + **/ deregister: AugmentedSubmittable< (index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] >; - /** Manage HRMP operations */ + /** + * Manage HRMP operations + **/ hrmpManage: AugmentedSubmittable< ( action: @@ -4544,14 +4795,15 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Register a derivative index for an account id. Dispatchable by DerivativeAddressRegistrationOrigin + * Register a derivative index for an account id. Dispatchable by + * DerivativeAddressRegistrationOrigin * - * We do not store the derivative address, but only the index. We do not need to store the - * derivative address to issue calls, only the index is enough + * We do not store the derivative address, but only the index. We do not need to store + * the derivative address to issue calls, only the index is enough * - * For now an index is registered for all possible destinations and not per-destination. We - * can change this in the future although it would just make things more complicated - */ + * For now an index is registered for all possible destinations and not per-destination. + * We can change this in the future although it would just make things more complicated + **/ register: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -4559,7 +4811,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u16] >; - /** Remove the fee per second of an asset on its reserve chain */ + /** + * Remove the fee per second of an asset on its reserve chain + **/ removeFeePerSecond: AugmentedSubmittable< ( assetLocation: @@ -4572,7 +4826,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation] >; - /** Remove the transact info of a location */ + /** + * Remove the transact info of a location + **/ removeTransactInfo: AugmentedSubmittable< ( location: @@ -4585,7 +4841,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation] >; - /** Set the fee per second of an asset on its reserve chain */ + /** + * Set the fee per second of an asset on its reserve chain + **/ setFeePerSecond: AugmentedSubmittable< ( assetLocation: @@ -4599,7 +4857,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation, u128] >; - /** Change the transact info of a location */ + /** + * Change the transact info of a location + **/ setTransactInfo: AugmentedSubmittable< ( location: @@ -4635,12 +4895,12 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the inner call through a derivative account in a destination chain, using - * 'fee_location' to pay for the fees. This fee_location is given as a multilocation + * Transact the inner call through a derivative account in a destination chain, + * using 'fee_location' to pay for the fees. This fee_location is given as a multilocation * - * The caller needs to have the index registered in this pallet. The fee multiasset needs to - * be a reserve asset for the destination transactor::multilocation. - */ + * The caller needs to have the index registered in this pallet. The fee multiasset needs + * to be a reserve asset for the destination transactor::multilocation. + **/ transactThroughDerivative: AugmentedSubmittable< ( dest: MoonbeamRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, @@ -4668,12 +4928,12 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the call through the a signed origin in this chain that should be converted to a - * transaction dispatch account in the destination chain by any method implemented in the - * destination chains runtime + * Transact the call through the a signed origin in this chain + * that should be converted to a transaction dispatch account in the destination chain + * by any method implemented in the destination chains runtime * * This time we are giving the currency as a currencyId instead of multilocation - */ + **/ transactThroughSigned: AugmentedSubmittable< ( dest: @@ -4705,10 +4965,11 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the call through the sovereign account in a destination chain, 'fee_payer' pays for the fee + * Transact the call through the sovereign account in a destination chain, + * 'fee_payer' pays for the fee * * SovereignAccountDispatcherOrigin callable only - */ + **/ transactThroughSovereign: AugmentedSubmittable< ( dest: @@ -4750,7 +5011,9 @@ declare module "@polkadot/api-base/types/submittable" { bool ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; xcmWeightTrader: { @@ -4786,7 +5049,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [StagingXcmV4Location] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; } // AugmentedSubmittables diff --git a/typescript-api/src/moonbeam/interfaces/lookup.ts b/typescript-api/src/moonbeam/interfaces/lookup.ts index 1d264ae6ac..d6ede93692 100644 --- a/typescript-api/src/moonbeam/interfaces/lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/lookup.ts @@ -4,7 +4,9 @@ /* eslint-disable sort-keys */ export default { - /** Lookup3: frame_system::AccountInfo> */ + /** + * Lookup3: frame_system::AccountInfo> + **/ FrameSystemAccountInfo: { nonce: "u32", consumers: "u32", @@ -12,29 +14,39 @@ export default { sufficients: "u32", data: "PalletBalancesAccountData" }, - /** Lookup5: pallet_balances::types::AccountData */ + /** + * Lookup5: pallet_balances::types::AccountData + **/ PalletBalancesAccountData: { free: "u128", reserved: "u128", frozen: "u128", flags: "u128" }, - /** Lookup9: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup9: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassWeight: { normal: "SpWeightsWeightV2Weight", operational: "SpWeightsWeightV2Weight", mandatory: "SpWeightsWeightV2Weight" }, - /** Lookup10: sp_weights::weight_v2::Weight */ + /** + * Lookup10: sp_weights::weight_v2::Weight + **/ SpWeightsWeightV2Weight: { refTime: "Compact", proofSize: "Compact" }, - /** Lookup16: sp_runtime::generic::digest::Digest */ + /** + * Lookup16: sp_runtime::generic::digest::Digest + **/ SpRuntimeDigest: { logs: "Vec" }, - /** Lookup18: sp_runtime::generic::digest::DigestItem */ + /** + * Lookup18: sp_runtime::generic::digest::DigestItem + **/ SpRuntimeDigestDigestItem: { _enum: { Other: "Bytes", @@ -48,13 +60,17 @@ export default { RuntimeEnvironmentUpdated: "Null" } }, - /** Lookup21: frame_system::EventRecord */ + /** + * Lookup21: frame_system::EventRecord + **/ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", topics: "Vec" }, - /** Lookup23: frame_system::pallet::Event */ + /** + * Lookup23: frame_system::pallet::Event + **/ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { @@ -84,21 +100,29 @@ export default { } } }, - /** Lookup24: frame_support::dispatch::DispatchInfo */ + /** + * Lookup24: frame_support::dispatch::DispatchInfo + **/ FrameSupportDispatchDispatchInfo: { weight: "SpWeightsWeightV2Weight", class: "FrameSupportDispatchDispatchClass", paysFee: "FrameSupportDispatchPays" }, - /** Lookup25: frame_support::dispatch::DispatchClass */ + /** + * Lookup25: frame_support::dispatch::DispatchClass + **/ FrameSupportDispatchDispatchClass: { _enum: ["Normal", "Operational", "Mandatory"] }, - /** Lookup26: frame_support::dispatch::Pays */ + /** + * Lookup26: frame_support::dispatch::Pays + **/ FrameSupportDispatchPays: { _enum: ["Yes", "No"] }, - /** Lookup27: sp_runtime::DispatchError */ + /** + * Lookup27: sp_runtime::DispatchError + **/ SpRuntimeDispatchError: { _enum: { Other: "Null", @@ -117,12 +141,16 @@ export default { RootNotAllowed: "Null" } }, - /** Lookup28: sp_runtime::ModuleError */ + /** + * Lookup28: sp_runtime::ModuleError + **/ SpRuntimeModuleError: { index: "u8", error: "[u8;4]" }, - /** Lookup29: sp_runtime::TokenError */ + /** + * Lookup29: sp_runtime::TokenError + **/ SpRuntimeTokenError: { _enum: [ "FundsUnavailable", @@ -137,15 +165,21 @@ export default { "Blocked" ] }, - /** Lookup30: sp_arithmetic::ArithmeticError */ + /** + * Lookup30: sp_arithmetic::ArithmeticError + **/ SpArithmeticArithmeticError: { _enum: ["Underflow", "Overflow", "DivisionByZero"] }, - /** Lookup31: sp_runtime::TransactionalError */ + /** + * Lookup31: sp_runtime::TransactionalError + **/ SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"] }, - /** Lookup32: cumulus_pallet_parachain_system::pallet::Event */ + /** + * Lookup32: cumulus_pallet_parachain_system::pallet::Event + **/ CumulusPalletParachainSystemEvent: { _enum: { ValidationFunctionStored: "Null", @@ -165,11 +199,15 @@ export default { } } }, - /** Lookup34: pallet_root_testing::pallet::Event */ + /** + * Lookup34: pallet_root_testing::pallet::Event + **/ PalletRootTestingEvent: { _enum: ["DefensiveTestCall"] }, - /** Lookup35: pallet_balances::pallet::Event */ + /** + * Lookup35: pallet_balances::pallet::Event + **/ PalletBalancesEvent: { _enum: { Endowed: { @@ -265,11 +303,15 @@ export default { } } }, - /** Lookup36: frame_support::traits::tokens::misc::BalanceStatus */ + /** + * Lookup36: frame_support::traits::tokens::misc::BalanceStatus + **/ FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"] }, - /** Lookup37: pallet_transaction_payment::pallet::Event */ + /** + * Lookup37: pallet_transaction_payment::pallet::Event + **/ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { @@ -279,7 +321,9 @@ export default { } } }, - /** Lookup38: pallet_parachain_staking::pallet::Event */ + /** + * Lookup38: pallet_parachain_staking::pallet::Event + **/ PalletParachainStakingEvent: { _enum: { NewRound: { @@ -468,19 +512,25 @@ export default { } } }, - /** Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ + /** + * Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest + **/ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, - /** Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction */ + /** + * Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction + **/ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128" } }, - /** Lookup41: pallet_parachain_staking::types::DelegatorAdded */ + /** + * Lookup41: pallet_parachain_staking::types::DelegatorAdded + **/ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { @@ -490,25 +540,27 @@ export default { } }, /** - * Lookup43: - * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) - */ + * Lookup43: pallet_parachain_staking::types::InflationDistributionConfig + **/ PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", /** - * Lookup45: - * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) - */ + * Lookup45: pallet_parachain_staking::types::InflationDistributionAccount + **/ PalletParachainStakingInflationDistributionAccount: { account: "AccountId20", percent: "Percent" }, - /** Lookup47: pallet_author_slot_filter::pallet::Event */ + /** + * Lookup47: pallet_author_slot_filter::pallet::Event + **/ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32" } }, - /** Lookup49: pallet_author_mapping::pallet::Event */ + /** + * Lookup49: pallet_author_mapping::pallet::Event + **/ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -534,11 +586,17 @@ export default { } } }, - /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ + /** + * Lookup50: nimbus_primitives::nimbus_crypto::Public + **/ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ + /** + * Lookup51: session_keys_primitives::vrf::vrf_crypto::Public + **/ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ + /** + * Lookup52: pallet_moonbeam_orbiters::pallet::Event + **/ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -567,7 +625,9 @@ export default { } } }, - /** Lookup54: pallet_utility::pallet::Event */ + /** + * Lookup54: pallet_utility::pallet::Event + **/ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -585,7 +645,9 @@ export default { } } }, - /** Lookup57: pallet_proxy::pallet::Event */ + /** + * Lookup57: pallet_proxy::pallet::Event + **/ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -616,7 +678,9 @@ export default { } } }, - /** Lookup58: moonbeam_runtime::ProxyType */ + /** + * Lookup58: moonbeam_runtime::ProxyType + **/ MoonbeamRuntimeProxyType: { _enum: [ "Any", @@ -629,7 +693,9 @@ export default { "IdentityJudgement" ] }, - /** Lookup60: pallet_maintenance_mode::pallet::Event */ + /** + * Lookup60: pallet_maintenance_mode::pallet::Event + **/ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -642,7 +708,9 @@ export default { } } }, - /** Lookup61: pallet_identity::pallet::Event */ + /** + * Lookup61: pallet_identity::pallet::Event + **/ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -714,7 +782,9 @@ export default { } } }, - /** Lookup63: pallet_migrations::pallet::Event */ + /** + * Lookup63: pallet_migrations::pallet::Event + **/ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -736,7 +806,9 @@ export default { } } }, - /** Lookup64: pallet_multisig::pallet::Event */ + /** + * Lookup64: pallet_multisig::pallet::Event + **/ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -765,12 +837,16 @@ export default { } } }, - /** Lookup65: pallet_multisig::Timepoint */ + /** + * Lookup65: pallet_multisig::Timepoint + **/ PalletMultisigTimepoint: { height: "u32", index: "u32" }, - /** Lookup66: pallet_parameters::pallet::Event */ + /** + * Lookup66: pallet_parameters::pallet::Event + **/ PalletParametersEvent: { _enum: { Updated: { @@ -780,45 +856,63 @@ export default { } } }, - /** Lookup67: moonbeam_runtime::runtime_params::RuntimeParametersKey */ + /** + * Lookup67: moonbeam_runtime::runtime_params::RuntimeParametersKey + **/ MoonbeamRuntimeRuntimeParamsRuntimeParametersKey: { _enum: { RuntimeConfig: "MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", PalletRandomness: "MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey" } }, - /** Lookup68: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + /** + * Lookup68: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { _enum: ["FeesTreasuryProportion"] }, - /** Lookup69: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + /** + * Lookup69: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup70: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ + /** + * Lookup70: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { _enum: ["Deposit"] }, - /** Lookup71: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ + /** + * Lookup71: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", - /** Lookup73: moonbeam_runtime::runtime_params::RuntimeParametersValue */ + /** + * Lookup73: moonbeam_runtime::runtime_params::RuntimeParametersValue + **/ MoonbeamRuntimeRuntimeParamsRuntimeParametersValue: { _enum: { RuntimeConfig: "MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", PalletRandomness: "MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue" } }, - /** Lookup74: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + /** + * Lookup74: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { _enum: { FeesTreasuryProportion: "Perbill" } }, - /** Lookup75: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ + /** + * Lookup75: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { _enum: { Deposit: "u128" } }, - /** Lookup77: pallet_evm::pallet::Event */ + /** + * Lookup77: pallet_evm::pallet::Event + **/ PalletEvmEvent: { _enum: { Log: { @@ -838,13 +932,17 @@ export default { } } }, - /** Lookup78: ethereum::log::Log */ + /** + * Lookup78: ethereum::log::Log + **/ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes" }, - /** Lookup81: pallet_ethereum::pallet::Event */ + /** + * Lookup81: pallet_ethereum::pallet::Event + **/ PalletEthereumEvent: { _enum: { Executed: { @@ -856,7 +954,9 @@ export default { } } }, - /** Lookup82: evm_core::error::ExitReason */ + /** + * Lookup82: evm_core::error::ExitReason + **/ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -865,11 +965,15 @@ export default { Fatal: "EvmCoreErrorExitFatal" } }, - /** Lookup83: evm_core::error::ExitSucceed */ + /** + * Lookup83: evm_core::error::ExitSucceed + **/ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"] }, - /** Lookup84: evm_core::error::ExitError */ + /** + * Lookup84: evm_core::error::ExitError + **/ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -890,11 +994,15 @@ export default { InvalidCode: "u8" } }, - /** Lookup88: evm_core::error::ExitRevert */ + /** + * Lookup88: evm_core::error::ExitRevert + **/ EvmCoreErrorExitRevert: { _enum: ["Reverted"] }, - /** Lookup89: evm_core::error::ExitFatal */ + /** + * Lookup89: evm_core::error::ExitFatal + **/ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -903,7 +1011,9 @@ export default { Other: "Text" } }, - /** Lookup90: pallet_scheduler::pallet::Event */ + /** + * Lookup90: pallet_scheduler::pallet::Event + **/ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -947,7 +1057,9 @@ export default { } } }, - /** Lookup92: pallet_preimage::pallet::Event */ + /** + * Lookup92: pallet_preimage::pallet::Event + **/ PalletPreimageEvent: { _enum: { Noted: { @@ -970,14 +1082,18 @@ export default { } } }, - /** Lookup93: pallet_conviction_voting::pallet::Event */ + /** + * Lookup93: pallet_conviction_voting::pallet::Event + **/ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20" } }, - /** Lookup94: pallet_referenda::pallet::Event */ + /** + * Lookup94: pallet_referenda::pallet::Event + **/ PalletReferendaEvent: { _enum: { Submitted: { @@ -1056,9 +1172,8 @@ export default { } }, /** - * Lookup95: frame_support::traits::preimages::Bounded - */ + * Lookup95: frame_support::traits::preimages::Bounded + **/ FrameSupportPreimagesBounded: { _enum: { Legacy: { @@ -1077,7 +1192,9 @@ export default { } } }, - /** Lookup97: frame_system::pallet::Call */ + /** + * Lookup97: frame_system::pallet::Call + **/ FrameSystemCall: { _enum: { remark: { @@ -1120,7 +1237,9 @@ export default { } } }, - /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ + /** + * Lookup101: cumulus_pallet_parachain_system::pallet::Call + **/ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1138,35 +1257,47 @@ export default { } } }, - /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** + * Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData + **/ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>" }, - /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ + /** + * Lookup103: polkadot_primitives::v7::PersistedValidationData + **/ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32" }, - /** Lookup105: sp_trie::storage_proof::StorageProof */ + /** + * Lookup105: sp_trie::storage_proof::StorageProof + **/ SpTrieStorageProof: { trieNodes: "BTreeSet" }, - /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ + /** + * Lookup108: polkadot_core_primitives::InboundDownwardMessage + **/ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes" }, - /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ + /** + * Lookup112: polkadot_core_primitives::InboundHrmpMessage + **/ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes" }, - /** Lookup115: pallet_timestamp::pallet::Call */ + /** + * Lookup115: pallet_timestamp::pallet::Call + **/ PalletTimestampCall: { _enum: { set: { @@ -1174,7 +1305,9 @@ export default { } } }, - /** Lookup116: pallet_root_testing::pallet::Call */ + /** + * Lookup116: pallet_root_testing::pallet::Call + **/ PalletRootTestingCall: { _enum: { fill_block: { @@ -1183,7 +1316,9 @@ export default { trigger_defensive: "Null" } }, - /** Lookup117: pallet_balances::pallet::Call */ + /** + * Lookup117: pallet_balances::pallet::Call + **/ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1226,11 +1361,15 @@ export default { } } }, - /** Lookup120: pallet_balances::types::AdjustmentDirection */ + /** + * Lookup120: pallet_balances::types::AdjustmentDirection + **/ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"] }, - /** Lookup121: pallet_parachain_staking::pallet::Call */ + /** + * Lookup121: pallet_parachain_staking::pallet::Call + **/ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1366,11 +1505,15 @@ export default { } } }, - /** Lookup124: pallet_author_inherent::pallet::Call */ + /** + * Lookup124: pallet_author_inherent::pallet::Call + **/ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"] }, - /** Lookup125: pallet_author_slot_filter::pallet::Call */ + /** + * Lookup125: pallet_author_slot_filter::pallet::Call + **/ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1381,7 +1524,9 @@ export default { } } }, - /** Lookup126: pallet_author_mapping::pallet::Call */ + /** + * Lookup126: pallet_author_mapping::pallet::Call + **/ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1403,7 +1548,9 @@ export default { } } }, - /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ + /** + * Lookup127: pallet_moonbeam_orbiters::pallet::Call + **/ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1427,7 +1574,9 @@ export default { } } }, - /** Lookup128: pallet_utility::pallet::Call */ + /** + * Lookup128: pallet_utility::pallet::Call + **/ PalletUtilityCall: { _enum: { batch: { @@ -1453,7 +1602,9 @@ export default { } } }, - /** Lookup130: moonbeam_runtime::OriginCaller */ + /** + * Lookup130: moonbeam_runtime::OriginCaller + **/ MoonbeamRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -1568,7 +1719,9 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin" } }, - /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** + * Lookup131: frame_support::dispatch::RawOrigin + **/ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1576,13 +1729,17 @@ export default { None: "Null" } }, - /** Lookup132: pallet_ethereum::RawOrigin */ + /** + * Lookup132: pallet_ethereum::RawOrigin + **/ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160" } }, - /** Lookup133: moonbeam_runtime::governance::origins::custom_origins::Origin */ + /** + * Lookup133: moonbeam_runtime::governance::origins::custom_origins::Origin + **/ MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -1592,7 +1749,9 @@ export default { "FastGeneralAdmin" ] }, - /** Lookup134: pallet_collective::RawOrigin */ + /** + * Lookup134: pallet_collective::RawOrigin + **/ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1600,26 +1759,34 @@ export default { _Phantom: "Null" } }, - /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ + /** + * Lookup136: cumulus_pallet_xcm::pallet::Origin + **/ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32" } }, - /** Lookup137: pallet_xcm::pallet::Origin */ + /** + * Lookup137: pallet_xcm::pallet::Origin + **/ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location" } }, - /** Lookup138: staging_xcm::v4::location::Location */ + /** + * Lookup138: staging_xcm::v4::location::Location + **/ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions" }, - /** Lookup139: staging_xcm::v4::junctions::Junctions */ + /** + * Lookup139: staging_xcm::v4::junctions::Junctions + **/ StagingXcmV4Junctions: { _enum: { Here: "Null", @@ -1633,7 +1800,9 @@ export default { X8: "[Lookup141;8]" } }, - /** Lookup141: staging_xcm::v4::junction::Junction */ + /** + * Lookup141: staging_xcm::v4::junction::Junction + **/ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1663,7 +1832,9 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId" } }, - /** Lookup144: staging_xcm::v4::junction::NetworkId */ + /** + * Lookup144: staging_xcm::v4::junction::NetworkId + **/ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1684,7 +1855,9 @@ export default { PolkadotBulletin: "Null" } }, - /** Lookup145: xcm::v3::junction::BodyId */ + /** + * Lookup145: xcm::v3::junction::BodyId + **/ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1699,7 +1872,9 @@ export default { Treasury: "Null" } }, - /** Lookup146: xcm::v3::junction::BodyPart */ + /** + * Lookup146: xcm::v3::junction::BodyPart + **/ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1720,15 +1895,21 @@ export default { } } }, - /** Lookup154: pallet_ethereum_xcm::RawOrigin */ + /** + * Lookup154: pallet_ethereum_xcm::RawOrigin + **/ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160" } }, - /** Lookup155: sp_core::Void */ + /** + * Lookup155: sp_core::Void + **/ SpCoreVoid: "Null", - /** Lookup156: pallet_proxy::pallet::Call */ + /** + * Lookup156: pallet_proxy::pallet::Call + **/ PalletProxyCall: { _enum: { proxy: { @@ -1779,11 +1960,15 @@ export default { } } }, - /** Lookup158: pallet_maintenance_mode::pallet::Call */ + /** + * Lookup158: pallet_maintenance_mode::pallet::Call + **/ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"] }, - /** Lookup159: pallet_identity::pallet::Call */ + /** + * Lookup159: pallet_identity::pallet::Call + **/ PalletIdentityCall: { _enum: { add_registrar: { @@ -1866,7 +2051,9 @@ export default { } } }, - /** Lookup160: pallet_identity::legacy::IdentityInfo */ + /** + * Lookup160: pallet_identity::legacy::IdentityInfo + **/ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1878,7 +2065,9 @@ export default { image: "Data", twitter: "Data" }, - /** Lookup198: pallet_identity::types::Judgement */ + /** + * Lookup198: pallet_identity::types::Judgement + **/ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1890,9 +2079,13 @@ export default { Erroneous: "Null" } }, - /** Lookup200: account::EthereumSignature */ + /** + * Lookup200: account::EthereumSignature + **/ AccountEthereumSignature: "[u8;65]", - /** Lookup202: pallet_multisig::pallet::Call */ + /** + * Lookup202: pallet_multisig::pallet::Call + **/ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1921,7 +2114,9 @@ export default { } } }, - /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** + * Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call + **/ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1944,7 +2139,9 @@ export default { finish_foreign_assets_migration: "Null" } }, - /** Lookup207: pallet_parameters::pallet::Call */ + /** + * Lookup207: pallet_parameters::pallet::Call + **/ PalletParametersCall: { _enum: { set_parameter: { @@ -1952,27 +2149,35 @@ export default { } } }, - /** Lookup208: moonbeam_runtime::runtime_params::RuntimeParameters */ + /** + * Lookup208: moonbeam_runtime::runtime_params::RuntimeParameters + **/ MoonbeamRuntimeRuntimeParamsRuntimeParameters: { _enum: { RuntimeConfig: "MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", PalletRandomness: "MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters" } }, - /** Lookup209: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + /** + * Lookup209: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::Parameters + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { _enum: { FeesTreasuryProportion: "(MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)" } }, - /** Lookup211: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ + /** + * Lookup211: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters + **/ MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { _enum: { Deposit: "(MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)" } }, - /** Lookup213: pallet_evm::pallet::Call */ + /** + * Lookup213: pallet_evm::pallet::Call + **/ PalletEvmCall: { _enum: { withdraw: { @@ -2013,7 +2218,9 @@ export default { } } }, - /** Lookup219: pallet_ethereum::pallet::Call */ + /** + * Lookup219: pallet_ethereum::pallet::Call + **/ PalletEthereumCall: { _enum: { transact: { @@ -2021,7 +2228,9 @@ export default { } } }, - /** Lookup220: ethereum::transaction::TransactionV2 */ + /** + * Lookup220: ethereum::transaction::TransactionV2 + **/ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -2029,7 +2238,9 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction" } }, - /** Lookup221: ethereum::transaction::LegacyTransaction */ + /** + * Lookup221: ethereum::transaction::LegacyTransaction + **/ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -2039,20 +2250,26 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature" }, - /** Lookup222: ethereum::transaction::TransactionAction */ + /** + * Lookup222: ethereum::transaction::TransactionAction + **/ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null" } }, - /** Lookup223: ethereum::transaction::TransactionSignature */ + /** + * Lookup223: ethereum::transaction::TransactionSignature + **/ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256" }, - /** Lookup225: ethereum::transaction::EIP2930Transaction */ + /** + * Lookup225: ethereum::transaction::EIP2930Transaction + **/ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -2066,12 +2283,16 @@ export default { r: "H256", s: "H256" }, - /** Lookup227: ethereum::transaction::AccessListItem */ + /** + * Lookup227: ethereum::transaction::AccessListItem + **/ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec" }, - /** Lookup228: ethereum::transaction::EIP1559Transaction */ + /** + * Lookup228: ethereum::transaction::EIP1559Transaction + **/ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -2086,7 +2307,9 @@ export default { r: "H256", s: "H256" }, - /** Lookup229: pallet_scheduler::pallet::Call */ + /** + * Lookup229: pallet_scheduler::pallet::Call + **/ PalletSchedulerCall: { _enum: { schedule: { @@ -2140,7 +2363,9 @@ export default { } } }, - /** Lookup231: pallet_preimage::pallet::Call */ + /** + * Lookup231: pallet_preimage::pallet::Call + **/ PalletPreimageCall: { _enum: { note_preimage: { @@ -2169,7 +2394,9 @@ export default { } } }, - /** Lookup232: pallet_conviction_voting::pallet::Call */ + /** + * Lookup232: pallet_conviction_voting::pallet::Call + **/ PalletConvictionVotingCall: { _enum: { vote: { @@ -2200,7 +2427,9 @@ export default { } } }, - /** Lookup233: pallet_conviction_voting::vote::AccountVote */ + /** + * Lookup233: pallet_conviction_voting::vote::AccountVote + **/ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2218,11 +2447,15 @@ export default { } } }, - /** Lookup235: pallet_conviction_voting::conviction::Conviction */ + /** + * Lookup235: pallet_conviction_voting::conviction::Conviction + **/ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"] }, - /** Lookup237: pallet_referenda::pallet::Call */ + /** + * Lookup237: pallet_referenda::pallet::Call + **/ PalletReferendaCall: { _enum: { submit: { @@ -2257,14 +2490,18 @@ export default { } } }, - /** Lookup238: frame_support::traits::schedule::DispatchTime */ + /** + * Lookup238: frame_support::traits::schedule::DispatchTime + **/ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32" } }, - /** Lookup240: pallet_whitelist::pallet::Call */ + /** + * Lookup240: pallet_whitelist::pallet::Call + **/ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2283,7 +2520,9 @@ export default { } } }, - /** Lookup241: pallet_collective::pallet::Call */ + /** + * Lookup241: pallet_collective::pallet::Call + **/ PalletCollectiveCall: { _enum: { set_members: { @@ -2317,7 +2556,9 @@ export default { } } }, - /** Lookup243: pallet_treasury::pallet::Call */ + /** + * Lookup243: pallet_treasury::pallet::Call + **/ PalletTreasuryCall: { _enum: { __Unused0: "Null", @@ -2347,7 +2588,9 @@ export default { } } }, - /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ + /** + * Lookup245: pallet_crowdloan_rewards::pallet::Call + **/ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2372,7 +2615,9 @@ export default { } } }, - /** Lookup246: sp_runtime::MultiSignature */ + /** + * Lookup246: sp_runtime::MultiSignature + **/ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2380,7 +2625,9 @@ export default { Ecdsa: "[u8;65]" } }, - /** Lookup252: pallet_xcm::pallet::Call */ + /** + * Lookup252: pallet_xcm::pallet::Call + **/ PalletXcmCall: { _enum: { send: { @@ -2455,7 +2702,9 @@ export default { } } }, - /** Lookup253: xcm::VersionedLocation */ + /** + * Lookup253: xcm::VersionedLocation + **/ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2465,12 +2714,16 @@ export default { V4: "StagingXcmV4Location" } }, - /** Lookup254: xcm::v2::multilocation::MultiLocation */ + /** + * Lookup254: xcm::v2::multilocation::MultiLocation + **/ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions" }, - /** Lookup255: xcm::v2::multilocation::Junctions */ + /** + * Lookup255: xcm::v2::multilocation::Junctions + **/ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2484,7 +2737,9 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)" } }, - /** Lookup256: xcm::v2::junction::Junction */ + /** + * Lookup256: xcm::v2::junction::Junction + **/ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2510,7 +2765,9 @@ export default { } } }, - /** Lookup257: xcm::v2::NetworkId */ + /** + * Lookup257: xcm::v2::NetworkId + **/ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2519,7 +2776,9 @@ export default { Kusama: "Null" } }, - /** Lookup259: xcm::v2::BodyId */ + /** + * Lookup259: xcm::v2::BodyId + **/ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2534,7 +2793,9 @@ export default { Treasury: "Null" } }, - /** Lookup260: xcm::v2::BodyPart */ + /** + * Lookup260: xcm::v2::BodyPart + **/ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2555,12 +2816,16 @@ export default { } } }, - /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ + /** + * Lookup261: staging_xcm::v3::multilocation::MultiLocation + **/ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions" }, - /** Lookup262: xcm::v3::junctions::Junctions */ + /** + * Lookup262: xcm::v3::junctions::Junctions + **/ XcmV3Junctions: { _enum: { Here: "Null", @@ -2574,7 +2839,9 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)" } }, - /** Lookup263: xcm::v3::junction::Junction */ + /** + * Lookup263: xcm::v3::junction::Junction + **/ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2604,7 +2871,9 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId" } }, - /** Lookup265: xcm::v3::junction::NetworkId */ + /** + * Lookup265: xcm::v3::junction::NetworkId + **/ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2625,7 +2894,9 @@ export default { PolkadotBulletin: "Null" } }, - /** Lookup266: xcm::VersionedXcm */ + /** + * Lookup266: xcm::VersionedXcm + **/ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2635,9 +2906,13 @@ export default { V4: "StagingXcmV4Xcm" } }, - /** Lookup267: xcm::v2::Xcm */ + /** + * Lookup267: xcm::v2::Xcm + **/ XcmV2Xcm: "Vec", - /** Lookup269: xcm::v2::Instruction */ + /** + * Lookup269: xcm::v2::Instruction + **/ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2733,28 +3008,38 @@ export default { UnsubscribeVersion: "Null" } }, - /** Lookup270: xcm::v2::multiasset::MultiAssets */ + /** + * Lookup270: xcm::v2::multiasset::MultiAssets + **/ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v2::multiasset::MultiAsset */ + /** + * Lookup272: xcm::v2::multiasset::MultiAsset + **/ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility" }, - /** Lookup273: xcm::v2::multiasset::AssetId */ + /** + * Lookup273: xcm::v2::multiasset::AssetId + **/ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes" } }, - /** Lookup274: xcm::v2::multiasset::Fungibility */ + /** + * Lookup274: xcm::v2::multiasset::Fungibility + **/ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance" } }, - /** Lookup275: xcm::v2::multiasset::AssetInstance */ + /** + * Lookup275: xcm::v2::multiasset::AssetInstance + **/ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2766,7 +3051,9 @@ export default { Blob: "Bytes" } }, - /** Lookup276: xcm::v2::Response */ + /** + * Lookup276: xcm::v2::Response + **/ XcmV2Response: { _enum: { Null: "Null", @@ -2775,7 +3062,9 @@ export default { Version: "u32" } }, - /** Lookup279: xcm::v2::traits::Error */ + /** + * Lookup279: xcm::v2::traits::Error + **/ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2806,22 +3095,30 @@ export default { WeightNotComputable: "Null" } }, - /** Lookup280: xcm::v2::OriginKind */ + /** + * Lookup280: xcm::v2::OriginKind + **/ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"] }, - /** Lookup281: xcm::double_encoded::DoubleEncoded */ + /** + * Lookup281: xcm::double_encoded::DoubleEncoded + **/ XcmDoubleEncoded: { encoded: "Bytes" }, - /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ + /** + * Lookup282: xcm::v2::multiasset::MultiAssetFilter + **/ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset" } }, - /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ + /** + * Lookup283: xcm::v2::multiasset::WildMultiAsset + **/ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2831,20 +3128,28 @@ export default { } } }, - /** Lookup284: xcm::v2::multiasset::WildFungibility */ + /** + * Lookup284: xcm::v2::multiasset::WildFungibility + **/ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup285: xcm::v2::WeightLimit */ + /** + * Lookup285: xcm::v2::WeightLimit + **/ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact" } }, - /** Lookup286: xcm::v3::Xcm */ + /** + * Lookup286: xcm::v3::Xcm + **/ XcmV3Xcm: "Vec", - /** Lookup288: xcm::v3::Instruction */ + /** + * Lookup288: xcm::v3::Instruction + **/ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2984,28 +3289,38 @@ export default { } } }, - /** Lookup289: xcm::v3::multiasset::MultiAssets */ + /** + * Lookup289: xcm::v3::multiasset::MultiAssets + **/ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup291: xcm::v3::multiasset::MultiAsset */ + /** + * Lookup291: xcm::v3::multiasset::MultiAsset + **/ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility" }, - /** Lookup292: xcm::v3::multiasset::AssetId */ + /** + * Lookup292: xcm::v3::multiasset::AssetId + **/ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]" } }, - /** Lookup293: xcm::v3::multiasset::Fungibility */ + /** + * Lookup293: xcm::v3::multiasset::Fungibility + **/ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance" } }, - /** Lookup294: xcm::v3::multiasset::AssetInstance */ + /** + * Lookup294: xcm::v3::multiasset::AssetInstance + **/ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -3016,7 +3331,9 @@ export default { Array32: "[u8;32]" } }, - /** Lookup295: xcm::v3::Response */ + /** + * Lookup295: xcm::v3::Response + **/ XcmV3Response: { _enum: { Null: "Null", @@ -3027,7 +3344,9 @@ export default { DispatchResult: "XcmV3MaybeErrorCode" } }, - /** Lookup298: xcm::v3::traits::Error */ + /** + * Lookup298: xcm::v3::traits::Error + **/ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -3072,7 +3391,9 @@ export default { ExceedsStackLimit: "Null" } }, - /** Lookup300: xcm::v3::PalletInfo */ + /** + * Lookup300: xcm::v3::PalletInfo + **/ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3081,7 +3402,9 @@ export default { minor: "Compact", patch: "Compact" }, - /** Lookup303: xcm::v3::MaybeErrorCode */ + /** + * Lookup303: xcm::v3::MaybeErrorCode + **/ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -3089,24 +3412,32 @@ export default { TruncatedError: "Bytes" } }, - /** Lookup306: xcm::v3::OriginKind */ + /** + * Lookup306: xcm::v3::OriginKind + **/ XcmV3OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"] }, - /** Lookup307: xcm::v3::QueryResponseInfo */ + /** + * Lookup307: xcm::v3::QueryResponseInfo + **/ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight" }, - /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ + /** + * Lookup308: xcm::v3::multiasset::MultiAssetFilter + **/ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset" } }, - /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ + /** + * Lookup309: xcm::v3::multiasset::WildMultiAsset + **/ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3122,20 +3453,28 @@ export default { } } }, - /** Lookup310: xcm::v3::multiasset::WildFungibility */ + /** + * Lookup310: xcm::v3::multiasset::WildFungibility + **/ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup311: xcm::v3::WeightLimit */ + /** + * Lookup311: xcm::v3::WeightLimit + **/ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight" } }, - /** Lookup312: staging_xcm::v4::Xcm */ + /** + * Lookup312: staging_xcm::v4::Xcm + **/ StagingXcmV4Xcm: "Vec", - /** Lookup314: staging_xcm::v4::Instruction */ + /** + * Lookup314: staging_xcm::v4::Instruction + **/ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3275,23 +3614,33 @@ export default { } } }, - /** Lookup315: staging_xcm::v4::asset::Assets */ + /** + * Lookup315: staging_xcm::v4::asset::Assets + **/ StagingXcmV4AssetAssets: "Vec", - /** Lookup317: staging_xcm::v4::asset::Asset */ + /** + * Lookup317: staging_xcm::v4::asset::Asset + **/ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility" }, - /** Lookup318: staging_xcm::v4::asset::AssetId */ + /** + * Lookup318: staging_xcm::v4::asset::AssetId + **/ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup319: staging_xcm::v4::asset::Fungibility */ + /** + * Lookup319: staging_xcm::v4::asset::Fungibility + **/ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance" } }, - /** Lookup320: staging_xcm::v4::asset::AssetInstance */ + /** + * Lookup320: staging_xcm::v4::asset::AssetInstance + **/ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3302,7 +3651,9 @@ export default { Array32: "[u8;32]" } }, - /** Lookup321: staging_xcm::v4::Response */ + /** + * Lookup321: staging_xcm::v4::Response + **/ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3313,7 +3664,9 @@ export default { DispatchResult: "XcmV3MaybeErrorCode" } }, - /** Lookup323: staging_xcm::v4::PalletInfo */ + /** + * Lookup323: staging_xcm::v4::PalletInfo + **/ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3322,20 +3675,26 @@ export default { minor: "Compact", patch: "Compact" }, - /** Lookup327: staging_xcm::v4::QueryResponseInfo */ + /** + * Lookup327: staging_xcm::v4::QueryResponseInfo + **/ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight" }, - /** Lookup328: staging_xcm::v4::asset::AssetFilter */ + /** + * Lookup328: staging_xcm::v4::asset::AssetFilter + **/ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset" } }, - /** Lookup329: staging_xcm::v4::asset::WildAsset */ + /** + * Lookup329: staging_xcm::v4::asset::WildAsset + **/ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3351,11 +3710,15 @@ export default { } } }, - /** Lookup330: staging_xcm::v4::asset::WildFungibility */ + /** + * Lookup330: staging_xcm::v4::asset::WildFungibility + **/ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup331: xcm::VersionedAssets */ + /** + * Lookup331: xcm::VersionedAssets + **/ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3365,7 +3728,9 @@ export default { V4: "StagingXcmV4AssetAssets" } }, - /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** + * Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType + **/ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3374,7 +3739,9 @@ export default { RemoteReserve: "XcmVersionedLocation" } }, - /** Lookup344: xcm::VersionedAssetId */ + /** + * Lookup344: xcm::VersionedAssetId + **/ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3384,7 +3751,9 @@ export default { V4: "StagingXcmV4AssetAssetId" } }, - /** Lookup345: pallet_assets::pallet::Call */ + /** + * Lookup345: pallet_assets::pallet::Call + **/ PalletAssetsCall: { _enum: { create: { @@ -3534,7 +3903,9 @@ export default { } } }, - /** Lookup346: pallet_asset_manager::pallet::Call */ + /** + * Lookup346: pallet_asset_manager::pallet::Call + **/ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3561,20 +3932,26 @@ export default { } } }, - /** Lookup347: moonbeam_runtime::xcm_config::AssetType */ + /** + * Lookup347: moonbeam_runtime::xcm_config::AssetType + **/ MoonbeamRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation" } }, - /** Lookup348: moonbeam_runtime::asset_config::AssetRegistrarMetadata */ + /** + * Lookup348: moonbeam_runtime::asset_config::AssetRegistrarMetadata + **/ MoonbeamRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool" }, - /** Lookup349: pallet_xcm_transactor::pallet::Call */ + /** + * Lookup349: pallet_xcm_transactor::pallet::Call + **/ PalletXcmTransactorCall: { _enum: { register: { @@ -3631,16 +4008,22 @@ export default { } } }, - /** Lookup350: moonbeam_runtime::xcm_config::Transactors */ + /** + * Lookup350: moonbeam_runtime::xcm_config::Transactors + **/ MoonbeamRuntimeXcmConfigTransactors: { _enum: ["Relay"] }, - /** Lookup351: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** + * Lookup351: pallet_xcm_transactor::pallet::CurrencyPayment + **/ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option" }, - /** Lookup352: moonbeam_runtime::xcm_config::CurrencyId */ + /** + * Lookup352: moonbeam_runtime::xcm_config::CurrencyId + **/ MoonbeamRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", @@ -3650,19 +4033,25 @@ export default { } } }, - /** Lookup353: pallet_xcm_transactor::pallet::Currency */ + /** + * Lookup353: pallet_xcm_transactor::pallet::Currency + **/ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonbeamRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation" } }, - /** Lookup355: pallet_xcm_transactor::pallet::TransactWeights */ + /** + * Lookup355: pallet_xcm_transactor::pallet::TransactWeights + **/ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option" }, - /** Lookup358: pallet_xcm_transactor::pallet::HrmpOperation */ + /** + * Lookup358: pallet_xcm_transactor::pallet::HrmpOperation + **/ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3676,18 +4065,24 @@ export default { } } }, - /** Lookup359: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** + * Lookup359: pallet_xcm_transactor::pallet::HrmpInitParams + **/ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32" }, - /** Lookup360: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** + * Lookup360: polkadot_parachain_primitives::primitives::HrmpChannelId + **/ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32" }, - /** Lookup361: pallet_ethereum_xcm::pallet::Call */ + /** + * Lookup361: pallet_ethereum_xcm::pallet::Call + **/ PalletEthereumXcmCall: { _enum: { transact: { @@ -3706,14 +4101,18 @@ export default { } } }, - /** Lookup362: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** + * Lookup362: xcm_primitives::ethereum_xcm::EthereumXcmTransaction + **/ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2" } }, - /** Lookup363: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** + * Lookup363: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 + **/ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3722,19 +4121,25 @@ export default { input: "Bytes", accessList: "Option)>>" }, - /** Lookup364: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** + * Lookup364: xcm_primitives::ethereum_xcm::EthereumXcmFee + **/ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null" } }, - /** Lookup365: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** + * Lookup365: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee + **/ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option" }, - /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** + * Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 + **/ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3742,7 +4147,9 @@ export default { input: "Bytes", accessList: "Option)>>" }, - /** Lookup370: pallet_message_queue::pallet::Call */ + /** + * Lookup370: pallet_message_queue::pallet::Call + **/ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3757,7 +4164,9 @@ export default { } } }, - /** Lookup371: cumulus_primitives_core::AggregateMessageOrigin */ + /** + * Lookup371: cumulus_primitives_core::AggregateMessageOrigin + **/ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3765,7 +4174,9 @@ export default { Sibling: "u32" } }, - /** Lookup372: pallet_moonbeam_foreign_assets::pallet::Call */ + /** + * Lookup372: pallet_moonbeam_foreign_assets::pallet::Call + **/ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3788,7 +4199,9 @@ export default { } } }, - /** Lookup374: pallet_xcm_weight_trader::pallet::Call */ + /** + * Lookup374: pallet_xcm_weight_trader::pallet::Call + **/ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3810,7 +4223,9 @@ export default { } } }, - /** Lookup375: pallet_emergency_para_xcm::pallet::Call */ + /** + * Lookup375: pallet_emergency_para_xcm::pallet::Call + **/ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3819,19 +4234,27 @@ export default { } } }, - /** Lookup376: pallet_randomness::pallet::Call */ + /** + * Lookup376: pallet_randomness::pallet::Call + **/ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"] }, - /** Lookup377: sp_runtime::traits::BlakeTwo256 */ + /** + * Lookup377: sp_runtime::traits::BlakeTwo256 + **/ SpRuntimeBlakeTwo256: "Null", - /** Lookup379: pallet_conviction_voting::types::Tally */ + /** + * Lookup379: pallet_conviction_voting::types::Tally + **/ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128" }, - /** Lookup380: pallet_whitelist::pallet::Event */ + /** + * Lookup380: pallet_whitelist::pallet::Event + **/ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3846,17 +4269,23 @@ export default { } } }, - /** Lookup382: frame_support::dispatch::PostDispatchInfo */ + /** + * Lookup382: frame_support::dispatch::PostDispatchInfo + **/ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays" }, - /** Lookup383: sp_runtime::DispatchErrorWithPostInfo */ + /** + * Lookup383: sp_runtime::DispatchErrorWithPostInfo + **/ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError" }, - /** Lookup384: pallet_collective::pallet::Event */ + /** + * Lookup384: pallet_collective::pallet::Event + **/ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3893,7 +4322,9 @@ export default { } } }, - /** Lookup386: pallet_treasury::pallet::Event */ + /** + * Lookup386: pallet_treasury::pallet::Event + **/ PalletTreasuryEvent: { _enum: { Spending: { @@ -3946,7 +4377,9 @@ export default { } } }, - /** Lookup387: pallet_crowdloan_rewards::pallet::Event */ + /** + * Lookup387: pallet_crowdloan_rewards::pallet::Event + **/ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3957,7 +4390,9 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)" } }, - /** Lookup388: cumulus_pallet_xcmp_queue::pallet::Event */ + /** + * Lookup388: cumulus_pallet_xcmp_queue::pallet::Event + **/ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -3965,7 +4400,9 @@ export default { } } }, - /** Lookup389: cumulus_pallet_xcm::pallet::Event */ + /** + * Lookup389: cumulus_pallet_xcm::pallet::Event + **/ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -3973,7 +4410,9 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)" } }, - /** Lookup390: staging_xcm::v4::traits::Outcome */ + /** + * Lookup390: staging_xcm::v4::traits::Outcome + **/ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -3988,7 +4427,9 @@ export default { } } }, - /** Lookup391: pallet_xcm::pallet::Event */ + /** + * Lookup391: pallet_xcm::pallet::Event + **/ PalletXcmEvent: { _enum: { Attempted: { @@ -4111,7 +4552,9 @@ export default { } } }, - /** Lookup392: pallet_assets::pallet::Event */ + /** + * Lookup392: pallet_assets::pallet::Event + **/ PalletAssetsEvent: { _enum: { Created: { @@ -4235,7 +4678,9 @@ export default { } } }, - /** Lookup393: pallet_asset_manager::pallet::Event */ + /** + * Lookup393: pallet_asset_manager::pallet::Event + **/ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -4264,7 +4709,9 @@ export default { } } }, - /** Lookup394: pallet_xcm_transactor::pallet::Event */ + /** + * Lookup394: pallet_xcm_transactor::pallet::Event + **/ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4312,13 +4759,17 @@ export default { } } }, - /** Lookup395: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** + * Lookup395: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight + **/ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option" }, - /** Lookup396: pallet_ethereum_xcm::pallet::Event */ + /** + * Lookup396: pallet_ethereum_xcm::pallet::Event + **/ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4327,7 +4778,9 @@ export default { } } }, - /** Lookup397: pallet_message_queue::pallet::Event */ + /** + * Lookup397: pallet_message_queue::pallet::Event + **/ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4353,7 +4806,9 @@ export default { } } }, - /** Lookup398: frame_support::traits::messages::ProcessMessageError */ + /** + * Lookup398: frame_support::traits::messages::ProcessMessageError + **/ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4364,7 +4819,9 @@ export default { StackLimitReached: "Null" } }, - /** Lookup399: pallet_moonbeam_foreign_assets::pallet::Event */ + /** + * Lookup399: pallet_moonbeam_foreign_assets::pallet::Event + **/ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4386,7 +4843,9 @@ export default { } } }, - /** Lookup400: pallet_xcm_weight_trader::pallet::Event */ + /** + * Lookup400: pallet_xcm_weight_trader::pallet::Event + **/ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4408,11 +4867,15 @@ export default { } } }, - /** Lookup401: pallet_emergency_para_xcm::pallet::Event */ + /** + * Lookup401: pallet_emergency_para_xcm::pallet::Event + **/ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"] }, - /** Lookup402: pallet_randomness::pallet::Event */ + /** + * Lookup402: pallet_randomness::pallet::Event + **/ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4447,7 +4910,9 @@ export default { } } }, - /** Lookup403: frame_system::Phase */ + /** + * Lookup403: frame_system::Phase + **/ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4455,51 +4920,69 @@ export default { Initialization: "Null" } }, - /** Lookup405: frame_system::LastRuntimeUpgradeInfo */ + /** + * Lookup405: frame_system::LastRuntimeUpgradeInfo + **/ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text" }, - /** Lookup406: frame_system::CodeUpgradeAuthorization */ + /** + * Lookup406: frame_system::CodeUpgradeAuthorization + **/ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool" }, - /** Lookup407: frame_system::limits::BlockWeights */ + /** + * Lookup407: frame_system::limits::BlockWeights + **/ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass" }, - /** Lookup408: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup408: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass" }, - /** Lookup409: frame_system::limits::WeightsPerClass */ + /** + * Lookup409: frame_system::limits::WeightsPerClass + **/ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option" }, - /** Lookup410: frame_system::limits::BlockLength */ + /** + * Lookup410: frame_system::limits::BlockLength + **/ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32" }, - /** Lookup411: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup411: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32" }, - /** Lookup412: sp_weights::RuntimeDbWeight */ + /** + * Lookup412: sp_weights::RuntimeDbWeight + **/ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64" }, - /** Lookup413: sp_version::RuntimeVersion */ + /** + * Lookup413: sp_version::RuntimeVersion + **/ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4510,7 +4993,9 @@ export default { transactionVersion: "u32", stateVersion: "u8" }, - /** Lookup417: frame_system::pallet::Error */ + /** + * Lookup417: frame_system::pallet::Error + **/ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4524,38 +5009,52 @@ export default { "Unauthorized" ] }, - /** Lookup419: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** + * Lookup419: cumulus_pallet_parachain_system::unincluded_segment::Ancestor + **/ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option" }, - /** Lookup420: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** + * Lookup420: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth + **/ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap" }, - /** Lookup422: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** + * Lookup422: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate + **/ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32" }, - /** Lookup426: polkadot_primitives::v7::UpgradeGoAhead */ + /** + * Lookup426: polkadot_primitives::v7::UpgradeGoAhead + **/ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"] }, - /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** + * Lookup427: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker + **/ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option" }, - /** Lookup429: polkadot_primitives::v7::UpgradeRestriction */ + /** + * Lookup429: polkadot_primitives::v7::UpgradeRestriction + **/ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"] }, - /** Lookup430: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** + * Lookup430: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot + **/ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4563,12 +5062,16 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>" }, - /** Lookup431: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** + * Lookup431: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity + **/ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32" }, - /** Lookup434: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** + * Lookup434: polkadot_primitives::v7::AbridgedHrmpChannel + **/ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4577,7 +5080,9 @@ export default { totalSize: "u32", mqcHead: "Option" }, - /** Lookup435: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** + * Lookup435: polkadot_primitives::v7::AbridgedHostConfiguration + **/ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4590,17 +5095,23 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams" }, - /** Lookup436: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** + * Lookup436: polkadot_primitives::v7::async_backing::AsyncBackingParams + **/ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32" }, - /** Lookup442: polkadot_core_primitives::OutboundHrmpMessage */ + /** + * Lookup442: polkadot_core_primitives::OutboundHrmpMessage + **/ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes" }, - /** Lookup444: cumulus_pallet_parachain_system::pallet::Error */ + /** + * Lookup444: cumulus_pallet_parachain_system::pallet::Error + **/ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4613,22 +5124,30 @@ export default { "Unauthorized" ] }, - /** Lookup446: pallet_balances::types::BalanceLock */ + /** + * Lookup446: pallet_balances::types::BalanceLock + **/ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons" }, - /** Lookup447: pallet_balances::types::Reasons */ + /** + * Lookup447: pallet_balances::types::Reasons + **/ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"] }, - /** Lookup450: pallet_balances::types::ReserveData */ + /** + * Lookup450: pallet_balances::types::ReserveData + **/ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128" }, - /** Lookup454: moonbeam_runtime::RuntimeHoldReason */ + /** + * Lookup454: moonbeam_runtime::RuntimeHoldReason + **/ MoonbeamRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4696,16 +5215,22 @@ export default { Preimage: "PalletPreimageHoldReason" } }, - /** Lookup455: pallet_preimage::pallet::HoldReason */ + /** + * Lookup455: pallet_preimage::pallet::HoldReason + **/ PalletPreimageHoldReason: { _enum: ["Preimage"] }, - /** Lookup458: frame_support::traits::tokens::misc::IdAmount */ + /** + * Lookup458: frame_support::traits::tokens::misc::IdAmount + **/ FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128" }, - /** Lookup460: pallet_balances::pallet::Error */ + /** + * Lookup460: pallet_balances::pallet::Error + **/ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4722,18 +5247,24 @@ export default { "DeltaZero" ] }, - /** Lookup461: pallet_transaction_payment::Releases */ + /** + * Lookup461: pallet_transaction_payment::Releases + **/ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"] }, - /** Lookup462: pallet_parachain_staking::types::RoundInfo */ + /** + * Lookup462: pallet_parachain_staking::types::RoundInfo + **/ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64" }, - /** Lookup463: pallet_parachain_staking::types::Delegator */ + /** + * Lookup463: pallet_parachain_staking::types::Delegator + **/ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4742,24 +5273,28 @@ export default { status: "PalletParachainStakingDelegatorStatus" }, /** - * Lookup464: - * pallet_parachain_staking::set::OrderedSet> - */ + * Lookup464: pallet_parachain_staking::set::OrderedSet> + **/ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup465: pallet_parachain_staking::types::Bond */ + /** + * Lookup465: pallet_parachain_staking::types::Bond + **/ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128" }, - /** Lookup467: pallet_parachain_staking::types::DelegatorStatus */ + /** + * Lookup467: pallet_parachain_staking::types::DelegatorStatus + **/ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32" } }, - /** Lookup468: pallet_parachain_staking::types::CandidateMetadata */ + /** + * Lookup468: pallet_parachain_staking::types::CandidateMetadata + **/ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4772,16 +5307,22 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus" }, - /** Lookup469: pallet_parachain_staking::types::CapacityStatus */ + /** + * Lookup469: pallet_parachain_staking::types::CapacityStatus + **/ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"] }, - /** Lookup471: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** + * Lookup471: pallet_parachain_staking::types::CandidateBondLessRequest + **/ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32" }, - /** Lookup472: pallet_parachain_staking::types::CollatorStatus */ + /** + * Lookup472: pallet_parachain_staking::types::CollatorStatus + **/ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4789,50 +5330,59 @@ export default { Leaving: "u32" } }, - /** Lookup474: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** + * Lookup474: pallet_parachain_staking::delegation_requests::ScheduledRequest + **/ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, /** - * Lookup477: - * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) - */ + * Lookup477: pallet_parachain_staking::auto_compound::AutoCompoundConfig + **/ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent" }, - /** Lookup479: pallet_parachain_staking::types::Delegations */ + /** + * Lookup479: pallet_parachain_staking::types::Delegations + **/ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128" }, /** - * Lookup481: - * pallet_parachain_staking::set::BoundedOrderedSet, S> - */ + * Lookup481: pallet_parachain_staking::set::BoundedOrderedSet, S> + **/ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup484: pallet_parachain_staking::types::CollatorSnapshot */ + /** + * Lookup484: pallet_parachain_staking::types::CollatorSnapshot + **/ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128" }, - /** Lookup486: pallet_parachain_staking::types::BondWithAutoCompound */ + /** + * Lookup486: pallet_parachain_staking::types::BondWithAutoCompound + **/ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent" }, - /** Lookup487: pallet_parachain_staking::types::DelayedPayout */ + /** + * Lookup487: pallet_parachain_staking::types::DelayedPayout + **/ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill" }, - /** Lookup488: pallet_parachain_staking::inflation::InflationInfo */ + /** + * Lookup488: pallet_parachain_staking::inflation::InflationInfo + **/ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4850,7 +5400,9 @@ export default { max: "Perbill" } }, - /** Lookup489: pallet_parachain_staking::pallet::Error */ + /** + * Lookup489: pallet_parachain_staking::pallet::Error + **/ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4911,11 +5463,15 @@ export default { "CurrentRoundTooLow" ] }, - /** Lookup490: pallet_author_inherent::pallet::Error */ + /** + * Lookup490: pallet_author_inherent::pallet::Error + **/ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"] }, - /** Lookup491: pallet_author_mapping::pallet::RegistrationInfo */ + /** + * Lookup491: pallet_author_mapping::pallet::RegistrationInfo + **/ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys" @@ -4924,7 +5480,9 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic" }, - /** Lookup492: pallet_author_mapping::pallet::Error */ + /** + * Lookup492: pallet_author_mapping::pallet::Error + **/ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4937,18 +5495,24 @@ export default { "DecodeKeysFailed" ] }, - /** Lookup493: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** + * Lookup493: pallet_moonbeam_orbiters::types::CollatorPoolInfo + **/ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32" }, - /** Lookup495: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** + * Lookup495: pallet_moonbeam_orbiters::types::CurrentOrbiter + **/ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool" }, - /** Lookup496: pallet_moonbeam_orbiters::pallet::Error */ + /** + * Lookup496: pallet_moonbeam_orbiters::pallet::Error + **/ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -4962,23 +5526,31 @@ export default { "OrbiterStillInAPool" ] }, - /** Lookup499: pallet_utility::pallet::Error */ + /** + * Lookup499: pallet_utility::pallet::Error + **/ PalletUtilityError: { _enum: ["TooManyCalls"] }, - /** Lookup502: pallet_proxy::ProxyDefinition */ + /** + * Lookup502: pallet_proxy::ProxyDefinition + **/ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonbeamRuntimeProxyType", delay: "u32" }, - /** Lookup506: pallet_proxy::Announcement */ + /** + * Lookup506: pallet_proxy::Announcement + **/ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32" }, - /** Lookup508: pallet_proxy::pallet::Error */ + /** + * Lookup508: pallet_proxy::pallet::Error + **/ PalletProxyError: { _enum: [ "TooMany", @@ -4991,34 +5563,38 @@ export default { "NoSelfProxy" ] }, - /** Lookup509: pallet_maintenance_mode::pallet::Error */ + /** + * Lookup509: pallet_maintenance_mode::pallet::Error + **/ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"] }, /** - * Lookup511: pallet_identity::types::Registration> - */ + * Lookup511: pallet_identity::types::Registration> + **/ PalletIdentityRegistration: { judgements: "Vec<(u32,PalletIdentityJudgement)>", deposit: "u128", info: "PalletIdentityLegacyIdentityInfo" }, - /** Lookup520: pallet_identity::types::RegistrarInfo */ + /** + * Lookup520: pallet_identity::types::RegistrarInfo + **/ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64" }, /** - * Lookup522: - * pallet_identity::types::AuthorityProperties> - */ + * Lookup522: pallet_identity::types::AuthorityProperties> + **/ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32" }, - /** Lookup525: pallet_identity::pallet::Error */ + /** + * Lookup525: pallet_identity::pallet::Error + **/ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5049,18 +5625,24 @@ export default { "NotExpired" ] }, - /** Lookup526: pallet_migrations::pallet::Error */ + /** + * Lookup526: pallet_migrations::pallet::Error + **/ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"] }, - /** Lookup528: pallet_multisig::Multisig */ + /** + * Lookup528: pallet_multisig::Multisig + **/ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec" }, - /** Lookup530: pallet_multisig::pallet::Error */ + /** + * Lookup530: pallet_multisig::pallet::Error + **/ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5079,7 +5661,9 @@ export default { "AlreadyStored" ] }, - /** Lookup532: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + /** + * Lookup532: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus + **/ PalletMoonbeamLazyMigrationsStateMigrationStatus: { _enum: { NotStarted: "Null", @@ -5088,20 +5672,26 @@ export default { Complete: "Null" } }, - /** Lookup534: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationStatus */ + /** + * Lookup534: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationStatus + **/ PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationStatus: { _enum: { Idle: "Null", Migrating: "PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationInfo" } }, - /** Lookup535: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationInfo */ + /** + * Lookup535: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationInfo + **/ PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationInfo: { assetId: "u128", remainingBalances: "u32", remainingApprovals: "u32" }, - /** Lookup536: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** + * Lookup536: pallet_moonbeam_lazy_migrations::pallet::Error + **/ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5119,7 +5709,9 @@ export default { "ApprovalFailed" ] }, - /** Lookup537: pallet_evm::CodeMetadata */ + /** + * Lookup537: pallet_evm::CodeMetadata + **/ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5128,7 +5720,9 @@ export default { size_: "u64", hash_: "H256" }, - /** Lookup539: pallet_evm::pallet::Error */ + /** + * Lookup539: pallet_evm::pallet::Error + **/ PalletEvmError: { _enum: [ "BalanceLow", @@ -5146,7 +5740,9 @@ export default { "Undefined" ] }, - /** Lookup542: fp_rpc::TransactionStatus */ + /** + * Lookup542: fp_rpc::TransactionStatus + **/ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5156,9 +5752,13 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom" }, - /** Lookup544: ethbloom::Bloom */ + /** + * Lookup544: ethbloom::Bloom + **/ EthbloomBloom: "[u8;256]", - /** Lookup546: ethereum::receipt::ReceiptV3 */ + /** + * Lookup546: ethereum::receipt::ReceiptV3 + **/ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5166,7 +5766,9 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData" } }, - /** Lookup547: ethereum::receipt::EIP658ReceiptData */ + /** + * Lookup547: ethereum::receipt::EIP658ReceiptData + **/ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5174,15 +5776,16 @@ export default { logs: "Vec" }, /** - * Lookup548: - * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) - */ + * Lookup548: ethereum::block::Block + **/ EthereumBlock: { header: "EthereumHeader", transactions: "Vec", ommers: "Vec" }, - /** Lookup549: ethereum::header::Header */ + /** + * Lookup549: ethereum::header::Header + **/ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5200,17 +5803,19 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64" }, - /** Lookup550: ethereum_types::hash::H64 */ + /** + * Lookup550: ethereum_types::hash::H64 + **/ EthereumTypesHashH64: "[u8;8]", - /** Lookup555: pallet_ethereum::pallet::Error */ + /** + * Lookup555: pallet_ethereum::pallet::Error + **/ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"] }, /** - * Lookup558: pallet_scheduler::Scheduled, BlockNumber, moonbeam_runtime::OriginCaller, account::AccountId20> - */ + * Lookup558: pallet_scheduler::Scheduled, BlockNumber, moonbeam_runtime::OriginCaller, account::AccountId20> + **/ PalletSchedulerScheduled: { maybeId: "Option<[u8;32]>", priority: "u8", @@ -5218,13 +5823,17 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonbeamRuntimeOriginCaller" }, - /** Lookup560: pallet_scheduler::RetryConfig */ + /** + * Lookup560: pallet_scheduler::RetryConfig + **/ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32" }, - /** Lookup561: pallet_scheduler::pallet::Error */ + /** + * Lookup561: pallet_scheduler::pallet::Error + **/ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5234,7 +5843,9 @@ export default { "Named" ] }, - /** Lookup562: pallet_preimage::OldRequestStatus */ + /** + * Lookup562: pallet_preimage::OldRequestStatus + **/ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5249,9 +5860,8 @@ export default { } }, /** - * Lookup565: pallet_preimage::RequestStatus> - */ + * Lookup565: pallet_preimage::RequestStatus> + **/ PalletPreimageRequestStatus: { _enum: { Unrequested: { @@ -5265,7 +5875,9 @@ export default { } } }, - /** Lookup571: pallet_preimage::pallet::Error */ + /** + * Lookup571: pallet_preimage::pallet::Error + **/ PalletPreimageError: { _enum: [ "TooBig", @@ -5280,29 +5892,36 @@ export default { ] }, /** - * Lookup573: pallet_conviction_voting::vote::Voting - */ + * Lookup573: pallet_conviction_voting::vote::Voting + **/ PalletConvictionVotingVoteVoting: { _enum: { Casting: "PalletConvictionVotingVoteCasting", Delegating: "PalletConvictionVotingVoteDelegating" } }, - /** Lookup574: pallet_conviction_voting::vote::Casting */ + /** + * Lookup574: pallet_conviction_voting::vote::Casting + **/ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock" }, - /** Lookup578: pallet_conviction_voting::types::Delegations */ + /** + * Lookup578: pallet_conviction_voting::types::Delegations + **/ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128" }, - /** Lookup579: pallet_conviction_voting::vote::PriorLock */ + /** + * Lookup579: pallet_conviction_voting::vote::PriorLock + **/ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup580: pallet_conviction_voting::vote::Delegating */ + /** + * Lookup580: pallet_conviction_voting::vote::Delegating + **/ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5310,7 +5929,9 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock" }, - /** Lookup584: pallet_conviction_voting::pallet::Error */ + /** + * Lookup584: pallet_conviction_voting::pallet::Error + **/ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5328,11 +5949,8 @@ export default { ] }, /** - * Lookup585: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> - */ + * Lookup585: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> + **/ PalletReferendaReferendumInfo: { _enum: { Ongoing: "PalletReferendaReferendumStatus", @@ -5344,11 +5962,8 @@ export default { } }, /** - * Lookup586: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> - */ + * Lookup586: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> + **/ PalletReferendaReferendumStatus: { track: "u16", origin: "MoonbeamRuntimeOriginCaller", @@ -5362,17 +5977,23 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>" }, - /** Lookup587: pallet_referenda::types::Deposit */ + /** + * Lookup587: pallet_referenda::types::Deposit + **/ PalletReferendaDeposit: { who: "AccountId20", amount: "u128" }, - /** Lookup590: pallet_referenda::types::DecidingStatus */ + /** + * Lookup590: pallet_referenda::types::DecidingStatus + **/ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option" }, - /** Lookup598: pallet_referenda::types::TrackInfo */ + /** + * Lookup598: pallet_referenda::types::TrackInfo + **/ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5384,7 +6005,9 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve" }, - /** Lookup599: pallet_referenda::types::Curve */ + /** + * Lookup599: pallet_referenda::types::Curve + **/ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5405,7 +6028,9 @@ export default { } } }, - /** Lookup602: pallet_referenda::pallet::Error */ + /** + * Lookup602: pallet_referenda::pallet::Error + **/ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5424,7 +6049,9 @@ export default { "PreimageStoredWithDifferentLength" ] }, - /** Lookup603: pallet_whitelist::pallet::Error */ + /** + * Lookup603: pallet_whitelist::pallet::Error + **/ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5434,7 +6061,9 @@ export default { "CallAlreadyWhitelisted" ] }, - /** Lookup605: pallet_collective::Votes */ + /** + * Lookup605: pallet_collective::Votes + **/ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5442,7 +6071,9 @@ export default { nays: "Vec", end: "u32" }, - /** Lookup606: pallet_collective::pallet::Error */ + /** + * Lookup606: pallet_collective::pallet::Error + **/ PalletCollectiveError: { _enum: [ "NotMember", @@ -5458,7 +6089,9 @@ export default { "PrimeAccountNotMember" ] }, - /** Lookup609: pallet_treasury::Proposal */ + /** + * Lookup609: pallet_treasury::Proposal + **/ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5466,9 +6099,8 @@ export default { bond: "u128" }, /** - * Lookup612: pallet_treasury::SpendStatus - */ + * Lookup612: pallet_treasury::SpendStatus + **/ PalletTreasurySpendStatus: { assetKind: "Null", amount: "u128", @@ -5477,7 +6109,9 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState" }, - /** Lookup613: pallet_treasury::PaymentState */ + /** + * Lookup613: pallet_treasury::PaymentState + **/ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5487,9 +6121,13 @@ export default { Failed: "Null" } }, - /** Lookup615: frame_support::PalletId */ + /** + * Lookup615: frame_support::PalletId + **/ FrameSupportPalletId: "[u8;8]", - /** Lookup616: pallet_treasury::pallet::Error */ + /** + * Lookup616: pallet_treasury::pallet::Error + **/ PalletTreasuryError: { _enum: [ "InvalidIndex", @@ -5505,13 +6143,17 @@ export default { "Inconclusive" ] }, - /** Lookup617: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** + * Lookup617: pallet_crowdloan_rewards::pallet::RewardInfo + **/ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>" }, - /** Lookup619: pallet_crowdloan_rewards::pallet::Error */ + /** + * Lookup619: pallet_crowdloan_rewards::pallet::Error + **/ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5531,7 +6173,9 @@ export default { "InsufficientNumberOfValidProofs" ] }, - /** Lookup624: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** + * Lookup624: cumulus_pallet_xcmp_queue::OutboundChannelDetails + **/ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5539,17 +6183,23 @@ export default { firstIndex: "u16", lastIndex: "u16" }, - /** Lookup625: cumulus_pallet_xcmp_queue::OutboundState */ + /** + * Lookup625: cumulus_pallet_xcmp_queue::OutboundState + **/ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"] }, - /** Lookup629: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** + * Lookup629: cumulus_pallet_xcmp_queue::QueueConfigData + **/ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32" }, - /** Lookup630: cumulus_pallet_xcmp_queue::pallet::Error */ + /** + * Lookup630: cumulus_pallet_xcmp_queue::pallet::Error + **/ CumulusPalletXcmpQueueError: { _enum: [ "BadQueueConfig", @@ -5559,7 +6209,9 @@ export default { "TooBig" ] }, - /** Lookup631: pallet_xcm::pallet::QueryStatus */ + /** + * Lookup631: pallet_xcm::pallet::QueryStatus + **/ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5578,7 +6230,9 @@ export default { } } }, - /** Lookup635: xcm::VersionedResponse */ + /** + * Lookup635: xcm::VersionedResponse + **/ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5588,7 +6242,9 @@ export default { V4: "StagingXcmV4Response" } }, - /** Lookup641: pallet_xcm::pallet::VersionMigrationStage */ + /** + * Lookup641: pallet_xcm::pallet::VersionMigrationStage + **/ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5597,14 +6253,18 @@ export default { MigrateAndNotifyOldTargets: "Null" } }, - /** Lookup644: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** + * Lookup644: pallet_xcm::pallet::RemoteLockedFungibleRecord + **/ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>" }, - /** Lookup651: pallet_xcm::pallet::Error */ + /** + * Lookup651: pallet_xcm::pallet::Error + **/ PalletXcmError: { _enum: [ "Unreachable", @@ -5634,7 +6294,9 @@ export default { "LocalExecutionIncomplete" ] }, - /** Lookup652: pallet_assets::types::AssetDetails */ + /** + * Lookup652: pallet_assets::types::AssetDetails + **/ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5649,22 +6311,30 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus" }, - /** Lookup653: pallet_assets::types::AssetStatus */ + /** + * Lookup653: pallet_assets::types::AssetStatus + **/ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"] }, - /** Lookup655: pallet_assets::types::AssetAccount */ + /** + * Lookup655: pallet_assets::types::AssetAccount + **/ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null" }, - /** Lookup656: pallet_assets::types::AccountStatus */ + /** + * Lookup656: pallet_assets::types::AccountStatus + **/ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"] }, - /** Lookup657: pallet_assets::types::ExistenceReason */ + /** + * Lookup657: pallet_assets::types::ExistenceReason + **/ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5674,15 +6344,16 @@ export default { DepositFrom: "(AccountId20,u128)" } }, - /** Lookup659: pallet_assets::types::Approval */ + /** + * Lookup659: pallet_assets::types::Approval + **/ PalletAssetsApproval: { amount: "u128", deposit: "u128" }, /** - * Lookup660: pallet_assets::types::AssetMetadata> - */ + * Lookup660: pallet_assets::types::AssetMetadata> + **/ PalletAssetsAssetMetadata: { deposit: "u128", name: "Bytes", @@ -5690,7 +6361,9 @@ export default { decimals: "u8", isFrozen: "bool" }, - /** Lookup662: pallet_assets::pallet::Error */ + /** + * Lookup662: pallet_assets::pallet::Error + **/ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5716,7 +6389,9 @@ export default { "BadAssetId" ] }, - /** Lookup663: pallet_asset_manager::pallet::Error */ + /** + * Lookup663: pallet_asset_manager::pallet::Error + **/ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5729,7 +6404,9 @@ export default { "NonExistentLocalAsset" ] }, - /** Lookup664: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** + * Lookup664: pallet_xcm_transactor::relay_indices::RelayChainIndices + **/ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5750,7 +6427,9 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8" }, - /** Lookup665: pallet_xcm_transactor::pallet::Error */ + /** + * Lookup665: pallet_xcm_transactor::pallet::Error + **/ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5782,11 +6461,15 @@ export default { "RefundNotSupportedWithTransactInfo" ] }, - /** Lookup666: pallet_ethereum_xcm::pallet::Error */ + /** + * Lookup666: pallet_ethereum_xcm::pallet::Error + **/ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"] }, - /** Lookup667: pallet_message_queue::BookState */ + /** + * Lookup667: pallet_message_queue::BookState + **/ PalletMessageQueueBookState: { _alias: { size_: "size" @@ -5798,12 +6481,16 @@ export default { messageCount: "u64", size_: "u64" }, - /** Lookup669: pallet_message_queue::Neighbours */ + /** + * Lookup669: pallet_message_queue::Neighbours + **/ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin" }, - /** Lookup671: pallet_message_queue::Page */ + /** + * Lookup671: pallet_message_queue::Page + **/ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5812,7 +6499,9 @@ export default { last: "u32", heap: "Bytes" }, - /** Lookup673: pallet_message_queue::pallet::Error */ + /** + * Lookup673: pallet_message_queue::pallet::Error + **/ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5826,11 +6515,15 @@ export default { "RecursiveDisallowed" ] }, - /** Lookup675: pallet_moonbeam_foreign_assets::AssetStatus */ + /** + * Lookup675: pallet_moonbeam_foreign_assets::AssetStatus + **/ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"] }, - /** Lookup676: pallet_moonbeam_foreign_assets::pallet::Error */ + /** + * Lookup676: pallet_moonbeam_foreign_assets::pallet::Error + **/ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5849,7 +6542,9 @@ export default { "TooManyForeignAssets" ] }, - /** Lookup678: pallet_xcm_weight_trader::pallet::Error */ + /** + * Lookup678: pallet_xcm_weight_trader::pallet::Error + **/ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5860,24 +6555,34 @@ export default { "PriceCannotBeZero" ] }, - /** Lookup679: pallet_emergency_para_xcm::XcmMode */ + /** + * Lookup679: pallet_emergency_para_xcm::XcmMode + **/ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"] }, - /** Lookup680: pallet_emergency_para_xcm::pallet::Error */ + /** + * Lookup680: pallet_emergency_para_xcm::pallet::Error + **/ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"] }, - /** Lookup682: pallet_precompile_benchmarks::pallet::Error */ + /** + * Lookup682: pallet_precompile_benchmarks::pallet::Error + **/ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"] }, - /** Lookup683: pallet_randomness::types::RequestState */ + /** + * Lookup683: pallet_randomness::types::RequestState + **/ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128" }, - /** Lookup684: pallet_randomness::types::Request> */ + /** + * Lookup684: pallet_randomness::types::Request> + **/ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5887,26 +6592,34 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo" }, - /** Lookup685: pallet_randomness::types::RequestInfo */ + /** + * Lookup685: pallet_randomness::types::RequestInfo + **/ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)" } }, - /** Lookup686: pallet_randomness::types::RequestType */ + /** + * Lookup686: pallet_randomness::types::RequestType + **/ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32" } }, - /** Lookup687: pallet_randomness::types::RandomnessResult */ + /** + * Lookup687: pallet_randomness::types::RandomnessResult + **/ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64" }, - /** Lookup688: pallet_randomness::pallet::Error */ + /** + * Lookup688: pallet_randomness::pallet::Error + **/ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5923,30 +6636,52 @@ export default { "RandomnessResultNotFilled" ] }, - /** Lookup691: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** + * Lookup691: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender + **/ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup692: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** + * Lookup692: frame_system::extensions::check_spec_version::CheckSpecVersion + **/ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup693: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** + * Lookup693: frame_system::extensions::check_tx_version::CheckTxVersion + **/ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup694: frame_system::extensions::check_genesis::CheckGenesis */ + /** + * Lookup694: frame_system::extensions::check_genesis::CheckGenesis + **/ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup697: frame_system::extensions::check_nonce::CheckNonce */ + /** + * Lookup697: frame_system::extensions::check_nonce::CheckNonce + **/ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup698: frame_system::extensions::check_weight::CheckWeight */ + /** + * Lookup698: frame_system::extensions::check_weight::CheckWeight + **/ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup699: pallet_transaction_payment::ChargeTransactionPayment */ + /** + * Lookup699: pallet_transaction_payment::ChargeTransactionPayment + **/ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup700: frame_metadata_hash_extension::CheckMetadataHash */ + /** + * Lookup700: frame_metadata_hash_extension::CheckMetadataHash + **/ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode" }, - /** Lookup701: frame_metadata_hash_extension::Mode */ + /** + * Lookup701: frame_metadata_hash_extension::Mode + **/ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"] }, - /** Lookup702: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** + * Lookup702: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim + **/ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup704: moonbeam_runtime::Runtime */ + /** + * Lookup704: moonbeam_runtime::Runtime + **/ MoonbeamRuntimeRuntime: "Null" }; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts index 0d8d4e91c1..4406481db6 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts @@ -25,125 +25,168 @@ export type __AugmentedConst = AugmentedConst declare module "@polkadot/api-base/types/consts" { interface AugmentedConsts { assets: { - /** The amount of funds that must be reserved when creating a new approval. */ + /** + * The amount of funds that must be reserved when creating a new approval. + **/ approvalDeposit: u128 & AugmentedConst; - /** The amount of funds that must be reserved for a non-provider asset account to be maintained. */ + /** + * The amount of funds that must be reserved for a non-provider asset account to be + * maintained. + **/ assetAccountDeposit: u128 & AugmentedConst; - /** The basic amount of funds that must be reserved for an asset. */ + /** + * The basic amount of funds that must be reserved for an asset. + **/ assetDeposit: u128 & AugmentedConst; - /** The basic amount of funds that must be reserved when adding metadata to your asset. */ + /** + * The basic amount of funds that must be reserved when adding metadata to your asset. + **/ metadataDepositBase: u128 & AugmentedConst; - /** The additional funds that must be reserved for the number of bytes you store in your metadata. */ + /** + * The additional funds that must be reserved for the number of bytes you store in your + * metadata. + **/ metadataDepositPerByte: u128 & AugmentedConst; /** * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call. * * Must be configured to result in a weight that makes each call fit in a block. - */ + **/ removeItemsLimit: u32 & AugmentedConst; - /** The maximum length of a name or symbol stored on-chain. */ + /** + * The maximum length of a name or symbol stored on-chain. + **/ stringLimit: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; asyncBacking: { - /** Purely informative, but used by mocking tools like chospticks to allow knowing how to mock blocks */ + /** + * Purely informative, but used by mocking tools like chospticks to allow knowing how to mock + * blocks + **/ expectedBlockTime: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; balances: { /** * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO! * - * If you _really_ need it to be zero, you can enable the feature `insecure_zero_ed` for this - * pallet. However, you do so at your own risk: this will open up a major DoS vector. In case - * you have multiple sources of provider references, you may also get unexpected behaviour if - * you set this to zero. + * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for + * this pallet. However, you do so at your own risk: this will open up a major DoS vector. + * In case you have multiple sources of provider references, you may also get unexpected + * behaviour if you set this to zero. * * Bottom line: Do yourself a favour and make it at least one! - */ + **/ existentialDeposit: u128 & AugmentedConst; - /** The maximum number of individual freeze locks that can exist on an account at any time. */ + /** + * The maximum number of individual freeze locks that can exist on an account at any time. + **/ maxFreezes: u32 & AugmentedConst; /** - * The maximum number of locks that should exist on an account. Not strictly enforced, but - * used for weight estimation. + * The maximum number of locks that should exist on an account. + * Not strictly enforced, but used for weight estimation. * - * Use of locks is deprecated in favour of freezes. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` + **/ maxLocks: u32 & AugmentedConst; /** * The maximum number of named reserves that can exist on an account. * - * Use of reserves is deprecated in favour of holds. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` + **/ maxReserves: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; convictionVoting: { /** * The maximum number of concurrent votes an account may have. * - * Also used to compute weight, an overly large value can lead to extrinsics with large weight - * estimation: see `delegate` for instance. - */ + * Also used to compute weight, an overly large value can lead to extrinsics with large + * weight estimation: see `delegate` for instance. + **/ maxVotes: u32 & AugmentedConst; /** * The minimum period of vote locking. * * It should be no shorter than enactment period to ensure that in the case of an approval, * those successful voters are locked into the consequences that their votes entail. - */ + **/ voteLockingPeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; crowdloanRewards: { - /** Percentage to be payed at initialization */ + /** + * Percentage to be payed at initialization + **/ initializationPayment: Perbill & AugmentedConst; maxInitContributors: u32 & AugmentedConst; /** - * A fraction representing the percentage of proofs that need to be presented to change a - * reward address through the relay keys - */ + * A fraction representing the percentage of proofs + * that need to be presented to change a reward address through the relay keys + **/ rewardAddressRelayVoteThreshold: Perbill & AugmentedConst; /** * Network Identifier to be appended into the signatures for reward address change/association * Prevents replay attacks from one network to the other - */ + **/ signatureNetworkIdentifier: Bytes & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; identity: { - /** The amount held on deposit for a registered identity. */ + /** + * The amount held on deposit for a registered identity. + **/ basicDeposit: u128 & AugmentedConst; - /** The amount held on deposit per encoded byte for a registered identity. */ + /** + * The amount held on deposit per encoded byte for a registered identity. + **/ byteDeposit: u128 & AugmentedConst; /** - * Maximum number of registrars allowed in the system. Needed to bound the complexity of, - * e.g., updating judgements. - */ + * Maximum number of registrars allowed in the system. Needed to bound the complexity + * of, e.g., updating judgements. + **/ maxRegistrars: u32 & AugmentedConst; - /** The maximum number of sub-accounts allowed per identified account. */ + /** + * The maximum number of sub-accounts allowed per identified account. + **/ maxSubAccounts: u32 & AugmentedConst; - /** The maximum length of a suffix. */ + /** + * The maximum length of a suffix. + **/ maxSuffixLength: u32 & AugmentedConst; - /** The maximum length of a username, including its suffix and any system-added delimiters. */ + /** + * The maximum length of a username, including its suffix and any system-added delimiters. + **/ maxUsernameLength: u32 & AugmentedConst; - /** The number of blocks within which a username grant must be accepted. */ + /** + * The number of blocks within which a username grant must be accepted. + **/ pendingUsernameExpiration: u32 & AugmentedConst; /** * The amount held on deposit for a registered subaccount. This should account for the fact - * that one storage item's value will increase by the size of an account ID, and there will be - * another trie item whose value is the size of an account ID plus 32 bytes. - */ + * that one storage item's value will increase by the size of an account ID, and there will + * be another trie item whose value is the size of an account ID plus 32 bytes. + **/ subAccountDeposit: u128 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; messageQueue: { @@ -151,179 +194,251 @@ declare module "@polkadot/api-base/types/consts" { * The size of the page; this implies the maximum message size which can be sent. * * A good value depends on the expected message sizes, their weights, the weight that is - * available for processing them and the maximal needed message size. The maximal message size - * is slightly lower than this as defined by [`MaxMessageLenOf`]. - */ + * available for processing them and the maximal needed message size. The maximal message + * size is slightly lower than this as defined by [`MaxMessageLenOf`]. + **/ heapSize: u32 & AugmentedConst; /** * The maximum amount of weight (if any) to be used from remaining weight `on_idle` which - * should be provided to the message queue for servicing enqueued items `on_idle`. Useful for - * parachains to process messages at the same block they are received. + * should be provided to the message queue for servicing enqueued items `on_idle`. + * Useful for parachains to process messages at the same block they are received. * * If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`. - */ + **/ idleMaxServiceWeight: Option & AugmentedConst; /** - * The maximum number of stale pages (i.e. of overweight messages) allowed before culling can - * happen. Once there are more stale pages than this, then historical pages may be dropped, - * even if they contain unprocessed overweight messages. - */ + * The maximum number of stale pages (i.e. of overweight messages) allowed before culling + * can happen. Once there are more stale pages than this, then historical pages may be + * dropped, even if they contain unprocessed overweight messages. + **/ maxStale: u32 & AugmentedConst; /** - * The amount of weight (if any) which should be provided to the message queue for servicing - * enqueued items `on_initialize`. + * The amount of weight (if any) which should be provided to the message queue for + * servicing enqueued items `on_initialize`. * * This may be legitimately `None` in the case that you will call - * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have it - * run in `on_idle`. - */ + * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have + * it run in `on_idle`. + **/ serviceWeight: Option & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; moonbeamOrbiters: { - /** Maximum number of orbiters per collator. */ + /** + * Maximum number of orbiters per collator. + **/ maxPoolSize: u32 & AugmentedConst; - /** Maximum number of round to keep on storage. */ + /** + * Maximum number of round to keep on storage. + **/ maxRoundArchive: u32 & AugmentedConst; /** - * Number of rounds before changing the selected orbiter. WARNING: when changing - * `RotatePeriod`, you need a migration code that sets `ForceRotation` to true to avoid holes - * in `OrbiterPerRound`. - */ + * Number of rounds before changing the selected orbiter. + * WARNING: when changing `RotatePeriod`, you need a migration code that sets + * `ForceRotation` to true to avoid holes in `OrbiterPerRound`. + **/ rotatePeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; multisig: { /** - * The base amount of currency needed to reserve for creating a multisig execution or to store - * a dispatch call for later. + * The base amount of currency needed to reserve for creating a multisig execution or to + * store a dispatch call for later. * - * This is held for an additional storage item whose value size is `4 + sizeof((BlockNumber, - * Balance, AccountId))` bytes and whose key size is `32 + sizeof(AccountId)` bytes. - */ + * This is held for an additional storage item whose value size is + * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is + * `32 + sizeof(AccountId)` bytes. + **/ depositBase: u128 & AugmentedConst; /** * The amount of currency needed per unit threshold when creating a multisig execution. * * This is held for adding 32 bytes more into a pre-existing storage value. - */ + **/ depositFactor: u128 & AugmentedConst; - /** The maximum amount of signatories allowed in the multisig. */ + /** + * The maximum amount of signatories allowed in the multisig. + **/ maxSignatories: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; openTechCommitteeCollective: { - /** The maximum weight of a dispatch call that can be proposed and executed. */ + /** + * The maximum weight of a dispatch call that can be proposed and executed. + **/ maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; parachainStaking: { - /** Get the average time beetween 2 blocks in milliseconds */ + /** + * Get the average time beetween 2 blocks in milliseconds + **/ blockTime: u64 & AugmentedConst; - /** Number of rounds candidate requests to decrease self-bond must wait to be executable */ + /** + * Number of rounds candidate requests to decrease self-bond must wait to be executable + **/ candidateBondLessDelay: u32 & AugmentedConst; - /** Number of rounds that delegation less requests must wait before executable */ + /** + * Number of rounds that delegation less requests must wait before executable + **/ delegationBondLessDelay: u32 & AugmentedConst; - /** Number of rounds that candidates remain bonded before exit request is executable */ + /** + * Number of rounds that candidates remain bonded before exit request is executable + **/ leaveCandidatesDelay: u32 & AugmentedConst; - /** Number of rounds that delegators remain bonded before exit request is executable */ + /** + * Number of rounds that delegators remain bonded before exit request is executable + **/ leaveDelegatorsDelay: u32 & AugmentedConst; - /** Maximum bottom delegations (not counted) per candidate */ + /** + * Maximum bottom delegations (not counted) per candidate + **/ maxBottomDelegationsPerCandidate: u32 & AugmentedConst; - /** Maximum candidates */ + /** + * Maximum candidates + **/ maxCandidates: u32 & AugmentedConst; - /** Maximum delegations per delegator */ + /** + * Maximum delegations per delegator + **/ maxDelegationsPerDelegator: u32 & AugmentedConst; /** - * If a collator doesn't produce any block on this number of rounds, it is notified as - * inactive. This value must be less than or equal to RewardPaymentDelay. - */ + * If a collator doesn't produce any block on this number of rounds, it is notified as inactive. + * This value must be less than or equal to RewardPaymentDelay. + **/ maxOfflineRounds: u32 & AugmentedConst; - /** Maximum top delegations counted per candidate */ + /** + * Maximum top delegations counted per candidate + **/ maxTopDelegationsPerCandidate: u32 & AugmentedConst; - /** Minimum number of blocks per round */ + /** + * Minimum number of blocks per round + **/ minBlocksPerRound: u32 & AugmentedConst; - /** Minimum stake required for any account to be a collator candidate */ + /** + * Minimum stake required for any account to be a collator candidate + **/ minCandidateStk: u128 & AugmentedConst; - /** Minimum stake for any registered on-chain account to delegate */ + /** + * Minimum stake for any registered on-chain account to delegate + **/ minDelegation: u128 & AugmentedConst; - /** Minimum number of selected candidates every round */ + /** + * Minimum number of selected candidates every round + **/ minSelectedCandidates: u32 & AugmentedConst; - /** Number of rounds that delegations remain bonded before revocation request is executable */ + /** + * Number of rounds that delegations remain bonded before revocation request is executable + **/ revokeDelegationDelay: u32 & AugmentedConst; - /** Number of rounds after which block authors are rewarded */ + /** + * Number of rounds after which block authors are rewarded + **/ rewardPaymentDelay: u32 & AugmentedConst; - /** Get the slot duration in milliseconds */ + /** + * Get the slot duration in milliseconds + **/ slotDuration: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; parachainSystem: { - /** Returns the parachain ID we are running with. */ + /** + * Returns the parachain ID we are running with. + **/ selfParaId: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; proxy: { /** * The base amount of currency needed to reserve for creating an announcement. * - * This is held when a new storage item holding a `Balance` is created (typically 16 bytes). - */ + * This is held when a new storage item holding a `Balance` is created (typically 16 + * bytes). + **/ announcementDepositBase: u128 & AugmentedConst; /** * The amount of currency needed per announcement made. * - * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) into - * a pre-existing storage value. - */ + * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes) + * into a pre-existing storage value. + **/ announcementDepositFactor: u128 & AugmentedConst; - /** The maximum amount of time-delayed announcements that are allowed to be pending. */ + /** + * The maximum amount of time-delayed announcements that are allowed to be pending. + **/ maxPending: u32 & AugmentedConst; - /** The maximum amount of proxies allowed for a single account. */ + /** + * The maximum amount of proxies allowed for a single account. + **/ maxProxies: u32 & AugmentedConst; /** * The base amount of currency needed to reserve for creating a proxy. * - * This is held for an additional storage item whose value size is `sizeof(Balance)` bytes and - * whose key size is `sizeof(AccountId)` bytes. - */ + * This is held for an additional storage item whose value size is + * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes. + **/ proxyDepositBase: u128 & AugmentedConst; /** * The amount of currency needed per proxy added. * - * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing - * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * + proxy_type.encode().len()` bytes of data. - */ + * This is held for adding 32 bytes plus an instance of `ProxyType` more into a + * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take + * into account `32 + proxy_type.encode().len()` bytes of data. + **/ proxyDepositFactor: u128 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; randomness: { - /** Local requests expire and can be purged from storage after this many blocks/epochs */ + /** + * Local requests expire and can be purged from storage after this many blocks/epochs + **/ blockExpirationDelay: u32 & AugmentedConst; - /** The amount that should be taken as a security deposit when requesting randomness. */ + /** + * The amount that should be taken as a security deposit when requesting randomness. + **/ deposit: u128 & AugmentedConst; - /** Babe requests expire and can be purged from storage after this many blocks/epochs */ + /** + * Babe requests expire and can be purged from storage after this many blocks/epochs + **/ epochExpirationDelay: u64 & AugmentedConst; /** - * Local per-block VRF requests must be at most this many blocks after the block in which they - * were requested - */ + * Local per-block VRF requests must be at most this many blocks after the block in which + * they were requested + **/ maxBlockDelay: u32 & AugmentedConst; - /** Maximum number of random words that can be requested per request */ + /** + * Maximum number of random words that can be requested per request + **/ maxRandomWords: u8 & AugmentedConst; /** * Local per-block VRF requests must be at least this many blocks after the block in which * they were requested - */ + **/ minBlockDelay: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; referenda: { @@ -331,89 +446,119 @@ declare module "@polkadot/api-base/types/consts" { * Quantization level for the referendum wakeup scheduler. A higher number will result in * fewer storage reads/writes needed for smaller voters, but also result in delays to the * automatic referendum status changes. Explicit servicing instructions are unaffected. - */ + **/ alarmInterval: u32 & AugmentedConst; - /** Maximum size of the referendum queue for a single track. */ + /** + * Maximum size of the referendum queue for a single track. + **/ maxQueued: u32 & AugmentedConst; - /** The minimum amount to be used as a deposit for a public referendum proposal. */ + /** + * The minimum amount to be used as a deposit for a public referendum proposal. + **/ submissionDeposit: u128 & AugmentedConst; - /** Information concerning the different referendum tracks. */ + /** + * Information concerning the different referendum tracks. + **/ tracks: Vec> & AugmentedConst; /** - * The number of blocks after submission that a referendum must begin being decided by. Once - * this passes, then anyone may cancel the referendum. - */ + * The number of blocks after submission that a referendum must begin being decided by. + * Once this passes, then anyone may cancel the referendum. + **/ undecidingTimeout: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; relayStorageRoots: { /** - * Limit the number of relay storage roots that will be stored. This limit applies to the - * number of items, not to their age. Decreasing the value of `MaxStorageRoots` is a breaking - * change and needs a migration to clean the `RelayStorageRoots` mapping. - */ + * Limit the number of relay storage roots that will be stored. + * This limit applies to the number of items, not to their age. Decreasing the value of + * `MaxStorageRoots` is a breaking change and needs a migration to clean the + * `RelayStorageRoots` mapping. + **/ maxStorageRoots: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; scheduler: { - /** The maximum weight that may be scheduled per block for any dispatchables. */ + /** + * The maximum weight that may be scheduled per block for any dispatchables. + **/ maximumWeight: SpWeightsWeightV2Weight & AugmentedConst; /** * The maximum number of scheduled calls in the queue for a single block. * * NOTE: - * - * - Dependent pallets' benchmarks might require a higher limit for the setting. Set a higher - * limit under `runtime-benchmarks` feature. - */ + * + Dependent pallets' benchmarks might require a higher limit for the setting. Set a + * higher limit under `runtime-benchmarks` feature. + **/ maxScheduledPerBlock: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; system: { - /** Maximum number of block number to block hash mappings to keep (oldest pruned first). */ + /** + * Maximum number of block number to block hash mappings to keep (oldest pruned first). + **/ blockHashCount: u32 & AugmentedConst; - /** The maximum length of a block (in bytes). */ + /** + * The maximum length of a block (in bytes). + **/ blockLength: FrameSystemLimitsBlockLength & AugmentedConst; - /** Block & extrinsics weights: base values and limits. */ + /** + * Block & extrinsics weights: base values and limits. + **/ blockWeights: FrameSystemLimitsBlockWeights & AugmentedConst; - /** The weight of runtime database operations the runtime can invoke. */ + /** + * The weight of runtime database operations the runtime can invoke. + **/ dbWeight: SpWeightsRuntimeDbWeight & AugmentedConst; /** * The designated SS58 prefix of this chain. * - * This replaces the "ss58Format" property declared in the chain spec. Reason is that the - * runtime should know about the prefix in order to make use of it as an identifier of the chain. - */ + * This replaces the "ss58Format" property declared in the chain spec. Reason is + * that the runtime should know about the prefix in order to make use of it as + * an identifier of the chain. + **/ ss58Prefix: u16 & AugmentedConst; - /** Get the chain's in-code version. */ + /** + * Get the chain's in-code version. + **/ version: SpVersionRuntimeVersion & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; timestamp: { /** * The minimum period between blocks. * - * Be aware that this is different to the _expected_ period that the block production - * apparatus provides. Your chosen consensus system will generally work with this to determine - * a sensible block time. For example, in the Aura pallet it will be double this period on - * default settings. - */ + * Be aware that this is different to the *expected* period that the block production + * apparatus provides. Your chosen consensus system will generally work with this to + * determine a sensible block time. For example, in the Aura pallet it will be double this + * period on default settings. + **/ minimumPeriod: u64 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; transactionPayment: { /** - * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their `priority` + * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their + * `priority` * - * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later added - * to a tip component in regular `priority` calculations. It means that a `Normal` transaction - * can front-run a similarly-sized `Operational` extrinsic (with no tip), by including a tip - * value greater than the virtual tip. + * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later + * added to a tip component in regular `priority` calculations. + * It means that a `Normal` transaction can front-run a similarly-sized `Operational` + * extrinsic (with no tip), by including a tip value greater than the virtual tip. * * ```rust,ignore * // For `Normal` @@ -424,55 +569,76 @@ declare module "@polkadot/api-base/types/consts" { * let priority = priority_calc(tip + virtual_tip); * ``` * - * Note that since we use `final_fee` the multiplier applies also to the regular `tip` sent - * with the transaction. So, not only does the transaction get a priority bump based on the - * `inclusion_fee`, but we also amplify the impact of tips applied to `Operational` transactions. - */ + * Note that since we use `final_fee` the multiplier applies also to the regular `tip` + * sent with the transaction. So, not only does the transaction get a priority bump based + * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational` + * transactions. + **/ operationalFeeMultiplier: u8 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; treasury: { - /** Percentage of spare funds (if any) that are burnt per spend period. */ + /** + * Percentage of spare funds (if any) that are burnt per spend period. + **/ burn: Permill & AugmentedConst; /** * The maximum number of approvals that can wait in the spending queue. * * NOTE: This parameter is also used within the Bounties Pallet extension if enabled. - */ + **/ maxApprovals: u32 & AugmentedConst; - /** The treasury's pallet id, used for deriving its sovereign account ID. */ + /** + * The treasury's pallet id, used for deriving its sovereign account ID. + **/ palletId: FrameSupportPalletId & AugmentedConst; - /** The period during which an approved treasury spend has to be claimed. */ + /** + * The period during which an approved treasury spend has to be claimed. + **/ payoutPeriod: u32 & AugmentedConst; - /** Period between successive spends. */ + /** + * Period between successive spends. + **/ spendPeriod: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; treasuryCouncilCollective: { - /** The maximum weight of a dispatch call that can be proposed and executed. */ + /** + * The maximum weight of a dispatch call that can be proposed and executed. + **/ maxProposalWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; utility: { - /** The limit on the number of batched calls. */ + /** + * The limit on the number of batched calls. + **/ batchedCallsLimit: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; xcmpQueue: { /** * Maximal number of outbound XCMP channels that can have messages queued at the same time. * - * If this is reached, then no further messages can be sent to channels that do not yet have a - * message queued. This should be set to the expected maximum of outbound channels which is - * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since - * otherwise the congestion control protocol will not work as intended and messages may be - * dropped. This value increases the PoV and should therefore not be picked too high. - * Governance needs to pay attention to not open more channels than this value. - */ + * If this is reached, then no further messages can be sent to channels that do not yet + * have a message queued. This should be set to the expected maximum of outbound channels + * which is determined by [`Self::ChannelInfo`]. It is important to set this large enough, + * since otherwise the congestion control protocol will not work as intended and messages + * may be dropped. This value increases the PoV and should therefore not be picked too + * high. Governance needs to pay attention to not open more channels than this value. + **/ maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. @@ -480,7 +646,7 @@ declare module "@polkadot/api-base/types/consts" { * Any further channel suspensions will fail and messages may get dropped without further * notice. Choosing a high value (1000) is okay; the trade-off that is described in * [`InboundXcmpSuspended`] still applies at that scale. - */ + **/ maxInboundSuspended: u32 & AugmentedConst; /** * The maximal page size for HRMP message pages. @@ -488,17 +654,27 @@ declare module "@polkadot/api-base/types/consts" { * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case * benchmarking. The limit for the size of a message is slightly below this, since some * overhead is incurred for encoding the format. - */ + **/ maxPageSize: u32 & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; xcmTransactor: { - /** The actual weight for an XCM message is `T::BaseXcmWeight + T::Weigher::weight(&msg)`. */ + /** + * + * The actual weight for an XCM message is `T::BaseXcmWeight + + * T::Weigher::weight(&msg)`. + **/ baseXcmWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** Self chain location. */ + /** + * Self chain location. + **/ selfLocation: StagingXcmV4Location & AugmentedConst; - /** Generic const */ + /** + * Generic const + **/ [key: string]: Codec; }; } // AugmentedConsts diff --git a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts index d64ef4b4ad..26967c2553 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts @@ -20,246 +20,430 @@ declare module "@polkadot/api-base/types/errors" { NonExistentLocalAsset: AugmentedError; NotSufficientDeposit: AugmentedError; TooLowNumAssetsWeightHint: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; assets: { - /** The asset-account already exists. */ + /** + * The asset-account already exists. + **/ AlreadyExists: AugmentedError; - /** The asset is not live, and likely being destroyed. */ + /** + * The asset is not live, and likely being destroyed. + **/ AssetNotLive: AugmentedError; - /** The asset ID must be equal to the [`NextAssetId`]. */ + /** + * The asset ID must be equal to the [`NextAssetId`]. + **/ BadAssetId: AugmentedError; - /** Invalid metadata given. */ + /** + * Invalid metadata given. + **/ BadMetadata: AugmentedError; - /** Invalid witness data given. */ + /** + * Invalid witness data given. + **/ BadWitness: AugmentedError; - /** Account balance must be greater than or equal to the transfer amount. */ + /** + * Account balance must be greater than or equal to the transfer amount. + **/ BalanceLow: AugmentedError; - /** Callback action resulted in error */ + /** + * Callback action resulted in error + **/ CallbackFailed: AugmentedError; - /** The origin account is frozen. */ + /** + * The origin account is frozen. + **/ Frozen: AugmentedError; - /** The asset status is not the expected status. */ + /** + * The asset status is not the expected status. + **/ IncorrectStatus: AugmentedError; - /** The asset ID is already taken. */ + /** + * The asset ID is already taken. + **/ InUse: AugmentedError; /** - * The asset is a live asset and is actively being used. Usually emit for operations such as - * `start_destroy` which require the asset to be in a destroying state. - */ + * The asset is a live asset and is actively being used. Usually emit for operations such + * as `start_destroy` which require the asset to be in a destroying state. + **/ LiveAsset: AugmentedError; - /** Minimum balance should be non-zero. */ + /** + * Minimum balance should be non-zero. + **/ MinBalanceZero: AugmentedError; - /** The account to alter does not exist. */ + /** + * The account to alter does not exist. + **/ NoAccount: AugmentedError; - /** The asset-account doesn't have an associated deposit. */ + /** + * The asset-account doesn't have an associated deposit. + **/ NoDeposit: AugmentedError; - /** The signing account has no permission to do the operation. */ + /** + * The signing account has no permission to do the operation. + **/ NoPermission: AugmentedError; - /** The asset should be frozen before the given operation. */ + /** + * The asset should be frozen before the given operation. + **/ NotFrozen: AugmentedError; - /** No approval exists that would allow the transfer. */ + /** + * No approval exists that would allow the transfer. + **/ Unapproved: AugmentedError; /** * Unable to increment the consumer reference counters on the account. Either no provider - * reference exists to allow a non-zero balance of a non-self-sufficient asset, or one fewer - * then the maximum number of consumers has been reached. - */ + * reference exists to allow a non-zero balance of a non-self-sufficient asset, or one + * fewer then the maximum number of consumers has been reached. + **/ UnavailableConsumer: AugmentedError; - /** The given asset ID is unknown. */ + /** + * The given asset ID is unknown. + **/ Unknown: AugmentedError; - /** The operation would result in funds being burned. */ + /** + * The operation would result in funds being burned. + **/ WouldBurn: AugmentedError; - /** The source account would not survive the transfer and it needs to stay alive. */ + /** + * The source account would not survive the transfer and it needs to stay alive. + **/ WouldDie: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; authorInherent: { - /** Author already set in block. */ + /** + * Author already set in block. + **/ AuthorAlreadySet: AugmentedError; - /** The author in the inherent is not an eligible author. */ + /** + * The author in the inherent is not an eligible author. + **/ CannotBeAuthor: AugmentedError; - /** No AccountId was found to be associated with this author */ + /** + * No AccountId was found to be associated with this author + **/ NoAccountId: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; authorMapping: { - /** The NimbusId in question is already associated and cannot be overwritten */ + /** + * The NimbusId in question is already associated and cannot be overwritten + **/ AlreadyAssociated: AugmentedError; - /** The association can't be cleared because it is not found. */ + /** + * The association can't be cleared because it is not found. + **/ AssociationNotFound: AugmentedError; - /** This account cannot set an author because it cannon afford the security deposit */ + /** + * This account cannot set an author because it cannon afford the security deposit + **/ CannotAffordSecurityDeposit: AugmentedError; - /** Failed to decode T::Keys for `set_keys` */ + /** + * Failed to decode T::Keys for `set_keys` + **/ DecodeKeysFailed: AugmentedError; - /** Failed to decode NimbusId for `set_keys` */ + /** + * Failed to decode NimbusId for `set_keys` + **/ DecodeNimbusFailed: AugmentedError; - /** The association can't be cleared because it belongs to another account. */ + /** + * The association can't be cleared because it belongs to another account. + **/ NotYourAssociation: AugmentedError; - /** No existing NimbusId can be found for the account */ + /** + * No existing NimbusId can be found for the account + **/ OldAuthorIdNotFound: AugmentedError; - /** Keys have wrong size */ + /** + * Keys have wrong size + **/ WrongKeySize: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; balances: { - /** Beneficiary account must pre-exist. */ + /** + * Beneficiary account must pre-exist. + **/ DeadAccount: AugmentedError; - /** The delta cannot be zero. */ + /** + * The delta cannot be zero. + **/ DeltaZero: AugmentedError; - /** Value too low to create account due to existential deposit. */ + /** + * Value too low to create account due to existential deposit. + **/ ExistentialDeposit: AugmentedError; - /** A vesting schedule already exists for this account. */ + /** + * A vesting schedule already exists for this account. + **/ ExistingVestingSchedule: AugmentedError; - /** Transfer/payment would kill account. */ + /** + * Transfer/payment would kill account. + **/ Expendability: AugmentedError; - /** Balance too low to send value. */ + /** + * Balance too low to send value. + **/ InsufficientBalance: AugmentedError; - /** The issuance cannot be modified since it is already deactivated. */ + /** + * The issuance cannot be modified since it is already deactivated. + **/ IssuanceDeactivated: AugmentedError; - /** Account liquidity restrictions prevent withdrawal. */ + /** + * Account liquidity restrictions prevent withdrawal. + **/ LiquidityRestrictions: AugmentedError; - /** Number of freezes exceed `MaxFreezes`. */ + /** + * Number of freezes exceed `MaxFreezes`. + **/ TooManyFreezes: AugmentedError; - /** Number of holds exceed `VariantCountOf`. */ + /** + * Number of holds exceed `VariantCountOf`. + **/ TooManyHolds: AugmentedError; - /** Number of named reserves exceed `MaxReserves`. */ + /** + * Number of named reserves exceed `MaxReserves`. + **/ TooManyReserves: AugmentedError; - /** Vesting balance too high to send value. */ + /** + * Vesting balance too high to send value. + **/ VestingBalance: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; convictionVoting: { - /** The account is already delegating. */ + /** + * The account is already delegating. + **/ AlreadyDelegating: AugmentedError; /** - * The account currently has votes attached to it and the operation cannot succeed until these - * are removed through `remove_vote`. - */ + * The account currently has votes attached to it and the operation cannot succeed until + * these are removed through `remove_vote`. + **/ AlreadyVoting: AugmentedError; - /** The class ID supplied is invalid. */ + /** + * The class ID supplied is invalid. + **/ BadClass: AugmentedError; - /** The class must be supplied since it is not easily determinable from the state. */ + /** + * The class must be supplied since it is not easily determinable from the state. + **/ ClassNeeded: AugmentedError; - /** Too high a balance was provided that the account cannot afford. */ + /** + * Too high a balance was provided that the account cannot afford. + **/ InsufficientFunds: AugmentedError; - /** Maximum number of votes reached. */ + /** + * Maximum number of votes reached. + **/ MaxVotesReached: AugmentedError; - /** Delegation to oneself makes no sense. */ + /** + * Delegation to oneself makes no sense. + **/ Nonsense: AugmentedError; - /** The actor has no permission to conduct the action. */ + /** + * The actor has no permission to conduct the action. + **/ NoPermission: AugmentedError; - /** The actor has no permission to conduct the action right now but will do in the future. */ + /** + * The actor has no permission to conduct the action right now but will do in the future. + **/ NoPermissionYet: AugmentedError; - /** The account is not currently delegating. */ + /** + * The account is not currently delegating. + **/ NotDelegating: AugmentedError; - /** Poll is not ongoing. */ + /** + * Poll is not ongoing. + **/ NotOngoing: AugmentedError; - /** The given account did not vote on the poll. */ + /** + * The given account did not vote on the poll. + **/ NotVoter: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; crowdloanRewards: { /** - * User trying to associate a native identity with a relay chain identity for posterior reward - * claiming provided an already associated relay chain identity - */ + * User trying to associate a native identity with a relay chain identity for posterior + * reward claiming provided an already associated relay chain identity + **/ AlreadyAssociated: AugmentedError; - /** Trying to introduce a batch that goes beyond the limits of the funds */ + /** + * Trying to introduce a batch that goes beyond the limits of the funds + **/ BatchBeyondFundPot: AugmentedError; - /** First claim already done */ + /** + * First claim already done + **/ FirstClaimAlreadyDone: AugmentedError; - /** User submitted an unsifficient number of proofs to change the reward address */ + /** + * User submitted an unsifficient number of proofs to change the reward address + **/ InsufficientNumberOfValidProofs: AugmentedError; /** - * User trying to associate a native identity with a relay chain identity for posterior reward - * claiming provided a wrong signature - */ + * User trying to associate a native identity with a relay chain identity for posterior + * reward claiming provided a wrong signature + **/ InvalidClaimSignature: AugmentedError; - /** User trying to claim the first free reward provided the wrong signature */ + /** + * User trying to claim the first free reward provided the wrong signature + **/ InvalidFreeClaimSignature: AugmentedError; /** - * User trying to claim an award did not have an claim associated with it. This may mean they - * did not contribute to the crowdloan, or they have not yet associated a native id with their - * contribution - */ + * User trying to claim an award did not have an claim associated with it. This may mean + * they did not contribute to the crowdloan, or they have not yet associated a native id + * with their contribution + **/ NoAssociatedClaim: AugmentedError; - /** User provided a signature from a non-contributor relay account */ + /** + * User provided a signature from a non-contributor relay account + **/ NonContributedAddressProvided: AugmentedError; - /** The contribution is not high enough to be eligible for rewards */ + /** + * The contribution is not high enough to be eligible for rewards + **/ RewardNotHighEnough: AugmentedError; /** - * User trying to claim rewards has already claimed all rewards associated with its identity - * and contribution - */ + * User trying to claim rewards has already claimed all rewards associated with its + * identity and contribution + **/ RewardsAlreadyClaimed: AugmentedError; - /** Rewards should match funds of the pallet */ + /** + * Rewards should match funds of the pallet + **/ RewardsDoNotMatchFund: AugmentedError; - /** Reward vec has already been initialized */ + /** + * Reward vec has already been initialized + **/ RewardVecAlreadyInitialized: AugmentedError; - /** Reward vec has not yet been fully initialized */ + /** + * Reward vec has not yet been fully initialized + **/ RewardVecNotFullyInitializedYet: AugmentedError; - /** Initialize_reward_vec received too many contributors */ + /** + * Initialize_reward_vec received too many contributors + **/ TooManyContributors: AugmentedError; - /** Provided vesting period is not valid */ + /** + * Provided vesting period is not valid + **/ VestingPeriodNonValid: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; emergencyParaXcm: { - /** The current XCM Mode is not Paused */ + /** + * The current XCM Mode is not Paused + **/ NotInPausedMode: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; ethereum: { - /** Signature is invalid. */ + /** + * Signature is invalid. + **/ InvalidSignature: AugmentedError; - /** Pre-log is present, therefore transact is not allowed. */ + /** + * Pre-log is present, therefore transact is not allowed. + **/ PreLogExists: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; ethereumXcm: { - /** Xcm to Ethereum execution is suspended */ + /** + * Xcm to Ethereum execution is suspended + **/ EthereumXcmExecutionSuspended: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; evm: { - /** Not enough balance to perform action */ + /** + * Not enough balance to perform action + **/ BalanceLow: AugmentedError; - /** Calculating total fee overflowed */ + /** + * Calculating total fee overflowed + **/ FeeOverflow: AugmentedError; - /** Gas limit is too high. */ + /** + * Gas limit is too high. + **/ GasLimitTooHigh: AugmentedError; - /** Gas limit is too low. */ + /** + * Gas limit is too low. + **/ GasLimitTooLow: AugmentedError; - /** Gas price is too low. */ + /** + * Gas price is too low. + **/ GasPriceTooLow: AugmentedError; - /** The chain id is invalid. */ + /** + * The chain id is invalid. + **/ InvalidChainId: AugmentedError; - /** Nonce is invalid */ + /** + * Nonce is invalid + **/ InvalidNonce: AugmentedError; - /** The signature is invalid. */ + /** + * the signature is invalid. + **/ InvalidSignature: AugmentedError; - /** Calculating total payment overflowed */ + /** + * Calculating total payment overflowed + **/ PaymentOverflow: AugmentedError; - /** EVM reentrancy */ + /** + * EVM reentrancy + **/ Reentrancy: AugmentedError; - /** EIP-3607, */ + /** + * EIP-3607, + **/ TransactionMustComeFromEOA: AugmentedError; - /** Undefined error. */ + /** + * Undefined error. + **/ Undefined: AugmentedError; - /** Withdraw fee failed */ + /** + * Withdraw fee failed + **/ WithdrawFailed: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; evmForeignAssets: { @@ -277,226 +461,416 @@ declare module "@polkadot/api-base/types/errors" { InvalidTokenName: AugmentedError; LocationAlreadyExists: AugmentedError; TooManyForeignAssets: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; identity: { - /** Account ID is already named. */ + /** + * Account ID is already named. + **/ AlreadyClaimed: AugmentedError; - /** Empty index. */ + /** + * Empty index. + **/ EmptyIndex: AugmentedError; - /** Fee is changed. */ + /** + * Fee is changed. + **/ FeeChanged: AugmentedError; - /** The index is invalid. */ + /** + * The index is invalid. + **/ InvalidIndex: AugmentedError; - /** Invalid judgement. */ + /** + * Invalid judgement. + **/ InvalidJudgement: AugmentedError; - /** The signature on a username was not valid. */ + /** + * The signature on a username was not valid. + **/ InvalidSignature: AugmentedError; - /** The provided suffix is too long. */ + /** + * The provided suffix is too long. + **/ InvalidSuffix: AugmentedError; - /** The target is invalid. */ + /** + * The target is invalid. + **/ InvalidTarget: AugmentedError; - /** The username does not meet the requirements. */ + /** + * The username does not meet the requirements. + **/ InvalidUsername: AugmentedError; - /** The provided judgement was for a different identity. */ + /** + * The provided judgement was for a different identity. + **/ JudgementForDifferentIdentity: AugmentedError; - /** Judgement given. */ + /** + * Judgement given. + **/ JudgementGiven: AugmentedError; - /** Error that occurs when there is an issue paying for judgement. */ + /** + * Error that occurs when there is an issue paying for judgement. + **/ JudgementPaymentFailed: AugmentedError; - /** The authority cannot allocate any more usernames. */ + /** + * The authority cannot allocate any more usernames. + **/ NoAllocation: AugmentedError; - /** No identity found. */ + /** + * No identity found. + **/ NoIdentity: AugmentedError; - /** The username cannot be forcefully removed because it can still be accepted. */ + /** + * The username cannot be forcefully removed because it can still be accepted. + **/ NotExpired: AugmentedError; - /** Account isn't found. */ + /** + * Account isn't found. + **/ NotFound: AugmentedError; - /** Account isn't named. */ + /** + * Account isn't named. + **/ NotNamed: AugmentedError; - /** Sub-account isn't owned by sender. */ + /** + * Sub-account isn't owned by sender. + **/ NotOwned: AugmentedError; - /** Sender is not a sub-account. */ + /** + * Sender is not a sub-account. + **/ NotSub: AugmentedError; - /** The sender does not have permission to issue a username. */ + /** + * The sender does not have permission to issue a username. + **/ NotUsernameAuthority: AugmentedError; - /** The requested username does not exist. */ + /** + * The requested username does not exist. + **/ NoUsername: AugmentedError; - /** Setting this username requires a signature, but none was provided. */ + /** + * Setting this username requires a signature, but none was provided. + **/ RequiresSignature: AugmentedError; - /** Sticky judgement. */ + /** + * Sticky judgement. + **/ StickyJudgement: AugmentedError; - /** Maximum amount of registrars reached. Cannot add any more. */ + /** + * Maximum amount of registrars reached. Cannot add any more. + **/ TooManyRegistrars: AugmentedError; - /** Too many subs-accounts. */ + /** + * Too many subs-accounts. + **/ TooManySubAccounts: AugmentedError; - /** The username is already taken. */ + /** + * The username is already taken. + **/ UsernameTaken: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; maintenanceMode: { - /** The chain cannot enter maintenance mode because it is already in maintenance mode */ + /** + * The chain cannot enter maintenance mode because it is already in maintenance mode + **/ AlreadyInMaintenanceMode: AugmentedError; - /** The chain cannot resume normal operation because it is not in maintenance mode */ + /** + * The chain cannot resume normal operation because it is not in maintenance mode + **/ NotInMaintenanceMode: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; messageQueue: { - /** The message was already processed and cannot be processed again. */ + /** + * The message was already processed and cannot be processed again. + **/ AlreadyProcessed: AugmentedError; - /** There is temporarily not enough weight to continue servicing messages. */ + /** + * There is temporarily not enough weight to continue servicing messages. + **/ InsufficientWeight: AugmentedError; - /** The referenced message could not be found. */ + /** + * The referenced message could not be found. + **/ NoMessage: AugmentedError; - /** Page to be reaped does not exist. */ + /** + * Page to be reaped does not exist. + **/ NoPage: AugmentedError; - /** Page is not reapable because it has items remaining to be processed and is not old enough. */ + /** + * Page is not reapable because it has items remaining to be processed and is not old + * enough. + **/ NotReapable: AugmentedError; - /** The message is queued for future execution. */ + /** + * The message is queued for future execution. + **/ Queued: AugmentedError; /** * The queue is paused and no message can be executed from it. * * This can change at any time and may resolve in the future by re-trying. - */ + **/ QueuePaused: AugmentedError; - /** Another call is in progress and needs to finish before this call can happen. */ + /** + * Another call is in progress and needs to finish before this call can happen. + **/ RecursiveDisallowed: AugmentedError; /** * This message is temporarily unprocessable. * - * Such errors are expected, but not guaranteed, to resolve themselves eventually through retrying. - */ + * Such errors are expected, but not guaranteed, to resolve themselves eventually through + * retrying. + **/ TemporarilyUnprocessable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; migrations: { - /** Preimage already exists in the new storage. */ + /** + * Preimage already exists in the new storage. + **/ PreimageAlreadyExists: AugmentedError; - /** Preimage is larger than the new max size. */ + /** + * Preimage is larger than the new max size. + **/ PreimageIsTooBig: AugmentedError; - /** Missing preimage in original democracy storage */ + /** + * Missing preimage in original democracy storage + **/ PreimageMissing: AugmentedError; - /** Provided upper bound is too low. */ + /** + * Provided upper bound is too low. + **/ WrongUpperBound: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; moonbeamLazyMigrations: { - /** Fail to add an approval */ + /** + * Fail to add an approval + **/ ApprovalFailed: AugmentedError; - /** Asset not found */ + /** + * Asset not found + **/ AssetNotFound: AugmentedError; - /** The asset type was not found */ + /** + * The asset type was not found + **/ AssetTypeNotFound: AugmentedError; - /** The contract already have metadata */ + /** + * The contract already have metadata + **/ ContractMetadataAlreadySet: AugmentedError; - /** Contract not exist */ + /** + * Contract not exist + **/ ContractNotExist: AugmentedError; - /** The key lengths exceeds the maximum allowed */ + /** + * The key lengths exceeds the maximum allowed + **/ KeyTooLong: AugmentedError; - /** The limit cannot be zero */ + /** + * The limit cannot be zero + **/ LimitCannotBeZero: AugmentedError; - /** The location of the asset was not found */ + /** + * The location of the asset was not found + **/ LocationNotFound: AugmentedError; - /** Migration is not finished yet */ + /** + * Migration is not finished yet + **/ MigrationNotFinished: AugmentedError; - /** Fail to mint the foreign asset */ + /** + * Fail to mint the foreign asset + **/ MintFailed: AugmentedError; - /** The name length exceeds the maximum allowed */ + /** + * The name length exceeds the maximum allowed + **/ NameTooLong: AugmentedError; - /** No migration in progress */ + /** + * No migration in progress + **/ NoMigrationInProgress: AugmentedError; - /** The symbol length exceeds the maximum allowed */ + /** + * The symbol length exceeds the maximum allowed + **/ SymbolTooLong: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; moonbeamOrbiters: { - /** The collator is already added in orbiters program. */ + /** + * The collator is already added in orbiters program. + **/ CollatorAlreadyAdded: AugmentedError; - /** This collator is not in orbiters program. */ + /** + * This collator is not in orbiters program. + **/ CollatorNotFound: AugmentedError; - /** There are already too many orbiters associated with this collator. */ + /** + * There are already too many orbiters associated with this collator. + **/ CollatorPoolTooLarge: AugmentedError; - /** There are more collator pools than the number specified in the parameter. */ + /** + * There are more collator pools than the number specified in the parameter. + **/ CollatorsPoolCountTooLow: AugmentedError; /** * The minimum deposit required to register as an orbiter has not yet been included in the * onchain storage - */ + **/ MinOrbiterDepositNotSet: AugmentedError; - /** This orbiter is already associated with this collator. */ + /** + * This orbiter is already associated with this collator. + **/ OrbiterAlreadyInPool: AugmentedError; - /** This orbiter has not made a deposit */ + /** + * This orbiter has not made a deposit + **/ OrbiterDepositNotFound: AugmentedError; - /** This orbiter is not found */ + /** + * This orbiter is not found + **/ OrbiterNotFound: AugmentedError; - /** The orbiter is still at least in one pool */ + /** + * The orbiter is still at least in one pool + **/ OrbiterStillInAPool: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; multisig: { - /** Call is already approved by this signatory. */ + /** + * Call is already approved by this signatory. + **/ AlreadyApproved: AugmentedError; - /** The data to be stored is already stored. */ + /** + * The data to be stored is already stored. + **/ AlreadyStored: AugmentedError; - /** The maximum weight information provided was too low. */ + /** + * The maximum weight information provided was too low. + **/ MaxWeightTooLow: AugmentedError; - /** Threshold must be 2 or greater. */ + /** + * Threshold must be 2 or greater. + **/ MinimumThreshold: AugmentedError; - /** Call doesn't need any (more) approvals. */ + /** + * Call doesn't need any (more) approvals. + **/ NoApprovalsNeeded: AugmentedError; - /** Multisig operation not found when attempting to cancel. */ + /** + * Multisig operation not found when attempting to cancel. + **/ NotFound: AugmentedError; - /** No timepoint was given, yet the multisig operation is already underway. */ + /** + * No timepoint was given, yet the multisig operation is already underway. + **/ NoTimepoint: AugmentedError; - /** Only the account that originally created the multisig is able to cancel it. */ + /** + * Only the account that originally created the multisig is able to cancel it. + **/ NotOwner: AugmentedError; - /** The sender was contained in the other signatories; it shouldn't be. */ + /** + * The sender was contained in the other signatories; it shouldn't be. + **/ SenderInSignatories: AugmentedError; - /** The signatories were provided out of order; they should be ordered. */ + /** + * The signatories were provided out of order; they should be ordered. + **/ SignatoriesOutOfOrder: AugmentedError; - /** There are too few signatories in the list. */ + /** + * There are too few signatories in the list. + **/ TooFewSignatories: AugmentedError; - /** There are too many signatories in the list. */ + /** + * There are too many signatories in the list. + **/ TooManySignatories: AugmentedError; - /** A timepoint was given, yet no multisig operation is underway. */ + /** + * A timepoint was given, yet no multisig operation is underway. + **/ UnexpectedTimepoint: AugmentedError; - /** A different timepoint was given to the multisig operation that is underway. */ + /** + * A different timepoint was given to the multisig operation that is underway. + **/ WrongTimepoint: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; openTechCommitteeCollective: { - /** Members are already initialized! */ + /** + * Members are already initialized! + **/ AlreadyInitialized: AugmentedError; - /** Duplicate proposals not allowed */ + /** + * Duplicate proposals not allowed + **/ DuplicateProposal: AugmentedError; - /** Duplicate vote ignored */ + /** + * Duplicate vote ignored + **/ DuplicateVote: AugmentedError; - /** Account is not a member */ + /** + * Account is not a member + **/ NotMember: AugmentedError; - /** Prime account is not a member */ + /** + * Prime account is not a member + **/ PrimeAccountNotMember: AugmentedError; - /** Proposal must exist */ + /** + * Proposal must exist + **/ ProposalMissing: AugmentedError; - /** The close call was made too early, before the end of the voting. */ + /** + * The close call was made too early, before the end of the voting. + **/ TooEarly: AugmentedError; - /** There can only be a maximum of `MaxProposals` active proposals. */ + /** + * There can only be a maximum of `MaxProposals` active proposals. + **/ TooManyProposals: AugmentedError; - /** Mismatched index */ + /** + * Mismatched index + **/ WrongIndex: AugmentedError; - /** The given length bound for the proposal was too low. */ + /** + * The given length bound for the proposal was too low. + **/ WrongProposalLength: AugmentedError; - /** The given weight bound for the proposal was too low. */ + /** + * The given weight bound for the proposal was too low. + **/ WrongProposalWeight: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; parachainStaking: { @@ -556,132 +930,240 @@ declare module "@polkadot/api-base/types/errors" { TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; TotalInflationDistributionPercentExceeds100: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; parachainSystem: { - /** The inherent which supplies the host configuration did not run this block. */ + /** + * The inherent which supplies the host configuration did not run this block. + **/ HostConfigurationNotAvailable: AugmentedError; - /** No code upgrade has been authorized. */ + /** + * No code upgrade has been authorized. + **/ NothingAuthorized: AugmentedError; - /** No validation function upgrade is currently scheduled. */ + /** + * No validation function upgrade is currently scheduled. + **/ NotScheduled: AugmentedError; - /** Attempt to upgrade validation function while existing upgrade pending. */ + /** + * Attempt to upgrade validation function while existing upgrade pending. + **/ OverlappingUpgrades: AugmentedError; - /** Polkadot currently prohibits this parachain from upgrading its validation function. */ + /** + * Polkadot currently prohibits this parachain from upgrading its validation function. + **/ ProhibitedByPolkadot: AugmentedError; - /** The supplied validation function has compiled into a blob larger than Polkadot is willing to run. */ + /** + * The supplied validation function has compiled into a blob larger than Polkadot is + * willing to run. + **/ TooBig: AugmentedError; - /** The given code upgrade has not been authorized. */ + /** + * The given code upgrade has not been authorized. + **/ Unauthorized: AugmentedError; - /** The inherent which supplies the validation data did not run this block. */ + /** + * The inherent which supplies the validation data did not run this block. + **/ ValidationDataNotAvailable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; polkadotXcm: { - /** The given account is not an identifiable sovereign account for any location. */ + /** + * The given account is not an identifiable sovereign account for any location. + **/ AccountNotSovereign: AugmentedError; - /** The location is invalid since it already has a subscription from us. */ + /** + * The location is invalid since it already has a subscription from us. + **/ AlreadySubscribed: AugmentedError; /** - * The given location could not be used (e.g. because it cannot be expressed in the desired - * version of XCM). - */ + * The given location could not be used (e.g. because it cannot be expressed in the + * desired version of XCM). + **/ BadLocation: AugmentedError; - /** The version of the `Versioned` value used is not able to be interpreted. */ + /** + * The version of the `Versioned` value used is not able to be interpreted. + **/ BadVersion: AugmentedError; - /** Could not check-out the assets for teleportation to the destination chain. */ + /** + * Could not check-out the assets for teleportation to the destination chain. + **/ CannotCheckOutTeleport: AugmentedError; - /** Could not re-anchor the assets to declare the fees for the destination chain. */ + /** + * Could not re-anchor the assets to declare the fees for the destination chain. + **/ CannotReanchor: AugmentedError; - /** The destination `Location` provided cannot be inverted. */ + /** + * The destination `Location` provided cannot be inverted. + **/ DestinationNotInvertible: AugmentedError; - /** The assets to be sent are empty. */ + /** + * The assets to be sent are empty. + **/ Empty: AugmentedError; - /** The operation required fees to be paid which the initiator could not meet. */ + /** + * The operation required fees to be paid which the initiator could not meet. + **/ FeesNotMet: AugmentedError; - /** The message execution fails the filter. */ + /** + * The message execution fails the filter. + **/ Filtered: AugmentedError; - /** The unlock operation cannot succeed because there are still consumers of the lock. */ + /** + * The unlock operation cannot succeed because there are still consumers of the lock. + **/ InUse: AugmentedError; - /** Invalid asset, reserve chain could not be determined for it. */ + /** + * Invalid asset, reserve chain could not be determined for it. + **/ InvalidAssetUnknownReserve: AugmentedError; - /** Invalid asset, do not support remote asset reserves with different fees reserves. */ + /** + * Invalid asset, do not support remote asset reserves with different fees reserves. + **/ InvalidAssetUnsupportedReserve: AugmentedError; - /** Origin is invalid for sending. */ + /** + * Origin is invalid for sending. + **/ InvalidOrigin: AugmentedError; - /** Local XCM execution incomplete. */ + /** + * Local XCM execution incomplete. + **/ LocalExecutionIncomplete: AugmentedError; - /** A remote lock with the corresponding data could not be found. */ + /** + * A remote lock with the corresponding data could not be found. + **/ LockNotFound: AugmentedError; - /** The owner does not own (all) of the asset that they wish to do the operation on. */ + /** + * The owner does not own (all) of the asset that they wish to do the operation on. + **/ LowBalance: AugmentedError; - /** The referenced subscription could not be found. */ + /** + * The referenced subscription could not be found. + **/ NoSubscription: AugmentedError; /** - * There was some other issue (i.e. not to do with routing) in sending the message. Perhaps a - * lack of space for buffering the message. - */ + * There was some other issue (i.e. not to do with routing) in sending the message. + * Perhaps a lack of space for buffering the message. + **/ SendFailure: AugmentedError; - /** Too many assets have been attempted for transfer. */ + /** + * Too many assets have been attempted for transfer. + **/ TooManyAssets: AugmentedError; - /** The asset owner has too many locks on the asset. */ + /** + * The asset owner has too many locks on the asset. + **/ TooManyLocks: AugmentedError; - /** Too many assets with different reserve locations have been attempted for transfer. */ + /** + * Too many assets with different reserve locations have been attempted for transfer. + **/ TooManyReserves: AugmentedError; - /** The desired destination was unreachable, generally because there is a no way of routing to it. */ + /** + * The desired destination was unreachable, generally because there is a no way of routing + * to it. + **/ Unreachable: AugmentedError; - /** The message's weight could not be determined. */ + /** + * The message's weight could not be determined. + **/ UnweighableMessage: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; precompileBenchmarks: { BenchmarkError: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; preimage: { - /** Preimage has already been noted on-chain. */ + /** + * Preimage has already been noted on-chain. + **/ AlreadyNoted: AugmentedError; - /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + /** + * No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. + **/ NoCost: AugmentedError; - /** The user is not authorized to perform this action. */ + /** + * The user is not authorized to perform this action. + **/ NotAuthorized: AugmentedError; - /** The preimage cannot be removed since it has not yet been noted. */ + /** + * The preimage cannot be removed since it has not yet been noted. + **/ NotNoted: AugmentedError; - /** The preimage request cannot be removed since no outstanding requests exist. */ + /** + * The preimage request cannot be removed since no outstanding requests exist. + **/ NotRequested: AugmentedError; - /** A preimage may not be removed when there are outstanding requests. */ + /** + * A preimage may not be removed when there are outstanding requests. + **/ Requested: AugmentedError; - /** Preimage is too large to store on-chain. */ + /** + * Preimage is too large to store on-chain. + **/ TooBig: AugmentedError; - /** Too few hashes were requested to be upgraded (i.e. zero). */ + /** + * Too few hashes were requested to be upgraded (i.e. zero). + **/ TooFew: AugmentedError; - /** More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. */ + /** + * More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once. + **/ TooMany: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; proxy: { - /** Account is already a proxy. */ + /** + * Account is already a proxy. + **/ Duplicate: AugmentedError; - /** Call may not be made by proxy because it may escalate its privileges. */ + /** + * Call may not be made by proxy because it may escalate its privileges. + **/ NoPermission: AugmentedError; - /** Cannot add self as proxy. */ + /** + * Cannot add self as proxy. + **/ NoSelfProxy: AugmentedError; - /** Proxy registration not found. */ + /** + * Proxy registration not found. + **/ NotFound: AugmentedError; - /** Sender is not a proxy of the account to be proxied. */ + /** + * Sender is not a proxy of the account to be proxied. + **/ NotProxy: AugmentedError; - /** There are too many proxies registered or too many announcements pending. */ + /** + * There are too many proxies registered or too many announcements pending. + **/ TooMany: AugmentedError; - /** Announcement, if made at all, was made too recently. */ + /** + * Announcement, if made at all, was made too recently. + **/ Unannounced: AugmentedError; - /** A call which is incompatible with the proxy type's filter was attempted. */ + /** + * A call which is incompatible with the proxy type's filter was attempted. + **/ Unproxyable: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; randomness: { @@ -697,165 +1179,306 @@ declare module "@polkadot/api-base/types/errors" { RequestDNE: AugmentedError; RequestFeeOverflowed: AugmentedError; RequestHasNotExpired: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; referenda: { - /** The referendum index provided is invalid in this context. */ + /** + * The referendum index provided is invalid in this context. + **/ BadReferendum: AugmentedError; - /** The referendum status is invalid for this operation. */ + /** + * The referendum status is invalid for this operation. + **/ BadStatus: AugmentedError; - /** The track identifier given was invalid. */ + /** + * The track identifier given was invalid. + **/ BadTrack: AugmentedError; - /** There are already a full complement of referenda in progress for this track. */ + /** + * There are already a full complement of referenda in progress for this track. + **/ Full: AugmentedError; - /** Referendum's decision deposit is already paid. */ + /** + * Referendum's decision deposit is already paid. + **/ HasDeposit: AugmentedError; - /** The deposit cannot be refunded since none was made. */ + /** + * The deposit cannot be refunded since none was made. + **/ NoDeposit: AugmentedError; - /** The deposit refunder is not the depositor. */ + /** + * The deposit refunder is not the depositor. + **/ NoPermission: AugmentedError; - /** There was nothing to do in the advancement. */ + /** + * There was nothing to do in the advancement. + **/ NothingToDo: AugmentedError; - /** Referendum is not ongoing. */ + /** + * Referendum is not ongoing. + **/ NotOngoing: AugmentedError; - /** No track exists for the proposal origin. */ + /** + * No track exists for the proposal origin. + **/ NoTrack: AugmentedError; - /** The preimage does not exist. */ + /** + * The preimage does not exist. + **/ PreimageNotExist: AugmentedError; - /** The preimage is stored with a different length than the one provided. */ + /** + * The preimage is stored with a different length than the one provided. + **/ PreimageStoredWithDifferentLength: AugmentedError; - /** The queue of the track is empty. */ + /** + * The queue of the track is empty. + **/ QueueEmpty: AugmentedError; - /** Any deposit cannot be refunded until after the decision is over. */ + /** + * Any deposit cannot be refunded until after the decision is over. + **/ Unfinished: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; scheduler: { - /** Failed to schedule a call */ + /** + * Failed to schedule a call + **/ FailedToSchedule: AugmentedError; - /** Attempt to use a non-named function on a named task. */ + /** + * Attempt to use a non-named function on a named task. + **/ Named: AugmentedError; - /** Cannot find the scheduled call. */ + /** + * Cannot find the scheduled call. + **/ NotFound: AugmentedError; - /** Reschedule failed because it does not change scheduled time. */ + /** + * Reschedule failed because it does not change scheduled time. + **/ RescheduleNoChange: AugmentedError; - /** Given target block number is in the past. */ + /** + * Given target block number is in the past. + **/ TargetBlockNumberInPast: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; system: { - /** The origin filter prevent the call to be dispatched. */ + /** + * The origin filter prevent the call to be dispatched. + **/ CallFiltered: AugmentedError; /** * Failed to extract the runtime version from the new runtime. * * Either calling `Core_version` or decoding `RuntimeVersion` failed. - */ + **/ FailedToExtractRuntimeVersion: AugmentedError; - /** The name of specification does not match between the current runtime and the new runtime. */ + /** + * The name of specification does not match between the current runtime + * and the new runtime. + **/ InvalidSpecName: AugmentedError; - /** A multi-block migration is ongoing and prevents the current code from being replaced. */ + /** + * A multi-block migration is ongoing and prevents the current code from being replaced. + **/ MultiBlockMigrationsOngoing: AugmentedError; - /** Suicide called when the account has non-default composite data. */ + /** + * Suicide called when the account has non-default composite data. + **/ NonDefaultComposite: AugmentedError; - /** There is a non-zero reference count preventing the account from being purged. */ + /** + * There is a non-zero reference count preventing the account from being purged. + **/ NonZeroRefCount: AugmentedError; - /** No upgrade authorized. */ + /** + * No upgrade authorized. + **/ NothingAuthorized: AugmentedError; - /** The specification version is not allowed to decrease between the current runtime and the new runtime. */ + /** + * The specification version is not allowed to decrease between the current runtime + * and the new runtime. + **/ SpecVersionNeedsToIncrease: AugmentedError; - /** The submitted code is not authorized. */ + /** + * The submitted code is not authorized. + **/ Unauthorized: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; treasury: { - /** The payment has already been attempted. */ + /** + * The payment has already been attempted. + **/ AlreadyAttempted: AugmentedError; - /** The spend is not yet eligible for payout. */ + /** + * The spend is not yet eligible for payout. + **/ EarlyPayout: AugmentedError; - /** The balance of the asset kind is not convertible to the balance of the native asset. */ + /** + * The balance of the asset kind is not convertible to the balance of the native asset. + **/ FailedToConvertBalance: AugmentedError; - /** The payment has neither failed nor succeeded yet. */ + /** + * The payment has neither failed nor succeeded yet. + **/ Inconclusive: AugmentedError; - /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ + /** + * The spend origin is valid but the amount it is allowed to spend is lower than the + * amount to be spent. + **/ InsufficientPermission: AugmentedError; - /** No proposal, bounty or spend at that index. */ + /** + * No proposal, bounty or spend at that index. + **/ InvalidIndex: AugmentedError; - /** The payout was not yet attempted/claimed. */ + /** + * The payout was not yet attempted/claimed. + **/ NotAttempted: AugmentedError; - /** There was some issue with the mechanism of payment. */ + /** + * There was some issue with the mechanism of payment. + **/ PayoutError: AugmentedError; - /** Proposal has not been approved. */ + /** + * Proposal has not been approved. + **/ ProposalNotApproved: AugmentedError; - /** The spend has expired and cannot be claimed. */ + /** + * The spend has expired and cannot be claimed. + **/ SpendExpired: AugmentedError; - /** Too many approvals in the queue. */ + /** + * Too many approvals in the queue. + **/ TooManyApprovals: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; treasuryCouncilCollective: { - /** Members are already initialized! */ + /** + * Members are already initialized! + **/ AlreadyInitialized: AugmentedError; - /** Duplicate proposals not allowed */ + /** + * Duplicate proposals not allowed + **/ DuplicateProposal: AugmentedError; - /** Duplicate vote ignored */ + /** + * Duplicate vote ignored + **/ DuplicateVote: AugmentedError; - /** Account is not a member */ + /** + * Account is not a member + **/ NotMember: AugmentedError; - /** Prime account is not a member */ + /** + * Prime account is not a member + **/ PrimeAccountNotMember: AugmentedError; - /** Proposal must exist */ + /** + * Proposal must exist + **/ ProposalMissing: AugmentedError; - /** The close call was made too early, before the end of the voting. */ + /** + * The close call was made too early, before the end of the voting. + **/ TooEarly: AugmentedError; - /** There can only be a maximum of `MaxProposals` active proposals. */ + /** + * There can only be a maximum of `MaxProposals` active proposals. + **/ TooManyProposals: AugmentedError; - /** Mismatched index */ + /** + * Mismatched index + **/ WrongIndex: AugmentedError; - /** The given length bound for the proposal was too low. */ + /** + * The given length bound for the proposal was too low. + **/ WrongProposalLength: AugmentedError; - /** The given weight bound for the proposal was too low. */ + /** + * The given weight bound for the proposal was too low. + **/ WrongProposalWeight: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; utility: { - /** Too many calls batched. */ + /** + * Too many calls batched. + **/ TooManyCalls: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; whitelist: { - /** The call was already whitelisted; No-Op. */ + /** + * The call was already whitelisted; No-Op. + **/ CallAlreadyWhitelisted: AugmentedError; - /** The call was not whitelisted. */ + /** + * The call was not whitelisted. + **/ CallIsNotWhitelisted: AugmentedError; - /** The weight of the decoded call was higher than the witness. */ + /** + * The weight of the decoded call was higher than the witness. + **/ InvalidCallWeightWitness: AugmentedError; - /** The preimage of the call hash could not be loaded. */ + /** + * The preimage of the call hash could not be loaded. + **/ UnavailablePreImage: AugmentedError; - /** The call could not be decoded. */ + /** + * The call could not be decoded. + **/ UndecodableCall: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmpQueue: { - /** The execution is already resumed. */ + /** + * The execution is already resumed. + **/ AlreadyResumed: AugmentedError; - /** The execution is already suspended. */ + /** + * The execution is already suspended. + **/ AlreadySuspended: AugmentedError; - /** Setting the queue config failed since one of its values was invalid. */ + /** + * Setting the queue config failed since one of its values was invalid. + **/ BadQueueConfig: AugmentedError; - /** The message is too big. */ + /** + * The message is too big. + **/ TooBig: AugmentedError; - /** There are too many active outbound channels. */ + /** + * There are too many active outbound channels. + **/ TooManyActiveOutboundChannels: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmTransactor: { @@ -886,23 +1509,39 @@ declare module "@polkadot/api-base/types/errors" { UnweighableMessage: AugmentedError; WeightOverflow: AugmentedError; XcmExecuteError: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; xcmWeightTrader: { - /** The given asset was already added */ + /** + * The given asset was already added + **/ AssetAlreadyAdded: AugmentedError; - /** The given asset was already paused */ + /** + * The given asset was already paused + **/ AssetAlreadyPaused: AugmentedError; - /** The given asset was not found */ + /** + * The given asset was not found + **/ AssetNotFound: AugmentedError; - /** The given asset is not paused */ + /** + * The given asset is not paused + **/ AssetNotPaused: AugmentedError; - /** The relative price cannot be zero */ + /** + * The relative price cannot be zero + **/ PriceCannotBeZero: AugmentedError; - /** XCM location filtered */ + /** + * XCM location filtered + **/ XcmLocationFiltered: AugmentedError; - /** Generic error */ + /** + * Generic error + **/ [key: string]: AugmentedError; }; } // AugmentedErrors diff --git a/typescript-api/src/moonriver/interfaces/augment-api-events.ts b/typescript-api/src/moonriver/interfaces/augment-api-events.ts index 7b2d463655..886883fc35 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-events.ts @@ -62,13 +62,17 @@ export type __AugmentedEvent = AugmentedEvent declare module "@polkadot/api-base/types/events" { interface AugmentedEvents { assetManager: { - /** Removed all information related to an assetId and destroyed asset */ + /** + * Removed all information related to an assetId and destroyed asset + **/ ForeignAssetDestroyed: AugmentedEvent< ApiType, [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } >; - /** New asset with the asset manager is registered */ + /** + * New asset with the asset manager is registered + **/ ForeignAssetRegistered: AugmentedEvent< ApiType, [ @@ -82,153 +86,216 @@ declare module "@polkadot/api-base/types/events" { metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; } >; - /** Removed all information related to an assetId */ + /** + * Removed all information related to an assetId + **/ ForeignAssetRemoved: AugmentedEvent< ApiType, [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } >; - /** Changed the xcm type mapping for a given asset id */ + /** + * Changed the xcm type mapping for a given asset id + **/ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, [assetId: u128, newAssetType: MoonriverRuntimeXcmConfigAssetType], { assetId: u128; newAssetType: MoonriverRuntimeXcmConfigAssetType } >; - /** Removed all information related to an assetId and destroyed asset */ + /** + * Removed all information related to an assetId and destroyed asset + **/ LocalAssetDestroyed: AugmentedEvent; - /** Supported asset type for fee payment removed */ + /** + * Supported asset type for fee payment removed + **/ SupportedAssetRemoved: AugmentedEvent< ApiType, [assetType: MoonriverRuntimeXcmConfigAssetType], { assetType: MoonriverRuntimeXcmConfigAssetType } >; - /** Changed the amount of units we are charging per execution second for a given asset */ + /** + * Changed the amount of units we are charging per execution second for a given asset + **/ UnitsPerSecondChanged: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; assets: { - /** Accounts were destroyed for given asset. */ + /** + * Accounts were destroyed for given asset. + **/ AccountsDestroyed: AugmentedEvent< ApiType, [assetId: u128, accountsDestroyed: u32, accountsRemaining: u32], { assetId: u128; accountsDestroyed: u32; accountsRemaining: u32 } >; - /** An approval for account `delegate` was cancelled by `owner`. */ + /** + * An approval for account `delegate` was cancelled by `owner`. + **/ ApprovalCancelled: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, delegate: AccountId20], { assetId: u128; owner: AccountId20; delegate: AccountId20 } >; - /** Approvals were destroyed for given asset. */ + /** + * Approvals were destroyed for given asset. + **/ ApprovalsDestroyed: AugmentedEvent< ApiType, [assetId: u128, approvalsDestroyed: u32, approvalsRemaining: u32], { assetId: u128; approvalsDestroyed: u32; approvalsRemaining: u32 } >; - /** (Additional) funds have been approved for transfer to a destination account. */ + /** + * (Additional) funds have been approved for transfer to a destination account. + **/ ApprovedTransfer: AugmentedEvent< ApiType, [assetId: u128, source: AccountId20, delegate: AccountId20, amount: u128], { assetId: u128; source: AccountId20; delegate: AccountId20; amount: u128 } >; - /** Some asset `asset_id` was frozen. */ + /** + * Some asset `asset_id` was frozen. + **/ AssetFrozen: AugmentedEvent; - /** The min_balance of an asset has been updated by the asset owner. */ + /** + * The min_balance of an asset has been updated by the asset owner. + **/ AssetMinBalanceChanged: AugmentedEvent< ApiType, [assetId: u128, newMinBalance: u128], { assetId: u128; newMinBalance: u128 } >; - /** An asset has had its attributes changed by the `Force` origin. */ + /** + * An asset has had its attributes changed by the `Force` origin. + **/ AssetStatusChanged: AugmentedEvent; - /** Some asset `asset_id` was thawed. */ + /** + * Some asset `asset_id` was thawed. + **/ AssetThawed: AugmentedEvent; - /** Some account `who` was blocked. */ + /** + * Some account `who` was blocked. + **/ Blocked: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some assets were destroyed. */ + /** + * Some assets were destroyed. + **/ Burned: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, balance: u128], { assetId: u128; owner: AccountId20; balance: u128 } >; - /** Some asset class was created. */ + /** + * Some asset class was created. + **/ Created: AugmentedEvent< ApiType, [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; - /** Some assets were deposited (e.g. for transaction fees). */ + /** + * Some assets were deposited (e.g. for transaction fees). + **/ Deposited: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, amount: u128], { assetId: u128; who: AccountId20; amount: u128 } >; - /** An asset class was destroyed. */ + /** + * An asset class was destroyed. + **/ Destroyed: AugmentedEvent; - /** An asset class is in the process of being destroyed. */ + /** + * An asset class is in the process of being destroyed. + **/ DestructionStarted: AugmentedEvent; - /** Some asset class was force-created. */ + /** + * Some asset class was force-created. + **/ ForceCreated: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20], { assetId: u128; owner: AccountId20 } >; - /** Some account `who` was frozen. */ + /** + * Some account `who` was frozen. + **/ Frozen: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some assets were issued. */ + /** + * Some assets were issued. + **/ Issued: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20, amount: u128], { assetId: u128; owner: AccountId20; amount: u128 } >; - /** Metadata has been cleared for an asset. */ + /** + * Metadata has been cleared for an asset. + **/ MetadataCleared: AugmentedEvent; - /** New metadata has been set for an asset. */ + /** + * New metadata has been set for an asset. + **/ MetadataSet: AugmentedEvent< ApiType, [assetId: u128, name: Bytes, symbol_: Bytes, decimals: u8, isFrozen: bool], { assetId: u128; name: Bytes; symbol: Bytes; decimals: u8; isFrozen: bool } >; - /** The owner changed. */ + /** + * The owner changed. + **/ OwnerChanged: AugmentedEvent< ApiType, [assetId: u128, owner: AccountId20], { assetId: u128; owner: AccountId20 } >; - /** The management team changed. */ + /** + * The management team changed. + **/ TeamChanged: AugmentedEvent< ApiType, [assetId: u128, issuer: AccountId20, admin: AccountId20, freezer: AccountId20], { assetId: u128; issuer: AccountId20; admin: AccountId20; freezer: AccountId20 } >; - /** Some account `who` was thawed. */ + /** + * Some account `who` was thawed. + **/ Thawed: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20], { assetId: u128; who: AccountId20 } >; - /** Some account `who` was created with a deposit from `depositor`. */ + /** + * Some account `who` was created with a deposit from `depositor`. + **/ Touched: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, depositor: AccountId20], { assetId: u128; who: AccountId20; depositor: AccountId20 } >; - /** Some assets were transferred. */ + /** + * Some assets were transferred. + **/ Transferred: AugmentedEvent< ApiType, [assetId: u128, from: AccountId20, to: AccountId20, amount: u128], { assetId: u128; from: AccountId20; to: AccountId20; amount: u128 } >; - /** An `amount` was transferred in its entirety from `owner` to `destination` by the approved `delegate`. */ + /** + * An `amount` was transferred in its entirety from `owner` to `destination` by + * the approved `delegate`. + **/ TransferredApproved: AugmentedEvent< ApiType, [ @@ -246,23 +313,33 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; - /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + /** + * Some assets were withdrawn from the account (e.g. for transaction fees). + **/ Withdrawn: AugmentedEvent< ApiType, [assetId: u128, who: AccountId20, amount: u128], { assetId: u128; who: AccountId20; amount: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; authorFilter: { - /** The amount of eligible authors for the filter to select has been changed. */ + /** + * The amount of eligible authors for the filter to select has been changed. + **/ EligibleUpdated: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; authorMapping: { - /** A NimbusId has been registered and mapped to an AccountId. */ + /** + * A NimbusId has been registered and mapped to an AccountId. + **/ KeysRegistered: AugmentedEvent< ApiType, [ @@ -276,7 +353,9 @@ declare module "@polkadot/api-base/types/events" { keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** An NimbusId has been de-registered, and its AccountId mapping removed. */ + /** + * An NimbusId has been de-registered, and its AccountId mapping removed. + **/ KeysRemoved: AugmentedEvent< ApiType, [ @@ -290,7 +369,9 @@ declare module "@polkadot/api-base/types/events" { keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** An NimbusId has been registered, replacing a previous registration and its mapping. */ + /** + * An NimbusId has been registered, replacing a previous registration and its mapping. + **/ KeysRotated: AugmentedEvent< ApiType, [ @@ -304,75 +385,97 @@ declare module "@polkadot/api-base/types/events" { newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; balances: { - /** A balance was set by root. */ + /** + * A balance was set by root. + **/ BalanceSet: AugmentedEvent< ApiType, [who: AccountId20, free: u128], { who: AccountId20; free: u128 } >; - /** Some amount was burned from an account. */ + /** + * Some amount was burned from an account. + **/ Burned: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was deposited (e.g. for transaction fees). */ + /** + * Some amount was deposited (e.g. for transaction fees). + **/ Deposit: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; /** - * An account was removed whose balance was non-zero but below ExistentialDeposit, resulting - * in an outright loss. - */ + * An account was removed whose balance was non-zero but below ExistentialDeposit, + * resulting in an outright loss. + **/ DustLost: AugmentedEvent< ApiType, [account: AccountId20, amount: u128], { account: AccountId20; amount: u128 } >; - /** An account was created with some free balance. */ + /** + * An account was created with some free balance. + **/ Endowed: AugmentedEvent< ApiType, [account: AccountId20, freeBalance: u128], { account: AccountId20; freeBalance: u128 } >; - /** Some balance was frozen. */ + /** + * Some balance was frozen. + **/ Frozen: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Total issuance was increased by `amount`, creating a credit to be balanced. */ + /** + * Total issuance was increased by `amount`, creating a credit to be balanced. + **/ Issued: AugmentedEvent; - /** Some balance was locked. */ + /** + * Some balance was locked. + **/ Locked: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was minted into an account. */ + /** + * Some amount was minted into an account. + **/ Minted: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Total issuance was decreased by `amount`, creating a debt to be balanced. */ + /** + * Total issuance was decreased by `amount`, creating a debt to be balanced. + **/ Rescinded: AugmentedEvent; - /** Some balance was reserved (moved from free to reserved). */ + /** + * Some balance was reserved (moved from free to reserved). + **/ Reserved: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; /** - * Some balance was moved from the reserve of the first account to the second account. Final - * argument indicates the destination balance type. - */ + * Some balance was moved from the reserve of the first account to the second account. + * Final argument indicates the destination balance type. + **/ ReserveRepatriated: AugmentedEvent< ApiType, [ @@ -388,121 +491,178 @@ declare module "@polkadot/api-base/types/events" { destinationStatus: FrameSupportTokensMiscBalanceStatus; } >; - /** Some amount was restored into an account. */ + /** + * Some amount was restored into an account. + **/ Restored: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was removed from the account (e.g. for misbehavior). */ + /** + * Some amount was removed from the account (e.g. for misbehavior). + **/ Slashed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some amount was suspended from an account (it can be restored later). */ + /** + * Some amount was suspended from an account (it can be restored later). + **/ Suspended: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some balance was thawed. */ + /** + * Some balance was thawed. + **/ Thawed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** The `TotalIssuance` was forcefully changed. */ + /** + * The `TotalIssuance` was forcefully changed. + **/ TotalIssuanceForced: AugmentedEvent< ApiType, [old: u128, new_: u128], { old: u128; new_: u128 } >; - /** Transfer succeeded. */ + /** + * Transfer succeeded. + **/ Transfer: AugmentedEvent< ApiType, [from: AccountId20, to: AccountId20, amount: u128], { from: AccountId20; to: AccountId20; amount: u128 } >; - /** Some balance was unlocked. */ + /** + * Some balance was unlocked. + **/ Unlocked: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Some balance was unreserved (moved from reserved to free). */ + /** + * Some balance was unreserved (moved from reserved to free). + **/ Unreserved: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** An account was upgraded. */ + /** + * An account was upgraded. + **/ Upgraded: AugmentedEvent; - /** Some amount was withdrawn from the account (e.g. for transaction fees). */ + /** + * Some amount was withdrawn from the account (e.g. for transaction fees). + **/ Withdraw: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; convictionVoting: { - /** An account has delegated their vote to another account. [who, target] */ + /** + * An account has delegated their vote to another account. \[who, target\] + **/ Delegated: AugmentedEvent; - /** An [account] has cancelled a previous delegation operation. */ + /** + * An \[account\] has cancelled a previous delegation operation. + **/ Undelegated: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; crowdloanRewards: { - /** When initializing the reward vec an already initialized account was found */ + /** + * When initializing the reward vec an already initialized account was found + **/ InitializedAccountWithNotEnoughContribution: AugmentedEvent< ApiType, [U8aFixed, Option, u128] >; - /** When initializing the reward vec an already initialized account was found */ + /** + * When initializing the reward vec an already initialized account was found + **/ InitializedAlreadyInitializedAccount: AugmentedEvent< ApiType, [U8aFixed, Option, u128] >; - /** The initial payment of InitializationPayment % was paid */ + /** + * The initial payment of InitializationPayment % was paid + **/ InitialPaymentMade: AugmentedEvent; /** - * Someone has proven they made a contribution and associated a native identity with it. Data - * is the relay account, native account and the total amount of _rewards_ that will be paid - */ + * Someone has proven they made a contribution and associated a native identity with it. + * Data is the relay account, native account and the total amount of _rewards_ that will be paid + **/ NativeIdentityAssociated: AugmentedEvent; - /** A contributor has updated the reward address. */ + /** + * A contributor has updated the reward address. + **/ RewardAddressUpdated: AugmentedEvent; /** - * A contributor has claimed some rewards. Data is the account getting paid and the amount of - * rewards paid. - */ + * A contributor has claimed some rewards. + * Data is the account getting paid and the amount of rewards paid. + **/ RewardsPaid: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; cumulusXcm: { - /** Downward message executed with the given outcome. [ id, outcome ] */ + /** + * Downward message executed with the given outcome. + * \[ id, outcome \] + **/ ExecutedDownward: AugmentedEvent; - /** Downward message is invalid XCM. [ id ] */ + /** + * Downward message is invalid XCM. + * \[ id \] + **/ InvalidFormat: AugmentedEvent; - /** Downward message is unsupported version of XCM. [ id ] */ + /** + * Downward message is unsupported version of XCM. + * \[ id \] + **/ UnsupportedVersion: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; emergencyParaXcm: { - /** The XCM incoming execution was Paused */ + /** + * The XCM incoming execution was Paused + **/ EnteredPausedXcmMode: AugmentedEvent; - /** The XCM incoming execution returned to normal operation */ + /** + * The XCM incoming execution returned to normal operation + **/ NormalXcmOperationResumed: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; ethereum: { - /** An ethereum transaction was successfully executed. */ + /** + * An ethereum transaction was successfully executed. + **/ Executed: AugmentedEvent< ApiType, [ @@ -520,35 +680,55 @@ declare module "@polkadot/api-base/types/events" { extraData: Bytes; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; ethereumXcm: { - /** Ethereum transaction executed from XCM */ + /** + * Ethereum transaction executed from XCM + **/ ExecutedFromXcm: AugmentedEvent< ApiType, [xcmMsgHash: H256, ethTxHash: H256], { xcmMsgHash: H256; ethTxHash: H256 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; evm: { - /** A contract has been created at given address. */ + /** + * A contract has been created at given address. + **/ Created: AugmentedEvent; - /** A contract was attempted to be created, but the execution failed. */ + /** + * A contract was attempted to be created, but the execution failed. + **/ CreatedFailed: AugmentedEvent; - /** A contract has been executed successfully with states applied. */ + /** + * A contract has been executed successfully with states applied. + **/ Executed: AugmentedEvent; - /** A contract has been executed with errors. States are reverted with only gas fees applied. */ + /** + * A contract has been executed with errors. States are reverted with only gas fees applied. + **/ ExecutedFailed: AugmentedEvent; - /** Ethereum events from contracts. */ + /** + * Ethereum events from contracts. + **/ Log: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; evmForeignAssets: { - /** New asset with the asset manager is registered */ + /** + * New asset with the asset manager is registered + **/ ForeignAssetCreated: AugmentedEvent< ApiType, [contractAddress: H160, assetId: u128, xcmLocation: StagingXcmV4Location], @@ -564,19 +744,27 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, xcmLocation: StagingXcmV4Location], { assetId: u128; xcmLocation: StagingXcmV4Location } >; - /** Changed the xcm type mapping for a given asset id */ + /** + * Changed the xcm type mapping for a given asset id + **/ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, [assetId: u128, newXcmLocation: StagingXcmV4Location], { assetId: u128; newXcmLocation: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; identity: { - /** A username authority was added. */ + /** + * A username authority was added. + **/ AuthorityAdded: AugmentedEvent; - /** A username authority was removed. */ + /** + * A username authority was removed. + **/ AuthorityRemoved: AugmentedEvent< ApiType, [authority: AccountId20], @@ -585,112 +773,152 @@ declare module "@polkadot/api-base/types/events" { /** * A dangling username (as in, a username corresponding to an account that has removed its * identity) has been removed. - */ + **/ DanglingUsernameRemoved: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** A name was cleared, and the given balance returned. */ + /** + * A name was cleared, and the given balance returned. + **/ IdentityCleared: AugmentedEvent< ApiType, [who: AccountId20, deposit: u128], { who: AccountId20; deposit: u128 } >; - /** A name was removed and the given balance slashed. */ + /** + * A name was removed and the given balance slashed. + **/ IdentityKilled: AugmentedEvent< ApiType, [who: AccountId20, deposit: u128], { who: AccountId20; deposit: u128 } >; - /** A name was set or reset (which will remove all judgements). */ + /** + * A name was set or reset (which will remove all judgements). + **/ IdentitySet: AugmentedEvent; - /** A judgement was given by a registrar. */ + /** + * A judgement was given by a registrar. + **/ JudgementGiven: AugmentedEvent< ApiType, [target: AccountId20, registrarIndex: u32], { target: AccountId20; registrarIndex: u32 } >; - /** A judgement was asked from a registrar. */ + /** + * A judgement was asked from a registrar. + **/ JudgementRequested: AugmentedEvent< ApiType, [who: AccountId20, registrarIndex: u32], { who: AccountId20; registrarIndex: u32 } >; - /** A judgement request was retracted. */ + /** + * A judgement request was retracted. + **/ JudgementUnrequested: AugmentedEvent< ApiType, [who: AccountId20, registrarIndex: u32], { who: AccountId20; registrarIndex: u32 } >; - /** A queued username passed its expiration without being claimed and was removed. */ + /** + * A queued username passed its expiration without being claimed and was removed. + **/ PreapprovalExpired: AugmentedEvent; - /** A username was set as a primary and can be looked up from `who`. */ + /** + * A username was set as a primary and can be looked up from `who`. + **/ PrimaryUsernameSet: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** A registrar was added. */ + /** + * A registrar was added. + **/ RegistrarAdded: AugmentedEvent; - /** A sub-identity was added to an identity and the deposit paid. */ + /** + * A sub-identity was added to an identity and the deposit paid. + **/ SubIdentityAdded: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; - /** A sub-identity was removed from an identity and the deposit freed. */ + /** + * A sub-identity was removed from an identity and the deposit freed. + **/ SubIdentityRemoved: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; /** - * A sub-identity was cleared, and the given deposit repatriated from the main identity - * account to the sub-identity account. - */ + * A sub-identity was cleared, and the given deposit repatriated from the + * main identity account to the sub-identity account. + **/ SubIdentityRevoked: AugmentedEvent< ApiType, [sub: AccountId20, main: AccountId20, deposit: u128], { sub: AccountId20; main: AccountId20; deposit: u128 } >; - /** A username was queued, but `who` must accept it prior to `expiration`. */ + /** + * A username was queued, but `who` must accept it prior to `expiration`. + **/ UsernameQueued: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes, expiration: u32], { who: AccountId20; username: Bytes; expiration: u32 } >; - /** A username was set for `who`. */ + /** + * A username was set for `who`. + **/ UsernameSet: AugmentedEvent< ApiType, [who: AccountId20, username: Bytes], { who: AccountId20; username: Bytes } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; maintenanceMode: { - /** The chain was put into Maintenance Mode */ + /** + * The chain was put into Maintenance Mode + **/ EnteredMaintenanceMode: AugmentedEvent; - /** The call to resume on_idle XCM execution failed with inner error */ + /** + * The call to resume on_idle XCM execution failed with inner error + **/ FailedToResumeIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** The call to suspend on_idle XCM execution failed with inner error */ + /** + * The call to suspend on_idle XCM execution failed with inner error + **/ FailedToSuspendIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** The chain returned to its normal operating state */ + /** + * The chain returned to its normal operating state + **/ NormalOperationResumed: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; messageQueue: { - /** Message placed in overweight queue. */ + /** + * Message placed in overweight queue. + **/ OverweightEnqueued: AugmentedEvent< ApiType, [ @@ -706,13 +934,17 @@ declare module "@polkadot/api-base/types/events" { messageIndex: u32; } >; - /** This page was reaped. */ + /** + * This page was reaped. + **/ PageReaped: AugmentedEvent< ApiType, [origin: CumulusPrimitivesCoreAggregateMessageOrigin, index: u32], { origin: CumulusPrimitivesCoreAggregateMessageOrigin; index: u32 } >; - /** Message is processed. */ + /** + * Message is processed. + **/ Processed: AugmentedEvent< ApiType, [ @@ -728,7 +960,9 @@ declare module "@polkadot/api-base/types/events" { success: bool; } >; - /** Message discarded due to an error in the `MessageProcessor` (usually a format error). */ + /** + * Message discarded due to an error in the `MessageProcessor` (usually a format error). + **/ ProcessingFailed: AugmentedEvent< ApiType, [ @@ -742,61 +976,85 @@ declare module "@polkadot/api-base/types/events" { error: FrameSupportMessagesProcessMessageError; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; migrations: { - /** XCM execution resume failed with inner error */ + /** + * XCM execution resume failed with inner error + **/ FailedToResumeIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** XCM execution suspension failed with inner error */ + /** + * XCM execution suspension failed with inner error + **/ FailedToSuspendIdleXcmExecution: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** Migration completed */ + /** + * Migration completed + **/ MigrationCompleted: AugmentedEvent< ApiType, [migrationName: Bytes, consumedWeight: SpWeightsWeightV2Weight], { migrationName: Bytes; consumedWeight: SpWeightsWeightV2Weight } >; - /** Migration started */ + /** + * Migration started + **/ MigrationStarted: AugmentedEvent; - /** Runtime upgrade completed */ + /** + * Runtime upgrade completed + **/ RuntimeUpgradeCompleted: AugmentedEvent< ApiType, [weight: SpWeightsWeightV2Weight], { weight: SpWeightsWeightV2Weight } >; - /** Runtime upgrade started */ + /** + * Runtime upgrade started + **/ RuntimeUpgradeStarted: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; moonbeamOrbiters: { - /** An orbiter join a collator pool */ + /** + * An orbiter join a collator pool + **/ OrbiterJoinCollatorPool: AugmentedEvent< ApiType, [collator: AccountId20, orbiter: AccountId20], { collator: AccountId20; orbiter: AccountId20 } >; - /** An orbiter leave a collator pool */ + /** + * An orbiter leave a collator pool + **/ OrbiterLeaveCollatorPool: AugmentedEvent< ApiType, [collator: AccountId20, orbiter: AccountId20], { collator: AccountId20; orbiter: AccountId20 } >; - /** An orbiter has registered */ + /** + * An orbiter has registered + **/ OrbiterRegistered: AugmentedEvent< ApiType, [account: AccountId20, deposit: u128], { account: AccountId20; deposit: u128 } >; - /** Paid the orbiter account the balance as liquid rewards. */ + /** + * Paid the orbiter account the balance as liquid rewards. + **/ OrbiterRewarded: AugmentedEvent< ApiType, [account: AccountId20, rewards: u128], @@ -807,17 +1065,23 @@ declare module "@polkadot/api-base/types/events" { [collator: AccountId20, oldOrbiter: Option, newOrbiter: Option], { collator: AccountId20; oldOrbiter: Option; newOrbiter: Option } >; - /** An orbiter has unregistered */ + /** + * An orbiter has unregistered + **/ OrbiterUnregistered: AugmentedEvent< ApiType, [account: AccountId20], { account: AccountId20 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; multisig: { - /** A multisig operation has been approved by someone. */ + /** + * A multisig operation has been approved by someone. + **/ MultisigApproval: AugmentedEvent< ApiType, [ @@ -833,7 +1097,9 @@ declare module "@polkadot/api-base/types/events" { callHash: U8aFixed; } >; - /** A multisig operation has been cancelled. */ + /** + * A multisig operation has been cancelled. + **/ MultisigCancelled: AugmentedEvent< ApiType, [ @@ -849,7 +1115,9 @@ declare module "@polkadot/api-base/types/events" { callHash: U8aFixed; } >; - /** A multisig operation has been executed. */ + /** + * A multisig operation has been executed. + **/ MultisigExecuted: AugmentedEvent< ApiType, [ @@ -867,64 +1135,87 @@ declare module "@polkadot/api-base/types/events" { result: Result; } >; - /** A new multisig operation has begun. */ + /** + * A new multisig operation has begun. + **/ NewMultisig: AugmentedEvent< ApiType, [approving: AccountId20, multisig: AccountId20, callHash: U8aFixed], { approving: AccountId20; multisig: AccountId20; callHash: U8aFixed } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; openTechCommitteeCollective: { - /** A motion was approved by the required threshold. */ + /** + * A motion was approved by the required threshold. + **/ Approved: AugmentedEvent; - /** A proposal was closed because its threshold was reached or after its duration was up. */ + /** + * A proposal was closed because its threshold was reached or after its duration was up. + **/ Closed: AugmentedEvent< ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256; yes: u32; no: u32 } >; - /** A motion was not approved by the required threshold. */ + /** + * A motion was not approved by the required threshold. + **/ Disapproved: AugmentedEvent; - /** A motion was executed; result will be `Ok` if it returned without error. */ + /** + * A motion was executed; result will be `Ok` if it returned without error. + **/ Executed: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A single member did some action; result will be `Ok` if it returned without error. */ + /** + * A single member did some action; result will be `Ok` if it returned without error. + **/ MemberExecuted: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A motion (given hash) has been proposed (by given account) with a threshold (given `MemberCount`). */ + /** + * A motion (given hash) has been proposed (by given account) with a threshold (given + * `MemberCount`). + **/ Proposed: AugmentedEvent< ApiType, [account: AccountId20, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId20; proposalIndex: u32; proposalHash: H256; threshold: u32 } >; /** - * A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no - * votes given respectively as `MemberCount`). - */ + * A motion (given hash) has been voted on by given account, leaving + * a tally (yes votes and no votes given respectively as `MemberCount`). + **/ Voted: AugmentedEvent< ApiType, [account: AccountId20, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId20; proposalHash: H256; voted: bool; yes: u32; no: u32 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parachainStaking: { - /** Auto-compounding reward percent was set for a delegation. */ + /** + * Auto-compounding reward percent was set for a delegation. + **/ AutoCompoundSet: AugmentedEvent< ApiType, [candidate: AccountId20, delegator: AccountId20, value: Percent], { candidate: AccountId20; delegator: AccountId20; value: Percent } >; - /** Set blocks per round */ + /** + * Set blocks per round + **/ BlocksPerRoundSet: AugmentedEvent< ApiType, [ @@ -946,19 +1237,25 @@ declare module "@polkadot/api-base/types/events" { newPerRoundInflationMax: Perbill; } >; - /** Cancelled request to decrease candidate's bond. */ + /** + * Cancelled request to decrease candidate's bond. + **/ CancelledCandidateBondLess: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, executeRound: u32], { candidate: AccountId20; amount: u128; executeRound: u32 } >; - /** Cancelled request to leave the set of candidates. */ + /** + * Cancelled request to leave the set of candidates. + **/ CancelledCandidateExit: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Cancelled request to change an existing delegation. */ + /** + * Cancelled request to change an existing delegation. + **/ CancelledDelegationRequest: AugmentedEvent< ApiType, [ @@ -972,67 +1269,89 @@ declare module "@polkadot/api-base/types/events" { collator: AccountId20; } >; - /** Candidate rejoins the set of collator candidates. */ + /** + * Candidate rejoins the set of collator candidates. + **/ CandidateBackOnline: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Candidate has decreased a self bond. */ + /** + * Candidate has decreased a self bond. + **/ CandidateBondedLess: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, newBond: u128], { candidate: AccountId20; amount: u128; newBond: u128 } >; - /** Candidate has increased a self bond. */ + /** + * Candidate has increased a self bond. + **/ CandidateBondedMore: AugmentedEvent< ApiType, [candidate: AccountId20, amount: u128, newTotalBond: u128], { candidate: AccountId20; amount: u128; newTotalBond: u128 } >; - /** Candidate requested to decrease a self bond. */ + /** + * Candidate requested to decrease a self bond. + **/ CandidateBondLessRequested: AugmentedEvent< ApiType, [candidate: AccountId20, amountToDecrease: u128, executeRound: u32], { candidate: AccountId20; amountToDecrease: u128; executeRound: u32 } >; - /** Candidate has left the set of candidates. */ + /** + * Candidate has left the set of candidates. + **/ CandidateLeft: AugmentedEvent< ApiType, [exCandidate: AccountId20, unlockedAmount: u128, newTotalAmtLocked: u128], { exCandidate: AccountId20; unlockedAmount: u128; newTotalAmtLocked: u128 } >; - /** Candidate has requested to leave the set of candidates. */ + /** + * Candidate has requested to leave the set of candidates. + **/ CandidateScheduledExit: AugmentedEvent< ApiType, [exitAllowedRound: u32, candidate: AccountId20, scheduledExit: u32], { exitAllowedRound: u32; candidate: AccountId20; scheduledExit: u32 } >; - /** Candidate temporarily leave the set of collator candidates without unbonding. */ + /** + * Candidate temporarily leave the set of collator candidates without unbonding. + **/ CandidateWentOffline: AugmentedEvent< ApiType, [candidate: AccountId20], { candidate: AccountId20 } >; - /** Candidate selected for collators. Total Exposed Amount includes all delegations. */ + /** + * Candidate selected for collators. Total Exposed Amount includes all delegations. + **/ CollatorChosen: AugmentedEvent< ApiType, [round: u32, collatorAccount: AccountId20, totalExposedAmount: u128], { round: u32; collatorAccount: AccountId20; totalExposedAmount: u128 } >; - /** Set collator commission to this value. */ + /** + * Set collator commission to this value. + **/ CollatorCommissionSet: AugmentedEvent< ApiType, [old: Perbill, new_: Perbill], { old: Perbill; new_: Perbill } >; - /** Compounded a portion of rewards towards the delegation. */ + /** + * Compounded a portion of rewards towards the delegation. + **/ Compounded: AugmentedEvent< ApiType, [candidate: AccountId20, delegator: AccountId20, amount: u128], { candidate: AccountId20; delegator: AccountId20; amount: u128 } >; - /** New delegation (increase of the existing one). */ + /** + * New delegation (increase of the existing one). + **/ Delegation: AugmentedEvent< ApiType, [ @@ -1055,7 +1374,9 @@ declare module "@polkadot/api-base/types/events" { [delegator: AccountId20, candidate: AccountId20, amount: u128, inTop: bool], { delegator: AccountId20; candidate: AccountId20; amount: u128; inTop: bool } >; - /** Delegator requested to decrease a bond for the collator candidate. */ + /** + * Delegator requested to decrease a bond for the collator candidate. + **/ DelegationDecreaseScheduled: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, amountToDecrease: u128, executeRound: u32], @@ -1071,43 +1392,57 @@ declare module "@polkadot/api-base/types/events" { [delegator: AccountId20, candidate: AccountId20, amount: u128, inTop: bool], { delegator: AccountId20; candidate: AccountId20; amount: u128; inTop: bool } >; - /** Delegation kicked. */ + /** + * Delegation kicked. + **/ DelegationKicked: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, unstakedAmount: u128], { delegator: AccountId20; candidate: AccountId20; unstakedAmount: u128 } >; - /** Delegator requested to revoke delegation. */ + /** + * Delegator requested to revoke delegation. + **/ DelegationRevocationScheduled: AugmentedEvent< ApiType, [round: u32, delegator: AccountId20, candidate: AccountId20, scheduledExit: u32], { round: u32; delegator: AccountId20; candidate: AccountId20; scheduledExit: u32 } >; - /** Delegation revoked. */ + /** + * Delegation revoked. + **/ DelegationRevoked: AugmentedEvent< ApiType, [delegator: AccountId20, candidate: AccountId20, unstakedAmount: u128], { delegator: AccountId20; candidate: AccountId20; unstakedAmount: u128 } >; - /** Cancelled a pending request to exit the set of delegators. */ + /** + * Cancelled a pending request to exit the set of delegators. + **/ DelegatorExitCancelled: AugmentedEvent< ApiType, [delegator: AccountId20], { delegator: AccountId20 } >; - /** Delegator requested to leave the set of delegators. */ + /** + * Delegator requested to leave the set of delegators. + **/ DelegatorExitScheduled: AugmentedEvent< ApiType, [round: u32, delegator: AccountId20, scheduledExit: u32], { round: u32; delegator: AccountId20; scheduledExit: u32 } >; - /** Delegator has left the set of delegators. */ + /** + * Delegator has left the set of delegators. + **/ DelegatorLeft: AugmentedEvent< ApiType, [delegator: AccountId20, unstakedAmount: u128], { delegator: AccountId20; unstakedAmount: u128 } >; - /** Delegation from candidate state has been remove. */ + /** + * Delegation from candidate state has been remove. + **/ DelegatorLeftCandidate: AugmentedEvent< ApiType, [ @@ -1123,7 +1458,9 @@ declare module "@polkadot/api-base/types/events" { totalCandidateStaked: u128; } >; - /** Transferred to account which holds funds reserved for parachain bond. */ + /** + * Transferred to account which holds funds reserved for parachain bond. + **/ InflationDistributed: AugmentedEvent< ApiType, [index: u32, account: AccountId20, value: u128], @@ -1140,7 +1477,9 @@ declare module "@polkadot/api-base/types/events" { new_: PalletParachainStakingInflationDistributionConfig; } >; - /** Annual inflation input (first 3) was used to derive new per-round inflation (last 3) */ + /** + * Annual inflation input (first 3) was used to derive new per-round inflation (last 3) + **/ InflationSet: AugmentedEvent< ApiType, [ @@ -1160,61 +1499,87 @@ declare module "@polkadot/api-base/types/events" { roundMax: Perbill; } >; - /** Account joined the set of collator candidates. */ + /** + * Account joined the set of collator candidates. + **/ JoinedCollatorCandidates: AugmentedEvent< ApiType, [account: AccountId20, amountLocked: u128, newTotalAmtLocked: u128], { account: AccountId20; amountLocked: u128; newTotalAmtLocked: u128 } >; - /** Started new round. */ + /** + * Started new round. + **/ NewRound: AugmentedEvent< ApiType, [startingBlock: u32, round: u32, selectedCollatorsNumber: u32, totalBalance: u128], { startingBlock: u32; round: u32; selectedCollatorsNumber: u32; totalBalance: u128 } >; - /** Paid the account (delegator or collator) the balance as liquid rewards. */ + /** + * Paid the account (delegator or collator) the balance as liquid rewards. + **/ Rewarded: AugmentedEvent< ApiType, [account: AccountId20, rewards: u128], { account: AccountId20; rewards: u128 } >; - /** Staking expectations set. */ + /** + * Staking expectations set. + **/ StakeExpectationsSet: AugmentedEvent< ApiType, [expectMin: u128, expectIdeal: u128, expectMax: u128], { expectMin: u128; expectIdeal: u128; expectMax: u128 } >; - /** Set total selected candidates to this value. */ + /** + * Set total selected candidates to this value. + **/ TotalSelectedSet: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parachainSystem: { - /** Downward messages were processed using the given weight. */ + /** + * Downward messages were processed using the given weight. + **/ DownwardMessagesProcessed: AugmentedEvent< ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 } >; - /** Some downward messages have been received and will be processed. */ + /** + * Some downward messages have been received and will be processed. + **/ DownwardMessagesReceived: AugmentedEvent; - /** An upward message was sent to the relay chain. */ + /** + * An upward message was sent to the relay chain. + **/ UpwardMessageSent: AugmentedEvent< ApiType, [messageHash: Option], { messageHash: Option } >; - /** The validation function was applied as of the contained relay chain block number. */ + /** + * The validation function was applied as of the contained relay chain block number. + **/ ValidationFunctionApplied: AugmentedEvent< ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 } >; - /** The relay-chain aborted the upgrade process. */ + /** + * The relay-chain aborted the upgrade process. + **/ ValidationFunctionDiscarded: AugmentedEvent; - /** The validation function has been scheduled to apply. */ + /** + * The validation function has been scheduled to apply. + **/ ValidationFunctionStored: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; parameters: { @@ -1222,7 +1587,7 @@ declare module "@polkadot/api-base/types/events" { * A Parameter was set. * * Is also emitted when the value was not changed. - */ + **/ Updated: AugmentedEvent< ApiType, [ @@ -1236,39 +1601,49 @@ declare module "@polkadot/api-base/types/events" { newValue: Option; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; polkadotXcm: { - /** Some assets have been claimed from an asset trap */ + /** + * Some assets have been claimed from an asset trap + **/ AssetsClaimed: AugmentedEvent< ApiType, [hash_: H256, origin: StagingXcmV4Location, assets: XcmVersionedAssets], { hash_: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets } >; - /** Some assets have been placed in an asset trap. */ + /** + * Some assets have been placed in an asset trap. + **/ AssetsTrapped: AugmentedEvent< ApiType, [hash_: H256, origin: StagingXcmV4Location, assets: XcmVersionedAssets], { hash_: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets } >; - /** Execution of an XCM message was attempted. */ + /** + * Execution of an XCM message was attempted. + **/ Attempted: AugmentedEvent< ApiType, [outcome: StagingXcmV4TraitsOutcome], { outcome: StagingXcmV4TraitsOutcome } >; - /** Fees were paid from a location for an operation (often for using `SendXcm`). */ + /** + * Fees were paid from a location for an operation (often for using `SendXcm`). + **/ FeesPaid: AugmentedEvent< ApiType, [paying: StagingXcmV4Location, fees: StagingXcmV4AssetAssets], { paying: StagingXcmV4Location; fees: StagingXcmV4AssetAssets } >; /** - * Expected query response has been received but the querier location of the response does not - * match the expected. The query remains registered for a later, valid, response to be - * received and acted upon. - */ + * Expected query response has been received but the querier location of the response does + * not match the expected. The query remains registered for a later, valid, response to + * be received and acted upon. + **/ InvalidQuerier: AugmentedEvent< ApiType, [ @@ -1288,20 +1663,21 @@ declare module "@polkadot/api-base/types/events" { * Expected query response has been received but the expected querier location placed in * storage by this runtime previously cannot be decoded. The query remains registered. * - * This is unexpected (since a location placed in storage in a previously executing runtime - * should be readable prior to query timeout) and dangerous since the possibly valid response - * will be dropped. Manual governance intervention is probably going to be needed. - */ + * This is unexpected (since a location placed in storage in a previously executing + * runtime should be readable prior to query timeout) and dangerous since the possibly + * valid response will be dropped. Manual governance intervention is probably going to be + * needed. + **/ InvalidQuerierVersion: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], { origin: StagingXcmV4Location; queryId: u64 } >; /** - * Expected query response has been received but the origin location of the response does not - * match that expected. The query remains registered for a later, valid, response to be - * received and acted upon. - */ + * Expected query response has been received but the origin location of the response does + * not match that expected. The query remains registered for a later, valid, response to + * be received and acted upon. + **/ InvalidResponder: AugmentedEvent< ApiType, [ @@ -1319,19 +1695,20 @@ declare module "@polkadot/api-base/types/events" { * Expected query response has been received but the expected origin location placed in * storage by this runtime previously cannot be decoded. The query remains registered. * - * This is unexpected (since a location placed in storage in a previously executing runtime - * should be readable prior to query timeout) and dangerous since the possibly valid response - * will be dropped. Manual governance intervention is probably going to be needed. - */ + * This is unexpected (since a location placed in storage in a previously executing + * runtime should be readable prior to query timeout) and dangerous since the possibly + * valid response will be dropped. Manual governance intervention is probably going to be + * needed. + **/ InvalidResponderVersion: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], { origin: StagingXcmV4Location; queryId: u64 } >; /** - * Query response has been received and query is removed. The registered notification has been - * dispatched and executed successfully. - */ + * Query response has been received and query is removed. The registered notification has + * been dispatched and executed successfully. + **/ Notified: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], @@ -1339,9 +1716,9 @@ declare module "@polkadot/api-base/types/events" { >; /** * Query response has been received and query is removed. The dispatch was unable to be - * decoded into a `Call`; this might be due to dispatch function having a signature which is - * not `(origin, QueryId, Response)`. - */ + * decoded into a `Call`; this might be due to dispatch function having a signature which + * is not `(origin, QueryId, Response)`. + **/ NotifyDecodeFailed: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], @@ -1350,17 +1727,17 @@ declare module "@polkadot/api-base/types/events" { /** * Query response has been received and query is removed. There was a general error with * dispatching the notification call. - */ + **/ NotifyDispatchError: AugmentedEvent< ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], { queryId: u64; palletIndex: u8; callIndex: u8 } >; /** - * Query response has been received and query is removed. The registered notification could - * not be dispatched because the dispatch weight is greater than the maximum weight originally - * budgeted by this runtime for the query result. - */ + * Query response has been received and query is removed. The registered notification + * could not be dispatched because the dispatch weight is greater than the maximum weight + * originally budgeted by this runtime for the query result. + **/ NotifyOverweight: AugmentedEvent< ApiType, [ @@ -1381,7 +1758,7 @@ declare module "@polkadot/api-base/types/events" { /** * A given location which had a version change subscription was dropped owing to an error * migrating the location to our new XCM format. - */ + **/ NotifyTargetMigrationFail: AugmentedEvent< ApiType, [location: XcmVersionedLocation, queryId: u64], @@ -1390,24 +1767,28 @@ declare module "@polkadot/api-base/types/events" { /** * A given location which had a version change subscription was dropped owing to an error * sending the notification to it. - */ + **/ NotifyTargetSendFail: AugmentedEvent< ApiType, [location: StagingXcmV4Location, queryId: u64, error: XcmV3TraitsError], { location: StagingXcmV4Location; queryId: u64; error: XcmV3TraitsError } >; /** - * Query response has been received and is ready for taking with `take_response`. There is no - * registered notification call. - */ + * Query response has been received and is ready for taking with `take_response`. There is + * no registered notification call. + **/ ResponseReady: AugmentedEvent< ApiType, [queryId: u64, response: StagingXcmV4Response], { queryId: u64; response: StagingXcmV4Response } >; - /** Received query response has been read and removed. */ + /** + * Received query response has been read and removed. + **/ ResponseTaken: AugmentedEvent; - /** A XCM message was sent. */ + /** + * A XCM message was sent. + **/ Sent: AugmentedEvent< ApiType, [ @@ -1424,9 +1805,9 @@ declare module "@polkadot/api-base/types/events" { } >; /** - * The supported version of a location has been changed. This might be through an automatic - * notification or a manual intervention. - */ + * The supported version of a location has been changed. This might be through an + * automatic notification or a manual intervention. + **/ SupportedVersionChanged: AugmentedEvent< ApiType, [location: StagingXcmV4Location, version: u32], @@ -1436,7 +1817,7 @@ declare module "@polkadot/api-base/types/events" { * Query response received which does not match a registered query. This may be because a * matching query was never registered, it may be because it is a duplicate response, or * because the query timed out. - */ + **/ UnexpectedResponse: AugmentedEvent< ApiType, [origin: StagingXcmV4Location, queryId: u64], @@ -1446,7 +1827,7 @@ declare module "@polkadot/api-base/types/events" { * An XCM version change notification message has been attempted to be sent. * * The cost of sending it (borne by the chain) is included. - */ + **/ VersionChangeNotified: AugmentedEvent< ApiType, [ @@ -1462,50 +1843,71 @@ declare module "@polkadot/api-base/types/events" { messageId: U8aFixed; } >; - /** A XCM version migration finished. */ + /** + * A XCM version migration finished. + **/ VersionMigrationFinished: AugmentedEvent; - /** We have requested that a remote chain send us XCM version change notifications. */ + /** + * We have requested that a remote chain send us XCM version change notifications. + **/ VersionNotifyRequested: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; /** - * A remote has requested XCM version change notification from us and we have honored it. A - * version information message is sent to them and its cost is included. - */ + * A remote has requested XCM version change notification from us and we have honored it. + * A version information message is sent to them and its cost is included. + **/ VersionNotifyStarted: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; - /** We have requested that a remote chain stops sending us XCM version change notifications. */ + /** + * We have requested that a remote chain stops sending us XCM version change + * notifications. + **/ VersionNotifyUnrequested: AugmentedEvent< ApiType, [destination: StagingXcmV4Location, cost: StagingXcmV4AssetAssets, messageId: U8aFixed], { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: U8aFixed } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; preimage: { - /** A preimage has ben cleared. */ + /** + * A preimage has ben cleared. + **/ Cleared: AugmentedEvent; - /** A preimage has been noted. */ + /** + * A preimage has been noted. + **/ Noted: AugmentedEvent; - /** A preimage has been requested. */ + /** + * A preimage has been requested. + **/ Requested: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; proxy: { - /** An announcement was placed to make a call in the future. */ + /** + * An announcement was placed to make a call in the future. + **/ Announced: AugmentedEvent< ApiType, [real: AccountId20, proxy: AccountId20, callHash: H256], { real: AccountId20; proxy: AccountId20; callHash: H256 } >; - /** A proxy was added. */ + /** + * A proxy was added. + **/ ProxyAdded: AugmentedEvent< ApiType, [ @@ -1521,13 +1923,17 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; - /** A proxy was executed correctly, with the given. */ + /** + * A proxy was executed correctly, with the given. + **/ ProxyExecuted: AugmentedEvent< ApiType, [result: Result], { result: Result } >; - /** A proxy was removed. */ + /** + * A proxy was removed. + **/ ProxyRemoved: AugmentedEvent< ApiType, [ @@ -1543,7 +1949,10 @@ declare module "@polkadot/api-base/types/events" { delay: u32; } >; - /** A pure account has been created by new proxy with given disambiguation index and proxy type. */ + /** + * A pure account has been created by new proxy with given + * disambiguation index and proxy type. + **/ PureCreated: AugmentedEvent< ApiType, [ @@ -1559,7 +1968,9 @@ declare module "@polkadot/api-base/types/events" { disambiguationIndex: u16; } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; randomness: { @@ -1616,39 +2027,53 @@ declare module "@polkadot/api-base/types/events" { { id: u64; newFee: u128 } >; RequestFulfilled: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; referenda: { - /** A referendum has been approved and its proposal has been scheduled. */ + /** + * A referendum has been approved and its proposal has been scheduled. + **/ Approved: AugmentedEvent; - /** A referendum has been cancelled. */ + /** + * A referendum has been cancelled. + **/ Cancelled: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; ConfirmAborted: AugmentedEvent; - /** A referendum has ended its confirmation phase and is ready for approval. */ + /** + * A referendum has ended its confirmation phase and is ready for approval. + **/ Confirmed: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; ConfirmStarted: AugmentedEvent; - /** The decision deposit has been placed. */ + /** + * The decision deposit has been placed. + **/ DecisionDepositPlaced: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** The decision deposit has been refunded. */ + /** + * The decision deposit has been refunded. + **/ DecisionDepositRefunded: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** A referendum has moved into the deciding phase. */ + /** + * A referendum has moved into the deciding phase. + **/ DecisionStarted: AugmentedEvent< ApiType, [ @@ -1664,69 +2089,97 @@ declare module "@polkadot/api-base/types/events" { tally: PalletConvictionVotingTally; } >; - /** A deposit has been slashed. */ + /** + * A deposit has been slashed. + **/ DepositSlashed: AugmentedEvent< ApiType, [who: AccountId20, amount: u128], { who: AccountId20; amount: u128 } >; - /** A referendum has been killed. */ + /** + * A referendum has been killed. + **/ Killed: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** Metadata for a referendum has been cleared. */ + /** + * Metadata for a referendum has been cleared. + **/ MetadataCleared: AugmentedEvent< ApiType, [index: u32, hash_: H256], { index: u32; hash_: H256 } >; - /** Metadata for a referendum has been set. */ + /** + * Metadata for a referendum has been set. + **/ MetadataSet: AugmentedEvent; - /** A proposal has been rejected by referendum. */ + /** + * A proposal has been rejected by referendum. + **/ Rejected: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** The submission deposit has been refunded. */ + /** + * The submission deposit has been refunded. + **/ SubmissionDepositRefunded: AugmentedEvent< ApiType, [index: u32, who: AccountId20, amount: u128], { index: u32; who: AccountId20; amount: u128 } >; - /** A referendum has been submitted. */ + /** + * A referendum has been submitted. + **/ Submitted: AugmentedEvent< ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], { index: u32; track: u16; proposal: FrameSupportPreimagesBounded } >; - /** A referendum has been timed out without being decided. */ + /** + * A referendum has been timed out without being decided. + **/ TimedOut: AugmentedEvent< ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32; tally: PalletConvictionVotingTally } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; rootTesting: { - /** Event dispatched when the trigger_defensive extrinsic is called. */ + /** + * Event dispatched when the trigger_defensive extrinsic is called. + **/ DefensiveTestCall: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; scheduler: { - /** The call for the provided hash was not found so the task has been aborted. */ + /** + * The call for the provided hash was not found so the task has been aborted. + **/ CallUnavailable: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Canceled some task. */ + /** + * Canceled some task. + **/ Canceled: AugmentedEvent; - /** Dispatched some task. */ + /** + * Dispatched some task. + **/ Dispatched: AugmentedEvent< ApiType, [ @@ -1740,93 +2193,125 @@ declare module "@polkadot/api-base/types/events" { result: Result; } >; - /** The given task was unable to be renewed since the agenda is full at that block. */ + /** + * The given task was unable to be renewed since the agenda is full at that block. + **/ PeriodicFailed: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** The given task can never be executed since it is overweight. */ + /** + * The given task can never be executed since it is overweight. + **/ PermanentlyOverweight: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Cancel a retry configuration for some task. */ + /** + * Cancel a retry configuration for some task. + **/ RetryCancelled: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; /** - * The given task was unable to be retried since the agenda is full at that block or there was - * not enough weight to reschedule it. - */ + * The given task was unable to be retried since the agenda is full at that block or there + * was not enough weight to reschedule it. + **/ RetryFailed: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option], { task: ITuple<[u32, u32]>; id: Option } >; - /** Set a retry configuration for some task. */ + /** + * Set a retry configuration for some task. + **/ RetrySet: AugmentedEvent< ApiType, [task: ITuple<[u32, u32]>, id: Option, period: u32, retries: u8], { task: ITuple<[u32, u32]>; id: Option; period: u32; retries: u8 } >; - /** Scheduled some task. */ + /** + * Scheduled some task. + **/ Scheduled: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; system: { - /** `:code` was updated. */ + /** + * `:code` was updated. + **/ CodeUpdated: AugmentedEvent; - /** An extrinsic failed. */ + /** + * An extrinsic failed. + **/ ExtrinsicFailed: AugmentedEvent< ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError; dispatchInfo: FrameSupportDispatchDispatchInfo } >; - /** An extrinsic completed successfully. */ + /** + * An extrinsic completed successfully. + **/ ExtrinsicSuccess: AugmentedEvent< ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo } >; - /** An account was reaped. */ + /** + * An account was reaped. + **/ KilledAccount: AugmentedEvent; - /** A new account was created. */ + /** + * A new account was created. + **/ NewAccount: AugmentedEvent; - /** On on-chain remark happened. */ + /** + * On on-chain remark happened. + **/ Remarked: AugmentedEvent< ApiType, [sender: AccountId20, hash_: H256], { sender: AccountId20; hash_: H256 } >; - /** An upgrade was authorized. */ + /** + * An upgrade was authorized. + **/ UpgradeAuthorized: AugmentedEvent< ApiType, [codeHash: H256, checkVersion: bool], { codeHash: H256; checkVersion: bool } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; transactionPayment: { /** - * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, has - * been paid by `who`. - */ + * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, + * has been paid by `who`. + **/ TransactionFeePaid: AugmentedEvent< ApiType, [who: AccountId20, actualFee: u128, tip: u128], { who: AccountId20; actualFee: u128; tip: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; treasury: { - /** A new asset spend proposal has been approved. */ + /** + * A new asset spend proposal has been approved. + **/ AssetSpendApproved: AugmentedEvent< ApiType, [ @@ -1846,120 +2331,169 @@ declare module "@polkadot/api-base/types/events" { expireAt: u32; } >; - /** An approved spend was voided. */ + /** + * An approved spend was voided. + **/ AssetSpendVoided: AugmentedEvent; - /** Some funds have been allocated. */ + /** + * Some funds have been allocated. + **/ Awarded: AugmentedEvent< ApiType, [proposalIndex: u32, award: u128, account: AccountId20], { proposalIndex: u32; award: u128; account: AccountId20 } >; - /** Some of our funds have been burnt. */ + /** + * Some of our funds have been burnt. + **/ Burnt: AugmentedEvent; - /** Some funds have been deposited. */ + /** + * Some funds have been deposited. + **/ Deposit: AugmentedEvent; - /** A payment happened. */ + /** + * A payment happened. + **/ Paid: AugmentedEvent; - /** A payment failed and can be retried. */ + /** + * A payment failed and can be retried. + **/ PaymentFailed: AugmentedEvent< ApiType, [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** Spending has finished; this is the amount that rolls over until next spend. */ + /** + * Spending has finished; this is the amount that rolls over until next spend. + **/ Rollover: AugmentedEvent; - /** A new spend proposal has been approved. */ + /** + * A new spend proposal has been approved. + **/ SpendApproved: AugmentedEvent< ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId20], { proposalIndex: u32; amount: u128; beneficiary: AccountId20 } >; - /** We have ended a spend period and will now allocate funds. */ + /** + * We have ended a spend period and will now allocate funds. + **/ Spending: AugmentedEvent; /** - * A spend was processed and removed from the storage. It might have been successfully paid or - * it may have expired. - */ + * A spend was processed and removed from the storage. It might have been successfully + * paid or it may have expired. + **/ SpendProcessed: AugmentedEvent; - /** The inactive funds of the pallet have been updated. */ + /** + * The inactive funds of the pallet have been updated. + **/ UpdatedInactive: AugmentedEvent< ApiType, [reactivated: u128, deactivated: u128], { reactivated: u128; deactivated: u128 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; treasuryCouncilCollective: { - /** A motion was approved by the required threshold. */ + /** + * A motion was approved by the required threshold. + **/ Approved: AugmentedEvent; - /** A proposal was closed because its threshold was reached or after its duration was up. */ + /** + * A proposal was closed because its threshold was reached or after its duration was up. + **/ Closed: AugmentedEvent< ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256; yes: u32; no: u32 } >; - /** A motion was not approved by the required threshold. */ + /** + * A motion was not approved by the required threshold. + **/ Disapproved: AugmentedEvent; - /** A motion was executed; result will be `Ok` if it returned without error. */ + /** + * A motion was executed; result will be `Ok` if it returned without error. + **/ Executed: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A single member did some action; result will be `Ok` if it returned without error. */ + /** + * A single member did some action; result will be `Ok` if it returned without error. + **/ MemberExecuted: AugmentedEvent< ApiType, [proposalHash: H256, result: Result], { proposalHash: H256; result: Result } >; - /** A motion (given hash) has been proposed (by given account) with a threshold (given `MemberCount`). */ + /** + * A motion (given hash) has been proposed (by given account) with a threshold (given + * `MemberCount`). + **/ Proposed: AugmentedEvent< ApiType, [account: AccountId20, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId20; proposalIndex: u32; proposalHash: H256; threshold: u32 } >; /** - * A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no - * votes given respectively as `MemberCount`). - */ + * A motion (given hash) has been voted on by given account, leaving + * a tally (yes votes and no votes given respectively as `MemberCount`). + **/ Voted: AugmentedEvent< ApiType, [account: AccountId20, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId20; proposalHash: H256; voted: bool; yes: u32; no: u32 } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; utility: { - /** Batch of dispatches completed fully with no error. */ + /** + * Batch of dispatches completed fully with no error. + **/ BatchCompleted: AugmentedEvent; - /** Batch of dispatches completed but has errors. */ + /** + * Batch of dispatches completed but has errors. + **/ BatchCompletedWithErrors: AugmentedEvent; /** - * Batch of dispatches did not complete fully. Index of first failing dispatch given, as well - * as the error. - */ + * Batch of dispatches did not complete fully. Index of first failing dispatch given, as + * well as the error. + **/ BatchInterrupted: AugmentedEvent< ApiType, [index: u32, error: SpRuntimeDispatchError], { index: u32; error: SpRuntimeDispatchError } >; - /** A call was dispatched. */ + /** + * A call was dispatched. + **/ DispatchedAs: AugmentedEvent< ApiType, [result: Result], { result: Result } >; - /** A single item within a Batch of dispatches has completed with no error. */ + /** + * A single item within a Batch of dispatches has completed with no error. + **/ ItemCompleted: AugmentedEvent; - /** A single item within a Batch of dispatches has completed with error. */ + /** + * A single item within a Batch of dispatches has completed with error. + **/ ItemFailed: AugmentedEvent< ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; whitelist: { @@ -1976,66 +2510,90 @@ declare module "@polkadot/api-base/types/events" { } >; WhitelistedCallRemoved: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmpQueue: { - /** An HRMP message was sent to a sibling parachain. */ + /** + * An HRMP message was sent to a sibling parachain. + **/ XcmpMessageSent: AugmentedEvent; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmTransactor: { DeRegisteredDerivative: AugmentedEvent; - /** Set dest fee per second */ + /** + * Set dest fee per second + **/ DestFeePerSecondChanged: AugmentedEvent< ApiType, [location: StagingXcmV4Location, feePerSecond: u128], { location: StagingXcmV4Location; feePerSecond: u128 } >; - /** Remove dest fee per second */ + /** + * Remove dest fee per second + **/ DestFeePerSecondRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** HRMP manage action succesfully sent */ + /** + * HRMP manage action succesfully sent + **/ HrmpManagementSent: AugmentedEvent< ApiType, [action: PalletXcmTransactorHrmpOperation], { action: PalletXcmTransactorHrmpOperation } >; - /** Registered a derivative index for an account id. */ + /** + * Registered a derivative index for an account id. + **/ RegisteredDerivative: AugmentedEvent< ApiType, [accountId: AccountId20, index: u16], { accountId: AccountId20; index: u16 } >; - /** Transacted the inner call through a derivative account in a destination chain. */ + /** + * Transacted the inner call through a derivative account in a destination chain. + **/ TransactedDerivative: AugmentedEvent< ApiType, [accountId: AccountId20, dest: StagingXcmV4Location, call: Bytes, index: u16], { accountId: AccountId20; dest: StagingXcmV4Location; call: Bytes; index: u16 } >; - /** Transacted the call through a signed account in a destination chain. */ + /** + * Transacted the call through a signed account in a destination chain. + **/ TransactedSigned: AugmentedEvent< ApiType, [feePayer: AccountId20, dest: StagingXcmV4Location, call: Bytes], { feePayer: AccountId20; dest: StagingXcmV4Location; call: Bytes } >; - /** Transacted the call through the sovereign account in a destination chain. */ + /** + * Transacted the call through the sovereign account in a destination chain. + **/ TransactedSovereign: AugmentedEvent< ApiType, [feePayer: Option, dest: StagingXcmV4Location, call: Bytes], { feePayer: Option; dest: StagingXcmV4Location; call: Bytes } >; - /** Transact failed */ + /** + * Transact failed + **/ TransactFailed: AugmentedEvent< ApiType, [error: XcmV3TraitsError], { error: XcmV3TraitsError } >; - /** Changed the transact info of a location */ + /** + * Changed the transact info of a location + **/ TransactInfoChanged: AugmentedEvent< ApiType, [ @@ -2047,47 +2605,63 @@ declare module "@polkadot/api-base/types/events" { remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; } >; - /** Removed the transact info of a location */ + /** + * Removed the transact info of a location + **/ TransactInfoRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; xcmWeightTrader: { - /** Pause support for a given asset */ + /** + * Pause support for a given asset + **/ PauseAssetSupport: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Resume support for a given asset */ + /** + * Resume support for a given asset + **/ ResumeAssetSupport: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** New supported asset is registered */ + /** + * New supported asset is registered + **/ SupportedAssetAdded: AugmentedEvent< ApiType, [location: StagingXcmV4Location, relativePrice: u128], { location: StagingXcmV4Location; relativePrice: u128 } >; - /** Changed the amount of units we are charging per execution second for a given asset */ + /** + * Changed the amount of units we are charging per execution second for a given asset + **/ SupportedAssetEdited: AugmentedEvent< ApiType, [location: StagingXcmV4Location, relativePrice: u128], { location: StagingXcmV4Location; relativePrice: u128 } >; - /** Supported asset type for fee payment removed */ + /** + * Supported asset type for fee payment removed + **/ SupportedAssetRemoved: AugmentedEvent< ApiType, [location: StagingXcmV4Location], { location: StagingXcmV4Location } >; - /** Generic event */ + /** + * Generic event + **/ [key: string]: AugmentedEvent; }; } // AugmentedEvents diff --git a/typescript-api/src/moonriver/interfaces/augment-api-query.ts b/typescript-api/src/moonriver/interfaces/augment-api-query.ts index f4888acf72..08ce4d35a8 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-query.ts @@ -132,9 +132,10 @@ declare module "@polkadot/api-base/types/storage" { interface AugmentedQueries { assetManager: { /** - * Mapping from an asset id to asset type. This is mostly used when receiving transaction - * specifying an asset directly, like transferring an asset from this chain to another. - */ + * Mapping from an asset id to asset type. + * This is mostly used when receiving transaction specifying an asset directly, + * like transferring an asset from this chain to another. + **/ assetIdType: AugmentedQuery< ApiType, ( @@ -144,10 +145,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Reverse mapping of AssetIdType. Mapping from an asset type to an asset id. This is mostly - * used when receiving a multilocation XCM message to retrieve the corresponding asset in - * which tokens should me minted. - */ + * Reverse mapping of AssetIdType. Mapping from an asset type to an asset id. + * This is mostly used when receiving a multilocation XCM message to retrieve + * the corresponding asset in which tokens should me minted. + **/ assetTypeId: AugmentedQuery< ApiType, ( @@ -156,11 +157,15 @@ declare module "@polkadot/api-base/types/storage" { [MoonriverRuntimeXcmConfigAssetType] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; assets: { - /** The holdings of a specific account for a specific asset. */ + /** + * The holdings of a specific account for a specific asset. + **/ account: AugmentedQuery< ApiType, ( @@ -171,10 +176,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Approved balance transfers. First balance is the amount approved for transfer. Second is - * the amount of `T::Currency` reserved for storing this. First key is the asset ID, second - * key is the owner and third key is the delegate. - */ + * Approved balance transfers. First balance is the amount approved for transfer. Second + * is the amount of `T::Currency` reserved for storing this. + * First key is the asset ID, second key is the owner and third key is the delegate. + **/ approvals: AugmentedQuery< ApiType, ( @@ -185,14 +190,18 @@ declare module "@polkadot/api-base/types/storage" { [u128, AccountId20, AccountId20] > & QueryableStorageEntry; - /** Details of an asset. */ + /** + * Details of an asset. + **/ asset: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable>, [u128] > & QueryableStorageEntry; - /** Metadata of an asset. */ + /** + * Metadata of an asset. + **/ metadata: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable, @@ -209,44 +218,61 @@ declare module "@polkadot/api-base/types/storage" { * * The initial next asset ID can be set using the [`GenesisConfig`] or the * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. - */ + **/ nextAssetId: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; asyncBacking: { /** * First tuple element is the highest slot that has been seen in the history of this chain. - * Second tuple element is the number of authored blocks so far. This is a strictly-increasing - * value if T::AllowMultipleBlocksPerSlot = false. - */ + * Second tuple element is the number of authored blocks so far. + * This is a strictly-increasing value if T::AllowMultipleBlocksPerSlot = false. + **/ slotInfo: AugmentedQuery Observable>>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorFilter: { - /** The number of active authors that will be eligible at each height. */ + /** + * The number of active authors that will be eligible at each height. + **/ eligibleCount: AugmentedQuery Observable, []> & QueryableStorageEntry; eligibleRatio: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorInherent: { - /** Author of current block. */ + /** + * Author of current block. + **/ author: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Check if the inherent was included */ + /** + * Check if the inherent was included + **/ inherentIncluded: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; authorMapping: { - /** We maintain a mapping from the NimbusIds used in the consensus layer to the AccountIds runtime. */ + /** + * We maintain a mapping from the NimbusIds used in the consensus layer + * to the AccountIds runtime. + **/ mappingWithDeposit: AugmentedQuery< ApiType, ( @@ -255,7 +281,9 @@ declare module "@polkadot/api-base/types/storage" { [NimbusPrimitivesNimbusCryptoPublic] > & QueryableStorageEntry; - /** We maintain a reverse mapping from AccountIds to NimbusIDS */ + /** + * We maintain a reverse mapping from AccountIds to NimbusIDS + **/ nimbusLookup: AugmentedQuery< ApiType, ( @@ -264,7 +292,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; balances: { @@ -291,23 +321,27 @@ declare module "@polkadot/api-base/types/storage" { * * But this comes with tradeoffs, storing account balances in the system pallet stores * `frame_system` data alongside the account data contrary to storing account balances in the - * `Balances` pallet, which uses a `StorageMap` to store balances data only. NOTE: This is - * only used in the case that this pallet is used to store balances. - */ + * `Balances` pallet, which uses a `StorageMap` to store balances data only. + * NOTE: This is only used in the case that this pallet is used to store balances. + **/ account: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable, [AccountId20] > & QueryableStorageEntry; - /** Freeze locks on account balances. */ + /** + * Freeze locks on account balances. + **/ freezes: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** Holds on account balances. */ + /** + * Holds on account balances. + **/ holds: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable< @@ -321,16 +355,17 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The total units of outstanding deactivated balance in the system. */ + /** + * The total units of outstanding deactivated balance in the system. + **/ inactiveIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Any liquidity locks on some account balances. NOTE: Should only be accessed when setting, - * changing and freeing a lock. + * Any liquidity locks on some account balances. + * NOTE: Should only be accessed when setting, changing and freeing a lock. * - * Use of locks is deprecated in favour of freezes. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/` + **/ locks: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, @@ -340,19 +375,22 @@ declare module "@polkadot/api-base/types/storage" { /** * Named reserves on some account balances. * - * Use of reserves is deprecated in favour of holds. See - * `https://github.com/paritytech/substrate/pull/12951/` - */ + * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/` + **/ reserves: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** The total units issued in the system. */ + /** + * The total units issued in the system. + **/ totalIssuance: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; convictionVoting: { @@ -360,7 +398,7 @@ declare module "@polkadot/api-base/types/storage" { * The voting classes which have a non-zero lock requirement and the lock amounts which they * require. The actual amount locked on behalf of this pallet should always be the maximum of * this list. - */ + **/ classLocksFor: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, @@ -368,9 +406,9 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * All voting for a particular voter in a particular voting class. We store the balance for - * the number of votes that we have recorded. - */ + * All voting for a particular voter in a particular voting class. We store the balance for the + * number of votes that we have recorded. + **/ votingFor: AugmentedQuery< ApiType, ( @@ -380,7 +418,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20, u16] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; crowdloanRewards: { @@ -398,21 +438,27 @@ declare module "@polkadot/api-base/types/storage" { [U8aFixed] > & QueryableStorageEntry; - /** Vesting block height at the initialization of the pallet */ + /** + * Vesting block height at the initialization of the pallet + **/ endRelayBlock: AugmentedQuery Observable, []> & QueryableStorageEntry; initialized: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Total initialized amount so far. We store this to make pallet funds === contributors reward + * Total initialized amount so far. We store this to make pallet funds == contributors reward * check easier and more efficient - */ + **/ initializedRewardAmount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Vesting block height at the initialization of the pallet */ + /** + * Vesting block height at the initialization of the pallet + **/ initRelayBlock: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Total number of contributors to aid hinting benchmarking */ + /** + * Total number of contributors to aid hinting benchmarking + **/ totalContributors: AugmentedQuery Observable, []> & QueryableStorageEntry; unassociatedContributions: AugmentedQuery< @@ -423,14 +469,20 @@ declare module "@polkadot/api-base/types/storage" { [U8aFixed] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; emergencyParaXcm: { - /** Whether incoming XCM is enabled or paused */ + /** + * Whether incoming XCM is enabled or paused + **/ mode: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereum: { @@ -440,24 +492,32 @@ declare module "@polkadot/api-base/types/storage" { [U256] > & QueryableStorageEntry; - /** The current Ethereum block. */ + /** + * The current Ethereum block. + **/ currentBlock: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The current Ethereum receipts. */ + /** + * The current Ethereum receipts. + **/ currentReceipts: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** The current transaction statuses. */ + /** + * The current transaction statuses. + **/ currentTransactionStatuses: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** Current building block's transactions and receipts. */ + /** + * Current building block's transactions and receipts. + **/ pending: AugmentedQuery< ApiType, () => Observable< @@ -470,24 +530,36 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereumChainId: { - /** The EVM chain ID. */ + /** + * The EVM chain ID. + **/ chainId: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; ethereumXcm: { - /** Whether or not Ethereum-XCM is suspended from executing */ + /** + * Whether or not Ethereum-XCM is suspended from executing + **/ ethereumXcmSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Global nonce used for building Ethereum transaction payload. */ + /** + * Global nonce used for building Ethereum transaction payload. + **/ nonce: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; evm: { @@ -515,14 +587,17 @@ declare module "@polkadot/api-base/types/storage" { [H160] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; evmForeignAssets: { /** - * Mapping from an asset id to a Foreign asset type. This is mostly used when receiving - * transaction specifying an asset directly, like transferring an asset from this chain to another. - */ + * Mapping from an asset id to a Foreign asset type. + * This is mostly used when receiving transaction specifying an asset directly, + * like transferring an asset from this chain to another. + **/ assetsById: AugmentedQuery< ApiType, (arg: u128 | AnyNumber | Uint8Array) => Observable>, @@ -530,10 +605,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. This is mostly - * used when receiving a multilocation XCM message to retrieve the corresponding asset in - * which tokens should me minted. - */ + * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. + * This is mostly used when receiving a multilocation XCM message to retrieve + * the corresponding asset in which tokens should me minted. + **/ assetsByLocation: AugmentedQuery< ApiType, ( @@ -542,10 +617,14 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Counter for the related counted storage map */ + /** + * Counter for the related counted storage map + **/ counterForAssetsById: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; identity: { @@ -555,7 +634,7 @@ declare module "@polkadot/api-base/types/storage" { * * Multiple usernames may map to the same `AccountId`, but `IdentityOf` will only map to one * primary username. - */ + **/ accountOfUsername: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable>, @@ -567,7 +646,7 @@ declare module "@polkadot/api-base/types/storage" { * registration, second is the account's primary username. * * TWOX-NOTE: OK ― `AccountId` is a secure hash. - */ + **/ identityOf: AugmentedQuery< ApiType, ( @@ -583,7 +662,7 @@ declare module "@polkadot/api-base/types/storage" { * [`Call::accept_username`]. * * First tuple item is the account and second is the acceptance deadline. - */ + **/ pendingUsernames: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable>>, @@ -591,11 +670,11 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The set of registrars. Not expected to get very big as can only be added through a special - * origin (likely a council motion). + * The set of registrars. Not expected to get very big as can only be added through a + * special origin (likely a council motion). * * The index into this can be cast to `RegistrarIndex` to get a valid value. - */ + **/ registrars: AugmentedQuery< ApiType, () => Observable>>, @@ -608,7 +687,7 @@ declare module "@polkadot/api-base/types/storage" { * The first item is the deposit, the second is a vector of the accounts. * * TWOX-NOTE: OK ― `AccountId` is a secure hash. - */ + **/ subsOf: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable]>>, @@ -618,14 +697,16 @@ declare module "@polkadot/api-base/types/storage" { /** * The super-identity of an alternative "sub" identity together with its name, within that * context. If the account is not some other account's sub-identity, then just `None`. - */ + **/ superOf: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, [AccountId20] > & QueryableStorageEntry; - /** A map of the accounts who are authorized to grant usernames. */ + /** + * A map of the accounts who are authorized to grant usernames. + **/ usernameAuthorities: AugmentedQuery< ApiType, ( @@ -634,18 +715,26 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; maintenanceMode: { - /** Whether the site is in maintenance mode */ + /** + * Whether the site is in maintenance mode + **/ maintenanceMode: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; messageQueue: { - /** The index of the first and last (non-empty) pages. */ + /** + * The index of the first and last (non-empty) pages. + **/ bookStateFor: AugmentedQuery< ApiType, ( @@ -660,7 +749,9 @@ declare module "@polkadot/api-base/types/storage" { [CumulusPrimitivesCoreAggregateMessageOrigin] > & QueryableStorageEntry; - /** The map of page indices to pages. */ + /** + * The map of page indices to pages. + **/ pages: AugmentedQuery< ApiType, ( @@ -676,24 +767,30 @@ declare module "@polkadot/api-base/types/storage" { [CumulusPrimitivesCoreAggregateMessageOrigin, u32] > & QueryableStorageEntry; - /** The origin at which we should begin servicing. */ + /** + * The origin at which we should begin servicing. + **/ serviceHead: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; migrations: { - /** True if all required migrations have completed */ + /** + * True if all required migrations have completed + **/ fullyUpgraded: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * MigrationState tracks the progress of a migration. Maps name (Vec) -> whether or not - * migration has been completed (bool) - */ + * MigrationState tracks the progress of a migration. + * Maps name (Vec) -> whether or not migration has been completed (bool) + **/ migrationState: AugmentedQuery< ApiType, (arg: Bytes | string | Uint8Array) => Observable, @@ -701,12 +798,14 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Temporary value that is set to true at the beginning of the block during which the - * execution of xcm messages must be paused. - */ + * Temporary value that is set to true at the beginning of the block during which the execution + * of xcm messages must be paused. + **/ shouldPauseXcm: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { @@ -728,18 +827,24 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; moonbeamOrbiters: { - /** Account lookup override */ + /** + * Account lookup override + **/ accountLookupOverride: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>>, [AccountId20] > & QueryableStorageEntry; - /** Current orbiters, with their "parent" collator */ + /** + * Current orbiters, with their "parent" collator + **/ collatorsPool: AugmentedQuery< ApiType, ( @@ -748,22 +853,31 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Counter for the related counted storage map */ + /** + * Counter for the related counted storage map + **/ counterForCollatorsPool: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Current round index */ + /** + * Current round index + **/ currentRound: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * If true, it forces the rotation at the next round. A use case: when changing RotatePeriod, - * you need a migration code that sets this value to true to avoid holes in OrbiterPerRound. - */ + * If true, it forces the rotation at the next round. + * A use case: when changing RotatePeriod, you need a migration code that sets this value to + * true to avoid holes in OrbiterPerRound. + **/ forceRotation: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Minimum deposit required to be registered as an orbiter */ + /** + * Minimum deposit required to be registered as an orbiter + **/ minOrbiterDeposit: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Store active orbiter per round and per parent collator */ + /** + * Store active orbiter per round and per parent collator + **/ orbiterPerRound: AugmentedQuery< ApiType, ( @@ -773,18 +887,24 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Check if account is an orbiter */ + /** + * Check if account is an orbiter + **/ registeredOrbiter: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; multisig: { - /** The set of open multisig operations. */ + /** + * The set of open multisig operations. + **/ multisigs: AugmentedQuery< ApiType, ( @@ -794,47 +914,67 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20, U8aFixed] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; openTechCommitteeCollective: { - /** The current members of the collective. This is stored sorted (just by value). */ + /** + * The current members of the collective. This is stored sorted (just by value). + **/ members: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The prime member that helps determine the default vote behavior in case of abstentions. */ + /** + * The prime member that helps determine the default vote behavior in case of abstentions. + **/ prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Proposals so far. */ + /** + * Proposals so far. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Actual proposal for a given hash, if it's current. */ + /** + * Actual proposal for a given hash, if it's current. + **/ proposalOf: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The hashes of the active proposals. */ + /** + * The hashes of the active proposals. + **/ proposals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Votes on a given proposal, if it is ongoing. */ + /** + * Votes on a given proposal, if it is ongoing. + **/ voting: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainInfo: { parachainId: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainStaking: { - /** Snapshot of collator delegation stake at the start of the round */ + /** + * Snapshot of collator delegation stake at the start of the round + **/ atStake: AugmentedQuery< ApiType, ( @@ -844,7 +984,9 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Stores auto-compounding configuration per collator. */ + /** + * Stores auto-compounding configuration per collator. + **/ autoCompoundingDelegations: AugmentedQuery< ApiType, ( @@ -853,7 +995,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Points for each collator per round */ + /** + * Points for each collator per round + **/ awardedPts: AugmentedQuery< ApiType, ( @@ -863,7 +1007,9 @@ declare module "@polkadot/api-base/types/storage" { [u32, AccountId20] > & QueryableStorageEntry; - /** Bottom delegations for collator candidate */ + /** + * Bottom delegations for collator candidate + **/ bottomDelegations: AugmentedQuery< ApiType, ( @@ -872,7 +1018,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Get collator candidate info associated with an account if account is candidate else None */ + /** + * Get collator candidate info associated with an account if account is candidate else None + **/ candidateInfo: AugmentedQuery< ApiType, ( @@ -881,17 +1029,23 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The pool of collator candidates, each with their total backing stake */ + /** + * The pool of collator candidates, each with their total backing stake + **/ candidatePool: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Commission percent taken off of rewards for all collators */ + /** + * Commission percent taken off of rewards for all collators + **/ collatorCommission: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Delayed payouts */ + /** + * Delayed payouts + **/ delayedPayouts: AugmentedQuery< ApiType, ( @@ -900,7 +1054,9 @@ declare module "@polkadot/api-base/types/storage" { [u32] > & QueryableStorageEntry; - /** Stores outstanding delegation requests per collator. */ + /** + * Stores outstanding delegation requests per collator. + **/ delegationScheduledRequests: AugmentedQuery< ApiType, ( @@ -909,7 +1065,9 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Get delegator state associated with an account if account is delegating else None */ + /** + * Get delegator state associated with an account if account is delegating else None + **/ delegatorState: AugmentedQuery< ApiType, ( @@ -918,10 +1076,14 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Killswitch to enable/disable marking offline feature. */ + /** + * Killswitch to enable/disable marking offline feature. + **/ enableMarkingOffline: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Inflation configuration */ + /** + * Inflation configuration + **/ inflationConfig: AugmentedQuery< ApiType, () => Observable, @@ -933,27 +1095,35 @@ declare module "@polkadot/api-base/types/storage" { * before it is distributed to collators and delegators. * * The sum of the distribution percents must be less than or equal to 100. - */ + **/ inflationDistributionInfo: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Total points awarded to collators for block production in the round */ + /** + * Total points awarded to collators for block production in the round + **/ points: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Current round index and next round scheduled transition */ + /** + * Current round index and next round scheduled transition + **/ round: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The collator candidates selected for the current round */ + /** + * The collator candidates selected for the current round + **/ selectedCandidates: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Top delegations for collator candidate */ + /** + * Top delegations for collator candidate + **/ topDelegations: AugmentedQuery< ApiType, ( @@ -962,21 +1132,27 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Total capital locked by this staking pallet */ + /** + * Total capital locked by this staking pallet + **/ total: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The total candidates selected every round */ + /** + * The total candidates selected every round + **/ totalSelected: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parachainSystem: { /** * Storage field that keeps track of bandwidth used by the unincluded segment along with the - * latest HRMP watermark. Used for limiting the acceptance of new blocks with respect to relay - * chain constraints. - */ + * latest HRMP watermark. Used for limiting the acceptance of new blocks with + * respect to relay chain constraints. + **/ aggregatedUnincludedSegment: AugmentedQuery< ApiType, () => Observable>, @@ -986,17 +1162,19 @@ declare module "@polkadot/api-base/types/storage" { /** * The number of HRMP messages we observed in `on_initialize` and thus used that number for * announcing the weight of `on_initialize` and `on_finalize`. - */ + **/ announcedHrmpMessagesPerCandidate: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * A custom head data that should be returned as result of `validate_block`. * * See `Pallet::set_custom_validation_head_data` for more information. - */ + **/ customValidationHeadData: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Were the validation data set to notify the relay chain? */ + /** + * Were the validation data set to notify the relay chain? + **/ didSetValidationCode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** @@ -1006,7 +1184,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ hostConfiguration: AugmentedQuery< ApiType, () => Observable>, @@ -1017,7 +1195,7 @@ declare module "@polkadot/api-base/types/storage" { * HRMP messages that were sent in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ hrmpOutboundMessages: AugmentedQuery< ApiType, () => Observable>, @@ -1028,57 +1206,61 @@ declare module "@polkadot/api-base/types/storage" { * HRMP watermark that was set in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ hrmpWatermark: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The last downward message queue chain head we have observed. * - * This value is loaded before and saved after processing inbound downward messages carried by - * the system inherent. - */ + * This value is loaded before and saved after processing inbound downward messages carried + * by the system inherent. + **/ lastDmqMqcHead: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * The message queue chain heads we have observed per each channel incoming channel. * - * This value is loaded before and saved after processing inbound downward messages carried by - * the system inherent. - */ + * This value is loaded before and saved after processing inbound downward messages carried + * by the system inherent. + **/ lastHrmpMqcHeads: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** * The relay chain block number associated with the last parachain block. * * This is updated in `on_finalize`. - */ + **/ lastRelayChainBlockNumber: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Validation code that is set by the parachain and is to be communicated to collator and * consequently the relay-chain. * - * This will be cleared in `on_initialize` of each new block if no other pallet already set the value. - */ + * This will be cleared in `on_initialize` of each new block if no other pallet already set + * the value. + **/ newValidationCode: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Upward messages that are still pending and not yet send to the relay chain. */ + /** + * Upward messages that are still pending and not yet send to the relay chain. + **/ pendingUpwardMessages: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * In case of a scheduled upgrade, this storage field contains the validation code to be applied. + * In case of a scheduled upgrade, this storage field contains the validation code to be + * applied. * * As soon as the relay chain gives us the go-ahead signal, we will overwrite the * [`:code`][sp_core::storage::well_known_keys::CODE] which will result the next block process * with the new validation code. This concludes the upgrade process. - */ + **/ pendingValidationCode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Number of downward messages processed in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ processedDownwardMessages: AugmentedQuery Observable, []> & QueryableStorageEntry; /** @@ -1088,7 +1270,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ relayStateProof: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** @@ -1099,7 +1281,7 @@ declare module "@polkadot/api-base/types/storage" { * before processing of the inherent, e.g. in `on_initialize` this data may be stale. * * This data is also absent from the genesis. - */ + **/ relevantMessagingState: AugmentedQuery< ApiType, () => Observable< @@ -1111,7 +1293,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The weight we reserve at the beginning of the block for processing DMP messages. This * overrides the amount set in the Config trait. - */ + **/ reservedDmpWeightOverride: AugmentedQuery< ApiType, () => Observable>, @@ -1121,7 +1303,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The weight we reserve at the beginning of the block for processing XCMP messages. This * overrides the amount set in the Config trait. - */ + **/ reservedXcmpWeightOverride: AugmentedQuery< ApiType, () => Observable>, @@ -1129,12 +1311,13 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Latest included block descendants the runtime accepted. In other words, these are ancestors - * of the currently executing block which have not been included in the observed relay-chain state. + * Latest included block descendants the runtime accepted. In other words, these are + * ancestors of the currently executing block which have not been included in the observed + * relay-chain state. * - * The segment length is limited by the capacity returned from the [`ConsensusHook`] - * configured in the pallet. - */ + * The segment length is limited by the capacity returned from the [`ConsensusHook`] configured + * in the pallet. + **/ unincludedSegment: AugmentedQuery< ApiType, () => Observable>, @@ -1147,7 +1330,7 @@ declare module "@polkadot/api-base/types/storage" { * This storage item is a mirror of the corresponding value for the current parachain from the * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is * set after the inherent. - */ + **/ upgradeGoAhead: AugmentedQuery< ApiType, () => Observable>, @@ -1155,45 +1338,52 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * An option which indicates if the relay-chain restricts signalling a validation code - * upgrade. In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the - * produced candidate will be invalid. + * An option which indicates if the relay-chain restricts signalling a validation code upgrade. + * In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced + * candidate will be invalid. * * This storage item is a mirror of the corresponding value for the current parachain from the * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is * set after the inherent. - */ + **/ upgradeRestrictionSignal: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The factor to multiply the base delivery fee by for UMP. */ + /** + * The factor to multiply the base delivery fee by for UMP. + **/ upwardDeliveryFeeFactor: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Upward messages that were sent in a block. * * This will be cleared in `on_initialize` of each new block. - */ + **/ upwardMessages: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * The [`PersistedValidationData`] set for this block. This value is expected to be set only - * once per block and it's never stored in the trie. - */ + * The [`PersistedValidationData`] set for this block. + * This value is expected to be set only once per block and it's never stored + * in the trie. + **/ validationData: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; parameters: { - /** Stored parameters. */ + /** + * Stored parameters. + **/ parameters: AugmentedQuery< ApiType, ( @@ -1207,7 +1397,9 @@ declare module "@polkadot/api-base/types/storage" { [MoonriverRuntimeRuntimeParamsRuntimeParametersKey] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; polkadotXcm: { @@ -1216,21 +1408,25 @@ declare module "@polkadot/api-base/types/storage" { * * Key is the blake2 256 hash of (origin, versioned `Assets`) pair. Value is the number of * times this pair has been trapped (usually just 1 if it exists at all). - */ + **/ assetTraps: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable, [H256] > & QueryableStorageEntry; - /** The current migration's stage, if any. */ + /** + * The current migration's stage, if any. + **/ currentMigration: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Fungible assets which we know are locked on this chain. */ + /** + * Fungible assets which we know are locked on this chain. + **/ lockedFungibles: AugmentedQuery< ApiType, ( @@ -1239,30 +1435,37 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** The ongoing queries. */ + /** + * The ongoing queries. + **/ queries: AugmentedQuery< ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable>, [u64] > & QueryableStorageEntry; - /** The latest available query index. */ + /** + * The latest available query index. + **/ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be - * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally + * will be stored here. + * Runtime APIs can fetch the XCM that was executed by accessing this value. * * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] * implementation in the XCM executor configuration. - */ + **/ recordedXcm: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** Fungible assets which we know are locked on a remote chain. */ + /** + * Fungible assets which we know are locked on a remote chain. + **/ remoteLockedFungibles: AugmentedQuery< ApiType, ( @@ -1276,20 +1479,23 @@ declare module "@polkadot/api-base/types/storage" { /** * Default version to encode XCM when latest version of destination is unknown. If `None`, * then the destinations whose XCM version is unknown are considered unreachable. - */ + **/ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only - * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and - * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * Whether or not incoming XCMs (both executed locally and received) should be recorded. + * Only one XCM program will be recorded at a time. + * This is meant to be used in runtime APIs, and it's advised it stays false + * for all other use cases, so as to not degrade regular performance. * * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] * implementation in the XCM executor configuration. - */ + **/ shouldRecordXcm: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The Latest versions that we know various locations support. */ + /** + * The Latest versions that we know various locations support. + **/ supportedVersion: AugmentedQuery< ApiType, ( @@ -1303,14 +1509,16 @@ declare module "@polkadot/api-base/types/storage" { * Destinations whose latest XCM version we would like to know. Duplicates not allowed, and * the `u32` counter is the number of times that a send to the destination has been attempted, * which is used as a prioritization. - */ + **/ versionDiscoveryQueue: AugmentedQuery< ApiType, () => Observable>>, [] > & QueryableStorageEntry; - /** All locations that we have requested version notifications from. */ + /** + * All locations that we have requested version notifications from. + **/ versionNotifiers: AugmentedQuery< ApiType, ( @@ -1323,7 +1531,7 @@ declare module "@polkadot/api-base/types/storage" { /** * The target locations that are subscribed to our version changes, as well as the most recent * of our versions we informed them of. - */ + **/ versionNotifyTargets: AugmentedQuery< ApiType, ( @@ -1333,10 +1541,14 @@ declare module "@polkadot/api-base/types/storage" { [u32, XcmVersionedLocation] > & QueryableStorageEntry; - /** Global suspension state of the XCM executor. */ + /** + * Global suspension state of the XCM executor. + **/ xcmExecutionSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; preimage: { @@ -1348,25 +1560,33 @@ declare module "@polkadot/api-base/types/storage" { [ITuple<[H256, u32]>] > & QueryableStorageEntry]>; - /** The request status of a given hash. */ + /** + * The request status of a given hash. + **/ requestStatusFor: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The request status of a given hash. */ + /** + * The request status of a given hash. + **/ statusFor: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; proxy: { - /** The announcements made by the proxy (key). */ + /** + * The announcements made by the proxy (key). + **/ announcements: AugmentedQuery< ApiType, ( @@ -1376,9 +1596,9 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The set of account proxies. Maps the account which has delegated to the accounts which are - * being delegated to, together with the amount held on deposit. - */ + * The set of account proxies. Maps the account which has delegated to the accounts + * which are being delegated to, together with the amount held on deposit. + **/ proxies: AugmentedQuery< ApiType, ( @@ -1387,26 +1607,38 @@ declare module "@polkadot/api-base/types/storage" { [AccountId20] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; randomness: { - /** Ensures the mandatory inherent was included in the block */ + /** + * Ensures the mandatory inherent was included in the block + **/ inherentIncluded: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Current local per-block VRF randomness Set in `on_initialize` */ + /** + * Current local per-block VRF randomness + * Set in `on_initialize` + **/ localVrfOutput: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Records whether this is the first block (genesis or runtime upgrade) */ + /** + * Records whether this is the first block (genesis or runtime upgrade) + **/ notFirstBlock: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Previous local per-block VRF randomness Set in `on_finalize` of last block */ + /** + * Previous local per-block VRF randomness + * Set in `on_finalize` of last block + **/ previousLocalVrfOutput: AugmentedQuery Observable, []> & QueryableStorageEntry; /** - * Snapshot of randomness to fulfill all requests that are for the same raw randomness Removed - * once $value.request_count === 0 - */ + * Snapshot of randomness to fulfill all requests that are for the same raw randomness + * Removed once $value.request_count == 0 + **/ randomnessResults: AugmentedQuery< ApiType, ( @@ -1420,24 +1652,34 @@ declare module "@polkadot/api-base/types/storage" { [PalletRandomnessRequestType] > & QueryableStorageEntry; - /** Relay epoch */ + /** + * Relay epoch + **/ relayEpoch: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Number of randomness requests made so far, used to generate the next request's uid */ + /** + * Number of randomness requests made so far, used to generate the next request's uid + **/ requestCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Randomness requests not yet fulfilled or purged */ + /** + * Randomness requests not yet fulfilled or purged + **/ requests: AugmentedQuery< ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable>, [u64] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; referenda: { - /** The number of referenda being decided currently. */ + /** + * The number of referenda being decided currently. + **/ decidingCount: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable, @@ -1445,22 +1687,27 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The metadata is a general information concerning the referendum. The `Hash` refers to the - * preimage of the `Preimages` provider which can be a JSON dump or IPFS hash of a JSON file. + * The metadata is a general information concerning the referendum. + * The `Hash` refers to the preimage of the `Preimages` provider which can be a JSON + * dump or IPFS hash of a JSON file. * - * Consider a garbage collection for a metadata of finished referendums to `unrequest` - * (remove) large preimages. - */ + * Consider a garbage collection for a metadata of finished referendums to `unrequest` (remove) + * large preimages. + **/ metadataOf: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** The next free referendum index, aka the number of referenda started so far. */ + /** + * The next free referendum index, aka the number of referenda started so far. + **/ referendumCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Information concerning any given referendum. */ + /** + * Information concerning any given referendum. + **/ referendumInfoFor: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, @@ -1472,18 +1719,22 @@ declare module "@polkadot/api-base/types/storage" { * conviction-weighted approvals. * * This should be empty if `DecidingCount` is less than `TrackInfo::max_deciding`. - */ + **/ trackQueue: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable>>, [u16] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; relayStorageRoots: { - /** Map of relay block number to relay storage root */ + /** + * Map of relay block number to relay storage root + **/ relayStorageRoot: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, @@ -1491,20 +1742,26 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * List of all the keys in `RelayStorageRoot`. Used to remove the oldest key without having to - * iterate over all of them. - */ + * List of all the keys in `RelayStorageRoot`. + * Used to remove the oldest key without having to iterate over all of them. + **/ relayStorageRootKeys: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; rootTesting: { - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; scheduler: { - /** Items to be executed, indexed by the block number that they should be executed on. */ + /** + * Items to be executed, indexed by the block number that they should be executed on. + **/ agenda: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>>, @@ -1516,15 +1773,18 @@ declare module "@polkadot/api-base/types/storage" { /** * Lookup from a name to the block number and index of the task. * - * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed to form the v4 identities. - */ + * For v3 -> v4 the previously unbounded identities are Blake2-256 hashed to form the v4 + * identities. + **/ lookup: AugmentedQuery< ApiType, (arg: U8aFixed | string | Uint8Array) => Observable>>, [U8aFixed] > & QueryableStorageEntry; - /** Retry configurations for items to be executed, indexed by task address. */ + /** + * Retry configurations for items to be executed, indexed by task address. + **/ retries: AugmentedQuery< ApiType, ( @@ -1533,129 +1793,167 @@ declare module "@polkadot/api-base/types/storage" { [ITuple<[u32, u32]>] > & QueryableStorageEntry]>; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; system: { - /** The full account information for a particular account ID. */ + /** + * The full account information for a particular account ID. + **/ account: AugmentedQuery< ApiType, (arg: AccountId20 | string | Uint8Array) => Observable, [AccountId20] > & QueryableStorageEntry; - /** Total length (in bytes) for all extrinsics put together, for the current block. */ + /** + * Total length (in bytes) for all extrinsics put together, for the current block. + **/ allExtrinsicsLen: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** `Some` if a code upgrade has been authorized. */ + /** + * `Some` if a code upgrade has been authorized. + **/ authorizedUpgrade: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** Map of block numbers to block hashes. */ + /** + * Map of block numbers to block hashes. + **/ blockHash: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** The current weight for the block. */ + /** + * The current weight for the block. + **/ blockWeight: AugmentedQuery< ApiType, () => Observable, [] > & QueryableStorageEntry; - /** Digest of the current block, also part of the block header. */ + /** + * Digest of the current block, also part of the block header. + **/ digest: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The number of events in the `Events` list. */ + /** + * The number of events in the `Events` list. + **/ eventCount: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * Events deposited for the current block. * - * NOTE: The item is unbound and should therefore never be read on chain. It could otherwise - * inflate the PoV size of a block. + * NOTE: The item is unbound and should therefore never be read on chain. + * It could otherwise inflate the PoV size of a block. * - * Events have a large in-memory size. Box the events to not go out-of-memory just in case - * someone still reads them from within the runtime. - */ + * Events have a large in-memory size. Box the events to not go out-of-memory + * just in case someone still reads them from within the runtime. + **/ events: AugmentedQuery Observable>, []> & QueryableStorageEntry; /** - * Mapping between a topic (represented by T::Hash) and a vector of indexes of events in the - * `>` list. + * Mapping between a topic (represented by T::Hash) and a vector of indexes + * of events in the `>` list. * - * All topic vectors have deterministic storage locations depending on the topic. This allows - * light-clients to leverage the changes trie storage tracking mechanism and in case of - * changes fetch the list of events of interest. + * All topic vectors have deterministic storage locations depending on the topic. This + * allows light-clients to leverage the changes trie storage tracking mechanism and + * in case of changes fetch the list of events of interest. * - * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just the - * `EventIndex` then in case if the topic has the same contents on the next block no - * notification will be triggered thus the event might be lost. - */ + * The value has the type `(BlockNumberFor, EventIndex)` because if we used only just + * the `EventIndex` then in case if the topic has the same contents on the next block + * no notification will be triggered thus the event might be lost. + **/ eventTopics: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>>, [H256] > & QueryableStorageEntry; - /** The execution phase of the block. */ + /** + * The execution phase of the block. + **/ executionPhase: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Total extrinsics count for the current block. */ + /** + * Total extrinsics count for the current block. + **/ extrinsicCount: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Extrinsics data for the current block (maps an extrinsic's index to its data). */ + /** + * Extrinsics data for the current block (maps an extrinsic's index to its data). + **/ extrinsicData: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Whether all inherents have been applied. */ + /** + * Whether all inherents have been applied. + **/ inherentsApplied: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened. */ + /** + * Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened. + **/ lastRuntimeUpgrade: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The current block number being processed. Set by `execute_block`. */ + /** + * The current block number being processed. Set by `execute_block`. + **/ number: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Hash of the previous block. */ + /** + * Hash of the previous block. + **/ parentHash: AugmentedQuery Observable, []> & QueryableStorageEntry; /** * True if we have upgraded so that AccountInfo contains three types of `RefCount`. False * (default) if not. - */ + **/ upgradedToTripleRefCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** True if we have upgraded so that `type RefCount` is `u32`. False (default) if not. */ + /** + * True if we have upgraded so that `type RefCount` is `u32`. False (default) if not. + **/ upgradedToU32RefCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; timestamp: { /** * Whether the timestamp has been updated in this block. * - * This value is updated to `true` upon successful submission of a timestamp by a node. It is - * then checked at the end of each block execution in the `on_finalize` hook. - */ + * This value is updated to `true` upon successful submission of a timestamp by a node. + * It is then checked at the end of each block execution in the `on_finalize` hook. + **/ didUpdate: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** The current time for the current block. */ + /** + * The current time for the current block. + **/ now: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; transactionPayment: { @@ -1667,67 +1965,97 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; treasury: { - /** Proposal indices that have been approved but not yet awarded. */ + /** + * Proposal indices that have been approved but not yet awarded. + **/ approvals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The amount which has been reported as inactive to Currency. */ + /** + * The amount which has been reported as inactive to Currency. + **/ deactivated: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Number of proposals that have been made. */ + /** + * Number of proposals that have been made. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Proposals that have been made. */ + /** + * Proposals that have been made. + **/ proposals: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** The count of spends that have been made. */ + /** + * The count of spends that have been made. + **/ spendCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Spends that have been approved and being processed. */ + /** + * Spends that have been approved and being processed. + **/ spends: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable>, [u32] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; treasuryCouncilCollective: { - /** The current members of the collective. This is stored sorted (just by value). */ + /** + * The current members of the collective. This is stored sorted (just by value). + **/ members: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The prime member that helps determine the default vote behavior in case of abstentions. */ + /** + * The prime member that helps determine the default vote behavior in case of abstentions. + **/ prime: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Proposals so far. */ + /** + * Proposals so far. + **/ proposalCount: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Actual proposal for a given hash, if it's current. */ + /** + * Actual proposal for a given hash, if it's current. + **/ proposalOf: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** The hashes of the active proposals. */ + /** + * The hashes of the active proposals. + **/ proposals: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** Votes on a given proposal, if it is ongoing. */ + /** + * Votes on a given proposal, if it is ongoing. + **/ voting: AugmentedQuery< ApiType, (arg: H256 | string | Uint8Array) => Observable>, [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; whitelist: { @@ -1737,11 +2065,15 @@ declare module "@polkadot/api-base/types/storage" { [H256] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmpQueue: { - /** The factor to multiply the base delivery fee by. */ + /** + * The factor to multiply the base delivery fee by. + **/ deliveryFeeFactor: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, @@ -1757,10 +2089,12 @@ declare module "@polkadot/api-base/types/storage" { * * NOTE: The PoV benchmarking cannot know this and will over-estimate, but the actual proof * will be smaller. - */ + **/ inboundXcmpSuspended: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** The messages outbound in a given XCMP channel. */ + /** + * The messages outbound in a given XCMP channel. + **/ outboundXcmpMessages: AugmentedQuery< ApiType, ( @@ -1771,44 +2105,52 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * The non-empty XCMP channels in order of becoming non-empty, and the index of the first and - * last outbound message. If the two indices are equal, then it indicates an empty queue and - * there must be a non-`Ok` `OutboundStatus`. We assume queues grow no greater than 65535 - * items. Queue indices for normal messages begin at one; zero is reserved in case of the need - * to send a high-priority signal message this block. The bool is true if there is a signal - * message waiting to be sent. - */ + * The non-empty XCMP channels in order of becoming non-empty, and the index of the first + * and last outbound message. If the two indices are equal, then it indicates an empty + * queue and there must be a non-`Ok` `OutboundStatus`. We assume queues grow no greater + * than 65535 items. Queue indices for normal messages begin at one; zero is reserved in + * case of the need to send a high-priority signal message this block. + * The bool is true if there is a signal message waiting to be sent. + **/ outboundXcmpStatus: AugmentedQuery< ApiType, () => Observable>, [] > & QueryableStorageEntry; - /** The configuration which controls the dynamics of the outbound queue. */ + /** + * The configuration which controls the dynamics of the outbound queue. + **/ queueConfig: AugmentedQuery< ApiType, () => Observable, [] > & QueryableStorageEntry; - /** Whether or not the XCMP queue is suspended from executing incoming XCMs or not. */ + /** + * Whether or not the XCMP queue is suspended from executing incoming XCMs or not. + **/ queueSuspended: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** Any signal messages waiting to be sent. */ + /** + * Any signal messages waiting to be sent. + **/ signalMessages: AugmentedQuery< ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable, [u32] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmTransactor: { /** - * Stores the fee per second for an asset in its reserve chain. This allows us to convert from - * weight to fee - */ + * Stores the fee per second for an asset in its reserve chain. This allows us to convert + * from weight to fee + **/ destinationAssetFeePerSecond: AugmentedQuery< ApiType, ( @@ -1818,17 +2160,19 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Since we are using pallet-utility for account derivation (through AsDerivative), we need to - * provide an index for the account derivation. This storage item stores the index assigned - * for a given local account. These indices are usable as derivative in the relay chain - */ + * Since we are using pallet-utility for account derivation (through AsDerivative), + * we need to provide an index for the account derivation. This storage item stores the index + * assigned for a given local account. These indices are usable as derivative in the relay chain + **/ indexToAccount: AugmentedQuery< ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable>, [u16] > & QueryableStorageEntry; - /** Stores the indices of relay chain pallets */ + /** + * Stores the indices of relay chain pallets + **/ relayIndices: AugmentedQuery< ApiType, () => Observable, @@ -1836,10 +2180,10 @@ declare module "@polkadot/api-base/types/storage" { > & QueryableStorageEntry; /** - * Stores the transact info of a Location. This defines how much extra weight we need to add - * when we want to transact in the destination chain and maximum amount of weight allowed by - * the destination chain - */ + * Stores the transact info of a Location. This defines how much extra weight we need to + * add when we want to transact in the destination chain and maximum amount of weight allowed + * by the destination chain + **/ transactInfoWithWeightLimit: AugmentedQuery< ApiType, ( @@ -1848,14 +2192,17 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; xcmWeightTrader: { /** - * Stores all supported assets per XCM Location. The u128 is the asset price relative to - * native asset with 18 decimals The boolean specify if the support for this asset is active - */ + * Stores all supported assets per XCM Location. + * The u128 is the asset price relative to native asset with 18 decimals + * The boolean specify if the support for this asset is active + **/ supportedAssets: AugmentedQuery< ApiType, ( @@ -1864,7 +2211,9 @@ declare module "@polkadot/api-base/types/storage" { [StagingXcmV4Location] > & QueryableStorageEntry; - /** Generic query */ + /** + * Generic query + **/ [key: string]: QueryableStorageEntry; }; } // AugmentedQueries diff --git a/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts b/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts index 6cc1e4a52b..7752ea2d20 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts @@ -102,13 +102,19 @@ export type __AugmentedRpc = AugmentedRpc<() => unknown>; declare module "@polkadot/rpc-core/types/jsonrpc" { interface RpcInterface { author: { - /** Returns true if the keystore has private keys for the given public key and key type. */ + /** + * Returns true if the keystore has private keys for the given public key and key type. + **/ hasKey: AugmentedRpc< (publicKey: Bytes | string | Uint8Array, keyType: Text | string) => Observable >; - /** Returns true if the keystore has private keys for the given session public keys. */ + /** + * Returns true if the keystore has private keys for the given session public keys. + **/ hasSessionKeys: AugmentedRpc<(sessionKeys: Bytes | string | Uint8Array) => Observable>; - /** Insert a key into the keystore. */ + /** + * Insert a key into the keystore. + **/ insertKey: AugmentedRpc< ( keyType: Text | string, @@ -116,9 +122,13 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { publicKey: Bytes | string | Uint8Array ) => Observable >; - /** Returns all pending extrinsics, potentially grouped by sender */ + /** + * Returns all pending extrinsics, potentially grouped by sender + **/ pendingExtrinsics: AugmentedRpc<() => Observable>>; - /** Remove given extrinsic from the pool and temporarily ban it to prevent reimporting */ + /** + * Remove given extrinsic from the pool and temporarily ban it to prevent reimporting + **/ removeExtrinsic: AugmentedRpc< ( bytesOrHash: @@ -126,50 +136,75 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | (ExtrinsicOrHash | { Hash: any } | { Extrinsic: any } | string | Uint8Array)[] ) => Observable> >; - /** Generate new session keys and returns the corresponding public keys */ + /** + * Generate new session keys and returns the corresponding public keys + **/ rotateKeys: AugmentedRpc<() => Observable>; - /** Submit and subscribe to watch an extrinsic until unsubscribed */ + /** + * Submit and subscribe to watch an extrinsic until unsubscribed + **/ submitAndWatchExtrinsic: AugmentedRpc< (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable >; - /** Submit a fully formatted extrinsic for block inclusion */ + /** + * Submit a fully formatted extrinsic for block inclusion + **/ submitExtrinsic: AugmentedRpc< (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable >; }; babe: { /** - * Returns data about which slots (primary or secondary) can be claimed in the current epoch - * with the keys in the keystore - */ + * Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the keystore + **/ epochAuthorship: AugmentedRpc<() => Observable>>; }; beefy: { - /** Returns hash of the latest BEEFY finalized block as seen by this client. */ + /** + * Returns hash of the latest BEEFY finalized block as seen by this client. + **/ getFinalizedHead: AugmentedRpc<() => Observable>; - /** Returns the block most recently finalized by BEEFY, alongside its justification. */ + /** + * Returns the block most recently finalized by BEEFY, alongside its justification. + **/ subscribeJustifications: AugmentedRpc<() => Observable>; }; chain: { - /** Get header and body of a relay chain block */ + /** + * Get header and body of a relay chain block + **/ getBlock: AugmentedRpc<(hash?: BlockHash | string | Uint8Array) => Observable>; - /** Get the block hash for a specific block */ + /** + * Get the block hash for a specific block + **/ getBlockHash: AugmentedRpc< (blockNumber?: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Get hash of the last finalized block in the canon chain */ + /** + * Get hash of the last finalized block in the canon chain + **/ getFinalizedHead: AugmentedRpc<() => Observable>; - /** Retrieves the header for a specific block */ + /** + * Retrieves the header for a specific block + **/ getHeader: AugmentedRpc<(hash?: BlockHash | string | Uint8Array) => Observable
>; - /** Retrieves the newest header via subscription */ + /** + * Retrieves the newest header via subscription + **/ subscribeAllHeads: AugmentedRpc<() => Observable
>; - /** Retrieves the best finalized header via subscription */ + /** + * Retrieves the best finalized header via subscription + **/ subscribeFinalizedHeads: AugmentedRpc<() => Observable
>; - /** Retrieves the best header via subscription */ + /** + * Retrieves the best header via subscription + **/ subscribeNewHeads: AugmentedRpc<() => Observable
>; }; childstate: { - /** Returns the keys with prefix from a child storage, leave empty to get all the keys */ + /** + * Returns the keys with prefix from a child storage, leave empty to get all the keys + **/ getKeys: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -177,7 +212,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns the keys with prefix from a child storage with pagination support */ + /** + * Returns the keys with prefix from a child storage with pagination support + **/ getKeysPaged: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -187,7 +224,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns a child storage entry at a specific block state */ + /** + * Returns a child storage entry at a specific block state + **/ getStorage: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -195,7 +234,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns child storage entries for multiple keys at a specific block state */ + /** + * Returns child storage entries for multiple keys at a specific block state + **/ getStorageEntries: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -203,7 +244,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable>> >; - /** Returns the hash of a child storage entry at a block state */ + /** + * Returns the hash of a child storage entry at a block state + **/ getStorageHash: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -211,7 +254,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: Hash | string | Uint8Array ) => Observable> >; - /** Returns the size of a child storage entry at a block state */ + /** + * Returns the size of a child storage entry at a block state + **/ getStorageSize: AugmentedRpc< ( childKey: PrefixedStorageKey | string | Uint8Array, @@ -222,9 +267,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; contracts: { /** - * @deprecated Use the runtime interface `api.call.contractsApi.call` instead Executes a call - * to a contract - */ + * @deprecated Use the runtime interface `api.call.contractsApi.call` instead + * Executes a call to a contract + **/ call: AugmentedRpc< ( callRequest: @@ -243,9 +288,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use the runtime interface `api.call.contractsApi.getStorage` instead Returns - * the value under a specified storage key in a contract - */ + * @deprecated Use the runtime interface `api.call.contractsApi.getStorage` instead + * Returns the value under a specified storage key in a contract + **/ getStorage: AugmentedRpc< ( address: AccountId | string | Uint8Array, @@ -255,8 +300,8 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; /** * @deprecated Use the runtime interface `api.call.contractsApi.instantiate` instead - * Instantiate a new contract - */ + * Instantiate a new contract + **/ instantiate: AugmentedRpc< ( request: @@ -268,9 +313,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Not available in newer versions of the contracts interfaces Returns the - * projected time a given contract will be able to sustain paying its rent - */ + * @deprecated Not available in newer versions of the contracts interfaces + * Returns the projected time a given contract will be able to sustain paying its rent + **/ rentProjection: AugmentedRpc< ( address: AccountId | string | Uint8Array, @@ -278,9 +323,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable> >; /** - * @deprecated Use the runtime interface `api.call.contractsApi.uploadCode` instead Upload new - * code without instantiating a contract from it - */ + * @deprecated Use the runtime interface `api.call.contractsApi.uploadCode` instead + * Upload new code without instantiating a contract from it + **/ uploadCode: AugmentedRpc< ( uploadRequest: @@ -293,13 +338,17 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; dev: { - /** Reexecute the specified `block_hash` and gather statistics while doing so */ + /** + * Reexecute the specified `block_hash` and gather statistics while doing so + **/ getBlockStats: AugmentedRpc< (at: Hash | string | Uint8Array) => Observable> >; }; engine: { - /** Instructs the manual-seal authorship task to create a new block */ + /** + * Instructs the manual-seal authorship task to create a new block + **/ createBlock: AugmentedRpc< ( createEmpty: bool | boolean | Uint8Array, @@ -307,17 +356,25 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { parentHash?: BlockHash | string | Uint8Array ) => Observable >; - /** Instructs the manual-seal authorship task to finalize a block */ + /** + * Instructs the manual-seal authorship task to finalize a block + **/ finalizeBlock: AugmentedRpc< (hash: BlockHash | string | Uint8Array, justification?: Justification) => Observable >; }; eth: { - /** Returns accounts list. */ + /** + * Returns accounts list. + **/ accounts: AugmentedRpc<() => Observable>>; - /** Returns the blockNumber */ + /** + * Returns the blockNumber + **/ blockNumber: AugmentedRpc<() => Observable>; - /** Call contract, returning the output data. */ + /** + * Call contract, returning the output data. + **/ call: AugmentedRpc< ( request: @@ -337,13 +394,16 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * Returns the chain ID used for transaction signing at the current best block. None is - * returned if not available. - */ + * Returns the chain ID used for transaction signing at the current best block. None is returned if not available. + **/ chainId: AugmentedRpc<() => Observable>; - /** Returns block author. */ + /** + * Returns block author. + **/ coinbase: AugmentedRpc<() => Observable>; - /** Estimate gas needed for execution of given contract. */ + /** + * Estimate gas needed for execution of given contract. + **/ estimateGas: AugmentedRpc< ( request: @@ -362,7 +422,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns fee history for given block count & reward percentiles */ + /** + * Returns fee history for given block count & reward percentiles + **/ feeHistory: AugmentedRpc< ( blockCount: U256 | AnyNumber | Uint8Array, @@ -370,53 +432,73 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { rewardPercentiles: Option> | null | Uint8Array | Vec | f64[] ) => Observable >; - /** Returns current gas price. */ + /** + * Returns current gas price. + **/ gasPrice: AugmentedRpc<() => Observable>; - /** Returns balance of the given account. */ + /** + * Returns balance of the given account. + **/ getBalance: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns block with given hash. */ + /** + * Returns block with given hash. + **/ getBlockByHash: AugmentedRpc< ( hash: H256 | string | Uint8Array, full: bool | boolean | Uint8Array ) => Observable> >; - /** Returns block with given number. */ + /** + * Returns block with given number. + **/ getBlockByNumber: AugmentedRpc< ( block: BlockNumber | AnyNumber | Uint8Array, full: bool | boolean | Uint8Array ) => Observable> >; - /** Returns the number of transactions in a block with given hash. */ + /** + * Returns the number of transactions in a block with given hash. + **/ getBlockTransactionCountByHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of transactions in a block with given block number. */ + /** + * Returns the number of transactions in a block with given block number. + **/ getBlockTransactionCountByNumber: AugmentedRpc< (block: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Returns the code at given address at given time (block number). */ + /** + * Returns the code at given address at given time (block number). + **/ getCode: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns filter changes since last poll. */ + /** + * Returns filter changes since last poll. + **/ getFilterChanges: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array) => Observable >; - /** Returns all logs matching given filter (in a range 'from' - 'to'). */ + /** + * Returns all logs matching given filter (in a range 'from' - 'to'). + **/ getFilterLogs: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array) => Observable> >; - /** Returns logs matching given filter object. */ + /** + * Returns logs matching given filter object. + **/ getLogs: AugmentedRpc< ( filter: @@ -426,7 +508,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable> >; - /** Returns proof for account and storage. */ + /** + * Returns proof for account and storage. + **/ getProof: AugmentedRpc< ( address: H160 | string | Uint8Array, @@ -434,7 +518,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns content of the storage at given address. */ + /** + * Returns content of the storage at given address. + **/ getStorageAt: AugmentedRpc< ( address: H160 | string | Uint8Array, @@ -442,68 +528,98 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction at given block hash and index. */ + /** + * Returns transaction at given block hash and index. + **/ getTransactionByBlockHashAndIndex: AugmentedRpc< ( hash: H256 | string | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction by given block number and index. */ + /** + * Returns transaction by given block number and index. + **/ getTransactionByBlockNumberAndIndex: AugmentedRpc< ( number: BlockNumber | AnyNumber | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Get transaction by its hash. */ + /** + * Get transaction by its hash. + **/ getTransactionByHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of transactions sent from given address at given time (block number). */ + /** + * Returns the number of transactions sent from given address at given time (block number). + **/ getTransactionCount: AugmentedRpc< ( address: H160 | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array ) => Observable >; - /** Returns transaction receipt by transaction hash. */ + /** + * Returns transaction receipt by transaction hash. + **/ getTransactionReceipt: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns an uncles at given block and index. */ + /** + * Returns an uncles at given block and index. + **/ getUncleByBlockHashAndIndex: AugmentedRpc< ( hash: H256 | string | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns an uncles at given block and index. */ + /** + * Returns an uncles at given block and index. + **/ getUncleByBlockNumberAndIndex: AugmentedRpc< ( number: BlockNumber | AnyNumber | Uint8Array, index: U256 | AnyNumber | Uint8Array ) => Observable >; - /** Returns the number of uncles in a block with given hash. */ + /** + * Returns the number of uncles in a block with given hash. + **/ getUncleCountByBlockHash: AugmentedRpc< (hash: H256 | string | Uint8Array) => Observable >; - /** Returns the number of uncles in a block with given block number. */ + /** + * Returns the number of uncles in a block with given block number. + **/ getUncleCountByBlockNumber: AugmentedRpc< (number: BlockNumber | AnyNumber | Uint8Array) => Observable >; - /** Returns the hash of the current block, the seedHash, and the boundary condition to be met. */ + /** + * Returns the hash of the current block, the seedHash, and the boundary condition to be met. + **/ getWork: AugmentedRpc<() => Observable>; - /** Returns the number of hashes per second that the node is mining with. */ + /** + * Returns the number of hashes per second that the node is mining with. + **/ hashrate: AugmentedRpc<() => Observable>; - /** Returns max priority fee per gas */ + /** + * Returns max priority fee per gas + **/ maxPriorityFeePerGas: AugmentedRpc<() => Observable>; - /** Returns true if client is actively mining new blocks. */ + /** + * Returns true if client is actively mining new blocks. + **/ mining: AugmentedRpc<() => Observable>; - /** Returns id of new block filter. */ + /** + * Returns id of new block filter. + **/ newBlockFilter: AugmentedRpc<() => Observable>; - /** Returns id of new filter. */ + /** + * Returns id of new filter. + **/ newFilter: AugmentedRpc< ( filter: @@ -513,13 +629,21 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Returns id of new block filter. */ + /** + * Returns id of new block filter. + **/ newPendingTransactionFilter: AugmentedRpc<() => Observable>; - /** Returns protocol version encoded as a string (quotes are necessary). */ + /** + * Returns protocol version encoded as a string (quotes are necessary). + **/ protocolVersion: AugmentedRpc<() => Observable>; - /** Sends signed transaction, returning its hash. */ + /** + * Sends signed transaction, returning its hash. + **/ sendRawTransaction: AugmentedRpc<(bytes: Bytes | string | Uint8Array) => Observable>; - /** Sends transaction; will block waiting for signer to return the transaction hash */ + /** + * Sends transaction; will block waiting for signer to return the transaction hash + **/ sendTransaction: AugmentedRpc< ( tx: @@ -537,11 +661,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Used for submitting mining hashrate. */ + /** + * Used for submitting mining hashrate. + **/ submitHashrate: AugmentedRpc< (index: U256 | AnyNumber | Uint8Array, hash: H256 | string | Uint8Array) => Observable >; - /** Used for submitting a proof-of-work solution. */ + /** + * Used for submitting a proof-of-work solution. + **/ submitWork: AugmentedRpc< ( nonce: H64 | string | Uint8Array, @@ -549,7 +677,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { mixDigest: H256 | string | Uint8Array ) => Observable >; - /** Subscribe to Eth subscription. */ + /** + * Subscribe to Eth subscription. + **/ subscribe: AugmentedRpc< ( kind: @@ -563,25 +693,37 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { params?: EthSubParams | { None: any } | { Logs: any } | string | Uint8Array ) => Observable >; - /** Returns an object with data about the sync status or false. */ + /** + * Returns an object with data about the sync status or false. + **/ syncing: AugmentedRpc<() => Observable>; - /** Uninstalls filter. */ + /** + * Uninstalls filter. + **/ uninstallFilter: AugmentedRpc<(index: U256 | AnyNumber | Uint8Array) => Observable>; }; grandpa: { - /** Prove finality for the given block number, returning the Justification for the last block in the set. */ + /** + * Prove finality for the given block number, returning the Justification for the last block in the set. + **/ proveFinality: AugmentedRpc< ( blockNumber: BlockNumber | AnyNumber | Uint8Array ) => Observable> >; - /** Returns the state of the current best round state as well as the ongoing background rounds */ + /** + * Returns the state of the current best round state as well as the ongoing background rounds + **/ roundState: AugmentedRpc<() => Observable>; - /** Subscribes to grandpa justifications */ + /** + * Subscribes to grandpa justifications + **/ subscribeJustifications: AugmentedRpc<() => Observable>; }; mmr: { - /** Generate MMR proof for the given block numbers. */ + /** + * Generate MMR proof for the given block numbers. + **/ generateProof: AugmentedRpc< ( blockNumbers: Vec | (u64 | AnyNumber | Uint8Array)[], @@ -589,9 +731,13 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Get the MMR root hash for the current best block. */ + /** + * Get the MMR root hash for the current best block. + **/ root: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; - /** Verify an MMR proof */ + /** + * Verify an MMR proof + **/ verifyProof: AugmentedRpc< ( proof: @@ -601,7 +747,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { | Uint8Array ) => Observable >; - /** Verify an MMR proof statelessly given an mmr_root */ + /** + * Verify an MMR proof statelessly given an mmr_root + **/ verifyProofStateless: AugmentedRpc< ( root: MmrHash | string | Uint8Array, @@ -614,30 +762,46 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; moon: { - /** Returns the latest synced block from frontier's backend */ + /** + * Returns the latest synced block from frontier's backend + **/ getLatestSyncedBlock: AugmentedRpc<() => Observable>; - /** Returns whether an Ethereum block is finalized */ + /** + * Returns whether an Ethereum block is finalized + **/ isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable>; - /** Returns whether an Ethereum transaction is finalized */ + /** + * Returns whether an Ethereum transaction is finalized + **/ isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable>; }; net: { - /** Returns true if client is actively listening for network connections. Otherwise false. */ + /** + * Returns true if client is actively listening for network connections. Otherwise false. + **/ listening: AugmentedRpc<() => Observable>; - /** Returns number of peers connected to node. */ + /** + * Returns number of peers connected to node. + **/ peerCount: AugmentedRpc<() => Observable>; - /** Returns protocol version. */ + /** + * Returns protocol version. + **/ version: AugmentedRpc<() => Observable>; }; offchain: { - /** Get offchain local storage under given key and prefix */ + /** + * Get offchain local storage under given key and prefix + **/ localStorageGet: AugmentedRpc< ( kind: StorageKind | "PERSISTENT" | "LOCAL" | number | Uint8Array, key: Bytes | string | Uint8Array ) => Observable> >; - /** Set offchain local storage under given key and prefix */ + /** + * Set offchain local storage under given key and prefix + **/ localStorageSet: AugmentedRpc< ( kind: StorageKind | "PERSISTENT" | "LOCAL" | number | Uint8Array, @@ -648,9 +812,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { }; payment: { /** - * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead Query the detailed - * fee of a given encoded extrinsic - */ + * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead + * Query the detailed fee of a given encoded extrinsic + **/ queryFeeDetails: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, @@ -658,9 +822,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead Retrieves the fee - * information for an encoded extrinsic - */ + * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead + * Retrieves the fee information for an encoded extrinsic + **/ queryInfo: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, @@ -669,11 +833,15 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { >; }; rpc: { - /** Retrieves the list of RPC methods that are exposed by the node */ + /** + * Retrieves the list of RPC methods that are exposed by the node + **/ methods: AugmentedRpc<() => Observable>; }; state: { - /** Perform a call to a builtin on the chain */ + /** + * Perform a call to a builtin on the chain + **/ call: AugmentedRpc< ( method: Text | string, @@ -681,7 +849,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the keys with prefix of a specific child storage */ + /** + * Retrieves the keys with prefix of a specific child storage + **/ getChildKeys: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -691,7 +861,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns proof of storage for child key entries at a specific block state. */ + /** + * Returns proof of storage for child key entries at a specific block state. + **/ getChildReadProof: AugmentedRpc< ( childStorageKey: PrefixedStorageKey | string | Uint8Array, @@ -699,7 +871,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage for a key */ + /** + * Retrieves the child storage for a key + **/ getChildStorage: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -709,7 +883,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage hash */ + /** + * Retrieves the child storage hash + **/ getChildStorageHash: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -719,7 +895,9 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the child storage size */ + /** + * Retrieves the child storage size + **/ getChildStorageSize: AugmentedRpc< ( childStorageKey: StorageKey | string | Uint8Array | any, @@ -730,16 +908,18 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; /** - * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Retrieves the keys with a - * certain prefix - */ + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys + * Retrieves the keys with a certain prefix + **/ getKeys: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns the keys with prefix with pagination support. */ + /** + * Returns the keys with prefix with pagination support. + **/ getKeysPaged: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, @@ -748,51 +928,65 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns the runtime metadata */ + /** + * Returns the runtime metadata + **/ getMetadata: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable>; /** - * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys Returns the keys with prefix, - * leave empty to get all the keys (deprecated: Use getKeysPaged) - */ + * @deprecated Use `api.rpc.state.getKeysPaged` to retrieve keys + * Returns the keys with prefix, leave empty to get all the keys (deprecated: Use getKeysPaged) + **/ getPairs: AugmentedRpc< ( prefix: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable> >; - /** Returns proof of storage entries at a specific block state */ + /** + * Returns proof of storage entries at a specific block state + **/ getReadProof: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], at?: BlockHash | string | Uint8Array ) => Observable >; - /** Get the runtime version */ + /** + * Get the runtime version + **/ getRuntimeVersion: AugmentedRpc< (at?: BlockHash | string | Uint8Array) => Observable >; - /** Retrieves the storage for a key */ + /** + * Retrieves the storage for a key + **/ getStorage: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, block?: Hash | Uint8Array | string ) => Observable >; - /** Retrieves the storage hash */ + /** + * Retrieves the storage hash + **/ getStorageHash: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Retrieves the storage size */ + /** + * Retrieves the storage size + **/ getStorageSize: AugmentedRpc< ( key: StorageKey | string | Uint8Array | any, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Query historical storage entries (by key) starting from a start block */ + /** + * Query historical storage entries (by key) starting from a start block + **/ queryStorage: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], @@ -800,22 +994,30 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { toBlock?: Hash | Uint8Array | string ) => Observable<[Hash, T][]> >; - /** Query storage entries (by key) starting at block hash given as the second parameter */ + /** + * Query storage entries (by key) starting at block hash given as the second parameter + **/ queryStorageAt: AugmentedRpc< ( keys: Vec | (StorageKey | string | Uint8Array | any)[], at?: Hash | Uint8Array | string ) => Observable >; - /** Retrieves the runtime version via subscription */ + /** + * Retrieves the runtime version via subscription + **/ subscribeRuntimeVersion: AugmentedRpc<() => Observable>; - /** Subscribes to storage changes for the provided keys */ + /** + * Subscribes to storage changes for the provided keys + **/ subscribeStorage: AugmentedRpc< ( keys?: Vec | (StorageKey | string | Uint8Array | any)[] ) => Observable >; - /** Provides a way to trace the re-execution of a single block */ + /** + * Provides a way to trace the re-execution of a single block + **/ traceBlock: AugmentedRpc< ( block: Hash | string | Uint8Array, @@ -824,69 +1026,112 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { methods: Option | null | Uint8Array | Text | string ) => Observable >; - /** Check current migration state */ + /** + * Check current migration state + **/ trieMigrationStatus: AugmentedRpc< (at?: BlockHash | string | Uint8Array) => Observable >; }; syncstate: { - /** Returns the json-serialized chainspec running the node, with a sync state. */ + /** + * Returns the json-serialized chainspec running the node, with a sync state. + **/ genSyncSpec: AugmentedRpc<(raw: bool | boolean | Uint8Array) => Observable>; }; system: { - /** Retrieves the next accountIndex as available on the node */ + /** + * Retrieves the next accountIndex as available on the node + **/ accountNextIndex: AugmentedRpc< (accountId: AccountId | string | Uint8Array) => Observable >; - /** Adds the supplied directives to the current log filter */ + /** + * Adds the supplied directives to the current log filter + **/ addLogFilter: AugmentedRpc<(directives: Text | string) => Observable>; - /** Adds a reserved peer */ + /** + * Adds a reserved peer + **/ addReservedPeer: AugmentedRpc<(peer: Text | string) => Observable>; - /** Retrieves the chain */ + /** + * Retrieves the chain + **/ chain: AugmentedRpc<() => Observable>; - /** Retrieves the chain type */ + /** + * Retrieves the chain type + **/ chainType: AugmentedRpc<() => Observable>; - /** Dry run an extrinsic at a given block */ + /** + * Dry run an extrinsic at a given block + **/ dryRun: AugmentedRpc< ( extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array ) => Observable >; - /** Return health status of the node */ + /** + * Return health status of the node + **/ health: AugmentedRpc<() => Observable>; /** - * The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be - * passed to addReservedPeer or as a bootnode address for example - */ + * The addresses include a trailing /p2p/ with the local PeerId, and are thus suitable to be passed to addReservedPeer or as a bootnode address for example + **/ localListenAddresses: AugmentedRpc<() => Observable>>; - /** Returns the base58-encoded PeerId of the node */ + /** + * Returns the base58-encoded PeerId of the node + **/ localPeerId: AugmentedRpc<() => Observable>; - /** Retrieves the node name */ + /** + * Retrieves the node name + **/ name: AugmentedRpc<() => Observable>; - /** Returns current state of the network */ + /** + * Returns current state of the network + **/ networkState: AugmentedRpc<() => Observable>; - /** Returns the roles the node is running as */ + /** + * Returns the roles the node is running as + **/ nodeRoles: AugmentedRpc<() => Observable>>; - /** Returns the currently connected peers */ + /** + * Returns the currently connected peers + **/ peers: AugmentedRpc<() => Observable>>; - /** Get a custom set of properties as a JSON object, defined in the chain spec */ + /** + * Get a custom set of properties as a JSON object, defined in the chain spec + **/ properties: AugmentedRpc<() => Observable>; - /** Remove a reserved peer */ + /** + * Remove a reserved peer + **/ removeReservedPeer: AugmentedRpc<(peerId: Text | string) => Observable>; - /** Returns the list of reserved peers */ + /** + * Returns the list of reserved peers + **/ reservedPeers: AugmentedRpc<() => Observable>>; - /** Resets the log filter to Substrate defaults */ + /** + * Resets the log filter to Substrate defaults + **/ resetLogFilter: AugmentedRpc<() => Observable>; - /** Returns the state of the syncing of the node */ + /** + * Returns the state of the syncing of the node + **/ syncState: AugmentedRpc<() => Observable>; - /** Retrieves the version of the node */ + /** + * Retrieves the version of the node + **/ version: AugmentedRpc<() => Observable>; }; web3: { - /** Returns current client version. */ + /** + * Returns current client version. + **/ clientVersion: AugmentedRpc<() => Observable>; - /** Returns sha3 of the given data */ + /** + * Returns sha3 of the given data + **/ sha3: AugmentedRpc<(data: Bytes | string | Uint8Array) => Observable>; }; } // RpcInterface diff --git a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts index db955107dc..aacce6b598 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts @@ -75,24 +75,32 @@ declare module "@polkadot/api-base/types/calls" { interface AugmentedCalls { /** 0xbc9d89904f5b923f/1 */ accountNonceApi: { - /** The API to query account nonce (aka transaction index) */ + /** + * The API to query account nonce (aka transaction index) + **/ accountNonce: AugmentedCall< ApiType, (accountId: AccountId | string | Uint8Array) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x40fe3ad401f8959a/6 */ blockBuilder: { - /** Apply the given extrinsic. */ + /** + * Apply the given extrinsic. + **/ applyExtrinsic: AugmentedCall< ApiType, ( extrinsic: Extrinsic | IExtrinsic | string | Uint8Array ) => Observable >; - /** Check that the inherents are valid. */ + /** + * Check that the inherents are valid. + **/ checkInherents: AugmentedCall< ApiType, ( @@ -100,21 +108,29 @@ declare module "@polkadot/api-base/types/calls" { data: InherentData | { data?: any } | string | Uint8Array ) => Observable >; - /** Finish the current block. */ + /** + * Finish the current block. + **/ finalizeBlock: AugmentedCall Observable
>; - /** Generate inherent extrinsics. */ + /** + * Generate inherent extrinsics. + **/ inherentExtrinsics: AugmentedCall< ApiType, ( inherent: InherentData | { data?: any } | string | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xea93e3f16f3d6962/2 */ collectCollationInfo: { - /** Collect information about a collation. */ + /** + * Collect information about a collation. + **/ collectCollationInfo: AugmentedCall< ApiType, ( @@ -131,12 +147,16 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xe65b00e46cedd0aa/2 */ convertTransactionRuntimeApi: { - /** Converts an Ethereum-style transaction to Extrinsic */ + /** + * Converts an Ethereum-style transaction to Extrinsic + **/ convertTransaction: AugmentedCall< ApiType, ( @@ -149,19 +169,25 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xdf6acb689907609b/5 */ core: { - /** Execute the given block. */ + /** + * Execute the given block. + **/ executeBlock: AugmentedCall< ApiType, ( block: Block | { header?: any; extrinsics?: any } | string | Uint8Array ) => Observable >; - /** Initialize a block with the given header. */ + /** + * Initialize a block with the given header. + **/ initializeBlock: AugmentedCall< ApiType, ( @@ -178,14 +204,20 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Returns the version of the runtime. */ + /** + * Returns the version of the runtime. + **/ version: AugmentedCall Observable>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x91b1c8b16328eb92/1 */ dryRunApi: { - /** Dry run call */ + /** + * Dry run call + **/ dryRunCall: AugmentedCall< ApiType, ( @@ -193,7 +225,9 @@ declare module "@polkadot/api-base/types/calls" { call: RuntimeCall | IMethod | string | Uint8Array ) => Observable> >; - /** Dry run XCM program */ + /** + * Dry run XCM program + **/ dryRunXcm: AugmentedCall< ApiType, ( @@ -217,24 +251,34 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { - /** Returns pallet_evm::Accounts by address. */ + /** + * Returns pallet_evm::Accounts by address. + **/ accountBasic: AugmentedCall< ApiType, (address: H160 | string | Uint8Array) => Observable >; - /** For a given account address, returns pallet_evm::AccountCodes. */ + /** + * For a given account address, returns pallet_evm::AccountCodes. + **/ accountCodeAt: AugmentedCall< ApiType, (address: H160 | string | Uint8Array) => Observable >; - /** Returns the converted FindAuthor::find_author authority id. */ + /** + * Returns the converted FindAuthor::find_author authority id. + **/ author: AugmentedCall Observable>; - /** Returns a frame_ethereum::call response. If `estimate` is true, */ + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + **/ call: AugmentedCall< ApiType, ( @@ -255,9 +299,13 @@ declare module "@polkadot/api-base/types/calls" { | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] ) => Observable> >; - /** Returns runtime defined pallet_evm::ChainId. */ + /** + * Returns runtime defined pallet_evm::ChainId. + **/ chainId: AugmentedCall Observable>; - /** Returns a frame_ethereum::call response. If `estimate` is true, */ + /** + * Returns a frame_ethereum::call response. If `estimate` is true, + **/ create: AugmentedCall< ApiType, ( @@ -277,34 +325,50 @@ declare module "@polkadot/api-base/types/calls" { | [H160 | string | Uint8Array, Vec | (H256 | string | Uint8Array)[]][] ) => Observable> >; - /** Return all the current data for a block in a single runtime call. */ + /** + * Return all the current data for a block in a single runtime call. + **/ currentAll: AugmentedCall< ApiType, () => Observable< ITuple<[Option, Option>, Option>]> > >; - /** Return the current block. */ + /** + * Return the current block. + **/ currentBlock: AugmentedCall Observable>; - /** Return the current receipt. */ + /** + * Return the current receipt. + **/ currentReceipts: AugmentedCall Observable>>>; - /** Return the current transaction status. */ + /** + * Return the current transaction status. + **/ currentTransactionStatuses: AugmentedCall< ApiType, () => Observable>> >; - /** Return the elasticity multiplier. */ + /** + * Return the elasticity multiplier. + **/ elasticity: AugmentedCall Observable>>; - /** Receives a `Vec` and filters all the ethereum transactions. */ + /** + * Receives a `Vec` and filters all the ethereum transactions. + **/ extrinsicFilter: AugmentedCall< ApiType, ( xts: Vec | (Extrinsic | IExtrinsic | string | Uint8Array)[] ) => Observable> >; - /** Returns FixedGasPrice::min_gas_price */ + /** + * Returns FixedGasPrice::min_gas_price + **/ gasPrice: AugmentedCall Observable>; - /** For a given account address and index, returns pallet_evm::AccountStorages. */ + /** + * For a given account address and index, returns pallet_evm::AccountStorages. + **/ storageAt: AugmentedCall< ApiType, ( @@ -312,24 +376,34 @@ declare module "@polkadot/api-base/types/calls" { index: u256 | AnyNumber | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xfbc577b9d747efd6/1 */ genesisBuilder: { - /** Build `RuntimeGenesisConfig` from a JSON blob not using any defaults and store it in the storage. */ + /** + * Build `RuntimeGenesisConfig` from a JSON blob not using any defaults and store it in the storage. + **/ buildConfig: AugmentedCall< ApiType, (json: Bytes | string | Uint8Array) => Observable, GenesisBuildErr>> >; - /** Creates the default `RuntimeGenesisConfig` and returns it as a JSON blob. */ + /** + * Creates the default `RuntimeGenesisConfig` and returns it as a JSON blob. + **/ createDefaultConfig: AugmentedCall Observable>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x9ffb505aa738d69c/1 */ locationToAccountApi: { - /** Converts `Location` to `AccountId` */ + /** + * Converts `Location` to `AccountId` + **/ convertLocation: AugmentedCall< ApiType, ( @@ -342,26 +416,38 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x37e397fc7c91f5e4/2 */ metadata: { - /** Returns the metadata of a runtime */ + /** + * Returns the metadata of a runtime + **/ metadata: AugmentedCall Observable>; - /** Returns the metadata at a given version. */ + /** + * Returns the metadata at a given version. + **/ metadataAtVersion: AugmentedCall< ApiType, (version: u32 | AnyNumber | Uint8Array) => Observable> >; - /** Returns the supported metadata versions. */ + /** + * Returns the supported metadata versions. + **/ metadataVersions: AugmentedCall Observable>>; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x2aa62120049dd2d2/1 */ nimbusApi: { - /** The runtime api used to predict whether a Nimbus author will be eligible in the given slot */ + /** + * The runtime api used to predict whether a Nimbus author will be eligible in the given slot + **/ canAuthor: AugmentedCall< ApiType, ( @@ -380,12 +466,16 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xf78b278be53f454c/2 */ offchainWorkerApi: { - /** Starts the off-chain task for given block header. */ + /** + * Starts the off-chain task for given block header. + **/ offchainWorker: AugmentedCall< ApiType, ( @@ -402,29 +492,39 @@ declare module "@polkadot/api-base/types/calls" { | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xab3c0572291feb8b/1 */ sessionKeys: { - /** Decode the given public session keys. */ + /** + * Decode the given public session keys. + **/ decodeSessionKeys: AugmentedCall< ApiType, ( encoded: Bytes | string | Uint8Array ) => Observable>>> >; - /** Generate a set of session keys with optionally using the given seed. */ + /** + * Generate a set of session keys with optionally using the given seed. + **/ generateSessionKeys: AugmentedCall< ApiType, (seed: Option | null | Uint8Array | Bytes | string) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0xd2bc9897eed08f15/3 */ taggedTransactionQueue: { - /** Validate the transaction. */ + /** + * Validate the transaction. + **/ validateTransaction: AugmentedCall< ApiType, ( @@ -433,12 +533,16 @@ declare module "@polkadot/api-base/types/calls" { blockHash: BlockHash | string | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x37c8bb1350a9a2a8/4 */ transactionPaymentApi: { - /** The transaction fee details */ + /** + * The transaction fee details + **/ queryFeeDetails: AugmentedCall< ApiType, ( @@ -446,7 +550,9 @@ declare module "@polkadot/api-base/types/calls" { len: u32 | AnyNumber | Uint8Array ) => Observable >; - /** The transaction info */ + /** + * The transaction info + **/ queryInfo: AugmentedCall< ApiType, ( @@ -454,30 +560,41 @@ declare module "@polkadot/api-base/types/calls" { len: u32 | AnyNumber | Uint8Array ) => Observable >; - /** Query the output of the current LengthToFee given some input */ + /** + * Query the output of the current LengthToFee given some input + **/ queryLengthToFee: AugmentedCall< ApiType, (length: u32 | AnyNumber | Uint8Array) => Observable >; - /** Query the output of the current WeightToFee given some input */ + /** + * Query the output of the current WeightToFee given some input + **/ queryWeightToFee: AugmentedCall< ApiType, ( weight: Weight | { refTime?: any; proofSize?: any } | string | Uint8Array ) => Observable >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; /** 0x6ff52ee858e6c5bd/1 */ xcmPaymentApi: { - /** The API to query acceptable payment assets */ + /** + * The API to query acceptable payment assets + **/ queryAcceptablePaymentAssets: AugmentedCall< ApiType, ( version: u32 | AnyNumber | Uint8Array ) => Observable, XcmPaymentApiError>> >; + /** + * + **/ queryWeightToAssetFee: AugmentedCall< ApiType, ( @@ -485,13 +602,18 @@ declare module "@polkadot/api-base/types/calls" { asset: XcmVersionedAssetId | { V3: any } | { V4: any } | string | Uint8Array ) => Observable> >; + /** + * + **/ queryXcmWeight: AugmentedCall< ApiType, ( message: XcmVersionedXcm | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array ) => Observable> >; - /** Generic call */ + /** + * Generic call + **/ [key: string]: DecoratedCallBase; }; } // AugmentedCalls diff --git a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts index 33b715ab43..8b6985f2b2 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts @@ -83,9 +83,10 @@ declare module "@polkadot/api-base/types/submittable" { interface AugmentedSubmittables { assetManager: { /** - * Change the xcm type mapping for a given assetId We also change this if the previous units - * per second where pointing at the old assetType - */ + * Change the xcm type mapping for a given assetId + * We also change this if the previous units per second where pointing at the old + * assetType + **/ changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -95,9 +96,11 @@ declare module "@polkadot/api-base/types/submittable" { [u128, MoonriverRuntimeXcmConfigAssetType, u32] >; /** - * Destroy a given foreign assetId The weight in this case is the one returned by the trait - * plus the db writes and reads from removing all the associated data - */ + * Destroy a given foreign assetId + * The weight in this case is the one returned by the trait + * plus the db writes and reads from removing all the associated + * data + **/ destroyForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -105,7 +108,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Register new asset with the asset manager */ + /** + * Register new asset with the asset manager + **/ registerForeignAsset: AugmentedSubmittable< ( asset: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, @@ -124,7 +129,9 @@ declare module "@polkadot/api-base/types/submittable" { bool ] >; - /** Remove a given assetId -> assetType association */ + /** + * Remove a given assetId -> assetType association + **/ removeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -132,7 +139,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; assets: { @@ -141,21 +150,23 @@ declare module "@polkadot/api-base/types/submittable" { * * Origin must be Signed. * - * Ensures that `ApprovalDeposit` worth of `Currency` is reserved from signing account for the - * purpose of holding the approval. If some non-zero amount of assets is already approved from - * signing account to `delegate`, then it is topped up or unreserved to meet the right value. + * Ensures that `ApprovalDeposit` worth of `Currency` is reserved from signing account + * for the purpose of holding the approval. If some non-zero amount of assets is already + * approved from signing account to `delegate`, then it is topped up or unreserved to + * meet the right value. * - * NOTE: The signing account does not need to own `amount` of assets at the point of making this call. + * NOTE: The signing account does not need to own `amount` of assets at the point of + * making this call. * * - `id`: The identifier of the asset. * - `delegate`: The account to delegate permission to transfer asset. - * - `amount`: The amount of asset that may be transferred by `delegate`. If there is already an - * approval in place, then this acts additively. + * - `amount`: The amount of asset that may be transferred by `delegate`. If there is + * already an approval in place, then this acts additively. * * Emits `ApprovedTransfer` on success. * * Weight: `O(1)` - */ + **/ approveTransfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -175,7 +186,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Blocked`. * * Weight: `O(1)` - */ + **/ block: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -197,8 +208,9 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Burned` with the actual amount burned. If this takes the balance to below the * minimum for the asset, then the amount burned is increased to take it to zero. * - * Weight: `O(1)` Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. - */ + * Weight: `O(1)` + * Modes: Post-existence of `who`; Pre & post Zombie-status of `who`. + **/ burn: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -210,7 +222,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Cancel all of some asset approved for delegated transfer by a third-party account. * - * Origin must be Signed and there must be an approval in place between signer and `delegate`. + * Origin must be Signed and there must be an approval in place between signer and + * `delegate`. * * Unreserves any deposit previously reserved by `approve_transfer` for the approval. * @@ -220,7 +233,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `ApprovalCancelled` on success. * * Weight: `O(1)` - */ + **/ cancelApproval: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -240,7 +253,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataCleared`. * * Weight: `O(1)` - */ + **/ clearMetadata: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -255,18 +268,17 @@ declare module "@polkadot/api-base/types/submittable" { * Funds of sender are reserved by `AssetDeposit`. * * Parameters: - * - * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. - * - `admin`: The admin of this class of assets. The admin is the initial address of each member - * of the asset class's admin team. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. + * - `id`: The identifier of the new asset. This must not be currently in use to identify + * an existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * - `admin`: The admin of this class of assets. The admin is the initial address of each + * member of the asset class's admin team. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. * * Emits `Created` event when successful. * * Weight: `O(1)` - */ + **/ create: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -284,10 +296,11 @@ declare module "@polkadot/api-base/types/submittable" { * Due to weight restrictions, this function may need to be called multiple times to fully * destroy all accounts. It will destroy `RemoveItemsLimit` accounts at a time. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each call emits the `Event::DestroyedAccounts` event. - */ + **/ destroyAccounts: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -301,10 +314,11 @@ declare module "@polkadot/api-base/types/submittable" { * Due to weight restrictions, this function may need to be called multiple times to fully * destroy all approvals. It will destroy `RemoveItemsLimit` approvals at a time. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each call emits the `Event::DestroyedApprovals` event. - */ + **/ destroyApprovals: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -312,13 +326,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Complete destroying asset and unreserve currency. * - * `finish_destroy` should only be called after `start_destroy` has been called, and the asset - * is in a `Destroying` state. All accounts or approvals should be destroyed before hand. + * `finish_destroy` should only be called after `start_destroy` has been called, and the + * asset is in a `Destroying` state. All accounts or approvals should be destroyed before + * hand. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * Each successful call emits the `Event::Destroyed` event. - */ + **/ finishDestroy: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -333,18 +349,20 @@ declare module "@polkadot/api-base/types/submittable" { * - `issuer`: The new Issuer of this asset. * - `admin`: The new Admin of this asset. * - `freezer`: The new Freezer of this asset. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. - * - `is_sufficient`: Whether a non-zero balance of this asset is deposit of sufficient value to - * account for the state bloat associated with its balance storage. If set to `true`, then - * non-zero balances may be stored without a `consumer` reference (and thus an ED in the - * Balances pallet or whatever else is used to control user-account state growth). - * - `is_frozen`: Whether this asset class is frozen except for permissioned/admin instructions. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. + * - `is_sufficient`: Whether a non-zero balance of this asset is deposit of sufficient + * value to account for the state bloat associated with its balance storage. If set to + * `true`, then non-zero balances may be stored without a `consumer` reference (and thus + * an ED in the Balances pallet or whatever else is used to control user-account state + * growth). + * - `is_frozen`: Whether this asset class is frozen except for permissioned/admin + * instructions. * * Emits `AssetStatusChanged` with the identity of the asset. * * Weight: `O(1)` - */ + **/ forceAssetStatus: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -370,8 +388,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Cancel all of some asset approved for delegated transfer by a third-party account. * - * Origin must be either ForceOrigin or Signed origin with the signer being the Admin account - * of the asset `id`. + * Origin must be either ForceOrigin or Signed origin with the signer being the Admin + * account of the asset `id`. * * Unreserves any deposit previously reserved by `approve_transfer` for the approval. * @@ -381,7 +399,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `ApprovalCancelled` on success. * * Weight: `O(1)` - */ + **/ forceCancelApproval: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -402,7 +420,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataCleared`. * * Weight: `O(1)` - */ + **/ forceClearMetadata: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -416,18 +434,18 @@ declare module "@polkadot/api-base/types/submittable" { * * Unlike `create`, no funds are reserved. * - * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. - * - `owner`: The owner of this class of assets. The owner has full superuser permissions over - * this asset, but may later change and configure the permissions using `transfer_ownership` - * and `set_team`. - * - `min_balance`: The minimum balance of this new asset that any single account must have. If - * an account's balance is reduced below this, then it collapses to zero. + * - `id`: The identifier of the new asset. This must not be currently in use to identify + * an existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * - `owner`: The owner of this class of assets. The owner has full superuser permissions + * over this asset, but may later change and configure the permissions using + * `transfer_ownership` and `set_team`. + * - `min_balance`: The minimum balance of this new asset that any single account must + * have. If an account's balance is reduced below this, then it collapses to zero. * * Emits `ForceCreated` event when successful. * * Weight: `O(1)` - */ + **/ forceCreate: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -452,7 +470,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataSet`. * * Weight: `O(N + S)` where N and S are the length of the name and symbol respectively. - */ + **/ forceSetMetadata: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -472,16 +490,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `source`: The account to be debited. * - `dest`: The account to be credited. * - `amount`: The amount by which the `source`'s balance of assets should be reduced and - * `dest`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the `source` balance above zero but below - * the minimum balance. Must be greater than zero. + * `dest`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the `source` balance above zero but + * below the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `dest`; Post-existence of `source`; Account - * pre-existence of `dest`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `dest`; Post-existence of `source`; Account pre-existence of + * `dest`. + **/ forceTransfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -492,9 +512,9 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, AccountId20, Compact] >; /** - * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` must - * already exist as an entry in `Account`s of the asset. If you want to freeze an account that - * does not have an entry, use `touch_other` first. + * Disallow further unprivileged transfers of an asset `id` from an account `who`. `who` + * must already exist as an entry in `Account`s of the asset. If you want to freeze an + * account that does not have an entry, use `touch_other` first. * * Origin must be Signed and the sender should be the Freezer of the asset `id`. * @@ -504,7 +524,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Frozen`. * * Weight: `O(1)` - */ + **/ freeze: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -522,7 +542,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Frozen`. * * Weight: `O(1)` - */ + **/ freezeAsset: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -538,8 +558,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Emits `Issued` event when successful. * - * Weight: `O(1)` Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. - */ + * Weight: `O(1)` + * Modes: Pre-existing balance of `beneficiary`; Account pre-existence of `beneficiary`. + **/ mint: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -549,15 +570,17 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, Compact] >; /** - * Return the deposit (if any) of an asset account or a consumer reference (if any) of an account. + * Return the deposit (if any) of an asset account or a consumer reference (if any) of an + * account. * * The origin must be Signed. * - * - `id`: The identifier of the asset for which the caller would like the deposit refunded. + * - `id`: The identifier of the asset for which the caller would like the deposit + * refunded. * - `allow_burn`: If `true` then assets may be destroyed in order to complete the refund. * * Emits `Refunded` event when successful. - */ + **/ refund: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -576,7 +599,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `who`: The account to refund. * * Emits `Refunded` event when successful. - */ + **/ refundOther: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -589,8 +612,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Origin must be Signed and the sender should be the Owner of the asset `id`. * - * Funds of sender are reserved according to the formula: `MetadataDepositBase + - * MetadataDepositPerByte * (name.len + symbol.len)` taking into account any already reserved funds. + * Funds of sender are reserved according to the formula: + * `MetadataDepositBase + MetadataDepositPerByte * (name.len + symbol.len)` taking into + * account any already reserved funds. * * - `id`: The identifier of the asset to update. * - `name`: The user friendly name of this asset. Limited in length by `StringLimit`. @@ -600,7 +624,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `MetadataSet`. * * Weight: `O(1)` - */ + **/ setMetadata: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -613,16 +637,17 @@ declare module "@polkadot/api-base/types/submittable" { /** * Sets the minimum balance of an asset. * - * Only works if there aren't any accounts that are holding the asset or if the new value of - * `min_balance` is less than the old one. + * Only works if there aren't any accounts that are holding the asset or if + * the new value of `min_balance` is less than the old one. * - * Origin must be Signed and the sender has to be the Owner of the asset `id`. + * Origin must be Signed and the sender has to be the Owner of the + * asset `id`. * * - `id`: The identifier of the asset. * - `min_balance`: The new value of `min_balance`. * * Emits `AssetMinBalanceChanged` event when successful. - */ + **/ setMinBalance: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -643,7 +668,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `TeamChanged`. * * Weight: `O(1)` - */ + **/ setTeam: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -661,10 +686,11 @@ declare module "@polkadot/api-base/types/submittable" { * * The origin must conform to `ForceOrigin` or must be `Signed` by the asset's `owner`. * - * - `id`: The identifier of the asset to be destroyed. This must identify an existing asset. + * - `id`: The identifier of the asset to be destroyed. This must identify an existing + * asset. * * The asset class must be frozen before calling `start_destroy`. - */ + **/ startDestroy: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -680,7 +706,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Thawed`. * * Weight: `O(1)` - */ + **/ thaw: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -698,7 +724,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `Thawed`. * * Weight: `O(1)` - */ + **/ thawAsset: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -708,11 +734,12 @@ declare module "@polkadot/api-base/types/submittable" { * * A deposit will be taken from the signer account. * - * - `origin`: Must be Signed; the signer account must have sufficient funds for a deposit to be taken. + * - `origin`: Must be Signed; the signer account must have sufficient funds for a deposit + * to be taken. * - `id`: The identifier of the asset for the account to be created. * * Emits `Touched` event when successful. - */ + **/ touch: AugmentedSubmittable< (id: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -722,13 +749,13 @@ declare module "@polkadot/api-base/types/submittable" { * * A deposit will be taken from the signer account. * - * - `origin`: Must be Signed by `Freezer` or `Admin` of the asset `id`; the signer account must - * have sufficient funds for a deposit to be taken. + * - `origin`: Must be Signed by `Freezer` or `Admin` of the asset `id`; the signer account + * must have sufficient funds for a deposit to be taken. * - `id`: The identifier of the asset for the account to be created. * - `who`: The account to be created. * * Emits `Touched` event when successful. - */ + **/ touchOther: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -744,16 +771,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `id`: The identifier of the asset to have some amount transferred. * - `target`: The account to be credited. * - `amount`: The amount by which the sender's balance of assets should be reduced and - * `target`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the sender balance above zero but below - * the minimum balance. Must be greater than zero. + * `target`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the sender balance above zero but below + * the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `target`; Post-existence of sender; Account - * pre-existence of `target`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of + * `target`. + **/ transfer: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -763,23 +792,25 @@ declare module "@polkadot/api-base/types/submittable" { [Compact, AccountId20, Compact] >; /** - * Transfer some asset balance from a previously delegated account to some third-party account. + * Transfer some asset balance from a previously delegated account to some third-party + * account. * - * Origin must be Signed and there must be an approval in place by the `owner` to the signer. + * Origin must be Signed and there must be an approval in place by the `owner` to the + * signer. * * If the entire amount approved for transfer is transferred, then any deposit previously * reserved by `approve_transfer` is unreserved. * * - `id`: The identifier of the asset. - * - `owner`: The account which previously approved for a transfer of at least `amount` and from - * which the asset balance will be withdrawn. + * - `owner`: The account which previously approved for a transfer of at least `amount` and + * from which the asset balance will be withdrawn. * - `destination`: The account to which the asset balance of `amount` will be transferred. * - `amount`: The amount of assets to transfer. * * Emits `TransferredApproved` on success. * * Weight: `O(1)` - */ + **/ transferApproved: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -797,16 +828,18 @@ declare module "@polkadot/api-base/types/submittable" { * - `id`: The identifier of the asset to have some amount transferred. * - `target`: The account to be credited. * - `amount`: The amount by which the sender's balance of assets should be reduced and - * `target`'s balance increased. The amount actually transferred may be slightly greater in - * the case that the transfer would otherwise take the sender balance above zero but below - * the minimum balance. Must be greater than zero. + * `target`'s balance increased. The amount actually transferred may be slightly greater in + * the case that the transfer would otherwise take the sender balance above zero but below + * the minimum balance. Must be greater than zero. * - * Emits `Transferred` with the actual amount transferred. If this takes the source balance to - * below the minimum for the asset, then the amount transferred is increased to take it to zero. + * Emits `Transferred` with the actual amount transferred. If this takes the source balance + * to below the minimum for the asset, then the amount transferred is increased to take it + * to zero. * - * Weight: `O(1)` Modes: Pre-existence of `target`; Post-existence of sender; Account - * pre-existence of `target`. - */ + * Weight: `O(1)` + * Modes: Pre-existence of `target`; Post-existence of sender; Account pre-existence of + * `target`. + **/ transferKeepAlive: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -826,7 +859,7 @@ declare module "@polkadot/api-base/types/submittable" { * Emits `OwnerChanged`. * * Weight: `O(1)` - */ + **/ transferOwnership: AugmentedSubmittable< ( id: Compact | AnyNumber | Uint8Array, @@ -834,34 +867,42 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Compact, AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorFilter: { - /** Update the eligible count. Intended to be called by governance. */ + /** + * Update the eligible count. Intended to be called by governance. + **/ setEligible: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorInherent: { /** - * This inherent is a workaround to run code after the "real" inherents have executed, but - * before transactions are executed. - */ + * This inherent is a workaround to run code after the "real" inherents have executed, + * but before transactions are executed. + **/ kickOffAuthorshipValidation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; authorMapping: { /** * Register your NimbusId onchain so blocks you author are associated with your account. * - * Users who have been (or will soon be) elected active collators in staking, should submit - * this extrinsic to have their blocks accepted and earn rewards. - */ + * Users who have been (or will soon be) elected active collators in staking, + * should submit this extrinsic to have their blocks accepted and earn rewards. + **/ addAssociation: AugmentedSubmittable< ( nimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array @@ -871,8 +912,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Clear your Mapping. * - * This is useful when you are no longer an author and would like to re-claim your security deposit. - */ + * This is useful when you are no longer an author and would like to re-claim your security + * deposit. + **/ clearAssociation: AugmentedSubmittable< ( nimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array @@ -882,16 +924,17 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove your Mapping. * - * This is useful when you are no longer an author and would like to re-claim your security deposit. - */ + * This is useful when you are no longer an author and would like to re-claim your security + * deposit. + **/ removeKeys: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Set association and session keys at once. * - * This is useful for key rotation to update Nimbus and VRF keys in one call. No new security - * deposit is required. Will replace `update_association` which is kept now for backwards - * compatibility reasons. - */ + * This is useful for key rotation to update Nimbus and VRF keys in one call. + * No new security deposit is required. Will replace `update_association` which is kept + * now for backwards compatibility reasons. + **/ setKeys: AugmentedSubmittable< (keys: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -900,9 +943,9 @@ declare module "@polkadot/api-base/types/submittable" { * Change your Mapping. * * This is useful for normal key rotation or for when switching from one physical collator - * machine to another. No new security deposit is required. This sets keys to - * new_nimbus_id.into() by default. - */ + * machine to another. No new security deposit is required. + * This sets keys to new_nimbus_id.into() by default. + **/ updateAssociation: AugmentedSubmittable< ( oldNimbusId: NimbusPrimitivesNimbusCryptoPublic | string | Uint8Array, @@ -910,19 +953,21 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [NimbusPrimitivesNimbusCryptoPublic, NimbusPrimitivesNimbusCryptoPublic] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; balances: { /** * Burn the specified liquid free balance from the origin account. * - * If the origin's account ends up below the existential deposit as a result of the burn and - * `keep_alive` is false, the account will be reaped. + * If the origin's account ends up below the existential deposit as a result + * of the burn and `keep_alive` is false, the account will be reaped. * - * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this - * `burn` operation will reduce total issuance by the amount _burned_. - */ + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, + * this `burn` operation will reduce total issuance by the amount _burned_. + **/ burn: AugmentedSubmittable< ( value: Compact | AnyNumber | Uint8Array, @@ -936,7 +981,7 @@ declare module "@polkadot/api-base/types/submittable" { * Can only be called by root and always needs a positive `delta`. * * # Example - */ + **/ forceAdjustTotalIssuance: AugmentedSubmittable< ( direction: @@ -953,7 +998,7 @@ declare module "@polkadot/api-base/types/submittable" { * Set the regular balance of a given account. * * The dispatch origin for this call is `root`. - */ + **/ forceSetBalance: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -964,7 +1009,7 @@ declare module "@polkadot/api-base/types/submittable" { /** * Exactly as `transfer_allow_death`, except the origin must be root and the source account * may be specified. - */ + **/ forceTransfer: AugmentedSubmittable< ( source: AccountId20 | string | Uint8Array, @@ -977,7 +1022,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unreserve some balance from a user by force. * * Can only be called by ROOT. - */ + **/ forceUnreserve: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -988,19 +1033,20 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer the entire transferable balance from the caller account. * - * NOTE: This function only attempts to transfer _transferable_ balances. This means that any - * locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be - * transferred by this function. To ensure that this function results in a killed account, you - * might need to prepare the account by removing any reference counters, storage deposits, etc... + * NOTE: This function only attempts to transfer _transferable_ balances. This means that + * any locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be + * transferred by this function. To ensure that this function results in a killed account, + * you might need to prepare the account by removing any reference counters, storage + * deposits, etc... * * The dispatch origin of this call must be Signed. * * - `dest`: The recipient of the transfer. - * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all of the - * funds the account has, causing the sender account to be killed (false), or transfer - * everything except at least the existential deposit, which will guarantee to keep the - * sender account alive (true). - */ + * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all + * of the funds the account has, causing the sender account to be killed (false), or + * transfer everything except at least the existential deposit, which will guarantee to + * keep the sender account alive (true). + **/ transferAll: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1011,12 +1057,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Transfer some liquid free balance to another account. * - * `transfer_allow_death` will set the `FreeBalance` of the sender and receiver. If the - * sender's account is below the existential deposit as a result of the transfer, the account - * will be reaped. + * `transfer_allow_death` will set the `FreeBalance` of the sender and receiver. + * If the sender's account is below the existential deposit as a result + * of the transfer, the account will be reaped. * * The dispatch origin for this call must be `Signed` by the transactor. - */ + **/ transferAllowDeath: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1025,13 +1071,13 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, Compact] >; /** - * Same as the [`transfer_allow_death`][`transfer_allow_death`] call, but with a check that - * the transfer will not kill the origin account. + * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not + * kill the origin account. * - * 99% of the time you want [`transfer_allow_death`][`transfer_allow_death`] instead. + * 99% of the time you want [`transfer_allow_death`] instead. * * [`transfer_allow_death`]: struct.Pallet.html#method.transfer - */ + **/ transferKeepAlive: AugmentedSubmittable< ( dest: AccountId20 | string | Uint8Array, @@ -1045,16 +1091,19 @@ declare module "@polkadot/api-base/types/submittable" { * - `origin`: Must be `Signed`. * - `who`: The account to be upgraded. * - * This will waive the transaction fee if at least all but 10% of the accounts needed to be - * upgraded. (We let some not have to be upgraded just in order to allow for the possibility of churn). - */ + * This will waive the transaction fee if at least all but 10% of the accounts needed to + * be upgraded. (We let some not have to be upgraded just in order to allow for the + * possibility of churn). + **/ upgradeAccounts: AugmentedSubmittable< ( who: Vec | (AccountId20 | string | Uint8Array)[] ) => SubmittableExtrinsic, [Vec] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; convictionVoting: { @@ -1062,26 +1111,27 @@ declare module "@polkadot/api-base/types/submittable" { * Delegate the voting power (with some given conviction) of the sending account for a * particular class of polls. * - * The balance delegated is locked for as long as it's delegated, and thereafter for the time - * appropriate for the conviction's lock period. + * The balance delegated is locked for as long as it's delegated, and thereafter for the + * time appropriate for the conviction's lock period. * * The dispatch origin of this call must be _Signed_, and the signing account must either: + * - be delegating already; or + * - have no voting activity (if there is, then it will need to be removed through + * `remove_vote`). * - * - Be delegating already; or - * - Have no voting activity (if there is, then it will need to be removed through `remove_vote`). * - `to`: The account whose voting the `target` account's voting power will follow. - * - `class`: The class of polls to delegate. To delegate multiple classes, multiple calls to - * this function are required. - * - `conviction`: The conviction that will be attached to the delegated votes. When the account - * is undelegated, the funds will be locked for the corresponding period. - * - `balance`: The amount of the account's balance to be used in delegating. This must not be - * more than the account's current balance. + * - `class`: The class of polls to delegate. To delegate multiple classes, multiple calls + * to this function are required. + * - `conviction`: The conviction that will be attached to the delegated votes. When the + * account is undelegated, the funds will be locked for the corresponding period. + * - `balance`: The amount of the account's balance to be used in delegating. This must not + * be more than the account's current balance. * * Emits `Delegated`. * - * Weight: `O(R)` where R is the number of polls the voter delegating to has voted on. Weight - * is initially charged as if maximum votes, but is refunded later. - */ + * Weight: `O(R)` where R is the number of polls the voter delegating to has + * voted on. Weight is initially charged as if maximum votes, but is refunded later. + **/ delegate: AugmentedSubmittable< ( clazz: u16 | AnyNumber | Uint8Array, @@ -1105,18 +1155,20 @@ declare module "@polkadot/api-base/types/submittable" { * Remove a vote for a poll. * * If the `target` is equal to the signer, then this function is exactly equivalent to - * `remove_vote`. If not equal to the signer, then the vote must have expired, either because - * the poll was cancelled, because the voter lost the poll or because the conviction period is over. + * `remove_vote`. If not equal to the signer, then the vote must have expired, + * either because the poll was cancelled, because the voter lost the poll or + * because the conviction period is over. * * The dispatch origin of this call must be _Signed_. * - * - `target`: The account of the vote to be removed; this account must have voted for poll `index`. + * - `target`: The account of the vote to be removed; this account must have voted for poll + * `index`. * - `index`: The index of poll of the vote to be removed. * - `class`: The class of the poll. * - * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. Weight is - * calculated for the maximum number of vote. - */ + * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. + * Weight is calculated for the maximum number of vote. + **/ removeOtherVote: AugmentedSubmittable< ( target: AccountId20 | string | Uint8Array, @@ -1129,33 +1181,33 @@ declare module "@polkadot/api-base/types/submittable" { * Remove a vote for a poll. * * If: - * - * - The poll was cancelled, or - * - The poll is ongoing, or - * - The poll has ended such that - * - The vote of the account was in opposition to the result; or - * - There was no conviction to the account's vote; or - * - The account made a split vote ...then the vote is removed cleanly and a following call to - * `unlock` may result in more funds being available. + * - the poll was cancelled, or + * - the poll is ongoing, or + * - the poll has ended such that + * - the vote of the account was in opposition to the result; or + * - there was no conviction to the account's vote; or + * - the account made a split vote + * ...then the vote is removed cleanly and a following call to `unlock` may result in more + * funds being available. * * If, however, the poll has ended and: - * - * - It finished corresponding to the vote of the account, and - * - The account made a standard vote with conviction, and - * - The lock period of the conviction is not over ...then the lock will be aggregated into the - * overall account's lock, which may involve _overlocking_ (where the two locks are combined - * into a single lock that is the maximum of both the amount locked and the time is it locked for). + * - it finished corresponding to the vote of the account, and + * - the account made a standard vote with conviction, and + * - the lock period of the conviction is not over + * ...then the lock will be aggregated into the overall account's lock, which may involve + * *overlocking* (where the two locks are combined into a single lock that is the maximum + * of both the amount locked and the time is it locked for). * * The dispatch origin of this call must be _Signed_, and the signer must have a vote * registered for poll `index`. * * - `index`: The index of poll of the vote to be removed. - * - `class`: Optional parameter, if given it indicates the class of the poll. For polls which - * have finished or are cancelled, this must be `Some`. + * - `class`: Optional parameter, if given it indicates the class of the poll. For polls + * which have finished or are cancelled, this must be `Some`. * - * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. Weight is - * calculated for the maximum number of vote. - */ + * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on. + * Weight is calculated for the maximum number of vote. + **/ removeVote: AugmentedSubmittable< ( clazz: Option | null | Uint8Array | u16 | AnyNumber, @@ -1166,25 +1218,26 @@ declare module "@polkadot/api-base/types/submittable" { /** * Undelegate the voting power of the sending account for a particular class of polls. * - * Tokens may be unlocked following once an amount of time consistent with the lock period of - * the conviction with which the delegation was issued has passed. + * Tokens may be unlocked following once an amount of time consistent with the lock period + * of the conviction with which the delegation was issued has passed. * - * The dispatch origin of this call must be _Signed_ and the signing account must be currently - * delegating. + * The dispatch origin of this call must be _Signed_ and the signing account must be + * currently delegating. * * - `class`: The class of polls to remove the delegation from. * * Emits `Undelegated`. * - * Weight: `O(R)` where R is the number of polls the voter delegating to has voted on. Weight - * is initially charged as if maximum votes, but is refunded later. - */ + * Weight: `O(R)` where R is the number of polls the voter delegating to has + * voted on. Weight is initially charged as if maximum votes, but is refunded later. + **/ undelegate: AugmentedSubmittable< (clazz: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] >; /** - * Remove the lock caused by prior voting/delegating which has expired within a particular class. + * Remove the lock caused by prior voting/delegating which has expired within a particular + * class. * * The dispatch origin of this call must be _Signed_. * @@ -1192,7 +1245,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `target`: The account to remove the lock on. * * Weight: `O(R)` with R number of vote of target. - */ + **/ unlock: AugmentedSubmittable< ( clazz: u16 | AnyNumber | Uint8Array, @@ -1201,8 +1254,8 @@ declare module "@polkadot/api-base/types/submittable" { [u16, AccountId20] >; /** - * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; otherwise it is a - * vote to keep the status quo. + * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal; + * otherwise it is a vote to keep the status quo. * * The dispatch origin of this call must be _Signed_. * @@ -1210,7 +1263,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `vote`: The vote configuration. * * Weight: `O(R)` where R is the number of polls the voter has voted on. - */ + **/ vote: AugmentedSubmittable< ( pollIndex: Compact | AnyNumber | Uint8Array, @@ -1224,16 +1277,19 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Compact, PalletConvictionVotingVoteAccountVote] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; crowdloanRewards: { /** * Associate a native rewards_destination identity with a crowdloan contribution. * - * The caller needs to provide the unassociated relay account and a proof to succeed with the - * association The proof is nothing but a signature over the reward_address using the relay keys - */ + * The caller needs to provide the unassociated relay account and a proof to succeed + * with the association + * The proof is nothing but a signature over the reward_address using the relay keys + **/ associateNativeIdentity: AugmentedSubmittable< ( rewardAccount: AccountId20 | string | Uint8Array, @@ -1251,10 +1307,10 @@ declare module "@polkadot/api-base/types/submittable" { /** * Change reward account by submitting proofs from relay accounts * - * The number of valid proofs needs to be bigger than 'RewardAddressRelayVoteThreshold' The - * account to be changed needs to be submitted as 'previous_account' Origin must be - * RewardAddressChangeOrigin - */ + * The number of valid proofs needs to be bigger than 'RewardAddressRelayVoteThreshold' + * The account to be changed needs to be submitted as 'previous_account' + * Origin must be RewardAddressChangeOrigin + **/ changeAssociationWithRelayKeys: AugmentedSubmittable< ( rewardAccount: AccountId20 | string | Uint8Array, @@ -1275,22 +1331,25 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, AccountId20, Vec>] >; - /** Collect whatever portion of your reward are currently vested. */ + /** + * Collect whatever portion of your reward are currently vested. + **/ claim: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * This extrinsic completes the initialization if some checks are fullfiled. These checks are: - * -The reward contribution money matches the crowdloan pot -The end vesting block is higher - * than the init vesting block -The initialization has not complete yet - */ + * -The reward contribution money matches the crowdloan pot + * -The end vesting block is higher than the init vesting block + * -The initialization has not complete yet + **/ completeInitialization: AugmentedSubmittable< (leaseEndingBlock: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Initialize the reward distribution storage. It shortcuts whenever an error is found This - * does not enforce any checks other than making sure we dont go over funds + * Initialize the reward distribution storage. It shortcuts whenever an error is found + * This does not enforce any checks other than making sure we dont go over funds * complete_initialization should perform any additional - */ + **/ initializeRewardVec: AugmentedSubmittable< ( rewards: @@ -1303,27 +1362,39 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec, u128]>>] >; - /** Update reward address, proving that the caller owns the current native key */ + /** + * Update reward address, proving that the caller owns the current native key + **/ updateRewardAddress: AugmentedSubmittable< (newRewardAccount: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; emergencyParaXcm: { - /** Authorize a runtime upgrade. Only callable in `Paused` mode */ + /** + * Authorize a runtime upgrade. Only callable in `Paused` mode + **/ fastAuthorizeUpgrade: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Resume `Normal` mode */ + /** + * Resume `Normal` mode + **/ pausedToNormal: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; ethereum: { - /** Transact an Ethereum transaction. */ + /** + * Transact an Ethereum transaction. + **/ transact: AugmentedSubmittable< ( transaction: @@ -1336,15 +1407,17 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [EthereumTransactionTransactionV2] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; ethereumXcm: { /** * Xcm Transact an Ethereum transaction, but allow to force the caller and create address. - * This call should be restricted (callable only by the runtime or governance). Weight: Gas - * limit plus the db reads involving the suspension and proxy checks - */ + * This call should be restricted (callable only by the runtime or governance). + * Weight: Gas limit plus the db reads involving the suspension and proxy checks + **/ forceTransactAs: AugmentedSubmittable< ( transactAs: H160 | string | Uint8Array, @@ -1362,18 +1435,18 @@ declare module "@polkadot/api-base/types/submittable" { * Resumes all Ethereum executions from XCM. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ resumeEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Suspends all Ethereum executions from XCM. * * - `origin`: Must pass `ControllerOrigin`. - */ + **/ suspendEthereumXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Xcm Transact an Ethereum transaction. Weight: Gas limit plus the db read involving the - * suspension check - */ + * Xcm Transact an Ethereum transaction. + * Weight: Gas limit plus the db read involving the suspension check + **/ transact: AugmentedSubmittable< ( xcmTransaction: @@ -1386,9 +1459,9 @@ declare module "@polkadot/api-base/types/submittable" { [XcmPrimitivesEthereumXcmEthereumXcmTransaction] >; /** - * Xcm Transact an Ethereum transaction through proxy. Weight: Gas limit plus the db reads - * involving the suspension and proxy checks - */ + * Xcm Transact an Ethereum transaction through proxy. + * Weight: Gas limit plus the db reads involving the suspension and proxy checks + **/ transactThroughProxy: AugmentedSubmittable< ( transactAs: H160 | string | Uint8Array, @@ -1401,11 +1474,15 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, XcmPrimitivesEthereumXcmEthereumXcmTransaction] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; evm: { - /** Issue an EVM call operation. This is similar to a message call transaction in Ethereum. */ + /** + * Issue an EVM call operation. This is similar to a message call transaction in Ethereum. + **/ call: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1432,7 +1509,10 @@ declare module "@polkadot/api-base/types/submittable" { Vec]>> ] >; - /** Issue an EVM create operation. This is similar to a contract creation transaction in Ethereum. */ + /** + * Issue an EVM create operation. This is similar to a contract creation transaction in + * Ethereum. + **/ create: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1448,7 +1528,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, Bytes, U256, u64, U256, Option, Option, Vec]>>] >; - /** Issue an EVM create2 operation. */ + /** + * Issue an EVM create2 operation. + **/ create2: AugmentedSubmittable< ( source: H160 | string | Uint8Array, @@ -1475,7 +1557,9 @@ declare module "@polkadot/api-base/types/submittable" { Vec]>> ] >; - /** Withdraw balance from EVM into currency/balances pallet. */ + /** + * Withdraw balance from EVM into currency/balances pallet. + **/ withdraw: AugmentedSubmittable< ( address: H160 | string | Uint8Array, @@ -1483,14 +1567,17 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H160, u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; evmForeignAssets: { /** - * Change the xcm type mapping for a given assetId We also change this if the previous units - * per second where pointing at the old assetType - */ + * Change the xcm type mapping for a given assetId + * We also change this if the previous units per second where pointing at the old + * assetType + **/ changeXcmLocation: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1502,7 +1589,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, StagingXcmV4Location] >; - /** Create new asset with the ForeignAssetCreator */ + /** + * Create new asset with the ForeignAssetCreator + **/ createForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1517,7 +1606,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, StagingXcmV4Location, u8, Bytes, Bytes] >; - /** Freeze a given foreign assetId */ + /** + * Freeze a given foreign assetId + **/ freezeForeignAsset: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, @@ -1525,19 +1616,23 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, bool] >; - /** Unfreeze a given foreign assetId */ + /** + * Unfreeze a given foreign assetId + **/ unfreezeForeignAsset: AugmentedSubmittable< (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; identity: { /** * Accept a given username that an `authority` granted. The call must include the full * username, as in `username.suffix`. - */ + **/ acceptUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1550,7 +1645,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `account`: the account of the registrar. * * Emits `RegistrarAdded` if successful. - */ + **/ addRegistrar: AugmentedSubmittable< (account: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1558,12 +1653,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Add the given account to the sender's subs. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender. + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender. * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ addSub: AugmentedSubmittable< ( sub: AccountId20 | string | Uint8Array, @@ -1585,7 +1680,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The authority can grant up to `allocation` usernames. To top up their allocation, they * should just issue (or request via governance) a new `add_username_authority` call. - */ + **/ addUsernameAuthority: AugmentedSubmittable< ( authority: AccountId20 | string | Uint8Array, @@ -1599,12 +1694,13 @@ declare module "@polkadot/api-base/types/submittable" { * * Payment: A previously reserved deposit is returned on success. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a + * registered identity. * * - `reg_index`: The index of the registrar whose judgement is no longer requested. * * Emits `JudgementUnrequested` if successful. - */ + **/ cancelRequest: AugmentedSubmittable< (regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -1614,25 +1710,26 @@ declare module "@polkadot/api-base/types/submittable" { * * Payment: All reserved balances on the account are returned. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a registered + * identity. * * Emits `IdentityCleared` if successful. - */ + **/ clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Remove an account's identity and sub-account information and slash the deposits. * * Payment: Reserved balances from `set_subs` and `set_identity` are slashed and handled by - * `Slash`. Verification request deposits are not returned; they should be cancelled manually - * using `cancel_request`. + * `Slash`. Verification request deposits are not returned; they should be cancelled + * manually using `cancel_request`. * * The dispatch origin for this call must match `T::ForceOrigin`. * - * - `target`: the account whose identity the judgement is upon. This must be an account with a - * registered identity. + * - `target`: the account whose identity the judgement is upon. This must be an account + * with a registered identity. * * Emits `IdentityKilled` if successful. - */ + **/ killIdentity: AugmentedSubmittable< (target: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1640,19 +1737,20 @@ declare module "@polkadot/api-base/types/submittable" { /** * Provide a judgement for an account's identity. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `reg_index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `reg_index`. * * - `reg_index`: the index of the registrar whose judgement is being made. - * - `target`: the account whose identity the judgement is upon. This must be an account with a - * registered identity. + * - `target`: the account whose identity the judgement is upon. This must be an account + * with a registered identity. * - `judgement`: the judgement of the registrar of index `reg_index` about `target`. - * - `identity`: The hash of the [`IdentityInformationProvider`] for that the judgement is provided. + * - `identity`: The hash of the [`IdentityInformationProvider`] for that the judgement is + * provided. * * Note: Judgements do not apply to a username. * * Emits `JudgementGiven` if successful. - */ + **/ provideJudgement: AugmentedSubmittable< ( regIndex: Compact | AnyNumber | Uint8Array, @@ -1675,29 +1773,29 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove the sender as a sub-account. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender (_not_ the original depositor). + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender (*not* the original depositor). * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * super-identity. * * NOTE: This should not normally be used, but is provided in the case that the non- * controller of an account is maliciously registered as a sub-account. - */ + **/ quitSub: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** - * Remove a username that corresponds to an account with no identity. Exists when a user gets - * a username but then calls `clear_identity`. - */ + * Remove a username that corresponds to an account with no identity. Exists when a user + * gets a username but then calls `clear_identity`. + **/ removeDanglingUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; /** * Remove an expired username approval. The username was approved by an authority but never - * accepted by the user and must now be beyond its expiration. The call must include the full - * username, as in `username.suffix`. - */ + * accepted by the user and must now be beyond its expiration. The call must include the + * full username, as in `username.suffix`. + **/ removeExpiredApproval: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1705,17 +1803,19 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove the given account from the sender's subs. * - * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated to - * the sender. + * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated + * to the sender. * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ removeSub: AugmentedSubmittable< (sub: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove `authority` from the username authorities. */ + /** + * Remove `authority` from the username authorities. + **/ removeUsernameAuthority: AugmentedSubmittable< (authority: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -1725,7 +1825,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_ and the sender must have a registered * sub identity of `sub`. - */ + **/ renameSub: AugmentedSubmittable< ( sub: AccountId20 | string | Uint8Array, @@ -1745,19 +1845,21 @@ declare module "@polkadot/api-base/types/submittable" { /** * Request a judgement from a registrar. * - * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement given. + * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement + * given. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a + * registered identity. * * - `reg_index`: The index of the registrar whose judgement is requested. * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as: * * ```nocompile - * Self::registrars().get(reg_index).unwrap().fee; + * Self::registrars().get(reg_index).unwrap().fee * ``` * * Emits `JudgementRequested` if successful. - */ + **/ requestJudgement: AugmentedSubmittable< ( regIndex: Compact | AnyNumber | Uint8Array, @@ -1768,12 +1870,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Change the account associated with a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `new`: the new account ID. - */ + **/ setAccountId: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1784,12 +1886,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the fee required for a judgement to be requested from a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `fee`: the new fee. - */ + **/ setFee: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1800,12 +1902,12 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the field information for a registrar. * - * The dispatch origin for this call must be _Signed_ and the sender must be the account of - * the registrar whose index is `index`. + * The dispatch origin for this call must be _Signed_ and the sender must be the account + * of the registrar whose index is `index`. * * - `index`: the index of the registrar whose fee is to be set. * - `fields`: the fields that the registrar concerns themselves with. - */ + **/ setFields: AugmentedSubmittable< ( index: Compact | AnyNumber | Uint8Array, @@ -1816,15 +1918,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set an account's identity information and reserve the appropriate deposit. * - * If the account already has identity information, the deposit is taken as part payment for - * the new deposit. + * If the account already has identity information, the deposit is taken as part payment + * for the new deposit. * * The dispatch origin for this call must be _Signed_. * * - `info`: The identity information. * * Emits `IdentitySet` if successful. - */ + **/ setIdentity: AugmentedSubmittable< ( info: @@ -1845,7 +1947,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [PalletIdentityLegacyIdentityInfo] >; - /** Set a given username as the primary. The username should include the suffix. */ + /** + * Set a given username as the primary. The username should include the suffix. + **/ setPrimaryUsername: AugmentedSubmittable< (username: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -1853,13 +1957,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the sub-accounts of the sender. * - * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned and - * an amount `SubAccountDeposit` will be reserved for each item in `subs`. + * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned + * and an amount `SubAccountDeposit` will be reserved for each item in `subs`. * - * The dispatch origin for this call must be _Signed_ and the sender must have a registered identity. + * The dispatch origin for this call must be _Signed_ and the sender must have a registered + * identity. * * - `subs`: The identity's (new) sub-accounts. - */ + **/ setSubs: AugmentedSubmittable< ( subs: @@ -1888,10 +1993,10 @@ declare module "@polkadot/api-base/types/submittable" { * accept them later. * * Usernames must: - * * - Only contain lowercase ASCII characters or digits. - * - When combined with the suffix of the issuing authority be _less than_ the `MaxUsernameLength`. - */ + * - When combined with the suffix of the issuing authority be _less than_ the + * `MaxUsernameLength`. + **/ setUsernameFor: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -1905,7 +2010,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, Bytes, Option] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; maintenanceMode: { @@ -1913,38 +2020,39 @@ declare module "@polkadot/api-base/types/submittable" { * Place the chain in maintenance mode * * Weight cost is: - * - * - One DB read to ensure we're not already in maintenance mode - * - Three DB writes - 1 for the mode, 1 for suspending xcm execution, 1 for the event - */ + * * One DB read to ensure we're not already in maintenance mode + * * Three DB writes - 1 for the mode, 1 for suspending xcm execution, 1 for the event + **/ enterMaintenanceMode: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Return the chain to normal operating mode * * Weight cost is: - * - * - One DB read to ensure we're in maintenance mode - * - Three DB writes - 1 for the mode, 1 for resuming xcm execution, 1 for the event - */ + * * One DB read to ensure we're in maintenance mode + * * Three DB writes - 1 for the mode, 1 for resuming xcm execution, 1 for the event + **/ resumeNormalOperation: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; messageQueue: { /** * Execute an overweight message. * - * Temporary processing errors will be propagated whereas permanent errors are treated as - * success condition. + * Temporary processing errors will be propagated whereas permanent errors are treated + * as success condition. * * - `origin`: Must be `Signed`. * - `message_origin`: The origin from which the message to be executed arrived. * - `page`: The page in the queue in which the message to be executed is sitting. * - `index`: The index into the queue of the message to be executed. - * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution of the message. + * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution + * of the message. * * Benchmark complexity considerations: O(index + weight_limit). - */ + **/ executeOverweight: AugmentedSubmittable< ( messageOrigin: @@ -1964,7 +2072,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [CumulusPrimitivesCoreAggregateMessageOrigin, u32, u32, SpWeightsWeightV2Weight] >; - /** Remove a page which has no more messages remaining to be processed or is stale. */ + /** + * Remove a page which has no more messages remaining to be processed or is stale. + **/ reapPage: AugmentedSubmittable< ( messageOrigin: @@ -1978,7 +2088,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [CumulusPrimitivesCoreAggregateMessageOrigin, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; moonbeamLazyMigrations: { @@ -2003,43 +2115,61 @@ declare module "@polkadot/api-base/types/submittable" { (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; moonbeamOrbiters: { - /** Add a collator to orbiters program. */ + /** + * Add a collator to orbiters program. + **/ addCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Add an orbiter in a collator pool */ + /** + * Add an orbiter in a collator pool + **/ collatorAddOrbiter: AugmentedSubmittable< (orbiter: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove an orbiter from the caller collator pool */ + /** + * Remove an orbiter from the caller collator pool + **/ collatorRemoveOrbiter: AugmentedSubmittable< (orbiter: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Remove the caller from the specified collator pool */ + /** + * Remove the caller from the specified collator pool + **/ orbiterLeaveCollatorPool: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Registering as an orbiter */ + /** + * Registering as an orbiter + **/ orbiterRegister: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Deregistering from orbiters */ + /** + * Deregistering from orbiters + **/ orbiterUnregister: AugmentedSubmittable< (collatorsPoolCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Remove a collator from orbiters program. */ + /** + * Remove a collator from orbiters program. + **/ removeCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; multisig: { @@ -2047,34 +2177,34 @@ declare module "@polkadot/api-base/types/submittable" { * Register approval for a dispatch to be made from a deterministic composite account if * approved by a total of `threshold - 1` of `other_signatories`. * - * Payment: `DepositBase` will be reserved if this is the first approval, plus `threshold` - * times `DepositFactor`. It is returned once this dispatch happens or is cancelled. + * Payment: `DepositBase` will be reserved if this is the first approval, plus + * `threshold` times `DepositFactor`. It is returned once this dispatch happens or + * is cancelled. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. - * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not - * the first approval, then it must be `Some`, with the timepoint (block number and - * transaction index) of the first approval transaction. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. + * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is + * not the first approval, then it must be `Some`, with the timepoint (block number and + * transaction index) of the first approval transaction. * - `call_hash`: The hash of the call to be executed. * * NOTE: If this is the final approval, you will want to use `as_multi` instead. * * ## Complexity - * * - `O(S)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One encode & hash, both of complexity `O(S)`. * - Up to one binary search and insert (`O(logS + S)`). * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove. * - One event. - * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit taken for - * its lifetime of `DepositBase + threshold * DepositFactor`. - */ + * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit + * taken for its lifetime of `DepositBase + threshold * DepositFactor`. + **/ approveAsMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2101,41 +2231,41 @@ declare module "@polkadot/api-base/types/submittable" { * * If there are enough, then dispatch the call. * - * Payment: `DepositBase` will be reserved if this is the first approval, plus `threshold` - * times `DepositFactor`. It is returned once this dispatch happens or is cancelled. + * Payment: `DepositBase` will be reserved if this is the first approval, plus + * `threshold` times `DepositFactor`. It is returned once this dispatch happens or + * is cancelled. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. - * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is not - * the first approval, then it must be `Some`, with the timepoint (block number and - * transaction index) of the first approval transaction. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. + * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is + * not the first approval, then it must be `Some`, with the timepoint (block number and + * transaction index) of the first approval transaction. * - `call`: The call to be executed. * - * NOTE: Unless this is the final approval, you will generally want to use `approve_as_multi` - * instead, since it only requires a hash of the call. + * NOTE: Unless this is the final approval, you will generally want to use + * `approve_as_multi` instead, since it only requires a hash of the call. * - * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise on - * success, result is `Ok` and the result from the interior call, if it was executed, may be - * found in the deposited `MultisigExecuted` event. + * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise + * on success, result is `Ok` and the result from the interior call, if it was executed, + * may be found in the deposited `MultisigExecuted` event. * * ## Complexity - * * - `O(S + Z + Call)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One call encode & hash, both of complexity `O(Z)` where `Z` is tx-len. * - One encode & hash, both of complexity `O(S)`. * - Up to one binary search and insert (`O(logS + S)`). * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove. * - One event. * - The weight of the `call`. - * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit taken for - * its lifetime of `DepositBase + threshold * DepositFactor`. - */ + * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit + * taken for its lifetime of `DepositBase + threshold * DepositFactor`. + **/ asMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2162,15 +2292,14 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * - `other_signatories`: The accounts (other than the sender) who are part of the - * multi-signature, but do not participate in the approval process. + * multi-signature, but do not participate in the approval process. * - `call`: The call to be executed. * * Result is equivalent to the dispatched result. * * ## Complexity - * * O(Z + C) where Z is the length of the call and C its execution weight. - */ + **/ asMultiThreshold1: AugmentedSubmittable< ( otherSignatories: Vec | (AccountId20 | string | Uint8Array)[], @@ -2179,29 +2308,28 @@ declare module "@polkadot/api-base/types/submittable" { [Vec, Call] >; /** - * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously for - * this operation will be unreserved on success. + * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously + * for this operation will be unreserved on success. * * The dispatch origin for this call must be _Signed_. * * - `threshold`: The total number of approvals for this dispatch before it is executed. - * - `other_signatories`: The accounts (other than the sender) who can approve this dispatch. - * May not be empty. + * - `other_signatories`: The accounts (other than the sender) who can approve this + * dispatch. May not be empty. * - `timepoint`: The timepoint (block number and transaction index) of the first approval - * transaction for this dispatch. + * transaction for this dispatch. * - `call_hash`: The hash of the call to be executed. * * ## Complexity - * * - `O(S)`. * - Up to one balance-reserve or unreserve operation. - * - One passthrough operation, one insert, both `O(S)` where `S` is the number of signatories. - * `S` is capped by `MaxSignatories`, with weight being proportional. + * - One passthrough operation, one insert, both `O(S)` where `S` is the number of + * signatories. `S` is capped by `MaxSignatories`, with weight being proportional. * - One encode & hash, both of complexity `O(S)`. * - One event. * - I/O: 1 read `O(S)`, one remove. * - Storage: removes one item. - */ + **/ cancelAsMulti: AugmentedSubmittable< ( threshold: u16 | AnyNumber | Uint8Array, @@ -2211,7 +2339,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u16, Vec, PalletMultisigTimepoint, U8aFixed] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; openTechCommitteeCollective: { @@ -2220,27 +2350,27 @@ declare module "@polkadot/api-base/types/submittable" { * * May be called by any signed account in order to finish voting and close the proposal. * - * If called before the end of the voting period it will only close the vote if it is has - * enough votes to be approved or disapproved. + * If called before the end of the voting period it will only close the vote if it is + * has enough votes to be approved or disapproved. * - * If called after the end of the voting period abstentions are counted as rejections unless - * there is a prime member set and the prime member cast an approval. + * If called after the end of the voting period abstentions are counted as rejections + * unless there is a prime member set and the prime member cast an approval. * - * If the close operation completes successfully with disapproval, the transaction fee will be - * waived. Otherwise execution of the approved operation will be charged to the caller. + * If the close operation completes successfully with disapproval, the transaction fee will + * be waived. Otherwise execution of the approved operation will be charged to the caller. * - * - `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed proposal. - * - `length_bound`: The upper bound for the length of the proposal in storage. Checked via - * `storage::read` so it is `size_of::() === 4` larger than the pure length. + * + `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed + * proposal. + * + `length_bound`: The upper bound for the length of the proposal in storage. Checked via + * `storage::read` so it is `size_of::() == 4` larger than the pure length. * * ## Complexity - * * - `O(B + M + P1 + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) * - `P1` is the complexity of `proposal` preimage. * - `P2` is proposal-count (code-bounded) - */ + **/ close: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, @@ -2255,18 +2385,17 @@ declare module "@polkadot/api-base/types/submittable" { [H256, Compact, SpWeightsWeightV2Weight, Compact] >; /** - * Disapprove a proposal, close, and remove it from the system, regardless of its current state. + * Disapprove a proposal, close, and remove it from the system, regardless of its current + * state. * * Must be called by the Root origin. * * Parameters: - * - * - `proposal_hash`: The hash of the proposal that should be disapproved. + * * `proposal_hash`: The hash of the proposal that should be disapproved. * * ## Complexity - * * O(P) where P is the number of max proposals - */ + **/ disapproveProposal: AugmentedSubmittable< (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -2277,12 +2406,11 @@ declare module "@polkadot/api-base/types/submittable" { * Origin must be a member of the collective. * * ## Complexity: - * * - `O(B + M + P)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` members-count (code-bounded) * - `P` complexity of dispatching `proposal` - */ + **/ execute: AugmentedSubmittable< ( proposal: Call | IMethod | string | Uint8Array, @@ -2295,18 +2423,17 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be member. * - * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) or put up - * for voting. + * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) + * or put up for voting. * * ## Complexity - * * - `O(B + M + P1)` or `O(B + M + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) - * - Branching is influenced by `threshold` where: + * - branching is influenced by `threshold` where: * - `P1` is proposal execution complexity (`threshold < 2`) * - `P2` is proposals-count (code-bounded) (`threshold >= 2`) - */ + **/ propose: AugmentedSubmittable< ( threshold: Compact | AnyNumber | Uint8Array, @@ -2320,27 +2447,27 @@ declare module "@polkadot/api-base/types/submittable" { * * - `new_members`: The new member list. Be nice to the chain and provide it sorted. * - `prime`: The prime member whose vote sets the default. - * - `old_count`: The upper bound for the previous number of members in storage. Used for weight - * estimation. + * - `old_count`: The upper bound for the previous number of members in storage. Used for + * weight estimation. * * The dispatch of this call must be `SetMembersOrigin`. * - * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but the - * weight estimations rely on it to estimate dispatchable weight. + * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but + * the weight estimations rely on it to estimate dispatchable weight. * * # WARNING: * * The `pallet-collective` can also be managed by logic outside of the pallet through the - * implementation of the trait [`ChangeMembers`]. Any call to `set_members` must be careful - * that the member set doesn't get out of sync with other logic managing the member set. + * implementation of the trait [`ChangeMembers`]. + * Any call to `set_members` must be careful that the member set doesn't get out of sync + * with other logic managing the member set. * * ## Complexity: - * * - `O(MP + N)` where: * - `M` old-members-count (code- and governance-bounded) * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) - */ + **/ setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], @@ -2354,13 +2481,12 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be a member. * - * Transaction fees will be waived if the member is voting on any particular proposal for the - * first time and the call is successful. Subsequent vote changes will charge a fee. - * + * Transaction fees will be waived if the member is voting on any particular proposal + * for the first time and the call is successful. Subsequent vote changes will charge a + * fee. * ## Complexity - * * - `O(M)` where `M` is members-count (code- and governance-bounded) - */ + **/ vote: AugmentedSubmittable< ( proposal: H256 | string | Uint8Array, @@ -2369,37 +2495,44 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, Compact, bool] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parachainStaking: { - /** Cancel pending request to adjust the collator candidate self bond */ + /** + * Cancel pending request to adjust the collator candidate self bond + **/ cancelCandidateBondLess: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Cancel request to change an existing delegation. */ + /** + * Cancel request to change an existing delegation. + **/ cancelDelegationRequest: AugmentedSubmittable< (candidate: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; /** * Cancel open request to leave candidates - * - * - Only callable by collator account - * - Result upon successful call is the candidate is active in the candidate pool - */ + * - only callable by collator account + * - result upon successful call is the candidate is active in the candidate pool + **/ cancelLeaveCandidates: AugmentedSubmittable< (candidateCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Increase collator candidate self bond by `more` */ + /** + * Increase collator candidate self bond by `more` + **/ candidateBondMore: AugmentedSubmittable< (more: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; /** - * DEPRECATED use delegateWithAutoCompound If caller is not a delegator and not a collator, - * then join the set of delegators If caller is a delegator, then makes delegation to change - * their delegation state - */ + * DEPRECATED use delegateWithAutoCompound + * If caller is not a delegator and not a collator, then join the set of delegators + * If caller is a delegator, then makes delegation to change their delegation state + **/ delegate: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2410,10 +2543,10 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, u128, u32, u32] >; /** - * If caller is not a delegator and not a collator, then join the set of delegators If caller - * is a delegator, then makes delegation to change their delegation state Sets the - * auto-compound config for the delegation - */ + * If caller is not a delegator and not a collator, then join the set of delegators + * If caller is a delegator, then makes delegation to change their delegation state + * Sets the auto-compound config for the delegation + **/ delegateWithAutoCompound: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2425,7 +2558,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, Percent, u32, u32, u32] >; - /** Bond more for delegators wrt a specific collator candidate. */ + /** + * Bond more for delegators wrt a specific collator candidate. + **/ delegatorBondMore: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2433,17 +2568,23 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128] >; - /** Enable/Disable marking offline feature */ + /** + * Enable/Disable marking offline feature + **/ enableMarkingOffline: AugmentedSubmittable< (value: bool | boolean | Uint8Array) => SubmittableExtrinsic, [bool] >; - /** Execute pending request to adjust the collator candidate self bond */ + /** + * Execute pending request to adjust the collator candidate self bond + **/ executeCandidateBondLess: AugmentedSubmittable< (candidate: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Execute pending request to change an existing delegation */ + /** + * Execute pending request to change an existing delegation + **/ executeDelegationRequest: AugmentedSubmittable< ( delegator: AccountId20 | string | Uint8Array, @@ -2451,7 +2592,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, AccountId20] >; - /** Execute leave candidates request */ + /** + * Execute leave candidates request + **/ executeLeaveCandidates: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2459,7 +2602,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u32] >; - /** Force join the set of collator candidates. It will skip the minimum required bond check. */ + /** + * Force join the set of collator candidates. + * It will skip the minimum required bond check. + **/ forceJoinCandidates: AugmentedSubmittable< ( account: AccountId20 | string | Uint8Array, @@ -2468,18 +2614,26 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u128, u32] >; - /** Temporarily leave the set of collator candidates without unbonding */ + /** + * Temporarily leave the set of collator candidates without unbonding + **/ goOffline: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Rejoin the set of collator candidates if previously had called `go_offline` */ + /** + * Rejoin the set of collator candidates if previously had called `go_offline` + **/ goOnline: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Hotfix to remove existing empty entries for candidates that have left. */ + /** + * Hotfix to remove existing empty entries for candidates that have left. + **/ hotfixRemoveDelegationRequestsExitedCandidates: AugmentedSubmittable< ( candidates: Vec | (AccountId20 | string | Uint8Array)[] ) => SubmittableExtrinsic, [Vec] >; - /** Join the set of collator candidates */ + /** + * Join the set of collator candidates + **/ joinCandidates: AugmentedSubmittable< ( bond: u128 | AnyNumber | Uint8Array, @@ -2487,27 +2641,37 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - /** Notify a collator is inactive during MaxOfflineRounds */ + /** + * Notify a collator is inactive during MaxOfflineRounds + **/ notifyInactiveCollator: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** REMOVED, was schedule_leave_delegators */ + /** + * REMOVED, was schedule_leave_delegators + **/ removedCall19: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** REMOVED, was execute_leave_delegators */ + /** + * REMOVED, was execute_leave_delegators + **/ removedCall20: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** REMOVED, was cancel_leave_delegators */ + /** + * REMOVED, was cancel_leave_delegators + **/ removedCall21: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Request by collator candidate to decrease self bond by `less` */ + /** + * Request by collator candidate to decrease self bond by `less` + **/ scheduleCandidateBondLess: AugmentedSubmittable< (less: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u128] >; /** * Request bond less for delegators wrt a specific collator candidate. The delegation's - * rewards for rounds while the request is pending use the reduced bonded amount. A bond less - * may not be performed if any other scheduled request is pending. - */ + * rewards for rounds while the request is pending use the reduced bonded amount. + * A bond less may not be performed if any other scheduled request is pending. + **/ scheduleDelegatorBondLess: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2516,24 +2680,26 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, u128] >; /** - * Request to leave the set of candidates. If successful, the account is immediately removed - * from the candidate pool to prevent selection as a collator. - */ + * Request to leave the set of candidates. If successful, the account is immediately + * removed from the candidate pool to prevent selection as a collator. + **/ scheduleLeaveCandidates: AugmentedSubmittable< (candidateCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; /** - * Request to revoke an existing delegation. If successful, the delegation is scheduled to be - * allowed to be revoked via the `execute_delegation_request` extrinsic. The delegation - * receives no rewards for the rounds while a revoke is pending. A revoke may not be performed - * if any other scheduled request is pending. - */ + * Request to revoke an existing delegation. If successful, the delegation is scheduled + * to be allowed to be revoked via the `execute_delegation_request` extrinsic. + * The delegation receives no rewards for the rounds while a revoke is pending. + * A revoke may not be performed if any other scheduled request is pending. + **/ scheduleRevokeDelegation: AugmentedSubmittable< (collator: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Sets the auto-compounding reward percentage for a delegation. */ + /** + * Sets the auto-compounding reward percentage for a delegation. + **/ setAutoCompound: AugmentedSubmittable< ( candidate: AccountId20 | string | Uint8Array, @@ -2545,20 +2711,24 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set blocks per round - * - * - If called with `new` less than length of current round, will transition immediately in the next block - * - Also updates per-round inflation config - */ + * - if called with `new` less than length of current round, will transition immediately + * in the next block + * - also updates per-round inflation config + **/ setBlocksPerRound: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Set the commission for all collators */ + /** + * Set the commission for all collators + **/ setCollatorCommission: AugmentedSubmittable< (updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill] >; - /** Set the annual inflation rate to derive per-round inflation */ + /** + * Set the annual inflation rate to derive per-round inflation + **/ setInflation: AugmentedSubmittable< ( schedule: @@ -2579,7 +2749,9 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the inflation distribution configuration. */ + /** + * Set the inflation distribution configuration. + **/ setInflationDistributionConfig: AugmentedSubmittable< ( updated: PalletParachainStakingInflationDistributionConfig @@ -2590,7 +2762,7 @@ declare module "@polkadot/api-base/types/submittable" { * Deprecated: please use `set_inflation_distribution_config` instead. * * Set the account that will hold funds set aside for parachain bond - */ + **/ setParachainBondAccount: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] @@ -2599,15 +2771,15 @@ declare module "@polkadot/api-base/types/submittable" { * Deprecated: please use `set_inflation_distribution_config` instead. * * Set the percent of inflation set aside for parachain bond - */ + **/ setParachainBondReservePercent: AugmentedSubmittable< (updated: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent] >; /** - * Set the expectations for total staked. These expectations determine the issuance for the - * round according to logic in `fn compute_issuance` - */ + * Set the expectations for total staked. These expectations determine the issuance for + * the round according to logic in `fn compute_issuance` + **/ setStakingExpectations: AugmentedSubmittable< ( expectations: @@ -2630,26 +2802,28 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set the total number of collator candidates selected per round - * - * - Changes are not applied until the start of the next round - */ + * - changes are not applied until the start of the next round + **/ setTotalSelected: AugmentedSubmittable< (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parachainSystem: { /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * The `check_version` parameter sets a boolean flag for whether or not the runtime's spec - * version and name should be verified on upgrade. Since the authorization only has a hash, it - * cannot actually perform the verification. + * version and name should be verified on upgrade. Since the authorization only has a hash, + * it cannot actually perform the verification. * * This call requires Root origin. - */ + **/ authorizeUpgrade: AugmentedSubmittable< ( codeHash: H256 | string | Uint8Array, @@ -2660,14 +2834,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. * - * If the authorization required a version check, this call will ensure the spec name remains - * unchanged and that the spec version has increased. + * If the authorization required a version check, this call will ensure the spec name + * remains unchanged and that the spec version has increased. * * Note that this function will not apply the new `code`, but only attempt to schedule the * upgrade with the Relay Chain. * * All origins are allowed. - */ + **/ enactAuthorizedUpgrade: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -2675,14 +2849,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the current validation data. * - * This should be invoked exactly once per block. It will panic at the finalization phase if - * the call was not invoked. + * This should be invoked exactly once per block. It will panic at the finalization + * phase if the call was not invoked. * * The dispatch origin for this call must be `Inherent` * - * As a side effect, this function upgrades the current validation function if the appropriate - * time has come. - */ + * As a side effect, this function upgrades the current validation function + * if the appropriate time has come. + **/ setValidationData: AugmentedSubmittable< ( data: @@ -2702,7 +2876,9 @@ declare module "@polkadot/api-base/types/submittable" { (message: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; parameters: { @@ -2711,7 +2887,7 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be * deleted by setting them to `None`. - */ + **/ setParameter: AugmentedSubmittable< ( keyValue: @@ -2723,7 +2899,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [MoonriverRuntimeRuntimeParamsRuntimeParameters] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; polkadotXcm: { @@ -2731,10 +2909,10 @@ declare module "@polkadot/api-base/types/submittable" { * Claims assets trapped on this pallet because of leftover assets during XCM execution. * * - `origin`: Anyone can call this extrinsic. - * - `assets`: The exact assets that were trapped. Use the version to specify what version was - * the latest when they were trapped. + * - `assets`: The exact assets that were trapped. Use the version to specify what version + * was the latest when they were trapped. * - `beneficiary`: The location/account where the claimed assets will be deposited. - */ + **/ claimAssets: AugmentedSubmittable< ( assets: @@ -2757,12 +2935,13 @@ declare module "@polkadot/api-base/types/submittable" { /** * Execute an XCM message from a local, signed, origin. * - * An event is deposited indicating whether `msg` could be executed completely or only partially. + * An event is deposited indicating whether `msg` could be executed completely or only + * partially. * - * No more than `max_weight` will be used in its attempted execution. If this is less than the - * maximum amount of weight that the message could take to be executed, then no execution - * attempt will be made. - */ + * No more than `max_weight` will be used in its attempted execution. If this is less than + * the maximum amount of weight that the message could take to be executed, then no + * execution attempt will be made. + **/ execute: AugmentedSubmittable< ( message: XcmVersionedXcm | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, @@ -2780,7 +2959,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable. - */ + **/ forceDefaultXcmVersion: AugmentedSubmittable< ( maybeXcmVersion: Option | null | Uint8Array | u32 | AnyNumber @@ -2792,7 +2971,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `location`: The location to which we should subscribe for XCM version notifications. - */ + **/ forceSubscribeVersionNotify: AugmentedSubmittable< ( location: @@ -2810,18 +2989,19 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: Must be an origin specified by AdminOrigin. * - `suspended`: `true` to suspend, `false` to resume. - */ + **/ forceSuspension: AugmentedSubmittable< (suspended: bool | boolean | Uint8Array) => SubmittableExtrinsic, [bool] >; /** - * Require that a particular destination should no longer notify us regarding any XCM version changes. + * Require that a particular destination should no longer notify us regarding any XCM + * version changes. * * - `origin`: Must be an origin specified by AdminOrigin. - * - `location`: The location to which we are currently subscribed for XCM version notifications - * which we no longer desire. - */ + * - `location`: The location to which we are currently subscribed for XCM version + * notifications which we no longer desire. + **/ forceUnsubscribeVersionNotify: AugmentedSubmittable< ( location: @@ -2835,12 +3015,13 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation] >; /** - * Extoll that a particular destination can be communicated with through a particular version of XCM. + * Extoll that a particular destination can be communicated with through a particular + * version of XCM. * * - `origin`: Must be an origin specified by AdminOrigin. * - `location`: The destination that is being described. * - `xcm_version`: The latest version of XCM that `location` supports. - */ + **/ forceXcmVersion: AugmentedSubmittable< ( location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array, @@ -2853,30 +3034,33 @@ declare module "@polkadot/api-base/types/submittable" { * destination or remote reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. - * - * - `assets` have local reserve: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `assets` have destination reserve: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. + * - `assets` have local reserve: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `assets` have destination reserve: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move - * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to - * mint and deposit reserve-based assets to `beneficiary`. + * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` + * to mint and deposit reserve-based assets to `beneficiary`. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight is - * needed than `weight_limit`, then the operation will fail and the sent assets may be at risk. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ limitedReserveTransferAssets: AugmentedSubmittable< ( dest: @@ -2913,20 +3097,23 @@ declare module "@polkadot/api-base/types/submittable" { /** * Teleport some assets from the local chain to some destination chain. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight is - * needed than `weight_limit`, then the operation will fail and the sent assets may be at risk. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` chain. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` chain. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ limitedTeleportAssets: AugmentedSubmittable< ( dest: @@ -2965,31 +3152,33 @@ declare module "@polkadot/api-base/types/submittable" { * destination or remote reserve. * * `assets` must have same reserve location and may not be teleportable to `dest`. - * - * - `assets` have local reserve: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `assets` have destination reserve: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. + * - `assets` have local reserve: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `assets` have destination reserve: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move - * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to - * mint and deposit reserve-based assets to `beneficiary`. + * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` + * to mint and deposit reserve-based assets to `beneficiary`. * * **This function is deprecated: Use `limited_reserve_transfer_assets` instead.** * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, with all - * fees taken as needed from the asset. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, + * with all fees taken as needed from the asset. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. - */ + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. + **/ reserveTransferAssets: AugmentedSubmittable< ( dest: @@ -3035,19 +3224,21 @@ declare module "@polkadot/api-base/types/submittable" { * * **This function is deprecated: Use `limited_teleport_assets` instead.** * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, with all - * fees taken as needed from the asset. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited, + * with all fees taken as needed from the asset. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` chain. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. - */ + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` chain. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. + **/ teleportAssets: AugmentedSubmittable< ( dest: @@ -3079,33 +3270,37 @@ declare module "@polkadot/api-base/types/submittable" { * Transfer some assets from the local chain to the destination chain through their local, * destination or remote reserve, or through teleports. * - * Fee payment on the destination side is made from the asset in the `assets` vector of index - * `fee_asset_item` (hence referred to as `fees`), up to enough to pay for `weight_limit` of - * weight. If more weight is needed than `weight_limit`, then the operation will fail and the - * sent assets may be at risk. - * - * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable to - * `dest`, no limitations imposed on `fees`. - * - * - For local reserve: transfer assets to sovereign account of destination chain and forward a - * notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - For destination reserve: burn local assets and forward a notification to `dest` chain to - * withdraw the reserve assets from this chain's sovereign account and deposit them to `beneficiary`. - * - For remote reserve: burn local assets, forward XCM to reserve chain to move reserves from - * this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint and - * deposit reserve-based assets to `beneficiary`. - * - For teleports: burn local assets and forward XCM to `dest` chain to mint/teleport assets - * and deposit them to `beneficiary`. + * Fee payment on the destination side is made from the asset in the `assets` vector of + * index `fee_asset_item` (hence referred to as `fees`), up to enough to pay for + * `weight_limit` of weight. If more weight is needed than `weight_limit`, then the + * operation will fail and the sent assets may be at risk. + * + * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable + * to `dest`, no limitations imposed on `fees`. + * - for local reserve: transfer assets to sovereign account of destination chain and + * forward a notification XCM to `dest` to mint and deposit reserve-based assets to + * `beneficiary`. + * - for destination reserve: burn local assets and forward a notification to `dest` chain + * to withdraw the reserve assets from this chain's sovereign account and deposit them + * to `beneficiary`. + * - for remote reserve: burn local assets, forward XCM to reserve chain to move reserves + * from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint + * and deposit reserve-based assets to `beneficiary`. + * - for teleports: burn local assets and forward XCM to `dest` chain to mint/teleport + * assets and deposit them to `beneficiary`. + * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` - * to send from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain. + * - `dest`: Destination context for the assets. Will typically be `X2(Parent, + * Parachain(..))` to send from parachain to parachain, or `X1(Parachain(..))` to send + * from relay to parachain. * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will - * generally be an `AccountId32` value. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. - * - `fee_asset_item`: The index into `assets` of the item which should be used to pay fees. + * generally be an `AccountId32` value. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. + * - `fee_asset_item`: The index into `assets` of the item which should be used to pay + * fees. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ transferAssets: AugmentedSubmittable< ( dest: @@ -3140,53 +3335,55 @@ declare module "@polkadot/api-base/types/submittable" { [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit] >; /** - * Transfer assets from the local chain to the destination chain using explicit transfer types - * for assets and fees. + * Transfer assets from the local chain to the destination chain using explicit transfer + * types for assets and fees. * * `assets` must have same reserve location or may be teleportable to `dest`. Caller must * provide the `assets_transfer_type` to be used for `assets`: - * - * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination chain and - * forward a notification XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. - * - `TransferType::DestinationReserve`: burn local assets and forward a notification to `dest` - * chain to withdraw the reserve assets from this chain's sovereign account and deposit them - * to `beneficiary`. - * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve` chain - * to move reserves from this chain's SA to `dest` chain's SA, and forward another XCM to - * `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically the remote - * `reserve` is Asset Hub. + * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination + * chain and forward a notification XCM to `dest` to mint and deposit reserve-based + * assets to `beneficiary`. + * - `TransferType::DestinationReserve`: burn local assets and forward a notification to + * `dest` chain to withdraw the reserve assets from this chain's sovereign account and + * deposit them to `beneficiary`. + * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve` + * chain to move reserves from this chain's SA to `dest` chain's SA, and forward another + * XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically + * the remote `reserve` is Asset Hub. * - `TransferType::Teleport`: burn local assets and forward XCM to `dest` chain to - * mint/teleport assets and deposit them to `beneficiary`. + * mint/teleport assets and deposit them to `beneficiary`. * - * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to buy - * execution using transferred `assets` identified by `remote_fees_id`. Make sure enough of - * the specified `remote_fees_id` asset is included in the given list of `assets`. - * `remote_fees_id` should be enough to pay for `weight_limit`. If more weight is needed than - * `weight_limit`, then the operation will fail and the sent assets may be at risk. + * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to + * buy execution using transferred `assets` identified by `remote_fees_id`. + * Make sure enough of the specified `remote_fees_id` asset is included in the given list + * of `assets`. `remote_fees_id` should be enough to pay for `weight_limit`. If more weight + * is needed than `weight_limit`, then the operation will fail and the sent assets may be + * at risk. * - * `remote_fees_id` may use different transfer type than rest of `assets` and can be specified - * through `fees_transfer_type`. + * `remote_fees_id` may use different transfer type than rest of `assets` and can be + * specified through `fees_transfer_type`. * * The caller needs to specify what should happen to the transferred assets once they reach - * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which contains - * the instructions to execute on `dest` as a final step. This is usually as simple as: - * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`, but - * could be something more exotic like sending the `assets` even further. + * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which + * contains the instructions to execute on `dest` as a final step. + * This is usually as simple as: + * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`, + * but could be something more exotic like sending the `assets` even further. * * - `origin`: Must be capable of withdrawing the `assets` and executing XCM. - * - `dest`: Destination context for the assets. Will typically be `[Parent, Parachain(..)]` to - * send from parachain to parachain, or `[Parachain(..)]` to send from relay to parachain, - * or `(parents: 2, (GlobalConsensus(..), ..))` to send from parachain across a bridge to - * another ecosystem destination. - * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on - * the `dest` (and possibly reserve) chains. + * - `dest`: Destination context for the assets. Will typically be `[Parent, + * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from + * relay to parachain, or `(parents: 2, (GlobalConsensus(..), ..))` to send from + * parachain across a bridge to another ecosystem destination. + * - `assets`: The assets to be withdrawn. This should include the assets used to pay the + * fee on the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the - * transfer, which also determines what happens to the assets on the destination chain. + * transfer, which also determines what happens to the assets on the destination chain. * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase. - */ + **/ transferAssetsUsingTypeAndThen: AugmentedSubmittable< ( dest: @@ -3244,7 +3441,9 @@ declare module "@polkadot/api-base/types/submittable" { XcmV3WeightLimit ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; preimage: { @@ -3252,7 +3451,7 @@ declare module "@polkadot/api-base/types/submittable" { * Ensure that the a bulk of pre-images is upgraded. * * The caller pays no fee if at least 90% of pre-images were successfully updated. - */ + **/ ensureUpdated: AugmentedSubmittable< (hashes: Vec | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec] @@ -3260,9 +3459,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Register a preimage on-chain. * - * If the preimage was previously requested, no fees or deposits are taken for providing the - * preimage. Otherwise, a deposit is taken proportional to the size of the preimage. - */ + * If the preimage was previously requested, no fees or deposits are taken for providing + * the preimage. Otherwise, a deposit is taken proportional to the size of the preimage. + **/ notePreimage: AugmentedSubmittable< (bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -3270,9 +3469,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Request a preimage be uploaded to the chain without paying any fees or deposits. * - * If the preimage requests has already been provided on-chain, we unreserve any deposit a - * user may have paid, and take the control of the preimage out of their hands. - */ + * If the preimage requests has already been provided on-chain, we unreserve any deposit + * a user may have paid, and take the control of the preimage out of their hands. + **/ requestPreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3284,7 +3483,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `hash`: The hash of the preimage to be removed from the store. * - `len`: The length of the preimage of `hash`. - */ + **/ unnotePreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3293,12 +3492,14 @@ declare module "@polkadot/api-base/types/submittable" { * Clear a previously made request for a preimage. * * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`. - */ + **/ unrequestPreimage: AugmentedSubmittable< (hash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; proxy: { @@ -3308,11 +3509,11 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `proxy`: The account that the `caller` would like to make a proxy. * - `proxy_type`: The permissions allowed for this proxy account. - * - `delay`: The announcement period required of the initial proxy. Will generally be zero. - */ + * - `delay`: The announcement period required of the initial proxy. Will generally be + * zero. + **/ addProxy: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3335,8 +3536,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Publish the hash of a proxy-call that will be made in the future. * - * This must be called some number of blocks before the corresponding `proxy` is attempted if - * the delay associated with the proxy relationship is greater than zero. + * This must be called some number of blocks before the corresponding `proxy` is attempted + * if the delay associated with the proxy relationship is greater than zero. * * No more than `MaxPending` announcements may be made at any one time. * @@ -3346,10 +3547,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_ and a proxy of `real`. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - */ + **/ announce: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3358,24 +3558,25 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, H256] >; /** - * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and initialize - * it with a proxy of `proxy_type` for `origin` sender. + * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and + * initialize it with a proxy of `proxy_type` for `origin` sender. * * Requires a `Signed` origin. * - * - `proxy_type`: The type of the proxy that the sender will be registered as over the new - * account. This will almost always be the most permissive `ProxyType` possible to allow for - * maximum flexibility. + * - `proxy_type`: The type of the proxy that the sender will be registered as over the + * new account. This will almost always be the most permissive `ProxyType` possible to + * allow for maximum flexibility. * - `index`: A disambiguation index, in case this is called multiple times in the same - * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just - * want to use `0`. - * - `delay`: The announcement period required of the initial proxy. Will generally be zero. + * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just + * want to use `0`. + * - `delay`: The announcement period required of the initial proxy. Will generally be + * zero. * - * Fails with `Duplicate` if this has already been called in this transaction, from the same - * sender, with the same parameters. + * Fails with `Duplicate` if this has already been called in this transaction, from the + * same sender, with the same parameters. * * Fails if there are insufficient funds to pay for deposit. - */ + **/ createPure: AugmentedSubmittable< ( proxyType: @@ -3398,7 +3599,8 @@ declare module "@polkadot/api-base/types/submittable" { /** * Removes a previously spawned pure proxy. * - * WARNING: **All access to this account will be lost.** Any funds held in it will be inaccessible. + * WARNING: **All access to this account will be lost.** Any funds held in it will be + * inaccessible. * * Requires a `Signed` origin, and the sender account must have been created by a call to * `pure` with corresponding parameters. @@ -3409,9 +3611,9 @@ declare module "@polkadot/api-base/types/submittable" { * - `height`: The height of the chain when the call to `pure` was processed. * - `ext_index`: The extrinsic index in which the call to `pure` was processed. * - * Fails with `NoPermission` in case the caller is not a previously created pure account whose - * `pure` call has corresponding parameters. - */ + * Fails with `NoPermission` in case the caller is not a previously created pure + * account whose `pure` call has corresponding parameters. + **/ killPure: AugmentedSubmittable< ( spawner: AccountId20 | string | Uint8Array, @@ -3434,16 +3636,16 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, MoonriverRuntimeProxyType, u16, Compact, Compact] >; /** - * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. + * Dispatch the given `call` from an account that the sender is authorised for through + * `add_proxy`. * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. - */ + **/ proxy: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3466,18 +3668,18 @@ declare module "@polkadot/api-base/types/submittable" { [AccountId20, Option, Call] >; /** - * Dispatch the given `call` from an account that the sender is authorized for through `add_proxy`. + * Dispatch the given `call` from an account that the sender is authorized for through + * `add_proxy`. * * Removes any corresponding announcement(s). * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call. * - `call`: The call to be made by the `real` account. - */ + **/ proxyAnnounced: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3509,10 +3711,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `delegate`: The account that previously announced the call. * - `call_hash`: The hash of the call to be made. - */ + **/ rejectAnnouncement: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3523,15 +3724,15 @@ declare module "@polkadot/api-base/types/submittable" { /** * Remove a given announcement. * - * May be called by a proxy account to remove a call they previously announced and return the deposit. + * May be called by a proxy account to remove a call they previously announced and return + * the deposit. * * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `real`: The account that the proxy will make a call on behalf of. * - `call_hash`: The hash of the call to be made by the `real` account. - */ + **/ removeAnnouncement: AugmentedSubmittable< ( real: AccountId20 | string | Uint8Array, @@ -3544,9 +3745,9 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _Signed_. * - * WARNING: This may be called on accounts created by `pure`, however if done, then the - * unreserved fees will be inaccessible. **All access to this account will be lost.** - */ + * WARNING: This may be called on accounts created by `pure`, however if done, then + * the unreserved fees will be inaccessible. **All access to this account will be lost.** + **/ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** * Unregister a proxy account for the sender. @@ -3554,10 +3755,9 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Signed_. * * Parameters: - * * - `proxy`: The account that the `caller` would like to remove as a proxy. * - `proxy_type`: The permissions currently enabled for the removed proxy account. - */ + **/ removeProxy: AugmentedSubmittable< ( delegate: AccountId20 | string | Uint8Array, @@ -3577,13 +3777,19 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, MoonriverRuntimeProxyType, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; randomness: { - /** Populates `RandomnessResults` due this epoch with BABE epoch randomness */ + /** + * Populates `RandomnessResults` due this epoch with BABE epoch randomness + **/ setBabeRandomnessResults: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; referenda: { @@ -3594,7 +3800,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `index`: The index of the referendum to be cancelled. * * Emits `Cancelled`. - */ + **/ cancel: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3606,7 +3812,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `index`: The index of the referendum to be cancelled. * * Emits `Killed` and `DepositSlashed`. - */ + **/ kill: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3616,7 +3822,7 @@ declare module "@polkadot/api-base/types/submittable" { * * - `origin`: must be `Root`. * - `index`: the referendum to be advanced. - */ + **/ nudgeReferendum: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3629,10 +3835,9 @@ declare module "@polkadot/api-base/types/submittable" { * * Action item for when there is now one fewer referendum in the deciding phase and the * `DecidingCount` is not yet updated. This means that we should either: - * - * - Begin deciding another referendum (and leave `DecidingCount` alone); or - * - Decrement `DecidingCount`. - */ + * - begin deciding another referendum (and leave `DecidingCount` alone); or + * - decrement `DecidingCount`. + **/ oneFewerDeciding: AugmentedSubmittable< (track: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] @@ -3640,12 +3845,13 @@ declare module "@polkadot/api-base/types/submittable" { /** * Post the Decision Deposit for a referendum. * - * - `origin`: must be `Signed` and the account must have funds available for the referendum's - * track's Decision Deposit. - * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be posted. + * - `origin`: must be `Signed` and the account must have funds available for the + * referendum's track's Decision Deposit. + * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be + * posted. * * Emits `DecisionDepositPlaced`. - */ + **/ placeDecisionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3654,10 +3860,11 @@ declare module "@polkadot/api-base/types/submittable" { * Refund the Decision Deposit for a closed referendum back to the depositor. * * - `origin`: must be `Signed` or `Root`. - * - `index`: The index of a closed referendum whose Decision Deposit has not yet been refunded. + * - `index`: The index of a closed referendum whose Decision Deposit has not yet been + * refunded. * * Emits `DecisionDepositRefunded`. - */ + **/ refundDecisionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3666,10 +3873,11 @@ declare module "@polkadot/api-base/types/submittable" { * Refund the Submission Deposit for a closed referendum back to the depositor. * * - `origin`: must be `Signed` or `Root`. - * - `index`: The index of a closed referendum whose Submission Deposit has not yet been refunded. + * - `index`: The index of a closed referendum whose Submission Deposit has not yet been + * refunded. * * Emits `SubmissionDepositRefunded`. - */ + **/ refundSubmissionDeposit: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -3678,12 +3886,11 @@ declare module "@polkadot/api-base/types/submittable" { * Set or clear metadata of a referendum. * * Parameters: - * - * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a metadata of - * a finished referendum. - * - `index`: The index of a referendum to set or clear metadata for. + * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a + * metadata of a finished referendum. + * - `index`: The index of a referendum to set or clear metadata for. * - `maybe_hash`: The hash of an on-chain stored preimage. `None` to clear a metadata. - */ + **/ setMetadata: AugmentedSubmittable< ( index: u32 | AnyNumber | Uint8Array, @@ -3694,13 +3901,14 @@ declare module "@polkadot/api-base/types/submittable" { /** * Propose a referendum on a privileged action. * - * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds available. + * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds + * available. * - `proposal_origin`: The origin from which the proposal should be executed. * - `proposal`: The proposal. * - `enactment_moment`: The moment that the proposal should be enacted. * * Emits `Submitted`. - */ + **/ submit: AugmentedSubmittable< ( proposalOrigin: @@ -3736,21 +3944,29 @@ declare module "@polkadot/api-base/types/submittable" { FrameSupportScheduleDispatchTime ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; rootTesting: { - /** A dispatch that will fill the block weight up to the given ratio. */ + /** + * A dispatch that will fill the block weight up to the given ratio. + **/ fillBlock: AugmentedSubmittable< (ratio: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Perbill] >; triggerDefensive: AugmentedSubmittable<() => SubmittableExtrinsic, []>; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; scheduler: { - /** Cancel an anonymously scheduled task. */ + /** + * Cancel an anonymously scheduled task. + **/ cancel: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, @@ -3758,24 +3974,32 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, u32] >; - /** Cancel a named scheduled task. */ + /** + * Cancel a named scheduled task. + **/ cancelNamed: AugmentedSubmittable< (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [U8aFixed] >; - /** Removes the retry configuration of a task. */ + /** + * Removes the retry configuration of a task. + **/ cancelRetry: AugmentedSubmittable< ( task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array] ) => SubmittableExtrinsic, [ITuple<[u32, u32]>] >; - /** Cancel the retry configuration of a named task. */ + /** + * Cancel the retry configuration of a named task. + **/ cancelRetryNamed: AugmentedSubmittable< (id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic, [U8aFixed] >; - /** Anonymously schedule a task. */ + /** + * Anonymously schedule a task. + **/ schedule: AugmentedSubmittable< ( when: u32 | AnyNumber | Uint8Array, @@ -3790,7 +4014,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, Option>, u8, Call] >; - /** Anonymously schedule a task after a delay. */ + /** + * Anonymously schedule a task after a delay. + **/ scheduleAfter: AugmentedSubmittable< ( after: u32 | AnyNumber | Uint8Array, @@ -3805,7 +4031,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u32, Option>, u8, Call] >; - /** Schedule a named task. */ + /** + * Schedule a named task. + **/ scheduleNamed: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3821,7 +4049,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [U8aFixed, u32, Option>, u8, Call] >; - /** Schedule a named task after a delay. */ + /** + * Schedule a named task after a delay. + **/ scheduleNamedAfter: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3838,17 +4068,19 @@ declare module "@polkadot/api-base/types/submittable" { [U8aFixed, u32, Option>, u8, Call] >; /** - * Set a retry configuration for a task so that, in case its scheduled run fails, it will be - * retried after `period` blocks, for a total amount of `retries` retries or until it succeeds. + * Set a retry configuration for a task so that, in case its scheduled run fails, it will + * be retried after `period` blocks, for a total amount of `retries` retries or until it + * succeeds. * * Tasks which need to be scheduled for a retry are still subject to weight metering and * agenda space, same as a regular task. If a periodic task fails, it will be scheduled * normally while the task is retrying. * - * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic clones - * of the original task. Their retry configuration will be derived from the original task's - * configuration, but will have a lower value for `remaining` than the original `total_retries`. - */ + * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic + * clones of the original task. Their retry configuration will be derived from the + * original task's configuration, but will have a lower value for `remaining` than the + * original `total_retries`. + **/ setRetry: AugmentedSubmittable< ( task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], @@ -3859,16 +4091,18 @@ declare module "@polkadot/api-base/types/submittable" { >; /** * Set a retry configuration for a named task so that, in case its scheduled run fails, it - * will be retried after `period` blocks, for a total amount of `retries` retries or until it succeeds. + * will be retried after `period` blocks, for a total amount of `retries` retries or until + * it succeeds. * * Tasks which need to be scheduled for a retry are still subject to weight metering and * agenda space, same as a regular task. If a periodic task fails, it will be scheduled * normally while the task is retrying. * - * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic clones - * of the original task. Their retry configuration will be derived from the original task's - * configuration, but will have a lower value for `remaining` than the original `total_retries`. - */ + * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic + * clones of the original task. Their retry configuration will be derived from the + * original task's configuration, but will have a lower value for `remaining` than the + * original `total_retries`. + **/ setRetryNamed: AugmentedSubmittable< ( id: U8aFixed | string | Uint8Array, @@ -3877,43 +4111,47 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [U8aFixed, u8, u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; system: { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. * - * If the authorization required a version check, this call will ensure the spec name remains - * unchanged and that the spec version has increased. + * If the authorization required a version check, this call will ensure the spec name + * remains unchanged and that the spec version has increased. * - * Depending on the runtime's `OnSetCode` configuration, this function may directly apply the - * new `code` in the same block or attempt to schedule the upgrade. + * Depending on the runtime's `OnSetCode` configuration, this function may directly apply + * the new `code` in the same block or attempt to schedule the upgrade. * * All origins are allowed. - */ + **/ applyAuthorizedUpgrade: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * This call requires Root origin. - */ + **/ authorizeUpgrade: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; /** - * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied later. + * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied + * later. * * WARNING: This authorizes an upgrade that will take place without any safety checks, for * example that the spec name remains the same and that the version number increases. Not * recommended for normal use. Use `authorize_upgrade` instead. * * This call requires Root origin. - */ + **/ authorizeUpgradeWithoutChecks: AugmentedSubmittable< (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -3921,9 +4159,9 @@ declare module "@polkadot/api-base/types/submittable" { /** * Kill all storage items with a key that starts with the given prefix. * - * **NOTE:** We rely on the Root origin to provide us the number of subkeys under the prefix - * we are removing to accurately calculate the weight of this function. - */ + * **NOTE:** We rely on the Root origin to provide us the number of subkeys under + * the prefix we are removing to accurately calculate the weight of this function. + **/ killPrefix: AugmentedSubmittable< ( prefix: Bytes | string | Uint8Array, @@ -3931,7 +4169,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Bytes, u32] >; - /** Kill some items from storage. */ + /** + * Kill some items from storage. + **/ killStorage: AugmentedSubmittable< (keys: Vec | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic, [Vec] @@ -3940,17 +4180,21 @@ declare module "@polkadot/api-base/types/submittable" { * Make some on-chain remark. * * Can be executed by every `origin`. - */ + **/ remark: AugmentedSubmittable< (remark: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Make some on-chain remark and emit event. */ + /** + * Make some on-chain remark and emit event. + **/ remarkWithEvent: AugmentedSubmittable< (remark: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Set the new runtime code. */ + /** + * Set the new runtime code. + **/ setCode: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] @@ -3958,18 +4202,23 @@ declare module "@polkadot/api-base/types/submittable" { /** * Set the new runtime code without doing any checks of the given `code`. * - * Note that runtime upgrades will not run if this is called with a not-increasing spec version! - */ + * Note that runtime upgrades will not run if this is called with a not-increasing spec + * version! + **/ setCodeWithoutChecks: AugmentedSubmittable< (code: Bytes | string | Uint8Array) => SubmittableExtrinsic, [Bytes] >; - /** Set the number of pages in the WebAssembly environment's heap. */ + /** + * Set the number of pages in the WebAssembly environment's heap. + **/ setHeapPages: AugmentedSubmittable< (pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u64] >; - /** Set some items of storage. */ + /** + * Set some items of storage. + **/ setStorage: AugmentedSubmittable< ( items: @@ -3978,7 +4227,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec>] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; timestamp: { @@ -3993,21 +4244,23 @@ declare module "@polkadot/api-base/types/submittable" { * * The dispatch origin for this call must be _None_. * - * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware that - * changing the complexity of this call could result exhausting the resources in a block to - * execute any other calls. + * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware + * that changing the complexity of this call could result exhausting the resources in a + * block to execute any other calls. * * ## Complexity - * * - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`) - * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in `on_finalize`) + * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in + * `on_finalize`) * - 1 event handler `on_timestamp_set`. Must be `O(1)`. - */ + **/ set: AugmentedSubmittable< (now: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; treasury: { @@ -4020,19 +4273,18 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Details * - * The status check is a prerequisite for retrying a failed payout. If a spend has either - * succeeded or expired, it is removed from the storage by this function. In such instances, - * transaction fees are refunded. + * The status check is a prerequisite for retrying a failed payout. + * If a spend has either succeeded or expired, it is removed from the storage by this + * function. In such instances, transaction fees are refunded. * * ### Parameters - * * - `index`: The spend index. * * ## Events * - * Emits [`Event::PaymentFailed`] if the spend payout has failed. Emits - * [`Event::SpendProcessed`] if the spend payout has succeed. - */ + * Emits [`Event::PaymentFailed`] if the spend payout has failed. + * Emits [`Event::SpendProcessed`] if the spend payout has succeed. + **/ checkStatus: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -4047,18 +4299,17 @@ declare module "@polkadot/api-base/types/submittable" { * ## Details * * Spends must be claimed within some temporal bounds. A spend may be claimed within one - * [`Config::PayoutPeriod`] from the `valid_from` block. In case of a payout failure, the - * spend status must be updated with the `check_status` dispatchable before retrying with the - * current function. + * [`Config::PayoutPeriod`] from the `valid_from` block. + * In case of a payout failure, the spend status must be updated with the `check_status` + * dispatchable before retrying with the current function. * * ### Parameters - * * - `index`: The spend index. * * ## Events * * Emits [`Event::Paid`] if successful. - */ + **/ payout: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] @@ -4075,19 +4326,17 @@ declare module "@polkadot/api-base/types/submittable" { * The original deposit will no longer be returned. * * ### Parameters - * * - `proposal_id`: The index of a proposal * * ### Complexity - * * - O(A) where `A` is the number of approvals * * ### Errors - * - * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the approval - * queue, i.e., the proposal has not been approved. This could also mean the proposal does - * not exist altogether, thus there is no way it would have been approved in the first place. - */ + * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the + * approval queue, i.e., the proposal has not been approved. This could also mean the + * proposal does not exist altogether, thus there is no way it would have been approved + * in the first place. + **/ removeApproval: AugmentedSubmittable< (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Compact] @@ -4097,9 +4346,9 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount` of - * `asset_kind` in the native asset. The amount of `asset_kind` is converted for assertion - * using the [`Config::BalanceConverter`]. + * Must be [`Config::SpendOrigin`] with the `Success` value being at least + * `amount` of `asset_kind` in the native asset. The amount of `asset_kind` is converted + * for assertion using the [`Config::BalanceConverter`]. * * ## Details * @@ -4108,18 +4357,18 @@ declare module "@polkadot/api-base/types/submittable" { * the [`Config::PayoutPeriod`]. * * ### Parameters - * * - `asset_kind`: An indicator of the specific asset class to be spent. * - `amount`: The amount to be transferred from the treasury to the `beneficiary`. * - `beneficiary`: The beneficiary of the spend. - * - `valid_from`: The block number from which the spend can be claimed. It can refer to the - * past if the resulting spend has not yet expired according to the - * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after approval. + * - `valid_from`: The block number from which the spend can be claimed. It can refer to + * the past if the resulting spend has not yet expired according to the + * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after + * approval. * * ## Events * * Emits [`Event::AssetSpendApproved`] if successful. - */ + **/ spend: AugmentedSubmittable< ( assetKind: Null | null, @@ -4137,18 +4386,17 @@ declare module "@polkadot/api-base/types/submittable" { * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount`. * * ### Details - * - * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the beneficiary. + * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the + * beneficiary. * * ### Parameters - * * - `amount`: The amount to be transferred from the treasury to the `beneficiary`. * - `beneficiary`: The destination account for the transfer. * * ## Events * * Emits [`Event::SpendApproved`] if successful. - */ + **/ spendLocal: AugmentedSubmittable< ( amount: Compact | AnyNumber | Uint8Array, @@ -4168,18 +4416,19 @@ declare module "@polkadot/api-base/types/submittable" { * A spend void is only possible if the payout has not been attempted yet. * * ### Parameters - * * - `index`: The spend index. * * ## Events * * Emits [`Event::AssetSpendVoided`] if successful. - */ + **/ voidSpend: AugmentedSubmittable< (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; treasuryCouncilCollective: { @@ -4188,27 +4437,27 @@ declare module "@polkadot/api-base/types/submittable" { * * May be called by any signed account in order to finish voting and close the proposal. * - * If called before the end of the voting period it will only close the vote if it is has - * enough votes to be approved or disapproved. + * If called before the end of the voting period it will only close the vote if it is + * has enough votes to be approved or disapproved. * - * If called after the end of the voting period abstentions are counted as rejections unless - * there is a prime member set and the prime member cast an approval. + * If called after the end of the voting period abstentions are counted as rejections + * unless there is a prime member set and the prime member cast an approval. * - * If the close operation completes successfully with disapproval, the transaction fee will be - * waived. Otherwise execution of the approved operation will be charged to the caller. + * If the close operation completes successfully with disapproval, the transaction fee will + * be waived. Otherwise execution of the approved operation will be charged to the caller. * - * - `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed proposal. - * - `length_bound`: The upper bound for the length of the proposal in storage. Checked via - * `storage::read` so it is `size_of::() === 4` larger than the pure length. + * + `proposal_weight_bound`: The maximum amount of weight consumed by executing the closed + * proposal. + * + `length_bound`: The upper bound for the length of the proposal in storage. Checked via + * `storage::read` so it is `size_of::() == 4` larger than the pure length. * * ## Complexity - * * - `O(B + M + P1 + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) * - `P1` is the complexity of `proposal` preimage. * - `P2` is proposal-count (code-bounded) - */ + **/ close: AugmentedSubmittable< ( proposalHash: H256 | string | Uint8Array, @@ -4223,18 +4472,17 @@ declare module "@polkadot/api-base/types/submittable" { [H256, Compact, SpWeightsWeightV2Weight, Compact] >; /** - * Disapprove a proposal, close, and remove it from the system, regardless of its current state. + * Disapprove a proposal, close, and remove it from the system, regardless of its current + * state. * * Must be called by the Root origin. * * Parameters: - * - * - `proposal_hash`: The hash of the proposal that should be disapproved. + * * `proposal_hash`: The hash of the proposal that should be disapproved. * * ## Complexity - * * O(P) where P is the number of max proposals - */ + **/ disapproveProposal: AugmentedSubmittable< (proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] @@ -4245,12 +4493,11 @@ declare module "@polkadot/api-base/types/submittable" { * Origin must be a member of the collective. * * ## Complexity: - * * - `O(B + M + P)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` members-count (code-bounded) * - `P` complexity of dispatching `proposal` - */ + **/ execute: AugmentedSubmittable< ( proposal: Call | IMethod | string | Uint8Array, @@ -4263,18 +4510,17 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be member. * - * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) or put up - * for voting. + * `threshold` determines whether `proposal` is executed directly (`threshold < 2`) + * or put up for voting. * * ## Complexity - * * - `O(B + M + P1)` or `O(B + M + P2)` where: * - `B` is `proposal` size in bytes (length-fee-bounded) * - `M` is members-count (code- and governance-bounded) - * - Branching is influenced by `threshold` where: + * - branching is influenced by `threshold` where: * - `P1` is proposal execution complexity (`threshold < 2`) * - `P2` is proposals-count (code-bounded) (`threshold >= 2`) - */ + **/ propose: AugmentedSubmittable< ( threshold: Compact | AnyNumber | Uint8Array, @@ -4288,27 +4534,27 @@ declare module "@polkadot/api-base/types/submittable" { * * - `new_members`: The new member list. Be nice to the chain and provide it sorted. * - `prime`: The prime member whose vote sets the default. - * - `old_count`: The upper bound for the previous number of members in storage. Used for weight - * estimation. + * - `old_count`: The upper bound for the previous number of members in storage. Used for + * weight estimation. * * The dispatch of this call must be `SetMembersOrigin`. * - * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but the - * weight estimations rely on it to estimate dispatchable weight. + * NOTE: Does not enforce the expected `MaxMembers` limit on the amount of members, but + * the weight estimations rely on it to estimate dispatchable weight. * * # WARNING: * * The `pallet-collective` can also be managed by logic outside of the pallet through the - * implementation of the trait [`ChangeMembers`]. Any call to `set_members` must be careful - * that the member set doesn't get out of sync with other logic managing the member set. + * implementation of the trait [`ChangeMembers`]. + * Any call to `set_members` must be careful that the member set doesn't get out of sync + * with other logic managing the member set. * * ## Complexity: - * * - `O(MP + N)` where: * - `M` old-members-count (code- and governance-bounded) * - `N` new-members-count (code- and governance-bounded) * - `P` proposals-count (code-bounded) - */ + **/ setMembers: AugmentedSubmittable< ( newMembers: Vec | (AccountId20 | string | Uint8Array)[], @@ -4322,13 +4568,12 @@ declare module "@polkadot/api-base/types/submittable" { * * Requires the sender to be a member. * - * Transaction fees will be waived if the member is voting on any particular proposal for the - * first time and the call is successful. Subsequent vote changes will charge a fee. - * + * Transaction fees will be waived if the member is voting on any particular proposal + * for the first time and the call is successful. Subsequent vote changes will charge a + * fee. * ## Complexity - * * - `O(M)` where `M` is members-count (code- and governance-bounded) - */ + **/ vote: AugmentedSubmittable< ( proposal: H256 | string | Uint8Array, @@ -4337,25 +4582,27 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [H256, Compact, bool] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; utility: { /** * Send a call through an indexed pseudonym of the sender. * - * Filter from origin are passed along. The call will be dispatched with an origin which use - * the same filter as the origin of this call. + * Filter from origin are passed along. The call will be dispatched with an origin which + * use the same filter as the origin of this call. * - * NOTE: If you need to ensure that any account-based filtering is not honored (i.e. because - * you expect `proxy` to have been used prior in the call stack and you do not want the call - * restrictions to apply to any sub-accounts), then use `as_multi_threshold_1` in the Multisig - * pallet instead. + * NOTE: If you need to ensure that any account-based filtering is not honored (i.e. + * because you expect `proxy` to have been used prior in the call stack and you do not want + * the call restrictions to apply to any sub-accounts), then use `as_multi_threshold_1` + * in the Multisig pallet instead. * * NOTE: Prior to version *12, this was called `as_limited_sub`. * * The dispatch origin for this call must be _Signed_. - */ + **/ asDerivative: AugmentedSubmittable< ( index: u16 | AnyNumber | Uint8Array, @@ -4369,20 +4616,20 @@ declare module "@polkadot/api-base/types/submittable" { * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatched without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. * - * This will return `Ok` in all circumstances. To determine the success of the batch, an event - * is deposited. If a call failed and the batch was interrupted, then the `BatchInterrupted` - * event is deposited, along with the number of successful calls made and the error of the - * failed call. If all were successful, then the `BatchCompleted` event is deposited. - */ + * This will return `Ok` in all circumstances. To determine the success of the batch, an + * event is deposited. If a call failed and the batch was interrupted, then the + * `BatchInterrupted` event is deposited, along with the number of successful calls made + * and the error of the failed call. If all were successful, then the `BatchCompleted` + * event is deposited. + **/ batch: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4390,21 +4637,20 @@ declare module "@polkadot/api-base/types/submittable" { [Vec] >; /** - * Send a batch of dispatch calls and atomically execute them. The whole transaction will - * rollback and fail if any of the calls failed. + * Send a batch of dispatch calls and atomically execute them. + * The whole transaction will rollback and fail if any of the calls failed. * * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatched without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. - */ + **/ batchAll: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4417,9 +4663,8 @@ declare module "@polkadot/api-base/types/submittable" { * The dispatch origin for this call must be _Root_. * * ## Complexity - * * - O(1). - */ + **/ dispatchAs: AugmentedSubmittable< ( asOrigin: @@ -4440,20 +4685,20 @@ declare module "@polkadot/api-base/types/submittable" { [MoonriverRuntimeOriginCaller, Call] >; /** - * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. + * Send a batch of dispatch calls. + * Unlike `batch`, it allows errors and won't interrupt. * * May be called from any origin except `None`. * * - `calls`: The calls to be dispatched from the same origin. The number of call must not - * exceed the constant: `batched_calls_limit` (available in constant metadata). + * exceed the constant: `batched_calls_limit` (available in constant metadata). * * If origin is root then the calls are dispatch without checking origin filter. (This * includes bypassing `frame_system::Config::BaseCallFilter`). * * ## Complexity - * * - O(C) where C is the number of calls to be batched. - */ + **/ forceBatch: AugmentedSubmittable< ( calls: Vec | (Call | IMethod | string | Uint8Array)[] @@ -4463,11 +4708,11 @@ declare module "@polkadot/api-base/types/submittable" { /** * Dispatch a function call with a specified weight. * - * This function does not check the weight of the call, and instead allows the Root origin to - * specify the weight of the call. + * This function does not check the weight of the call, and instead allows the + * Root origin to specify the weight of the call. * * The dispatch origin for this call must be _Root_. - */ + **/ withWeight: AugmentedSubmittable< ( call: Call | IMethod | string | Uint8Array, @@ -4475,7 +4720,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Call, SpWeightsWeightV2Weight] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; whitelist: { @@ -4503,19 +4750,23 @@ declare module "@polkadot/api-base/types/submittable" { (callHash: H256 | string | Uint8Array) => SubmittableExtrinsic, [H256] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; xcmTransactor: { /** * De-Register a derivative index. This prevents an account to use a derivative address * (represented by an index) from our of our sovereign accounts anymore - */ + **/ deregister: AugmentedSubmittable< (index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u16] >; - /** Manage HRMP operations */ + /** + * Manage HRMP operations + **/ hrmpManage: AugmentedSubmittable< ( action: @@ -4544,14 +4795,15 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Register a derivative index for an account id. Dispatchable by DerivativeAddressRegistrationOrigin + * Register a derivative index for an account id. Dispatchable by + * DerivativeAddressRegistrationOrigin * - * We do not store the derivative address, but only the index. We do not need to store the - * derivative address to issue calls, only the index is enough + * We do not store the derivative address, but only the index. We do not need to store + * the derivative address to issue calls, only the index is enough * - * For now an index is registered for all possible destinations and not per-destination. We - * can change this in the future although it would just make things more complicated - */ + * For now an index is registered for all possible destinations and not per-destination. + * We can change this in the future although it would just make things more complicated + **/ register: AugmentedSubmittable< ( who: AccountId20 | string | Uint8Array, @@ -4559,7 +4811,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [AccountId20, u16] >; - /** Remove the fee per second of an asset on its reserve chain */ + /** + * Remove the fee per second of an asset on its reserve chain + **/ removeFeePerSecond: AugmentedSubmittable< ( assetLocation: @@ -4572,7 +4826,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation] >; - /** Remove the transact info of a location */ + /** + * Remove the transact info of a location + **/ removeTransactInfo: AugmentedSubmittable< ( location: @@ -4585,7 +4841,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation] >; - /** Set the fee per second of an asset on its reserve chain */ + /** + * Set the fee per second of an asset on its reserve chain + **/ setFeePerSecond: AugmentedSubmittable< ( assetLocation: @@ -4599,7 +4857,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [XcmVersionedLocation, u128] >; - /** Change the transact info of a location */ + /** + * Change the transact info of a location + **/ setTransactInfo: AugmentedSubmittable< ( location: @@ -4635,12 +4895,12 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the inner call through a derivative account in a destination chain, using - * 'fee_location' to pay for the fees. This fee_location is given as a multilocation + * Transact the inner call through a derivative account in a destination chain, + * using 'fee_location' to pay for the fees. This fee_location is given as a multilocation * - * The caller needs to have the index registered in this pallet. The fee multiasset needs to - * be a reserve asset for the destination transactor::multilocation. - */ + * The caller needs to have the index registered in this pallet. The fee multiasset needs + * to be a reserve asset for the destination transactor::multilocation. + **/ transactThroughDerivative: AugmentedSubmittable< ( dest: MoonriverRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, @@ -4668,12 +4928,12 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the call through the a signed origin in this chain that should be converted to a - * transaction dispatch account in the destination chain by any method implemented in the - * destination chains runtime + * Transact the call through the a signed origin in this chain + * that should be converted to a transaction dispatch account in the destination chain + * by any method implemented in the destination chains runtime * * This time we are giving the currency as a currencyId instead of multilocation - */ + **/ transactThroughSigned: AugmentedSubmittable< ( dest: @@ -4705,10 +4965,11 @@ declare module "@polkadot/api-base/types/submittable" { ] >; /** - * Transact the call through the sovereign account in a destination chain, 'fee_payer' pays for the fee + * Transact the call through the sovereign account in a destination chain, + * 'fee_payer' pays for the fee * * SovereignAccountDispatcherOrigin callable only - */ + **/ transactThroughSovereign: AugmentedSubmittable< ( dest: @@ -4750,7 +5011,9 @@ declare module "@polkadot/api-base/types/submittable" { bool ] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; xcmWeightTrader: { @@ -4786,7 +5049,9 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [StagingXcmV4Location] >; - /** Generic tx */ + /** + * Generic tx + **/ [key: string]: SubmittableExtrinsicFunction; }; } // AugmentedSubmittables diff --git a/typescript-api/src/moonriver/interfaces/lookup.ts b/typescript-api/src/moonriver/interfaces/lookup.ts index cf42f28c75..50be4c7a41 100644 --- a/typescript-api/src/moonriver/interfaces/lookup.ts +++ b/typescript-api/src/moonriver/interfaces/lookup.ts @@ -4,7 +4,9 @@ /* eslint-disable sort-keys */ export default { - /** Lookup3: frame_system::AccountInfo> */ + /** + * Lookup3: frame_system::AccountInfo> + **/ FrameSystemAccountInfo: { nonce: "u32", consumers: "u32", @@ -12,29 +14,39 @@ export default { sufficients: "u32", data: "PalletBalancesAccountData" }, - /** Lookup5: pallet_balances::types::AccountData */ + /** + * Lookup5: pallet_balances::types::AccountData + **/ PalletBalancesAccountData: { free: "u128", reserved: "u128", frozen: "u128", flags: "u128" }, - /** Lookup9: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup9: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassWeight: { normal: "SpWeightsWeightV2Weight", operational: "SpWeightsWeightV2Weight", mandatory: "SpWeightsWeightV2Weight" }, - /** Lookup10: sp_weights::weight_v2::Weight */ + /** + * Lookup10: sp_weights::weight_v2::Weight + **/ SpWeightsWeightV2Weight: { refTime: "Compact", proofSize: "Compact" }, - /** Lookup16: sp_runtime::generic::digest::Digest */ + /** + * Lookup16: sp_runtime::generic::digest::Digest + **/ SpRuntimeDigest: { logs: "Vec" }, - /** Lookup18: sp_runtime::generic::digest::DigestItem */ + /** + * Lookup18: sp_runtime::generic::digest::DigestItem + **/ SpRuntimeDigestDigestItem: { _enum: { Other: "Bytes", @@ -48,13 +60,17 @@ export default { RuntimeEnvironmentUpdated: "Null" } }, - /** Lookup21: frame_system::EventRecord */ + /** + * Lookup21: frame_system::EventRecord + **/ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", topics: "Vec" }, - /** Lookup23: frame_system::pallet::Event */ + /** + * Lookup23: frame_system::pallet::Event + **/ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { @@ -84,21 +100,29 @@ export default { } } }, - /** Lookup24: frame_support::dispatch::DispatchInfo */ + /** + * Lookup24: frame_support::dispatch::DispatchInfo + **/ FrameSupportDispatchDispatchInfo: { weight: "SpWeightsWeightV2Weight", class: "FrameSupportDispatchDispatchClass", paysFee: "FrameSupportDispatchPays" }, - /** Lookup25: frame_support::dispatch::DispatchClass */ + /** + * Lookup25: frame_support::dispatch::DispatchClass + **/ FrameSupportDispatchDispatchClass: { _enum: ["Normal", "Operational", "Mandatory"] }, - /** Lookup26: frame_support::dispatch::Pays */ + /** + * Lookup26: frame_support::dispatch::Pays + **/ FrameSupportDispatchPays: { _enum: ["Yes", "No"] }, - /** Lookup27: sp_runtime::DispatchError */ + /** + * Lookup27: sp_runtime::DispatchError + **/ SpRuntimeDispatchError: { _enum: { Other: "Null", @@ -117,12 +141,16 @@ export default { RootNotAllowed: "Null" } }, - /** Lookup28: sp_runtime::ModuleError */ + /** + * Lookup28: sp_runtime::ModuleError + **/ SpRuntimeModuleError: { index: "u8", error: "[u8;4]" }, - /** Lookup29: sp_runtime::TokenError */ + /** + * Lookup29: sp_runtime::TokenError + **/ SpRuntimeTokenError: { _enum: [ "FundsUnavailable", @@ -137,15 +165,21 @@ export default { "Blocked" ] }, - /** Lookup30: sp_arithmetic::ArithmeticError */ + /** + * Lookup30: sp_arithmetic::ArithmeticError + **/ SpArithmeticArithmeticError: { _enum: ["Underflow", "Overflow", "DivisionByZero"] }, - /** Lookup31: sp_runtime::TransactionalError */ + /** + * Lookup31: sp_runtime::TransactionalError + **/ SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"] }, - /** Lookup32: cumulus_pallet_parachain_system::pallet::Event */ + /** + * Lookup32: cumulus_pallet_parachain_system::pallet::Event + **/ CumulusPalletParachainSystemEvent: { _enum: { ValidationFunctionStored: "Null", @@ -165,11 +199,15 @@ export default { } } }, - /** Lookup34: pallet_root_testing::pallet::Event */ + /** + * Lookup34: pallet_root_testing::pallet::Event + **/ PalletRootTestingEvent: { _enum: ["DefensiveTestCall"] }, - /** Lookup35: pallet_balances::pallet::Event */ + /** + * Lookup35: pallet_balances::pallet::Event + **/ PalletBalancesEvent: { _enum: { Endowed: { @@ -265,11 +303,15 @@ export default { } } }, - /** Lookup36: frame_support::traits::tokens::misc::BalanceStatus */ + /** + * Lookup36: frame_support::traits::tokens::misc::BalanceStatus + **/ FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"] }, - /** Lookup37: pallet_transaction_payment::pallet::Event */ + /** + * Lookup37: pallet_transaction_payment::pallet::Event + **/ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { @@ -279,7 +321,9 @@ export default { } } }, - /** Lookup38: pallet_parachain_staking::pallet::Event */ + /** + * Lookup38: pallet_parachain_staking::pallet::Event + **/ PalletParachainStakingEvent: { _enum: { NewRound: { @@ -468,19 +512,25 @@ export default { } } }, - /** Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ + /** + * Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest + **/ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, - /** Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction */ + /** + * Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction + **/ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128" } }, - /** Lookup41: pallet_parachain_staking::types::DelegatorAdded */ + /** + * Lookup41: pallet_parachain_staking::types::DelegatorAdded + **/ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { @@ -490,25 +540,27 @@ export default { } }, /** - * Lookup43: - * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) - */ + * Lookup43: pallet_parachain_staking::types::InflationDistributionConfig + **/ PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", /** - * Lookup45: - * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) - */ + * Lookup45: pallet_parachain_staking::types::InflationDistributionAccount + **/ PalletParachainStakingInflationDistributionAccount: { account: "AccountId20", percent: "Percent" }, - /** Lookup47: pallet_author_slot_filter::pallet::Event */ + /** + * Lookup47: pallet_author_slot_filter::pallet::Event + **/ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32" } }, - /** Lookup49: pallet_author_mapping::pallet::Event */ + /** + * Lookup49: pallet_author_mapping::pallet::Event + **/ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -534,11 +586,17 @@ export default { } } }, - /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ + /** + * Lookup50: nimbus_primitives::nimbus_crypto::Public + **/ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ + /** + * Lookup51: session_keys_primitives::vrf::vrf_crypto::Public + **/ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ + /** + * Lookup52: pallet_moonbeam_orbiters::pallet::Event + **/ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -567,7 +625,9 @@ export default { } } }, - /** Lookup54: pallet_utility::pallet::Event */ + /** + * Lookup54: pallet_utility::pallet::Event + **/ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -585,7 +645,9 @@ export default { } } }, - /** Lookup57: pallet_proxy::pallet::Event */ + /** + * Lookup57: pallet_proxy::pallet::Event + **/ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -616,7 +678,9 @@ export default { } } }, - /** Lookup58: moonriver_runtime::ProxyType */ + /** + * Lookup58: moonriver_runtime::ProxyType + **/ MoonriverRuntimeProxyType: { _enum: [ "Any", @@ -629,7 +693,9 @@ export default { "IdentityJudgement" ] }, - /** Lookup60: pallet_maintenance_mode::pallet::Event */ + /** + * Lookup60: pallet_maintenance_mode::pallet::Event + **/ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -642,7 +708,9 @@ export default { } } }, - /** Lookup61: pallet_identity::pallet::Event */ + /** + * Lookup61: pallet_identity::pallet::Event + **/ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -714,7 +782,9 @@ export default { } } }, - /** Lookup63: pallet_migrations::pallet::Event */ + /** + * Lookup63: pallet_migrations::pallet::Event + **/ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -736,7 +806,9 @@ export default { } } }, - /** Lookup64: pallet_multisig::pallet::Event */ + /** + * Lookup64: pallet_multisig::pallet::Event + **/ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -765,12 +837,16 @@ export default { } } }, - /** Lookup65: pallet_multisig::Timepoint */ + /** + * Lookup65: pallet_multisig::Timepoint + **/ PalletMultisigTimepoint: { height: "u32", index: "u32" }, - /** Lookup66: pallet_parameters::pallet::Event */ + /** + * Lookup66: pallet_parameters::pallet::Event + **/ PalletParametersEvent: { _enum: { Updated: { @@ -780,45 +856,63 @@ export default { } } }, - /** Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey */ + /** + * Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey + **/ MoonriverRuntimeRuntimeParamsRuntimeParametersKey: { _enum: { RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey" } }, - /** Lookup68: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + /** + * Lookup68: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey + **/ MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { _enum: ["FeesTreasuryProportion"] }, - /** Lookup69: moonriver_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + /** + * Lookup69: moonriver_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion + **/ MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup70: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ + /** + * Lookup70: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey + **/ MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { _enum: ["Deposit"] }, - /** Lookup71: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ + /** + * Lookup71: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit + **/ MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", - /** Lookup73: moonriver_runtime::runtime_params::RuntimeParametersValue */ + /** + * Lookup73: moonriver_runtime::runtime_params::RuntimeParametersValue + **/ MoonriverRuntimeRuntimeParamsRuntimeParametersValue: { _enum: { RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue" } }, - /** Lookup74: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + /** + * Lookup74: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue + **/ MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { _enum: { FeesTreasuryProportion: "Perbill" } }, - /** Lookup75: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ + /** + * Lookup75: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue + **/ MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { _enum: { Deposit: "u128" } }, - /** Lookup77: pallet_evm::pallet::Event */ + /** + * Lookup77: pallet_evm::pallet::Event + **/ PalletEvmEvent: { _enum: { Log: { @@ -838,13 +932,17 @@ export default { } } }, - /** Lookup78: ethereum::log::Log */ + /** + * Lookup78: ethereum::log::Log + **/ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes" }, - /** Lookup81: pallet_ethereum::pallet::Event */ + /** + * Lookup81: pallet_ethereum::pallet::Event + **/ PalletEthereumEvent: { _enum: { Executed: { @@ -856,7 +954,9 @@ export default { } } }, - /** Lookup82: evm_core::error::ExitReason */ + /** + * Lookup82: evm_core::error::ExitReason + **/ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -865,11 +965,15 @@ export default { Fatal: "EvmCoreErrorExitFatal" } }, - /** Lookup83: evm_core::error::ExitSucceed */ + /** + * Lookup83: evm_core::error::ExitSucceed + **/ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"] }, - /** Lookup84: evm_core::error::ExitError */ + /** + * Lookup84: evm_core::error::ExitError + **/ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -890,11 +994,15 @@ export default { InvalidCode: "u8" } }, - /** Lookup88: evm_core::error::ExitRevert */ + /** + * Lookup88: evm_core::error::ExitRevert + **/ EvmCoreErrorExitRevert: { _enum: ["Reverted"] }, - /** Lookup89: evm_core::error::ExitFatal */ + /** + * Lookup89: evm_core::error::ExitFatal + **/ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -903,7 +1011,9 @@ export default { Other: "Text" } }, - /** Lookup90: pallet_scheduler::pallet::Event */ + /** + * Lookup90: pallet_scheduler::pallet::Event + **/ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -947,7 +1057,9 @@ export default { } } }, - /** Lookup92: pallet_preimage::pallet::Event */ + /** + * Lookup92: pallet_preimage::pallet::Event + **/ PalletPreimageEvent: { _enum: { Noted: { @@ -970,14 +1082,18 @@ export default { } } }, - /** Lookup93: pallet_conviction_voting::pallet::Event */ + /** + * Lookup93: pallet_conviction_voting::pallet::Event + **/ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20" } }, - /** Lookup94: pallet_referenda::pallet::Event */ + /** + * Lookup94: pallet_referenda::pallet::Event + **/ PalletReferendaEvent: { _enum: { Submitted: { @@ -1056,9 +1172,8 @@ export default { } }, /** - * Lookup95: frame_support::traits::preimages::Bounded - */ + * Lookup95: frame_support::traits::preimages::Bounded + **/ FrameSupportPreimagesBounded: { _enum: { Legacy: { @@ -1077,7 +1192,9 @@ export default { } } }, - /** Lookup97: frame_system::pallet::Call */ + /** + * Lookup97: frame_system::pallet::Call + **/ FrameSystemCall: { _enum: { remark: { @@ -1120,7 +1237,9 @@ export default { } } }, - /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ + /** + * Lookup101: cumulus_pallet_parachain_system::pallet::Call + **/ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1138,35 +1257,47 @@ export default { } } }, - /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** + * Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData + **/ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>" }, - /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ + /** + * Lookup103: polkadot_primitives::v7::PersistedValidationData + **/ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32" }, - /** Lookup105: sp_trie::storage_proof::StorageProof */ + /** + * Lookup105: sp_trie::storage_proof::StorageProof + **/ SpTrieStorageProof: { trieNodes: "BTreeSet" }, - /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ + /** + * Lookup108: polkadot_core_primitives::InboundDownwardMessage + **/ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes" }, - /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ + /** + * Lookup112: polkadot_core_primitives::InboundHrmpMessage + **/ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes" }, - /** Lookup115: pallet_timestamp::pallet::Call */ + /** + * Lookup115: pallet_timestamp::pallet::Call + **/ PalletTimestampCall: { _enum: { set: { @@ -1174,7 +1305,9 @@ export default { } } }, - /** Lookup116: pallet_root_testing::pallet::Call */ + /** + * Lookup116: pallet_root_testing::pallet::Call + **/ PalletRootTestingCall: { _enum: { fill_block: { @@ -1183,7 +1316,9 @@ export default { trigger_defensive: "Null" } }, - /** Lookup117: pallet_balances::pallet::Call */ + /** + * Lookup117: pallet_balances::pallet::Call + **/ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1226,11 +1361,15 @@ export default { } } }, - /** Lookup120: pallet_balances::types::AdjustmentDirection */ + /** + * Lookup120: pallet_balances::types::AdjustmentDirection + **/ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"] }, - /** Lookup121: pallet_parachain_staking::pallet::Call */ + /** + * Lookup121: pallet_parachain_staking::pallet::Call + **/ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1366,11 +1505,15 @@ export default { } } }, - /** Lookup124: pallet_author_inherent::pallet::Call */ + /** + * Lookup124: pallet_author_inherent::pallet::Call + **/ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"] }, - /** Lookup125: pallet_author_slot_filter::pallet::Call */ + /** + * Lookup125: pallet_author_slot_filter::pallet::Call + **/ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1381,7 +1524,9 @@ export default { } } }, - /** Lookup126: pallet_author_mapping::pallet::Call */ + /** + * Lookup126: pallet_author_mapping::pallet::Call + **/ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1403,7 +1548,9 @@ export default { } } }, - /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ + /** + * Lookup127: pallet_moonbeam_orbiters::pallet::Call + **/ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1427,7 +1574,9 @@ export default { } } }, - /** Lookup128: pallet_utility::pallet::Call */ + /** + * Lookup128: pallet_utility::pallet::Call + **/ PalletUtilityCall: { _enum: { batch: { @@ -1453,7 +1602,9 @@ export default { } } }, - /** Lookup130: moonriver_runtime::OriginCaller */ + /** + * Lookup130: moonriver_runtime::OriginCaller + **/ MoonriverRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -1568,7 +1719,9 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin" } }, - /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** + * Lookup131: frame_support::dispatch::RawOrigin + **/ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1576,13 +1729,17 @@ export default { None: "Null" } }, - /** Lookup132: pallet_ethereum::RawOrigin */ + /** + * Lookup132: pallet_ethereum::RawOrigin + **/ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160" } }, - /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ + /** + * Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin + **/ MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -1592,7 +1749,9 @@ export default { "FastGeneralAdmin" ] }, - /** Lookup134: pallet_collective::RawOrigin */ + /** + * Lookup134: pallet_collective::RawOrigin + **/ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1600,26 +1759,34 @@ export default { _Phantom: "Null" } }, - /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ + /** + * Lookup136: cumulus_pallet_xcm::pallet::Origin + **/ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32" } }, - /** Lookup137: pallet_xcm::pallet::Origin */ + /** + * Lookup137: pallet_xcm::pallet::Origin + **/ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location" } }, - /** Lookup138: staging_xcm::v4::location::Location */ + /** + * Lookup138: staging_xcm::v4::location::Location + **/ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions" }, - /** Lookup139: staging_xcm::v4::junctions::Junctions */ + /** + * Lookup139: staging_xcm::v4::junctions::Junctions + **/ StagingXcmV4Junctions: { _enum: { Here: "Null", @@ -1633,7 +1800,9 @@ export default { X8: "[Lookup141;8]" } }, - /** Lookup141: staging_xcm::v4::junction::Junction */ + /** + * Lookup141: staging_xcm::v4::junction::Junction + **/ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1663,7 +1832,9 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId" } }, - /** Lookup144: staging_xcm::v4::junction::NetworkId */ + /** + * Lookup144: staging_xcm::v4::junction::NetworkId + **/ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1684,7 +1855,9 @@ export default { PolkadotBulletin: "Null" } }, - /** Lookup145: xcm::v3::junction::BodyId */ + /** + * Lookup145: xcm::v3::junction::BodyId + **/ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1699,7 +1872,9 @@ export default { Treasury: "Null" } }, - /** Lookup146: xcm::v3::junction::BodyPart */ + /** + * Lookup146: xcm::v3::junction::BodyPart + **/ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1720,15 +1895,21 @@ export default { } } }, - /** Lookup154: pallet_ethereum_xcm::RawOrigin */ + /** + * Lookup154: pallet_ethereum_xcm::RawOrigin + **/ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160" } }, - /** Lookup155: sp_core::Void */ + /** + * Lookup155: sp_core::Void + **/ SpCoreVoid: "Null", - /** Lookup156: pallet_proxy::pallet::Call */ + /** + * Lookup156: pallet_proxy::pallet::Call + **/ PalletProxyCall: { _enum: { proxy: { @@ -1779,11 +1960,15 @@ export default { } } }, - /** Lookup158: pallet_maintenance_mode::pallet::Call */ + /** + * Lookup158: pallet_maintenance_mode::pallet::Call + **/ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"] }, - /** Lookup159: pallet_identity::pallet::Call */ + /** + * Lookup159: pallet_identity::pallet::Call + **/ PalletIdentityCall: { _enum: { add_registrar: { @@ -1866,7 +2051,9 @@ export default { } } }, - /** Lookup160: pallet_identity::legacy::IdentityInfo */ + /** + * Lookup160: pallet_identity::legacy::IdentityInfo + **/ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1878,7 +2065,9 @@ export default { image: "Data", twitter: "Data" }, - /** Lookup198: pallet_identity::types::Judgement */ + /** + * Lookup198: pallet_identity::types::Judgement + **/ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1890,9 +2079,13 @@ export default { Erroneous: "Null" } }, - /** Lookup200: account::EthereumSignature */ + /** + * Lookup200: account::EthereumSignature + **/ AccountEthereumSignature: "[u8;65]", - /** Lookup202: pallet_multisig::pallet::Call */ + /** + * Lookup202: pallet_multisig::pallet::Call + **/ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1921,7 +2114,9 @@ export default { } } }, - /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** + * Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call + **/ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1944,7 +2139,9 @@ export default { finish_foreign_assets_migration: "Null" } }, - /** Lookup207: pallet_parameters::pallet::Call */ + /** + * Lookup207: pallet_parameters::pallet::Call + **/ PalletParametersCall: { _enum: { set_parameter: { @@ -1952,27 +2149,35 @@ export default { } } }, - /** Lookup208: moonriver_runtime::runtime_params::RuntimeParameters */ + /** + * Lookup208: moonriver_runtime::runtime_params::RuntimeParameters + **/ MoonriverRuntimeRuntimeParamsRuntimeParameters: { _enum: { RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters" } }, - /** Lookup209: moonriver_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + /** + * Lookup209: moonriver_runtime::runtime_params::dynamic_params::runtime_config::Parameters + **/ MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { _enum: { FeesTreasuryProportion: "(MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)" } }, - /** Lookup211: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ + /** + * Lookup211: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters + **/ MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { _enum: { Deposit: "(MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)" } }, - /** Lookup213: pallet_evm::pallet::Call */ + /** + * Lookup213: pallet_evm::pallet::Call + **/ PalletEvmCall: { _enum: { withdraw: { @@ -2013,7 +2218,9 @@ export default { } } }, - /** Lookup219: pallet_ethereum::pallet::Call */ + /** + * Lookup219: pallet_ethereum::pallet::Call + **/ PalletEthereumCall: { _enum: { transact: { @@ -2021,7 +2228,9 @@ export default { } } }, - /** Lookup220: ethereum::transaction::TransactionV2 */ + /** + * Lookup220: ethereum::transaction::TransactionV2 + **/ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -2029,7 +2238,9 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction" } }, - /** Lookup221: ethereum::transaction::LegacyTransaction */ + /** + * Lookup221: ethereum::transaction::LegacyTransaction + **/ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -2039,20 +2250,26 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature" }, - /** Lookup222: ethereum::transaction::TransactionAction */ + /** + * Lookup222: ethereum::transaction::TransactionAction + **/ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null" } }, - /** Lookup223: ethereum::transaction::TransactionSignature */ + /** + * Lookup223: ethereum::transaction::TransactionSignature + **/ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256" }, - /** Lookup225: ethereum::transaction::EIP2930Transaction */ + /** + * Lookup225: ethereum::transaction::EIP2930Transaction + **/ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -2066,12 +2283,16 @@ export default { r: "H256", s: "H256" }, - /** Lookup227: ethereum::transaction::AccessListItem */ + /** + * Lookup227: ethereum::transaction::AccessListItem + **/ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec" }, - /** Lookup228: ethereum::transaction::EIP1559Transaction */ + /** + * Lookup228: ethereum::transaction::EIP1559Transaction + **/ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -2086,7 +2307,9 @@ export default { r: "H256", s: "H256" }, - /** Lookup229: pallet_scheduler::pallet::Call */ + /** + * Lookup229: pallet_scheduler::pallet::Call + **/ PalletSchedulerCall: { _enum: { schedule: { @@ -2140,7 +2363,9 @@ export default { } } }, - /** Lookup231: pallet_preimage::pallet::Call */ + /** + * Lookup231: pallet_preimage::pallet::Call + **/ PalletPreimageCall: { _enum: { note_preimage: { @@ -2169,7 +2394,9 @@ export default { } } }, - /** Lookup232: pallet_conviction_voting::pallet::Call */ + /** + * Lookup232: pallet_conviction_voting::pallet::Call + **/ PalletConvictionVotingCall: { _enum: { vote: { @@ -2200,7 +2427,9 @@ export default { } } }, - /** Lookup233: pallet_conviction_voting::vote::AccountVote */ + /** + * Lookup233: pallet_conviction_voting::vote::AccountVote + **/ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2218,11 +2447,15 @@ export default { } } }, - /** Lookup235: pallet_conviction_voting::conviction::Conviction */ + /** + * Lookup235: pallet_conviction_voting::conviction::Conviction + **/ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"] }, - /** Lookup237: pallet_referenda::pallet::Call */ + /** + * Lookup237: pallet_referenda::pallet::Call + **/ PalletReferendaCall: { _enum: { submit: { @@ -2257,14 +2490,18 @@ export default { } } }, - /** Lookup238: frame_support::traits::schedule::DispatchTime */ + /** + * Lookup238: frame_support::traits::schedule::DispatchTime + **/ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32" } }, - /** Lookup240: pallet_whitelist::pallet::Call */ + /** + * Lookup240: pallet_whitelist::pallet::Call + **/ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2283,7 +2520,9 @@ export default { } } }, - /** Lookup241: pallet_collective::pallet::Call */ + /** + * Lookup241: pallet_collective::pallet::Call + **/ PalletCollectiveCall: { _enum: { set_members: { @@ -2317,7 +2556,9 @@ export default { } } }, - /** Lookup243: pallet_treasury::pallet::Call */ + /** + * Lookup243: pallet_treasury::pallet::Call + **/ PalletTreasuryCall: { _enum: { __Unused0: "Null", @@ -2347,7 +2588,9 @@ export default { } } }, - /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ + /** + * Lookup245: pallet_crowdloan_rewards::pallet::Call + **/ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2372,7 +2615,9 @@ export default { } } }, - /** Lookup246: sp_runtime::MultiSignature */ + /** + * Lookup246: sp_runtime::MultiSignature + **/ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2380,7 +2625,9 @@ export default { Ecdsa: "[u8;65]" } }, - /** Lookup252: pallet_xcm::pallet::Call */ + /** + * Lookup252: pallet_xcm::pallet::Call + **/ PalletXcmCall: { _enum: { send: { @@ -2455,7 +2702,9 @@ export default { } } }, - /** Lookup253: xcm::VersionedLocation */ + /** + * Lookup253: xcm::VersionedLocation + **/ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2465,12 +2714,16 @@ export default { V4: "StagingXcmV4Location" } }, - /** Lookup254: xcm::v2::multilocation::MultiLocation */ + /** + * Lookup254: xcm::v2::multilocation::MultiLocation + **/ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions" }, - /** Lookup255: xcm::v2::multilocation::Junctions */ + /** + * Lookup255: xcm::v2::multilocation::Junctions + **/ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2484,7 +2737,9 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)" } }, - /** Lookup256: xcm::v2::junction::Junction */ + /** + * Lookup256: xcm::v2::junction::Junction + **/ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2510,7 +2765,9 @@ export default { } } }, - /** Lookup257: xcm::v2::NetworkId */ + /** + * Lookup257: xcm::v2::NetworkId + **/ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2519,7 +2776,9 @@ export default { Kusama: "Null" } }, - /** Lookup259: xcm::v2::BodyId */ + /** + * Lookup259: xcm::v2::BodyId + **/ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2534,7 +2793,9 @@ export default { Treasury: "Null" } }, - /** Lookup260: xcm::v2::BodyPart */ + /** + * Lookup260: xcm::v2::BodyPart + **/ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2555,12 +2816,16 @@ export default { } } }, - /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ + /** + * Lookup261: staging_xcm::v3::multilocation::MultiLocation + **/ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions" }, - /** Lookup262: xcm::v3::junctions::Junctions */ + /** + * Lookup262: xcm::v3::junctions::Junctions + **/ XcmV3Junctions: { _enum: { Here: "Null", @@ -2574,7 +2839,9 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)" } }, - /** Lookup263: xcm::v3::junction::Junction */ + /** + * Lookup263: xcm::v3::junction::Junction + **/ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2604,7 +2871,9 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId" } }, - /** Lookup265: xcm::v3::junction::NetworkId */ + /** + * Lookup265: xcm::v3::junction::NetworkId + **/ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2625,7 +2894,9 @@ export default { PolkadotBulletin: "Null" } }, - /** Lookup266: xcm::VersionedXcm */ + /** + * Lookup266: xcm::VersionedXcm + **/ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2635,9 +2906,13 @@ export default { V4: "StagingXcmV4Xcm" } }, - /** Lookup267: xcm::v2::Xcm */ + /** + * Lookup267: xcm::v2::Xcm + **/ XcmV2Xcm: "Vec", - /** Lookup269: xcm::v2::Instruction */ + /** + * Lookup269: xcm::v2::Instruction + **/ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2733,28 +3008,38 @@ export default { UnsubscribeVersion: "Null" } }, - /** Lookup270: xcm::v2::multiasset::MultiAssets */ + /** + * Lookup270: xcm::v2::multiasset::MultiAssets + **/ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v2::multiasset::MultiAsset */ + /** + * Lookup272: xcm::v2::multiasset::MultiAsset + **/ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility" }, - /** Lookup273: xcm::v2::multiasset::AssetId */ + /** + * Lookup273: xcm::v2::multiasset::AssetId + **/ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes" } }, - /** Lookup274: xcm::v2::multiasset::Fungibility */ + /** + * Lookup274: xcm::v2::multiasset::Fungibility + **/ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance" } }, - /** Lookup275: xcm::v2::multiasset::AssetInstance */ + /** + * Lookup275: xcm::v2::multiasset::AssetInstance + **/ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2766,7 +3051,9 @@ export default { Blob: "Bytes" } }, - /** Lookup276: xcm::v2::Response */ + /** + * Lookup276: xcm::v2::Response + **/ XcmV2Response: { _enum: { Null: "Null", @@ -2775,7 +3062,9 @@ export default { Version: "u32" } }, - /** Lookup279: xcm::v2::traits::Error */ + /** + * Lookup279: xcm::v2::traits::Error + **/ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2806,22 +3095,30 @@ export default { WeightNotComputable: "Null" } }, - /** Lookup280: xcm::v2::OriginKind */ + /** + * Lookup280: xcm::v2::OriginKind + **/ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"] }, - /** Lookup281: xcm::double_encoded::DoubleEncoded */ + /** + * Lookup281: xcm::double_encoded::DoubleEncoded + **/ XcmDoubleEncoded: { encoded: "Bytes" }, - /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ + /** + * Lookup282: xcm::v2::multiasset::MultiAssetFilter + **/ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset" } }, - /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ + /** + * Lookup283: xcm::v2::multiasset::WildMultiAsset + **/ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2831,20 +3128,28 @@ export default { } } }, - /** Lookup284: xcm::v2::multiasset::WildFungibility */ + /** + * Lookup284: xcm::v2::multiasset::WildFungibility + **/ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup285: xcm::v2::WeightLimit */ + /** + * Lookup285: xcm::v2::WeightLimit + **/ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact" } }, - /** Lookup286: xcm::v3::Xcm */ + /** + * Lookup286: xcm::v3::Xcm + **/ XcmV3Xcm: "Vec", - /** Lookup288: xcm::v3::Instruction */ + /** + * Lookup288: xcm::v3::Instruction + **/ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2984,28 +3289,38 @@ export default { } } }, - /** Lookup289: xcm::v3::multiasset::MultiAssets */ + /** + * Lookup289: xcm::v3::multiasset::MultiAssets + **/ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup291: xcm::v3::multiasset::MultiAsset */ + /** + * Lookup291: xcm::v3::multiasset::MultiAsset + **/ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility" }, - /** Lookup292: xcm::v3::multiasset::AssetId */ + /** + * Lookup292: xcm::v3::multiasset::AssetId + **/ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]" } }, - /** Lookup293: xcm::v3::multiasset::Fungibility */ + /** + * Lookup293: xcm::v3::multiasset::Fungibility + **/ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance" } }, - /** Lookup294: xcm::v3::multiasset::AssetInstance */ + /** + * Lookup294: xcm::v3::multiasset::AssetInstance + **/ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -3016,7 +3331,9 @@ export default { Array32: "[u8;32]" } }, - /** Lookup295: xcm::v3::Response */ + /** + * Lookup295: xcm::v3::Response + **/ XcmV3Response: { _enum: { Null: "Null", @@ -3027,7 +3344,9 @@ export default { DispatchResult: "XcmV3MaybeErrorCode" } }, - /** Lookup298: xcm::v3::traits::Error */ + /** + * Lookup298: xcm::v3::traits::Error + **/ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -3072,7 +3391,9 @@ export default { ExceedsStackLimit: "Null" } }, - /** Lookup300: xcm::v3::PalletInfo */ + /** + * Lookup300: xcm::v3::PalletInfo + **/ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3081,7 +3402,9 @@ export default { minor: "Compact", patch: "Compact" }, - /** Lookup303: xcm::v3::MaybeErrorCode */ + /** + * Lookup303: xcm::v3::MaybeErrorCode + **/ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -3089,24 +3412,32 @@ export default { TruncatedError: "Bytes" } }, - /** Lookup306: xcm::v3::OriginKind */ + /** + * Lookup306: xcm::v3::OriginKind + **/ XcmV3OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"] }, - /** Lookup307: xcm::v3::QueryResponseInfo */ + /** + * Lookup307: xcm::v3::QueryResponseInfo + **/ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight" }, - /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ + /** + * Lookup308: xcm::v3::multiasset::MultiAssetFilter + **/ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset" } }, - /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ + /** + * Lookup309: xcm::v3::multiasset::WildMultiAsset + **/ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3122,20 +3453,28 @@ export default { } } }, - /** Lookup310: xcm::v3::multiasset::WildFungibility */ + /** + * Lookup310: xcm::v3::multiasset::WildFungibility + **/ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup311: xcm::v3::WeightLimit */ + /** + * Lookup311: xcm::v3::WeightLimit + **/ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight" } }, - /** Lookup312: staging_xcm::v4::Xcm */ + /** + * Lookup312: staging_xcm::v4::Xcm + **/ StagingXcmV4Xcm: "Vec", - /** Lookup314: staging_xcm::v4::Instruction */ + /** + * Lookup314: staging_xcm::v4::Instruction + **/ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3275,23 +3614,33 @@ export default { } } }, - /** Lookup315: staging_xcm::v4::asset::Assets */ + /** + * Lookup315: staging_xcm::v4::asset::Assets + **/ StagingXcmV4AssetAssets: "Vec", - /** Lookup317: staging_xcm::v4::asset::Asset */ + /** + * Lookup317: staging_xcm::v4::asset::Asset + **/ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility" }, - /** Lookup318: staging_xcm::v4::asset::AssetId */ + /** + * Lookup318: staging_xcm::v4::asset::AssetId + **/ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup319: staging_xcm::v4::asset::Fungibility */ + /** + * Lookup319: staging_xcm::v4::asset::Fungibility + **/ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance" } }, - /** Lookup320: staging_xcm::v4::asset::AssetInstance */ + /** + * Lookup320: staging_xcm::v4::asset::AssetInstance + **/ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3302,7 +3651,9 @@ export default { Array32: "[u8;32]" } }, - /** Lookup321: staging_xcm::v4::Response */ + /** + * Lookup321: staging_xcm::v4::Response + **/ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3313,7 +3664,9 @@ export default { DispatchResult: "XcmV3MaybeErrorCode" } }, - /** Lookup323: staging_xcm::v4::PalletInfo */ + /** + * Lookup323: staging_xcm::v4::PalletInfo + **/ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3322,20 +3675,26 @@ export default { minor: "Compact", patch: "Compact" }, - /** Lookup327: staging_xcm::v4::QueryResponseInfo */ + /** + * Lookup327: staging_xcm::v4::QueryResponseInfo + **/ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight" }, - /** Lookup328: staging_xcm::v4::asset::AssetFilter */ + /** + * Lookup328: staging_xcm::v4::asset::AssetFilter + **/ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset" } }, - /** Lookup329: staging_xcm::v4::asset::WildAsset */ + /** + * Lookup329: staging_xcm::v4::asset::WildAsset + **/ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3351,11 +3710,15 @@ export default { } } }, - /** Lookup330: staging_xcm::v4::asset::WildFungibility */ + /** + * Lookup330: staging_xcm::v4::asset::WildFungibility + **/ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, - /** Lookup331: xcm::VersionedAssets */ + /** + * Lookup331: xcm::VersionedAssets + **/ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3365,7 +3728,9 @@ export default { V4: "StagingXcmV4AssetAssets" } }, - /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** + * Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType + **/ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3374,7 +3739,9 @@ export default { RemoteReserve: "XcmVersionedLocation" } }, - /** Lookup344: xcm::VersionedAssetId */ + /** + * Lookup344: xcm::VersionedAssetId + **/ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3384,7 +3751,9 @@ export default { V4: "StagingXcmV4AssetAssetId" } }, - /** Lookup345: pallet_assets::pallet::Call */ + /** + * Lookup345: pallet_assets::pallet::Call + **/ PalletAssetsCall: { _enum: { create: { @@ -3534,7 +3903,9 @@ export default { } } }, - /** Lookup346: pallet_asset_manager::pallet::Call */ + /** + * Lookup346: pallet_asset_manager::pallet::Call + **/ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3561,20 +3932,26 @@ export default { } } }, - /** Lookup347: moonriver_runtime::xcm_config::AssetType */ + /** + * Lookup347: moonriver_runtime::xcm_config::AssetType + **/ MoonriverRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation" } }, - /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ + /** + * Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata + **/ MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool" }, - /** Lookup349: pallet_xcm_transactor::pallet::Call */ + /** + * Lookup349: pallet_xcm_transactor::pallet::Call + **/ PalletXcmTransactorCall: { _enum: { register: { @@ -3631,16 +4008,22 @@ export default { } } }, - /** Lookup350: moonriver_runtime::xcm_config::Transactors */ + /** + * Lookup350: moonriver_runtime::xcm_config::Transactors + **/ MoonriverRuntimeXcmConfigTransactors: { _enum: ["Relay"] }, - /** Lookup351: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** + * Lookup351: pallet_xcm_transactor::pallet::CurrencyPayment + **/ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option" }, - /** Lookup352: moonriver_runtime::xcm_config::CurrencyId */ + /** + * Lookup352: moonriver_runtime::xcm_config::CurrencyId + **/ MoonriverRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", @@ -3650,19 +4033,25 @@ export default { } } }, - /** Lookup353: pallet_xcm_transactor::pallet::Currency */ + /** + * Lookup353: pallet_xcm_transactor::pallet::Currency + **/ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation" } }, - /** Lookup355: pallet_xcm_transactor::pallet::TransactWeights */ + /** + * Lookup355: pallet_xcm_transactor::pallet::TransactWeights + **/ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option" }, - /** Lookup358: pallet_xcm_transactor::pallet::HrmpOperation */ + /** + * Lookup358: pallet_xcm_transactor::pallet::HrmpOperation + **/ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3676,18 +4065,24 @@ export default { } } }, - /** Lookup359: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** + * Lookup359: pallet_xcm_transactor::pallet::HrmpInitParams + **/ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32" }, - /** Lookup360: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** + * Lookup360: polkadot_parachain_primitives::primitives::HrmpChannelId + **/ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32" }, - /** Lookup361: pallet_ethereum_xcm::pallet::Call */ + /** + * Lookup361: pallet_ethereum_xcm::pallet::Call + **/ PalletEthereumXcmCall: { _enum: { transact: { @@ -3706,14 +4101,18 @@ export default { } } }, - /** Lookup362: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** + * Lookup362: xcm_primitives::ethereum_xcm::EthereumXcmTransaction + **/ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2" } }, - /** Lookup363: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** + * Lookup363: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 + **/ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3722,19 +4121,25 @@ export default { input: "Bytes", accessList: "Option)>>" }, - /** Lookup364: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** + * Lookup364: xcm_primitives::ethereum_xcm::EthereumXcmFee + **/ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null" } }, - /** Lookup365: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** + * Lookup365: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee + **/ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option" }, - /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** + * Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 + **/ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3742,7 +4147,9 @@ export default { input: "Bytes", accessList: "Option)>>" }, - /** Lookup370: pallet_message_queue::pallet::Call */ + /** + * Lookup370: pallet_message_queue::pallet::Call + **/ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3757,7 +4164,9 @@ export default { } } }, - /** Lookup371: cumulus_primitives_core::AggregateMessageOrigin */ + /** + * Lookup371: cumulus_primitives_core::AggregateMessageOrigin + **/ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3765,7 +4174,9 @@ export default { Sibling: "u32" } }, - /** Lookup372: pallet_moonbeam_foreign_assets::pallet::Call */ + /** + * Lookup372: pallet_moonbeam_foreign_assets::pallet::Call + **/ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3788,7 +4199,9 @@ export default { } } }, - /** Lookup374: pallet_xcm_weight_trader::pallet::Call */ + /** + * Lookup374: pallet_xcm_weight_trader::pallet::Call + **/ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3810,7 +4223,9 @@ export default { } } }, - /** Lookup375: pallet_emergency_para_xcm::pallet::Call */ + /** + * Lookup375: pallet_emergency_para_xcm::pallet::Call + **/ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3819,19 +4234,27 @@ export default { } } }, - /** Lookup376: pallet_randomness::pallet::Call */ + /** + * Lookup376: pallet_randomness::pallet::Call + **/ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"] }, - /** Lookup377: sp_runtime::traits::BlakeTwo256 */ + /** + * Lookup377: sp_runtime::traits::BlakeTwo256 + **/ SpRuntimeBlakeTwo256: "Null", - /** Lookup379: pallet_conviction_voting::types::Tally */ + /** + * Lookup379: pallet_conviction_voting::types::Tally + **/ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128" }, - /** Lookup380: pallet_whitelist::pallet::Event */ + /** + * Lookup380: pallet_whitelist::pallet::Event + **/ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3846,17 +4269,23 @@ export default { } } }, - /** Lookup382: frame_support::dispatch::PostDispatchInfo */ + /** + * Lookup382: frame_support::dispatch::PostDispatchInfo + **/ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays" }, - /** Lookup383: sp_runtime::DispatchErrorWithPostInfo */ + /** + * Lookup383: sp_runtime::DispatchErrorWithPostInfo + **/ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError" }, - /** Lookup384: pallet_collective::pallet::Event */ + /** + * Lookup384: pallet_collective::pallet::Event + **/ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3893,7 +4322,9 @@ export default { } } }, - /** Lookup386: pallet_treasury::pallet::Event */ + /** + * Lookup386: pallet_treasury::pallet::Event + **/ PalletTreasuryEvent: { _enum: { Spending: { @@ -3946,7 +4377,9 @@ export default { } } }, - /** Lookup387: pallet_crowdloan_rewards::pallet::Event */ + /** + * Lookup387: pallet_crowdloan_rewards::pallet::Event + **/ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3957,7 +4390,9 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)" } }, - /** Lookup388: cumulus_pallet_xcmp_queue::pallet::Event */ + /** + * Lookup388: cumulus_pallet_xcmp_queue::pallet::Event + **/ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -3965,7 +4400,9 @@ export default { } } }, - /** Lookup389: cumulus_pallet_xcm::pallet::Event */ + /** + * Lookup389: cumulus_pallet_xcm::pallet::Event + **/ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -3973,7 +4410,9 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)" } }, - /** Lookup390: staging_xcm::v4::traits::Outcome */ + /** + * Lookup390: staging_xcm::v4::traits::Outcome + **/ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -3988,7 +4427,9 @@ export default { } } }, - /** Lookup391: pallet_xcm::pallet::Event */ + /** + * Lookup391: pallet_xcm::pallet::Event + **/ PalletXcmEvent: { _enum: { Attempted: { @@ -4111,7 +4552,9 @@ export default { } } }, - /** Lookup392: pallet_assets::pallet::Event */ + /** + * Lookup392: pallet_assets::pallet::Event + **/ PalletAssetsEvent: { _enum: { Created: { @@ -4235,7 +4678,9 @@ export default { } } }, - /** Lookup393: pallet_asset_manager::pallet::Event */ + /** + * Lookup393: pallet_asset_manager::pallet::Event + **/ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -4264,7 +4709,9 @@ export default { } } }, - /** Lookup394: pallet_xcm_transactor::pallet::Event */ + /** + * Lookup394: pallet_xcm_transactor::pallet::Event + **/ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4312,13 +4759,17 @@ export default { } } }, - /** Lookup395: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** + * Lookup395: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight + **/ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option" }, - /** Lookup396: pallet_ethereum_xcm::pallet::Event */ + /** + * Lookup396: pallet_ethereum_xcm::pallet::Event + **/ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4327,7 +4778,9 @@ export default { } } }, - /** Lookup397: pallet_message_queue::pallet::Event */ + /** + * Lookup397: pallet_message_queue::pallet::Event + **/ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4353,7 +4806,9 @@ export default { } } }, - /** Lookup398: frame_support::traits::messages::ProcessMessageError */ + /** + * Lookup398: frame_support::traits::messages::ProcessMessageError + **/ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4364,7 +4819,9 @@ export default { StackLimitReached: "Null" } }, - /** Lookup399: pallet_moonbeam_foreign_assets::pallet::Event */ + /** + * Lookup399: pallet_moonbeam_foreign_assets::pallet::Event + **/ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4386,7 +4843,9 @@ export default { } } }, - /** Lookup400: pallet_xcm_weight_trader::pallet::Event */ + /** + * Lookup400: pallet_xcm_weight_trader::pallet::Event + **/ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4408,11 +4867,15 @@ export default { } } }, - /** Lookup401: pallet_emergency_para_xcm::pallet::Event */ + /** + * Lookup401: pallet_emergency_para_xcm::pallet::Event + **/ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"] }, - /** Lookup402: pallet_randomness::pallet::Event */ + /** + * Lookup402: pallet_randomness::pallet::Event + **/ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4447,7 +4910,9 @@ export default { } } }, - /** Lookup403: frame_system::Phase */ + /** + * Lookup403: frame_system::Phase + **/ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4455,51 +4920,69 @@ export default { Initialization: "Null" } }, - /** Lookup405: frame_system::LastRuntimeUpgradeInfo */ + /** + * Lookup405: frame_system::LastRuntimeUpgradeInfo + **/ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text" }, - /** Lookup406: frame_system::CodeUpgradeAuthorization */ + /** + * Lookup406: frame_system::CodeUpgradeAuthorization + **/ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool" }, - /** Lookup407: frame_system::limits::BlockWeights */ + /** + * Lookup407: frame_system::limits::BlockWeights + **/ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass" }, - /** Lookup408: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup408: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass" }, - /** Lookup409: frame_system::limits::WeightsPerClass */ + /** + * Lookup409: frame_system::limits::WeightsPerClass + **/ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option" }, - /** Lookup410: frame_system::limits::BlockLength */ + /** + * Lookup410: frame_system::limits::BlockLength + **/ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32" }, - /** Lookup411: frame_support::dispatch::PerDispatchClass */ + /** + * Lookup411: frame_support::dispatch::PerDispatchClass + **/ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32" }, - /** Lookup412: sp_weights::RuntimeDbWeight */ + /** + * Lookup412: sp_weights::RuntimeDbWeight + **/ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64" }, - /** Lookup413: sp_version::RuntimeVersion */ + /** + * Lookup413: sp_version::RuntimeVersion + **/ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4510,7 +4993,9 @@ export default { transactionVersion: "u32", stateVersion: "u8" }, - /** Lookup417: frame_system::pallet::Error */ + /** + * Lookup417: frame_system::pallet::Error + **/ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4524,38 +5009,52 @@ export default { "Unauthorized" ] }, - /** Lookup419: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** + * Lookup419: cumulus_pallet_parachain_system::unincluded_segment::Ancestor + **/ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option" }, - /** Lookup420: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** + * Lookup420: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth + **/ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap" }, - /** Lookup422: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** + * Lookup422: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate + **/ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32" }, - /** Lookup426: polkadot_primitives::v7::UpgradeGoAhead */ + /** + * Lookup426: polkadot_primitives::v7::UpgradeGoAhead + **/ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"] }, - /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** + * Lookup427: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker + **/ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option" }, - /** Lookup429: polkadot_primitives::v7::UpgradeRestriction */ + /** + * Lookup429: polkadot_primitives::v7::UpgradeRestriction + **/ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"] }, - /** Lookup430: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** + * Lookup430: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot + **/ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4563,12 +5062,16 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>" }, - /** Lookup431: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** + * Lookup431: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity + **/ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32" }, - /** Lookup434: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** + * Lookup434: polkadot_primitives::v7::AbridgedHrmpChannel + **/ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4577,7 +5080,9 @@ export default { totalSize: "u32", mqcHead: "Option" }, - /** Lookup435: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** + * Lookup435: polkadot_primitives::v7::AbridgedHostConfiguration + **/ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4590,17 +5095,23 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams" }, - /** Lookup436: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** + * Lookup436: polkadot_primitives::v7::async_backing::AsyncBackingParams + **/ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32" }, - /** Lookup442: polkadot_core_primitives::OutboundHrmpMessage */ + /** + * Lookup442: polkadot_core_primitives::OutboundHrmpMessage + **/ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes" }, - /** Lookup444: cumulus_pallet_parachain_system::pallet::Error */ + /** + * Lookup444: cumulus_pallet_parachain_system::pallet::Error + **/ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4613,22 +5124,30 @@ export default { "Unauthorized" ] }, - /** Lookup446: pallet_balances::types::BalanceLock */ + /** + * Lookup446: pallet_balances::types::BalanceLock + **/ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons" }, - /** Lookup447: pallet_balances::types::Reasons */ + /** + * Lookup447: pallet_balances::types::Reasons + **/ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"] }, - /** Lookup450: pallet_balances::types::ReserveData */ + /** + * Lookup450: pallet_balances::types::ReserveData + **/ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128" }, - /** Lookup454: moonriver_runtime::RuntimeHoldReason */ + /** + * Lookup454: moonriver_runtime::RuntimeHoldReason + **/ MoonriverRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4696,16 +5215,22 @@ export default { Preimage: "PalletPreimageHoldReason" } }, - /** Lookup455: pallet_preimage::pallet::HoldReason */ + /** + * Lookup455: pallet_preimage::pallet::HoldReason + **/ PalletPreimageHoldReason: { _enum: ["Preimage"] }, - /** Lookup458: frame_support::traits::tokens::misc::IdAmount */ + /** + * Lookup458: frame_support::traits::tokens::misc::IdAmount + **/ FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128" }, - /** Lookup460: pallet_balances::pallet::Error */ + /** + * Lookup460: pallet_balances::pallet::Error + **/ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4722,18 +5247,24 @@ export default { "DeltaZero" ] }, - /** Lookup461: pallet_transaction_payment::Releases */ + /** + * Lookup461: pallet_transaction_payment::Releases + **/ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"] }, - /** Lookup462: pallet_parachain_staking::types::RoundInfo */ + /** + * Lookup462: pallet_parachain_staking::types::RoundInfo + **/ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64" }, - /** Lookup463: pallet_parachain_staking::types::Delegator */ + /** + * Lookup463: pallet_parachain_staking::types::Delegator + **/ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4742,24 +5273,28 @@ export default { status: "PalletParachainStakingDelegatorStatus" }, /** - * Lookup464: - * pallet_parachain_staking::set::OrderedSet> - */ + * Lookup464: pallet_parachain_staking::set::OrderedSet> + **/ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup465: pallet_parachain_staking::types::Bond */ + /** + * Lookup465: pallet_parachain_staking::types::Bond + **/ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128" }, - /** Lookup467: pallet_parachain_staking::types::DelegatorStatus */ + /** + * Lookup467: pallet_parachain_staking::types::DelegatorStatus + **/ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32" } }, - /** Lookup468: pallet_parachain_staking::types::CandidateMetadata */ + /** + * Lookup468: pallet_parachain_staking::types::CandidateMetadata + **/ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4772,16 +5307,22 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus" }, - /** Lookup469: pallet_parachain_staking::types::CapacityStatus */ + /** + * Lookup469: pallet_parachain_staking::types::CapacityStatus + **/ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"] }, - /** Lookup471: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** + * Lookup471: pallet_parachain_staking::types::CandidateBondLessRequest + **/ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32" }, - /** Lookup472: pallet_parachain_staking::types::CollatorStatus */ + /** + * Lookup472: pallet_parachain_staking::types::CollatorStatus + **/ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4789,50 +5330,59 @@ export default { Leaving: "u32" } }, - /** Lookup474: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** + * Lookup474: pallet_parachain_staking::delegation_requests::ScheduledRequest + **/ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, /** - * Lookup477: - * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) - */ + * Lookup477: pallet_parachain_staking::auto_compound::AutoCompoundConfig + **/ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent" }, - /** Lookup479: pallet_parachain_staking::types::Delegations */ + /** + * Lookup479: pallet_parachain_staking::types::Delegations + **/ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128" }, /** - * Lookup481: - * pallet_parachain_staking::set::BoundedOrderedSet, S> - */ + * Lookup481: pallet_parachain_staking::set::BoundedOrderedSet, S> + **/ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup484: pallet_parachain_staking::types::CollatorSnapshot */ + /** + * Lookup484: pallet_parachain_staking::types::CollatorSnapshot + **/ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128" }, - /** Lookup486: pallet_parachain_staking::types::BondWithAutoCompound */ + /** + * Lookup486: pallet_parachain_staking::types::BondWithAutoCompound + **/ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent" }, - /** Lookup487: pallet_parachain_staking::types::DelayedPayout */ + /** + * Lookup487: pallet_parachain_staking::types::DelayedPayout + **/ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill" }, - /** Lookup488: pallet_parachain_staking::inflation::InflationInfo */ + /** + * Lookup488: pallet_parachain_staking::inflation::InflationInfo + **/ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4850,7 +5400,9 @@ export default { max: "Perbill" } }, - /** Lookup489: pallet_parachain_staking::pallet::Error */ + /** + * Lookup489: pallet_parachain_staking::pallet::Error + **/ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4911,11 +5463,15 @@ export default { "CurrentRoundTooLow" ] }, - /** Lookup490: pallet_author_inherent::pallet::Error */ + /** + * Lookup490: pallet_author_inherent::pallet::Error + **/ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"] }, - /** Lookup491: pallet_author_mapping::pallet::RegistrationInfo */ + /** + * Lookup491: pallet_author_mapping::pallet::RegistrationInfo + **/ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys" @@ -4924,7 +5480,9 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic" }, - /** Lookup492: pallet_author_mapping::pallet::Error */ + /** + * Lookup492: pallet_author_mapping::pallet::Error + **/ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4937,18 +5495,24 @@ export default { "DecodeKeysFailed" ] }, - /** Lookup493: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** + * Lookup493: pallet_moonbeam_orbiters::types::CollatorPoolInfo + **/ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32" }, - /** Lookup495: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** + * Lookup495: pallet_moonbeam_orbiters::types::CurrentOrbiter + **/ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool" }, - /** Lookup496: pallet_moonbeam_orbiters::pallet::Error */ + /** + * Lookup496: pallet_moonbeam_orbiters::pallet::Error + **/ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -4962,23 +5526,31 @@ export default { "OrbiterStillInAPool" ] }, - /** Lookup499: pallet_utility::pallet::Error */ + /** + * Lookup499: pallet_utility::pallet::Error + **/ PalletUtilityError: { _enum: ["TooManyCalls"] }, - /** Lookup502: pallet_proxy::ProxyDefinition */ + /** + * Lookup502: pallet_proxy::ProxyDefinition + **/ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32" }, - /** Lookup506: pallet_proxy::Announcement */ + /** + * Lookup506: pallet_proxy::Announcement + **/ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32" }, - /** Lookup508: pallet_proxy::pallet::Error */ + /** + * Lookup508: pallet_proxy::pallet::Error + **/ PalletProxyError: { _enum: [ "TooMany", @@ -4991,34 +5563,38 @@ export default { "NoSelfProxy" ] }, - /** Lookup509: pallet_maintenance_mode::pallet::Error */ + /** + * Lookup509: pallet_maintenance_mode::pallet::Error + **/ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"] }, /** - * Lookup511: pallet_identity::types::Registration> - */ + * Lookup511: pallet_identity::types::Registration> + **/ PalletIdentityRegistration: { judgements: "Vec<(u32,PalletIdentityJudgement)>", deposit: "u128", info: "PalletIdentityLegacyIdentityInfo" }, - /** Lookup520: pallet_identity::types::RegistrarInfo */ + /** + * Lookup520: pallet_identity::types::RegistrarInfo + **/ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64" }, /** - * Lookup522: - * pallet_identity::types::AuthorityProperties> - */ + * Lookup522: pallet_identity::types::AuthorityProperties> + **/ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32" }, - /** Lookup525: pallet_identity::pallet::Error */ + /** + * Lookup525: pallet_identity::pallet::Error + **/ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5049,18 +5625,24 @@ export default { "NotExpired" ] }, - /** Lookup526: pallet_migrations::pallet::Error */ + /** + * Lookup526: pallet_migrations::pallet::Error + **/ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"] }, - /** Lookup528: pallet_multisig::Multisig */ + /** + * Lookup528: pallet_multisig::Multisig + **/ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec" }, - /** Lookup530: pallet_multisig::pallet::Error */ + /** + * Lookup530: pallet_multisig::pallet::Error + **/ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5079,7 +5661,9 @@ export default { "AlreadyStored" ] }, - /** Lookup532: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + /** + * Lookup532: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus + **/ PalletMoonbeamLazyMigrationsStateMigrationStatus: { _enum: { NotStarted: "Null", @@ -5088,20 +5672,26 @@ export default { Complete: "Null" } }, - /** Lookup534: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationStatus */ + /** + * Lookup534: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationStatus + **/ PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationStatus: { _enum: { Idle: "Null", Migrating: "PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationInfo" } }, - /** Lookup535: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationInfo */ + /** + * Lookup535: pallet_moonbeam_lazy_migrations::foreign_asset::ForeignAssetMigrationInfo + **/ PalletMoonbeamLazyMigrationsForeignAssetForeignAssetMigrationInfo: { assetId: "u128", remainingBalances: "u32", remainingApprovals: "u32" }, - /** Lookup536: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** + * Lookup536: pallet_moonbeam_lazy_migrations::pallet::Error + **/ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5119,7 +5709,9 @@ export default { "ApprovalFailed" ] }, - /** Lookup537: pallet_evm::CodeMetadata */ + /** + * Lookup537: pallet_evm::CodeMetadata + **/ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5128,7 +5720,9 @@ export default { size_: "u64", hash_: "H256" }, - /** Lookup539: pallet_evm::pallet::Error */ + /** + * Lookup539: pallet_evm::pallet::Error + **/ PalletEvmError: { _enum: [ "BalanceLow", @@ -5146,7 +5740,9 @@ export default { "Undefined" ] }, - /** Lookup542: fp_rpc::TransactionStatus */ + /** + * Lookup542: fp_rpc::TransactionStatus + **/ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5156,9 +5752,13 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom" }, - /** Lookup544: ethbloom::Bloom */ + /** + * Lookup544: ethbloom::Bloom + **/ EthbloomBloom: "[u8;256]", - /** Lookup546: ethereum::receipt::ReceiptV3 */ + /** + * Lookup546: ethereum::receipt::ReceiptV3 + **/ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5166,7 +5766,9 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData" } }, - /** Lookup547: ethereum::receipt::EIP658ReceiptData */ + /** + * Lookup547: ethereum::receipt::EIP658ReceiptData + **/ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5174,15 +5776,16 @@ export default { logs: "Vec" }, /** - * Lookup548: - * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) - */ + * Lookup548: ethereum::block::Block + **/ EthereumBlock: { header: "EthereumHeader", transactions: "Vec", ommers: "Vec" }, - /** Lookup549: ethereum::header::Header */ + /** + * Lookup549: ethereum::header::Header + **/ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5200,17 +5803,19 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64" }, - /** Lookup550: ethereum_types::hash::H64 */ + /** + * Lookup550: ethereum_types::hash::H64 + **/ EthereumTypesHashH64: "[u8;8]", - /** Lookup555: pallet_ethereum::pallet::Error */ + /** + * Lookup555: pallet_ethereum::pallet::Error + **/ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"] }, /** - * Lookup558: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> - */ + * Lookup558: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> + **/ PalletSchedulerScheduled: { maybeId: "Option<[u8;32]>", priority: "u8", @@ -5218,13 +5823,17 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonriverRuntimeOriginCaller" }, - /** Lookup560: pallet_scheduler::RetryConfig */ + /** + * Lookup560: pallet_scheduler::RetryConfig + **/ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32" }, - /** Lookup561: pallet_scheduler::pallet::Error */ + /** + * Lookup561: pallet_scheduler::pallet::Error + **/ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5234,7 +5843,9 @@ export default { "Named" ] }, - /** Lookup562: pallet_preimage::OldRequestStatus */ + /** + * Lookup562: pallet_preimage::OldRequestStatus + **/ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5249,9 +5860,8 @@ export default { } }, /** - * Lookup565: pallet_preimage::RequestStatus> - */ + * Lookup565: pallet_preimage::RequestStatus> + **/ PalletPreimageRequestStatus: { _enum: { Unrequested: { @@ -5265,7 +5875,9 @@ export default { } } }, - /** Lookup571: pallet_preimage::pallet::Error */ + /** + * Lookup571: pallet_preimage::pallet::Error + **/ PalletPreimageError: { _enum: [ "TooBig", @@ -5280,29 +5892,36 @@ export default { ] }, /** - * Lookup573: pallet_conviction_voting::vote::Voting - */ + * Lookup573: pallet_conviction_voting::vote::Voting + **/ PalletConvictionVotingVoteVoting: { _enum: { Casting: "PalletConvictionVotingVoteCasting", Delegating: "PalletConvictionVotingVoteDelegating" } }, - /** Lookup574: pallet_conviction_voting::vote::Casting */ + /** + * Lookup574: pallet_conviction_voting::vote::Casting + **/ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock" }, - /** Lookup578: pallet_conviction_voting::types::Delegations */ + /** + * Lookup578: pallet_conviction_voting::types::Delegations + **/ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128" }, - /** Lookup579: pallet_conviction_voting::vote::PriorLock */ + /** + * Lookup579: pallet_conviction_voting::vote::PriorLock + **/ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup580: pallet_conviction_voting::vote::Delegating */ + /** + * Lookup580: pallet_conviction_voting::vote::Delegating + **/ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5310,7 +5929,9 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock" }, - /** Lookup584: pallet_conviction_voting::pallet::Error */ + /** + * Lookup584: pallet_conviction_voting::pallet::Error + **/ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5328,11 +5949,8 @@ export default { ] }, /** - * Lookup585: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> - */ + * Lookup585: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> + **/ PalletReferendaReferendumInfo: { _enum: { Ongoing: "PalletReferendaReferendumStatus", @@ -5344,11 +5962,8 @@ export default { } }, /** - * Lookup586: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> - */ + * Lookup586: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> + **/ PalletReferendaReferendumStatus: { track: "u16", origin: "MoonriverRuntimeOriginCaller", @@ -5362,17 +5977,23 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>" }, - /** Lookup587: pallet_referenda::types::Deposit */ + /** + * Lookup587: pallet_referenda::types::Deposit + **/ PalletReferendaDeposit: { who: "AccountId20", amount: "u128" }, - /** Lookup590: pallet_referenda::types::DecidingStatus */ + /** + * Lookup590: pallet_referenda::types::DecidingStatus + **/ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option" }, - /** Lookup598: pallet_referenda::types::TrackInfo */ + /** + * Lookup598: pallet_referenda::types::TrackInfo + **/ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5384,7 +6005,9 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve" }, - /** Lookup599: pallet_referenda::types::Curve */ + /** + * Lookup599: pallet_referenda::types::Curve + **/ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5405,7 +6028,9 @@ export default { } } }, - /** Lookup602: pallet_referenda::pallet::Error */ + /** + * Lookup602: pallet_referenda::pallet::Error + **/ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5424,7 +6049,9 @@ export default { "PreimageStoredWithDifferentLength" ] }, - /** Lookup603: pallet_whitelist::pallet::Error */ + /** + * Lookup603: pallet_whitelist::pallet::Error + **/ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5434,7 +6061,9 @@ export default { "CallAlreadyWhitelisted" ] }, - /** Lookup605: pallet_collective::Votes */ + /** + * Lookup605: pallet_collective::Votes + **/ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5442,7 +6071,9 @@ export default { nays: "Vec", end: "u32" }, - /** Lookup606: pallet_collective::pallet::Error */ + /** + * Lookup606: pallet_collective::pallet::Error + **/ PalletCollectiveError: { _enum: [ "NotMember", @@ -5458,7 +6089,9 @@ export default { "PrimeAccountNotMember" ] }, - /** Lookup609: pallet_treasury::Proposal */ + /** + * Lookup609: pallet_treasury::Proposal + **/ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5466,9 +6099,8 @@ export default { bond: "u128" }, /** - * Lookup612: pallet_treasury::SpendStatus - */ + * Lookup612: pallet_treasury::SpendStatus + **/ PalletTreasurySpendStatus: { assetKind: "Null", amount: "u128", @@ -5477,7 +6109,9 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState" }, - /** Lookup613: pallet_treasury::PaymentState */ + /** + * Lookup613: pallet_treasury::PaymentState + **/ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5487,9 +6121,13 @@ export default { Failed: "Null" } }, - /** Lookup615: frame_support::PalletId */ + /** + * Lookup615: frame_support::PalletId + **/ FrameSupportPalletId: "[u8;8]", - /** Lookup616: pallet_treasury::pallet::Error */ + /** + * Lookup616: pallet_treasury::pallet::Error + **/ PalletTreasuryError: { _enum: [ "InvalidIndex", @@ -5505,13 +6143,17 @@ export default { "Inconclusive" ] }, - /** Lookup617: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** + * Lookup617: pallet_crowdloan_rewards::pallet::RewardInfo + **/ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>" }, - /** Lookup619: pallet_crowdloan_rewards::pallet::Error */ + /** + * Lookup619: pallet_crowdloan_rewards::pallet::Error + **/ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5531,7 +6173,9 @@ export default { "InsufficientNumberOfValidProofs" ] }, - /** Lookup624: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** + * Lookup624: cumulus_pallet_xcmp_queue::OutboundChannelDetails + **/ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5539,17 +6183,23 @@ export default { firstIndex: "u16", lastIndex: "u16" }, - /** Lookup625: cumulus_pallet_xcmp_queue::OutboundState */ + /** + * Lookup625: cumulus_pallet_xcmp_queue::OutboundState + **/ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"] }, - /** Lookup629: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** + * Lookup629: cumulus_pallet_xcmp_queue::QueueConfigData + **/ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32" }, - /** Lookup630: cumulus_pallet_xcmp_queue::pallet::Error */ + /** + * Lookup630: cumulus_pallet_xcmp_queue::pallet::Error + **/ CumulusPalletXcmpQueueError: { _enum: [ "BadQueueConfig", @@ -5559,7 +6209,9 @@ export default { "TooBig" ] }, - /** Lookup631: pallet_xcm::pallet::QueryStatus */ + /** + * Lookup631: pallet_xcm::pallet::QueryStatus + **/ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5578,7 +6230,9 @@ export default { } } }, - /** Lookup635: xcm::VersionedResponse */ + /** + * Lookup635: xcm::VersionedResponse + **/ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5588,7 +6242,9 @@ export default { V4: "StagingXcmV4Response" } }, - /** Lookup641: pallet_xcm::pallet::VersionMigrationStage */ + /** + * Lookup641: pallet_xcm::pallet::VersionMigrationStage + **/ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5597,14 +6253,18 @@ export default { MigrateAndNotifyOldTargets: "Null" } }, - /** Lookup644: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** + * Lookup644: pallet_xcm::pallet::RemoteLockedFungibleRecord + **/ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>" }, - /** Lookup651: pallet_xcm::pallet::Error */ + /** + * Lookup651: pallet_xcm::pallet::Error + **/ PalletXcmError: { _enum: [ "Unreachable", @@ -5634,7 +6294,9 @@ export default { "LocalExecutionIncomplete" ] }, - /** Lookup652: pallet_assets::types::AssetDetails */ + /** + * Lookup652: pallet_assets::types::AssetDetails + **/ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5649,22 +6311,30 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus" }, - /** Lookup653: pallet_assets::types::AssetStatus */ + /** + * Lookup653: pallet_assets::types::AssetStatus + **/ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"] }, - /** Lookup655: pallet_assets::types::AssetAccount */ + /** + * Lookup655: pallet_assets::types::AssetAccount + **/ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null" }, - /** Lookup656: pallet_assets::types::AccountStatus */ + /** + * Lookup656: pallet_assets::types::AccountStatus + **/ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"] }, - /** Lookup657: pallet_assets::types::ExistenceReason */ + /** + * Lookup657: pallet_assets::types::ExistenceReason + **/ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5674,15 +6344,16 @@ export default { DepositFrom: "(AccountId20,u128)" } }, - /** Lookup659: pallet_assets::types::Approval */ + /** + * Lookup659: pallet_assets::types::Approval + **/ PalletAssetsApproval: { amount: "u128", deposit: "u128" }, /** - * Lookup660: pallet_assets::types::AssetMetadata> - */ + * Lookup660: pallet_assets::types::AssetMetadata> + **/ PalletAssetsAssetMetadata: { deposit: "u128", name: "Bytes", @@ -5690,7 +6361,9 @@ export default { decimals: "u8", isFrozen: "bool" }, - /** Lookup662: pallet_assets::pallet::Error */ + /** + * Lookup662: pallet_assets::pallet::Error + **/ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5716,7 +6389,9 @@ export default { "BadAssetId" ] }, - /** Lookup663: pallet_asset_manager::pallet::Error */ + /** + * Lookup663: pallet_asset_manager::pallet::Error + **/ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5729,7 +6404,9 @@ export default { "NonExistentLocalAsset" ] }, - /** Lookup664: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** + * Lookup664: pallet_xcm_transactor::relay_indices::RelayChainIndices + **/ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5750,7 +6427,9 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8" }, - /** Lookup665: pallet_xcm_transactor::pallet::Error */ + /** + * Lookup665: pallet_xcm_transactor::pallet::Error + **/ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5782,11 +6461,15 @@ export default { "RefundNotSupportedWithTransactInfo" ] }, - /** Lookup666: pallet_ethereum_xcm::pallet::Error */ + /** + * Lookup666: pallet_ethereum_xcm::pallet::Error + **/ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"] }, - /** Lookup667: pallet_message_queue::BookState */ + /** + * Lookup667: pallet_message_queue::BookState + **/ PalletMessageQueueBookState: { _alias: { size_: "size" @@ -5798,12 +6481,16 @@ export default { messageCount: "u64", size_: "u64" }, - /** Lookup669: pallet_message_queue::Neighbours */ + /** + * Lookup669: pallet_message_queue::Neighbours + **/ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin" }, - /** Lookup671: pallet_message_queue::Page */ + /** + * Lookup671: pallet_message_queue::Page + **/ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5812,7 +6499,9 @@ export default { last: "u32", heap: "Bytes" }, - /** Lookup673: pallet_message_queue::pallet::Error */ + /** + * Lookup673: pallet_message_queue::pallet::Error + **/ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5826,11 +6515,15 @@ export default { "RecursiveDisallowed" ] }, - /** Lookup675: pallet_moonbeam_foreign_assets::AssetStatus */ + /** + * Lookup675: pallet_moonbeam_foreign_assets::AssetStatus + **/ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"] }, - /** Lookup676: pallet_moonbeam_foreign_assets::pallet::Error */ + /** + * Lookup676: pallet_moonbeam_foreign_assets::pallet::Error + **/ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5849,7 +6542,9 @@ export default { "TooManyForeignAssets" ] }, - /** Lookup678: pallet_xcm_weight_trader::pallet::Error */ + /** + * Lookup678: pallet_xcm_weight_trader::pallet::Error + **/ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5860,24 +6555,34 @@ export default { "PriceCannotBeZero" ] }, - /** Lookup679: pallet_emergency_para_xcm::XcmMode */ + /** + * Lookup679: pallet_emergency_para_xcm::XcmMode + **/ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"] }, - /** Lookup680: pallet_emergency_para_xcm::pallet::Error */ + /** + * Lookup680: pallet_emergency_para_xcm::pallet::Error + **/ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"] }, - /** Lookup682: pallet_precompile_benchmarks::pallet::Error */ + /** + * Lookup682: pallet_precompile_benchmarks::pallet::Error + **/ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"] }, - /** Lookup683: pallet_randomness::types::RequestState */ + /** + * Lookup683: pallet_randomness::types::RequestState + **/ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128" }, - /** Lookup684: pallet_randomness::types::Request> */ + /** + * Lookup684: pallet_randomness::types::Request> + **/ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5887,26 +6592,34 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo" }, - /** Lookup685: pallet_randomness::types::RequestInfo */ + /** + * Lookup685: pallet_randomness::types::RequestInfo + **/ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)" } }, - /** Lookup686: pallet_randomness::types::RequestType */ + /** + * Lookup686: pallet_randomness::types::RequestType + **/ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32" } }, - /** Lookup687: pallet_randomness::types::RandomnessResult */ + /** + * Lookup687: pallet_randomness::types::RandomnessResult + **/ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64" }, - /** Lookup688: pallet_randomness::pallet::Error */ + /** + * Lookup688: pallet_randomness::pallet::Error + **/ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5923,30 +6636,52 @@ export default { "RandomnessResultNotFilled" ] }, - /** Lookup691: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** + * Lookup691: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender + **/ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup692: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** + * Lookup692: frame_system::extensions::check_spec_version::CheckSpecVersion + **/ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup693: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** + * Lookup693: frame_system::extensions::check_tx_version::CheckTxVersion + **/ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup694: frame_system::extensions::check_genesis::CheckGenesis */ + /** + * Lookup694: frame_system::extensions::check_genesis::CheckGenesis + **/ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup697: frame_system::extensions::check_nonce::CheckNonce */ + /** + * Lookup697: frame_system::extensions::check_nonce::CheckNonce + **/ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup698: frame_system::extensions::check_weight::CheckWeight */ + /** + * Lookup698: frame_system::extensions::check_weight::CheckWeight + **/ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup699: pallet_transaction_payment::ChargeTransactionPayment */ + /** + * Lookup699: pallet_transaction_payment::ChargeTransactionPayment + **/ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup700: frame_metadata_hash_extension::CheckMetadataHash */ + /** + * Lookup700: frame_metadata_hash_extension::CheckMetadataHash + **/ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode" }, - /** Lookup701: frame_metadata_hash_extension::Mode */ + /** + * Lookup701: frame_metadata_hash_extension::Mode + **/ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"] }, - /** Lookup702: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** + * Lookup702: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim + **/ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup704: moonriver_runtime::Runtime */ + /** + * Lookup704: moonriver_runtime::Runtime + **/ MoonriverRuntimeRuntime: "Null" };