import '@polkadot/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec'; import type { ITuple } from '@polkadot/types-codec/types'; import type { EthereumAddress } from '@polkadot/types/interfaces/eth'; import type { AccountId32, H160, H256, Perbill, Permill } from '@polkadot/types/interfaces/runtime'; import type { AssetHubKusamaRuntimeProxyType, AssetHubKusamaRuntimeRuntimeParametersKey, AssetHubKusamaRuntimeRuntimeParametersValue, AssetHubKusamaRuntimeRuntimeTask, CumulusPrimitivesCoreAggregateMessageOrigin, FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo, PalletAhMigratorMigrationStage, PalletAhMigratorPalletEventName, PalletBalancesUnexpectedKind, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletElectionProviderMultiBlockPhase, PalletElectionProviderMultiBlockVerifierFeasibilityError, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletProxyDepositKind, PalletRcMigratorQueuePriority, PalletRecoveryDepositKind, PalletSocietyGroupParams, PalletStakingAsyncForcing, PalletStakingAsyncPalletUnexpectedKind, PalletStakingAsyncRcClientUnexpectedKind, PalletStakingAsyncRewardDestination, PalletStakingAsyncValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, ParachainsCommonPayVersionedLocatableAccount, PolkadotRuntimeCommonImplsVersionedLocatableAsset, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@polkadot/types/lookup'; export type __AugmentedEvent = AugmentedEvent; declare module '@polkadot/api-base/types/events' { interface AugmentedEvents { ahMigrator: { AccountTranslatedParachainSovereign: AugmentedEvent; AccountTranslatedParachainSovereignDerived: AugmentedEvent; /** * The Asset Hub Migration finished. * * This event is equivalent to `StageTransition { new: MigrationDone, .. }` but is easier * to understand. The finishing is immediate and affects all events happening * afterwards. **/ AssetHubMigrationFinished: AugmentedEvent; /** * The Asset Hub Migration started and is active until `AssetHubMigrationFinished` is * emitted. * * This event is equivalent to `StageTransition { new: DataMigrationOngoing, .. }` but is * easier to understand. The activation is immediate and affects all events happening * afterwards. **/ AssetHubMigrationStarted: AugmentedEvent; /** * The balances before the migration were consumed. **/ BalancesBeforeRecordConsumed: AugmentedEvent; /** * The balances before the migration were recorded. **/ BalancesBeforeRecordSet: AugmentedEvent; /** * We processed a batch of messages for this pallet. **/ BatchProcessed: AugmentedEvent; /** * We received a batch of messages that will be integrated into a pallet. **/ BatchReceived: AugmentedEvent; /** * The DMP queue priority config was set. **/ DmpQueuePriorityConfigSet: AugmentedEvent; /** * Whether the DMP queue was prioritized for the next block. **/ DmpQueuePrioritySet: AugmentedEvent; /** * The manager account id was set. **/ ManagerSet: AugmentedEvent, new_: Option], { old: Option; new_: Option; }>; /** * A referendum was cancelled because it could not be mapped. **/ ReferendumCanceled: AugmentedEvent; /** * A stage transition has occurred. **/ StageTransition: AugmentedEvent; /** * An XCM message was sent. **/ XcmSent: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; ahOps: { /** * Some amount for a crowdloan reserve could not be unreserved and needs manual cleanup. **/ CrowdloanUnreserveRemaining: AugmentedEvent; /** * Some lease reserve could not be unreserved and needs manual cleanup. **/ LeaseUnreserveRemaining: AugmentedEvent; /** * A sovereign parachain account has been migrated from its child to sibling * representation. **/ SovereignMigrated: AugmentedEvent], { paraId: u32; from: AccountId32; to: AccountId32; derivationIndex: Option; }>; /** * Generic event **/ [key: string]: AugmentedEvent; }; assetConversion: { /** * A successful call of the `AddLiquidity` extrinsic will create this event. **/ LiquidityAdded: AugmentedEvent, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: AccountId32; mintTo: AccountId32; poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>; amount1Provided: u128; amount2Provided: u128; lpToken: u32; lpTokenMinted: u128; }>; /** * A successful call of the `RemoveLiquidity` extrinsic will create this event. **/ LiquidityRemoved: AugmentedEvent, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], { who: AccountId32; withdrawTo: AccountId32; poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>; amount1: u128; amount2: u128; lpToken: u32; lpTokenBurned: u128; withdrawalFee: Permill; }>; /** * A successful call of the `CreatePool` extrinsic will create this event. **/ PoolCreated: AugmentedEvent, poolAccount: AccountId32, lpToken: u32], { creator: AccountId32; poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>; poolAccount: AccountId32; lpToken: u32; }>; /** * Assets have been converted from one to another. **/ SwapCreditExecuted: AugmentedEvent>], { amountIn: u128; amountOut: u128; path: Vec>; }>; /** * Assets have been converted from one to another. Both `SwapExactTokenForToken` * and `SwapTokenForExactToken` will generate this event. **/ SwapExecuted: AugmentedEvent>], { who: AccountId32; sendTo: AccountId32; amountIn: u128; amountOut: u128; path: Vec>; }>; /** * Pool has been touched in order to fulfill operational requirements. **/ Touched: AugmentedEvent, who: AccountId32], { poolId: ITuple<[StagingXcmV5Location, StagingXcmV5Location]>; who: AccountId32; }>; /** * Generic event **/ [key: string]: AugmentedEvent; }; assetRate: { AssetRateCreated: AugmentedEvent; AssetRateRemoved: AugmentedEvent; AssetRateUpdated: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; assets: { /** * Accounts were destroyed for given asset. **/ AccountsDestroyed: AugmentedEvent; /** * An approval for account `delegate` was cancelled by `owner`. **/ ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ ApprovalsDestroyed: AugmentedEvent; /** * (Additional) funds have been approved for transfer to a destination account. **/ ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ AssetFrozen: AugmentedEvent; /** * The min_balance of an asset has been updated by the asset owner. **/ AssetMinBalanceChanged: AugmentedEvent; /** * An asset has had its attributes changed by the `Force` origin. **/ AssetStatusChanged: AugmentedEvent; /** * Some asset `asset_id` was thawed. **/ AssetThawed: AugmentedEvent; /** * Some account `who` was blocked. **/ Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ Burned: AugmentedEvent; /** * Some asset class was created. **/ Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ Destroyed: AugmentedEvent; /** * An asset class is in the process of being destroyed. **/ DestructionStarted: AugmentedEvent; /** * Some asset class was force-created. **/ ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ Frozen: AugmentedEvent; /** * Some assets were issued. **/ Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ MetadataCleared: AugmentedEvent; /** * New metadata has been set for an asset. **/ MetadataSet: AugmentedEvent; /** * The owner changed. **/ OwnerChanged: AugmentedEvent; /** * The management team changed. **/ TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ Touched: AugmentedEvent; /** * Some assets were transferred. **/ Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ Withdrawn: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; assetTxPayment: { /** * A swap of the refund in native currency back to asset failed. **/ AssetRefundFailed: AugmentedEvent; /** * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, * has been paid by `who` in an asset `asset_id`. **/ AssetTxFeePaid: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; balances: { /** * A balance was set by root. **/ BalanceSet: AugmentedEvent; /** * Some amount was burned from an account. **/ Burned: AugmentedEvent; /** * Some amount was deposited (e.g. for transaction fees). **/ Deposit: AugmentedEvent; /** * An account was removed whose balance was non-zero but below ExistentialDeposit, * resulting in an outright loss. **/ DustLost: AugmentedEvent; /** * An account was created with some free balance. **/ Endowed: AugmentedEvent; /** * Some balance was frozen. **/ Frozen: AugmentedEvent; /** * Total issuance was increased by `amount`, creating a credit to be balanced. **/ Issued: AugmentedEvent; /** * Some balance was locked. **/ Locked: AugmentedEvent; /** * Some amount was minted into an account. **/ Minted: AugmentedEvent; /** * Total issuance was decreased by `amount`, creating a debt to be balanced. **/ Rescinded: AugmentedEvent; /** * Some balance was reserved (moved from free to reserved). **/ Reserved: AugmentedEvent; /** * Some balance was moved from the reserve of the first account to the second account. * Final argument indicates the destination balance type. **/ ReserveRepatriated: AugmentedEvent; /** * Some amount was restored into an account. **/ Restored: AugmentedEvent; /** * Some amount was removed from the account (e.g. for misbehavior). **/ Slashed: AugmentedEvent; /** * Some amount was suspended from an account (it can be restored later). **/ Suspended: AugmentedEvent; /** * Some balance was thawed. **/ Thawed: AugmentedEvent; /** * The `TotalIssuance` was forcefully changed. **/ TotalIssuanceForced: AugmentedEvent; /** * Transfer succeeded. **/ Transfer: AugmentedEvent; /** * An unexpected/defensive event was triggered. **/ Unexpected: AugmentedEvent; /** * Some balance was unlocked. **/ Unlocked: AugmentedEvent; /** * Some balance was unreserved (moved from reserved to free). **/ Unreserved: AugmentedEvent; /** * An account was upgraded. **/ Upgraded: AugmentedEvent; /** * Some amount was withdrawn from the account (e.g. for transaction fees). **/ Withdraw: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; bounties: { /** * A bounty is approved. **/ BountyApproved: AugmentedEvent; /** * A bounty is awarded to a beneficiary. **/ BountyAwarded: AugmentedEvent; /** * A bounty proposal is funded and became active. **/ BountyBecameActive: AugmentedEvent; /** * A bounty is cancelled. **/ BountyCanceled: AugmentedEvent; /** * A bounty is claimed by beneficiary. **/ BountyClaimed: AugmentedEvent; /** * A bounty expiry is extended. **/ BountyExtended: AugmentedEvent; /** * New bounty proposal. **/ BountyProposed: AugmentedEvent; /** * A bounty proposal was rejected; funds were slashed. **/ BountyRejected: AugmentedEvent; /** * A bounty curator is accepted. **/ CuratorAccepted: AugmentedEvent; /** * A bounty curator is proposed. **/ CuratorProposed: AugmentedEvent; /** * A bounty curator is unassigned. **/ CuratorUnassigned: AugmentedEvent; /** * A bounty deposit has been poked. **/ DepositPoked: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; childBounties: { /** * A child-bounty is added. **/ Added: AugmentedEvent; /** * A child-bounty is awarded to a beneficiary. **/ Awarded: AugmentedEvent; /** * A child-bounty is cancelled. **/ Canceled: AugmentedEvent; /** * A child-bounty is claimed by beneficiary. **/ Claimed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; claims: { /** * Someone claimed some DOTs. **/ Claimed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; collatorSelection: { /** * A new candidate joined. **/ CandidateAdded: AugmentedEvent; /** * Bond of a candidate updated. **/ CandidateBondUpdated: AugmentedEvent; /** * A candidate was removed. **/ CandidateRemoved: AugmentedEvent; /** * An account was replaced in the candidate list by another one. **/ CandidateReplaced: AugmentedEvent; /** * An account was unable to be added to the Invulnerables because they did not have keys * registered. Other Invulnerables may have been set. **/ InvalidInvulnerableSkipped: AugmentedEvent; /** * A new Invulnerable was added. **/ InvulnerableAdded: AugmentedEvent; /** * An Invulnerable was removed. **/ InvulnerableRemoved: AugmentedEvent; /** * The candidacy bond was set. **/ NewCandidacyBond: AugmentedEvent; /** * The number of desired candidates was set. **/ NewDesiredCandidates: AugmentedEvent; /** * New Invulnerables were set. **/ NewInvulnerables: AugmentedEvent], { invulnerables: Vec; }>; /** * Generic event **/ [key: string]: AugmentedEvent; }; convictionVoting: { /** * An account has delegated their vote to another account. \[who, target\] **/ Delegated: AugmentedEvent; /** * An \[account\] has cancelled a previous delegation operation. **/ Undelegated: AugmentedEvent; /** * An account has voted **/ Voted: AugmentedEvent; /** * A vote has been removed **/ VoteRemoved: AugmentedEvent; /** * The lockup period of a conviction vote expired, and the funds have been unlocked. **/ VoteUnlocked: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; cumulusXcm: { /** * Downward message executed with the given outcome. * \[ id, outcome \] **/ ExecutedDownward: AugmentedEvent; /** * Downward message is invalid XCM. * \[ id \] **/ InvalidFormat: AugmentedEvent; /** * Downward message is unsupported version of XCM. * \[ id \] **/ UnsupportedVersion: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; delegatedStaking: { /** * Funds delegated by a delegator. **/ Delegated: AugmentedEvent; /** * Unclaimed delegation funds migrated to delegator. **/ MigratedDelegation: AugmentedEvent; /** * Funds released to a delegator. **/ Released: AugmentedEvent; /** * Funds slashed from a delegator. **/ Slashed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; foreignAssets: { /** * Accounts were destroyed for given asset. **/ AccountsDestroyed: AugmentedEvent; /** * An approval for account `delegate` was cancelled by `owner`. **/ ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ ApprovalsDestroyed: AugmentedEvent; /** * (Additional) funds have been approved for transfer to a destination account. **/ ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ AssetFrozen: AugmentedEvent; /** * The min_balance of an asset has been updated by the asset owner. **/ AssetMinBalanceChanged: AugmentedEvent; /** * An asset has had its attributes changed by the `Force` origin. **/ AssetStatusChanged: AugmentedEvent; /** * Some asset `asset_id` was thawed. **/ AssetThawed: AugmentedEvent; /** * Some account `who` was blocked. **/ Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ Burned: AugmentedEvent; /** * Some asset class was created. **/ Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ Destroyed: AugmentedEvent; /** * An asset class is in the process of being destroyed. **/ DestructionStarted: AugmentedEvent; /** * Some asset class was force-created. **/ ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ Frozen: AugmentedEvent; /** * Some assets were issued. **/ Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ MetadataCleared: AugmentedEvent; /** * New metadata has been set for an asset. **/ MetadataSet: AugmentedEvent; /** * The owner changed. **/ OwnerChanged: AugmentedEvent; /** * The management team changed. **/ TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ Touched: AugmentedEvent; /** * Some assets were transferred. **/ Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ Withdrawn: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; indices: { /** * A deposit to reserve an index has been poked/reconsidered. **/ DepositPoked: AugmentedEvent; /** * A account index was assigned. **/ IndexAssigned: AugmentedEvent; /** * A account index has been freed up (unassigned). **/ IndexFreed: AugmentedEvent; /** * A account index has been frozen to its current account ID. **/ IndexFrozen: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; messageQueue: { /** * Message placed in overweight queue. **/ OverweightEnqueued: AugmentedEvent; /** * This page was reaped. **/ PageReaped: AugmentedEvent; /** * Message is processed. **/ Processed: AugmentedEvent; /** * Message discarded due to an error in the `MessageProcessor` (usually a format error). **/ ProcessingFailed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; multiBlockElection: { /** * A phase transition happened. Only checks major changes in the variants, not minor inner * values. **/ PhaseTransitioned: AugmentedEvent; /** * Target snapshot creation failed **/ UnexpectedTargetSnapshotFailed: AugmentedEvent; /** * Voter snapshot creation failed **/ UnexpectedVoterSnapshotFailed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; multiBlockElectionSigned: { /** * The given account has bailed. **/ Bailed: AugmentedEvent; /** * The given account has been discarded. **/ Discarded: AugmentedEvent; /** * The given solution, for the given round, was ejected. **/ Ejected: AugmentedEvent; /** * Upcoming submission has been registered for the given account, with the given score. **/ Registered: AugmentedEvent; /** * The given account has been rewarded with the given amount. **/ Rewarded: AugmentedEvent; /** * The given account has been slashed with the given amount. **/ Slashed: AugmentedEvent; /** * A page of solution solution with the given index has been stored for the given account. **/ Stored: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; multiBlockElectionVerifier: { /** * A solution with the given score has replaced our current best solution. **/ Queued: AugmentedEvent]>; /** * A verification failed at the given page. * * NOTE: if the index is 0, then this could mean either the feasibility of the last page * was wrong, or the final checks of `finalize_verification` failed. **/ VerificationFailed: AugmentedEvent; /** * The given page of a solution has been verified, with the given number of winners being * found in it. **/ Verified: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; multiBlockMigrations: { /** * The set of historical migrations has been cleared. **/ HistoricCleared: AugmentedEvent], { nextCursor: Option; }>; /** * A migration progressed. **/ MigrationAdvanced: AugmentedEvent; /** * A Migration completed. **/ MigrationCompleted: AugmentedEvent; /** * A Migration failed. * * This implies that the whole upgrade failed and governance intervention is required. **/ MigrationFailed: AugmentedEvent; /** * A migration was skipped since it was already executed in the past. **/ MigrationSkipped: AugmentedEvent; /** * The current runtime upgrade completed. * * This implies that all of its migrations completed successfully as well. **/ UpgradeCompleted: AugmentedEvent; /** * Runtime upgrade failed. * * This is very bad and will require governance intervention. **/ UpgradeFailed: AugmentedEvent; /** * A Runtime upgrade started. * * Its end is indicated by `UpgradeCompleted` or `UpgradeFailed`. **/ UpgradeStarted: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; multisig: { /** * The deposit for a multisig operation has been updated/poked. **/ DepositPoked: AugmentedEvent; /** * A multisig operation has been approved by someone. **/ MultisigApproval: AugmentedEvent; /** * A multisig operation has been cancelled. **/ MultisigCancelled: AugmentedEvent; /** * A multisig operation has been executed. **/ MultisigExecuted: AugmentedEvent], { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: U8aFixed; result: Result; }>; /** * A new multisig operation has begun. **/ NewMultisig: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; nftFractionalization: { /** * An NFT was successfully fractionalized. **/ NftFractionalized: AugmentedEvent; /** * An NFT was successfully returned back. **/ NftUnified: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; nfts: { /** * All approvals of an item got cancelled. **/ AllApprovalsCancelled: AugmentedEvent; /** * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ ApprovalCancelled: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ AttributeCleared: AugmentedEvent, key: Bytes, namespace: PalletNftsAttributeNamespace], { collection: u32; maybeItem: Option; key: Bytes; namespace: PalletNftsAttributeNamespace; }>; /** * New attribute metadata has been set for a `collection` or `item`. **/ AttributeSet: AugmentedEvent, key: Bytes, value: Bytes, namespace: PalletNftsAttributeNamespace], { collection: u32; maybeItem: Option; key: Bytes; value: Bytes; namespace: PalletNftsAttributeNamespace; }>; /** * An `item` was destroyed. **/ Burned: AugmentedEvent; /** * A `collection` has had its config changed by the `Force` origin. **/ CollectionConfigChanged: AugmentedEvent; /** * Some `collection` was locked. **/ CollectionLocked: AugmentedEvent; /** * Max supply has been set for a collection. **/ CollectionMaxSupplySet: AugmentedEvent; /** * Metadata has been cleared for a `collection`. **/ CollectionMetadataCleared: AugmentedEvent; /** * New metadata has been set for a `collection`. **/ CollectionMetadataSet: AugmentedEvent; /** * Mint settings for a collection had changed. **/ CollectionMintSettingsUpdated: AugmentedEvent; /** * A `collection` was created. **/ Created: AugmentedEvent; /** * A `collection` was destroyed. **/ Destroyed: AugmentedEvent; /** * A `collection` was force-created. **/ ForceCreated: AugmentedEvent; /** * An `item` was issued. **/ Issued: AugmentedEvent; /** * A new approval to modify item attributes was added. **/ ItemAttributesApprovalAdded: AugmentedEvent; /** * A new approval to modify item attributes was removed. **/ ItemAttributesApprovalRemoved: AugmentedEvent; /** * An item was bought. **/ ItemBought: AugmentedEvent; /** * Metadata has been cleared for an item. **/ ItemMetadataCleared: AugmentedEvent; /** * New metadata has been set for an item. **/ ItemMetadataSet: AugmentedEvent; /** * The price for the item was removed. **/ ItemPriceRemoved: AugmentedEvent; /** * The price was set for the item. **/ ItemPriceSet: AugmentedEvent], { collection: u32; item: u32; price: u128; whitelistedBuyer: Option; }>; /** * `item` metadata or attributes were locked. **/ ItemPropertiesLocked: AugmentedEvent; /** * An `item` became non-transferable. **/ ItemTransferLocked: AugmentedEvent; /** * An `item` became transferable. **/ ItemTransferUnlocked: AugmentedEvent; /** * Event gets emitted when the `NextCollectionId` gets incremented. **/ NextCollectionIdIncremented: AugmentedEvent], { nextId: Option; }>; /** * The owner changed. **/ OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32; maybeCollection: Option; }>; /** * A new attribute in the `Pallet` namespace was set for the `collection` or an `item` * within that `collection`. **/ PalletAttributeSet: AugmentedEvent, attribute: PalletNftsPalletAttributes, value: Bytes], { collection: u32; item: Option; attribute: PalletNftsPalletAttributes; value: Bytes; }>; /** * New attributes have been set for an `item` of the `collection`. **/ PreSignedAttributesSet: AugmentedEvent; /** * The deposit for a set of `item`s within a `collection` has been updated. **/ Redeposited: AugmentedEvent], { collection: u32; successfulItems: Vec; }>; /** * The swap was cancelled. **/ SwapCancelled: AugmentedEvent, price: Option, deadline: u32], { offeredCollection: u32; offeredItem: u32; desiredCollection: u32; desiredItem: Option; price: Option; deadline: u32; }>; /** * The swap has been claimed. **/ SwapClaimed: AugmentedEvent, deadline: u32], { sentCollection: u32; sentItem: u32; sentItemOwner: AccountId32; receivedCollection: u32; receivedItem: u32; receivedItemOwner: AccountId32; price: Option; deadline: u32; }>; /** * An `item` swap intent was created. **/ SwapCreated: AugmentedEvent, price: Option, deadline: u32], { offeredCollection: u32; offeredItem: u32; desiredCollection: u32; desiredItem: Option; price: Option; deadline: u32; }>; /** * The management team changed. **/ TeamChanged: AugmentedEvent, admin: Option, freezer: Option], { collection: u32; issuer: Option; admin: Option; freezer: Option; }>; /** * A tip was sent. **/ TipSent: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ TransferApproved: AugmentedEvent], { collection: u32; item: u32; owner: AccountId32; delegate: AccountId32; deadline: Option; }>; /** * An `item` was transferred. **/ Transferred: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; nominationPools: { /** * A member has became bonded in a pool. **/ Bonded: AugmentedEvent; /** * A pool has been created. **/ Created: AugmentedEvent; /** * A pool has been destroyed. **/ Destroyed: AugmentedEvent; /** * Global parameters regulating nomination pools have been updated. **/ GlobalParamsUpdated: AugmentedEvent, maxMembers: Option, maxMembersPerPool: Option, globalMaxCommission: Option], { minJoinBond: u128; minCreateBond: u128; maxPools: Option; maxMembers: Option; maxMembersPerPool: Option; globalMaxCommission: Option; }>; /** * A pool member's claim permission has been updated. **/ MemberClaimPermissionUpdated: AugmentedEvent; /** * A member has been removed from a pool. * * The removal can be voluntary (withdrawn all unbonded funds) or involuntary (kicked). * Any funds that are still delegated (i.e. dangling delegation) are released and are * represented by `released_balance`. **/ MemberRemoved: AugmentedEvent; /** * A pool's metadata was updated. **/ MetadataUpdated: AugmentedEvent; /** * Topped up deficit in frozen ED of the reward pool. **/ MinBalanceDeficitAdjusted: AugmentedEvent; /** * Claimed excess frozen ED of af the reward pool. **/ MinBalanceExcessAdjusted: AugmentedEvent; /** * A payout has been made to a member. **/ PaidOut: AugmentedEvent; /** * A pool's commission `change_rate` has been changed. **/ PoolCommissionChangeRateUpdated: AugmentedEvent; /** * Pool commission has been claimed. **/ PoolCommissionClaimed: AugmentedEvent; /** * Pool commission claim permission has been updated. **/ PoolCommissionClaimPermissionUpdated: AugmentedEvent], { poolId: u32; permission: Option; }>; /** * A pool's commission setting has been changed. **/ PoolCommissionUpdated: AugmentedEvent>], { poolId: u32; current: Option>; }>; /** * A pool's maximum commission setting has been changed. **/ PoolMaxCommissionUpdated: AugmentedEvent; /** * A pool's nominating account (or the pool's root account) has nominated a validator set * on behalf of the pool. **/ PoolNominationMade: AugmentedEvent; /** * The pool is chilled i.e. no longer nominating. **/ PoolNominatorChilled: AugmentedEvent; /** * The active balance of pool `pool_id` has been slashed to `balance`. **/ PoolSlashed: AugmentedEvent; /** * The roles of a pool have been updated to the given new roles. Note that the depositor * can never change. **/ RolesUpdated: AugmentedEvent, bouncer: Option, nominator: Option], { root: Option; bouncer: Option; nominator: Option; }>; /** * The state of a pool has changed **/ StateChanged: AugmentedEvent; /** * A member has unbonded from their pool. * * - `balance` is the corresponding balance of the number of points that has been * requested to be unbonded (the argument of the `unbond` transaction) from the bonded * pool. * - `points` is the number of points that are issued as a result of `balance` being * dissolved into the corresponding unbonding pool. * - `era` is the era in which the balance will be unbonded. * In the absence of slashing, these values will match. In the presence of slashing, the * number of points that are issued in the unbonding pool will be less than the amount * requested to be unbonded. **/ Unbonded: AugmentedEvent; /** * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`. **/ UnbondingPoolSlashed: AugmentedEvent; /** * A member has withdrawn from their pool. * * The given number of `points` have been dissolved in return of `balance`. * * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance * will be 1. **/ Withdrawn: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; parachainSystem: { /** * Downward messages were processed using the given weight. **/ DownwardMessagesProcessed: AugmentedEvent; /** * Some downward messages have been received and will be processed. **/ DownwardMessagesReceived: AugmentedEvent; /** * An upward message was sent to the relay chain. **/ UpwardMessageSent: AugmentedEvent], { messageHash: Option; }>; /** * The validation function was applied as of the contained relay chain block number. **/ ValidationFunctionApplied: AugmentedEvent; /** * The relay-chain aborted the upgrade process. **/ ValidationFunctionDiscarded: AugmentedEvent; /** * The validation function has been scheduled to apply. **/ ValidationFunctionStored: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; parameters: { /** * A Parameter was set. * * Is also emitted when the value was not changed. **/ Updated: AugmentedEvent, newValue: Option], { key: AssetHubKusamaRuntimeRuntimeParametersKey; oldValue: Option; newValue: Option; }>; /** * Generic event **/ [key: string]: AugmentedEvent; }; polkadotXcm: { /** * `target` removed alias authorization for `aliaser`. **/ AliasAuthorizationRemoved: AugmentedEvent; /** * An `aliaser` location was authorized by `target` to alias it, authorization valid until * `expiry` block number. **/ AliasAuthorized: AugmentedEvent], { aliaser: StagingXcmV5Location; target: StagingXcmV5Location; expiry: Option; }>; /** * `target` removed all alias authorizations. **/ AliasesAuthorizationsRemoved: AugmentedEvent; /** * Some assets have been claimed from an asset trap **/ AssetsClaimed: AugmentedEvent; /** * Some assets have been placed in an asset trap. **/ AssetsTrapped: AugmentedEvent; /** * Execution of an XCM message was attempted. **/ Attempted: AugmentedEvent; /** * Fees were paid from a location for an operation (often for using `SendXcm`). **/ FeesPaid: AugmentedEvent; /** * 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], { origin: StagingXcmV5Location; queryId: u64; expectedQuerier: StagingXcmV5Location; maybeActualQuerier: Option; }>; /** * 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. **/ InvalidQuerierVersion: AugmentedEvent; /** * 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], { origin: StagingXcmV5Location; queryId: u64; expectedLocation: Option; }>; /** * 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. **/ InvalidResponderVersion: AugmentedEvent; /** * Query response has been received and query is removed. The registered notification has * been dispatched and executed successfully. **/ Notified: AugmentedEvent; /** * 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)`. **/ NotifyDecodeFailed: AugmentedEvent; /** * Query response has been received and query is removed. There was a general error with * dispatching the notification call. **/ NotifyDispatchError: AugmentedEvent; /** * 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; /** * 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; /** * A given location which had a version change subscription was dropped owing to an error * sending the notification to it. **/ NotifyTargetSendFail: AugmentedEvent; /** * An XCM message failed to process. **/ ProcessXcmError: AugmentedEvent; /** * Query response has been received and is ready for taking with `take_response`. There is * no registered notification call. **/ ResponseReady: AugmentedEvent; /** * Received query response has been read and removed. **/ ResponseTaken: AugmentedEvent; /** * An XCM message failed to send. **/ SendFailed: AugmentedEvent; /** * An XCM message was sent. **/ Sent: AugmentedEvent; /** * The supported version of a location has been changed. This might be through an * automatic notification or a manual intervention. **/ SupportedVersionChanged: AugmentedEvent; /** * 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; /** * 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; /** * A XCM version migration finished. **/ VersionMigrationFinished: AugmentedEvent; /** * We have requested that a remote chain send us XCM version change notifications. **/ VersionNotifyRequested: AugmentedEvent; /** * 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; /** * We have requested that a remote chain stops sending us XCM version change * notifications. **/ VersionNotifyUnrequested: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; poolAssets: { /** * Accounts were destroyed for given asset. **/ AccountsDestroyed: AugmentedEvent; /** * An approval for account `delegate` was cancelled by `owner`. **/ ApprovalCancelled: AugmentedEvent; /** * Approvals were destroyed for given asset. **/ ApprovalsDestroyed: AugmentedEvent; /** * (Additional) funds have been approved for transfer to a destination account. **/ ApprovedTransfer: AugmentedEvent; /** * Some asset `asset_id` was frozen. **/ AssetFrozen: AugmentedEvent; /** * The min_balance of an asset has been updated by the asset owner. **/ AssetMinBalanceChanged: AugmentedEvent; /** * An asset has had its attributes changed by the `Force` origin. **/ AssetStatusChanged: AugmentedEvent; /** * Some asset `asset_id` was thawed. **/ AssetThawed: AugmentedEvent; /** * Some account `who` was blocked. **/ Blocked: AugmentedEvent; /** * Some assets were destroyed. **/ Burned: AugmentedEvent; /** * Some asset class was created. **/ Created: AugmentedEvent; /** * Some assets were deposited (e.g. for transaction fees). **/ Deposited: AugmentedEvent; /** * An asset class was destroyed. **/ Destroyed: AugmentedEvent; /** * An asset class is in the process of being destroyed. **/ DestructionStarted: AugmentedEvent; /** * Some asset class was force-created. **/ ForceCreated: AugmentedEvent; /** * Some account `who` was frozen. **/ Frozen: AugmentedEvent; /** * Some assets were issued. **/ Issued: AugmentedEvent; /** * Metadata has been cleared for an asset. **/ MetadataCleared: AugmentedEvent; /** * New metadata has been set for an asset. **/ MetadataSet: AugmentedEvent; /** * The owner changed. **/ OwnerChanged: AugmentedEvent; /** * The management team changed. **/ TeamChanged: AugmentedEvent; /** * Some account `who` was thawed. **/ Thawed: AugmentedEvent; /** * Some account `who` was created with a deposit from `depositor`. **/ Touched: AugmentedEvent; /** * Some assets were transferred. **/ Transferred: AugmentedEvent; /** * An `amount` was transferred in its entirety from `owner` to `destination` by * the approved `delegate`. **/ TransferredApproved: AugmentedEvent; /** * Some assets were withdrawn from the account (e.g. for transaction fees). **/ Withdrawn: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; preimage: { /** * A preimage has ben cleared. **/ Cleared: AugmentedEvent; /** * A preimage has been noted. **/ Noted: AugmentedEvent; /** * A preimage has been requested. **/ Requested: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; proxy: { /** * An announcement was placed to make a call in the future. **/ Announced: AugmentedEvent; /** * A deposit stored for proxies or announcements was poked / updated. **/ DepositPoked: AugmentedEvent; /** * A proxy was added. **/ ProxyAdded: AugmentedEvent; /** * A proxy was executed correctly, with the given. **/ ProxyExecuted: AugmentedEvent], { result: Result; }>; /** * A proxy was removed. **/ ProxyRemoved: AugmentedEvent; /** * A pure account has been created by new proxy with given * disambiguation index and proxy type. **/ PureCreated: AugmentedEvent; /** * A pure proxy was killed by its spawner. **/ PureKilled: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; recovery: { /** * Lost account has been successfully recovered by rescuer account. **/ AccountRecovered: AugmentedEvent; /** * A deposit has been updated. **/ DepositPoked: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been closed. **/ RecoveryClosed: AugmentedEvent; /** * A recovery process has been set up for an account. **/ RecoveryCreated: AugmentedEvent; /** * A recovery process has been initiated for lost account by rescuer account. **/ RecoveryInitiated: AugmentedEvent; /** * A recovery process has been removed for an account. **/ RecoveryRemoved: AugmentedEvent; /** * A recovery process for lost account by rescuer account has been vouched for by sender. **/ RecoveryVouched: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; referenda: { /** * A referendum has been approved and its proposal has been scheduled. **/ Approved: AugmentedEvent; /** * A referendum has been cancelled. **/ Cancelled: AugmentedEvent; ConfirmAborted: AugmentedEvent; /** * A referendum has ended its confirmation phase and is ready for approval. **/ Confirmed: AugmentedEvent; ConfirmStarted: AugmentedEvent; /** * The decision deposit has been placed. **/ DecisionDepositPlaced: AugmentedEvent; /** * The decision deposit has been refunded. **/ DecisionDepositRefunded: AugmentedEvent; /** * A referendum has moved into the deciding phase. **/ DecisionStarted: AugmentedEvent; /** * A deposit has been slashed. **/ DepositSlashed: AugmentedEvent; /** * A referendum has been killed. **/ Killed: AugmentedEvent; /** * Metadata for a referendum has been cleared. **/ MetadataCleared: AugmentedEvent; /** * Metadata for a referendum has been set. **/ MetadataSet: AugmentedEvent; /** * A proposal has been rejected by referendum. **/ Rejected: AugmentedEvent; /** * The submission deposit has been refunded. **/ SubmissionDepositRefunded: AugmentedEvent; /** * A referendum has been submitted. **/ Submitted: AugmentedEvent; /** * A referendum has been timed out without being decided. **/ TimedOut: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; revive: { /** * A custom event emitted by the contract. **/ ContractEmitted: AugmentedEvent], { contract: H160; data: Bytes; topics: Vec; }>; /** * Contract deployed by deployer at the specified address. **/ Instantiated: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; scheduler: { /** * Agenda is incomplete from `when`. **/ AgendaIncomplete: AugmentedEvent; /** * The call for the provided hash was not found so the task has been aborted. **/ CallUnavailable: AugmentedEvent, id: Option], { task: ITuple<[u32, u32]>; id: Option; }>; /** * Canceled some task. **/ Canceled: AugmentedEvent; /** * Dispatched some task. **/ Dispatched: AugmentedEvent, id: Option, result: Result], { task: ITuple<[u32, u32]>; id: Option; result: Result; }>; /** * The given task was unable to be renewed since the agenda is full at that block. **/ PeriodicFailed: AugmentedEvent, id: Option], { task: ITuple<[u32, u32]>; id: Option; }>; /** * The given task can never be executed since it is overweight. **/ PermanentlyOverweight: AugmentedEvent, id: Option], { task: ITuple<[u32, u32]>; id: Option; }>; /** * Cancel a retry configuration for some task. **/ RetryCancelled: AugmentedEvent, 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. **/ RetryFailed: AugmentedEvent, id: Option], { task: ITuple<[u32, u32]>; id: Option; }>; /** * Set a retry configuration for some task. **/ RetrySet: AugmentedEvent, id: Option, period: u32, retries: u8], { task: ITuple<[u32, u32]>; id: Option; period: u32; retries: u8; }>; /** * Scheduled some task. **/ Scheduled: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; session: { /** * The `NewSession` event in the current block also implies a new validator set to be * queued. **/ NewQueued: AugmentedEvent; /** * New session has happened. Note that the argument is the session index, not the * block number as the type might suggest. **/ NewSession: AugmentedEvent; /** * Validator has been disabled. **/ ValidatorDisabled: AugmentedEvent; /** * Validator has been re-enabled. **/ ValidatorReenabled: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; society: { /** * A candidate was dropped (due to an excess of bids in the system). **/ AutoUnbid: AugmentedEvent; /** * A membership bid just happened. The given account is the candidate's ID and their offer * is the second. **/ Bid: AugmentedEvent; /** * A candidate has been suspended **/ CandidateSuspended: AugmentedEvent; /** * A member has been challenged **/ Challenged: AugmentedEvent; /** * A vote has been placed for a defending member **/ DefenderVote: AugmentedEvent; /** * Some funds were deposited into the society account. **/ Deposit: AugmentedEvent; /** * A deposit was poked / adjusted. **/ DepositPoked: AugmentedEvent; /** * A \[member\] got elevated to \[rank\]. **/ Elevated: AugmentedEvent; /** * The society is founded by the given identity. **/ Founded: AugmentedEvent; /** * A group of candidates have been inducted. The batch's primary is the first value, the * batch in full is the second. **/ Inducted: AugmentedEvent], { primary: AccountId32; candidates: Vec; }>; /** * A member has been suspended **/ MemberSuspended: AugmentedEvent; /** * A new set of \[params\] has been set for the group. **/ NewParams: AugmentedEvent; /** * A suspended member has been judged. **/ SuspendedMemberJudgement: AugmentedEvent; /** * A candidate was dropped (by their request). **/ Unbid: AugmentedEvent; /** * Society is unfounded. **/ Unfounded: AugmentedEvent; /** * A candidate was dropped (by request of who vouched for them). **/ Unvouch: AugmentedEvent; /** * A vote has been placed **/ Vote: AugmentedEvent; /** * A membership bid just happened by vouching. The given account is the candidate's ID and * their offer is the second. The vouching party is the third. **/ Vouch: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; staking: { /** * An account has bonded this amount. \[stash, amount\] * * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, * it will not be emitted for staking rewards when they are added to stake. **/ Bonded: AugmentedEvent; /** * An account has stopped participating as either a validator or nominator. **/ Chilled: AugmentedEvent; /** * Report of a controller batch deprecation. **/ ControllerBatchDeprecated: AugmentedEvent; /** * Staking balance migrated from locks to holds, with any balance that could not be held * is force withdrawn. **/ CurrencyMigrated: AugmentedEvent; /** * The era payout has been set; the first balance is the validator-payout; the second is * the remainder from the maximum amount of reward. **/ EraPaid: AugmentedEvent; /** * An old era with the given index was pruned. **/ EraPruned: AugmentedEvent; ForceEra: AugmentedEvent; /** * A nominator has been kicked from a validator. **/ Kicked: AugmentedEvent; /** * An offence for the given validator, for the given percentage of their stake, at the * given era as been reported. **/ OffenceReported: AugmentedEvent; /** * An offence was reported that was too old to be processed, and thus was dropped. **/ OffenceTooOld: AugmentedEvent; /** * An old slashing report from a prior era was discarded because it could * not be processed. **/ OldSlashingReportDiscarded: AugmentedEvent; /** * A page from a multi-page election was fetched. A number of these are followed by * `StakersElected`. * * `Ok(count)` indicates the give number of stashes were added. * `Err(index)` indicates that the stashes after index were dropped. * `Err(0)` indicates that an error happened but no stashes were dropped nor added. * * The error indicates that a number of validators were dropped due to excess size, but * the overall election will continue. **/ PagedElectionProceeded: AugmentedEvent], { page: u32; result: Result; }>; /** * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed. **/ PayoutStarted: AugmentedEvent], { eraIndex: u32; validatorStash: AccountId32; page: u32; next: Option; }>; /** * The nominator has been rewarded by this amount to this destination. **/ Rewarded: AugmentedEvent; /** * Session change has been triggered. * * If planned_era is one era ahead of active_era, it implies new era is being planned and * election is ongoing. **/ SessionRotated: AugmentedEvent; /** * An unapplied slash has been cancelled. **/ SlashCancelled: AugmentedEvent; /** * An offence has been processed and the corresponding slash has been computed. **/ SlashComputed: AugmentedEvent; /** * A staker (validator or nominator) has been slashed by the given amount. **/ Slashed: AugmentedEvent; /** * Targets size limit reached. **/ SnapshotTargetsSizeExceeded: AugmentedEvent; /** * Voters size limit reached. **/ SnapshotVotersSizeExceeded: AugmentedEvent; /** * A subsequent event of `Withdrawn`, indicating that `stash` was fully removed from the * system. **/ StakerRemoved: AugmentedEvent; /** * An account has unbonded this amount. **/ Unbonded: AugmentedEvent; /** * Something occurred that should never happen under normal operation. * Logged as an event for fail-safe observability. **/ Unexpected: AugmentedEvent; /** * A validator has set their preferences. **/ ValidatorPrefsSet: AugmentedEvent; /** * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance` * from the unlocking queue. **/ Withdrawn: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; stakingRcClient: { /** * A new offence was reported. **/ OffenceReceived: AugmentedEvent; /** * A said session report was received. **/ SessionReportReceived: AugmentedEvent>, validatorPointsCounts: u32, leftover: bool], { endIndex: u32; activationTimestamp: Option>; validatorPointsCounts: u32; leftover: bool; }>; /** * Something occurred that should never happen under normal operation. * Logged as an event for fail-safe observability. **/ Unexpected: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; stateTrieMigration: { /** * The auto migration task finished. **/ AutoMigrationFinished: AugmentedEvent; /** * Migration got halted due to an error or miss-configuration. **/ Halted: AugmentedEvent; /** * Given number of `(top, child)` keys were migrated respectively, with the given * `compute`. **/ Migrated: AugmentedEvent; /** * Some account got slashed by the given amount. **/ Slashed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; system: { /** * `:code` was updated. **/ CodeUpdated: AugmentedEvent; /** * An extrinsic failed. **/ ExtrinsicFailed: AugmentedEvent; /** * An extrinsic completed successfully. **/ ExtrinsicSuccess: AugmentedEvent; /** * An account was reaped. **/ KilledAccount: AugmentedEvent; /** * A new account was created. **/ NewAccount: AugmentedEvent; /** * An invalid authorized upgrade was rejected while trying to apply it. **/ RejectedInvalidAuthorizedUpgrade: AugmentedEvent; /** * On on-chain remark happened. **/ Remarked: AugmentedEvent; /** * A [`Task`] has finished executing. **/ TaskCompleted: AugmentedEvent; /** * A [`Task`] failed during execution. **/ TaskFailed: AugmentedEvent; /** * A [`Task`] has started executing **/ TaskStarted: AugmentedEvent; /** * An upgrade was authorized. **/ UpgradeAuthorized: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; toPolkadotXcmRouter: { /** * Delivery fee factor has been decreased. **/ DeliveryFeeFactorDecreased: AugmentedEvent; /** * Delivery fee factor has been increased. **/ DeliveryFeeFactorIncreased: AugmentedEvent; /** * 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`. **/ TransactionFeePaid: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; treasury: { /** * A new asset spend proposal has been approved. **/ AssetSpendApproved: AugmentedEvent; /** * An approved spend was voided. **/ AssetSpendVoided: AugmentedEvent; /** * Some funds have been allocated. **/ Awarded: AugmentedEvent; /** * Some of our funds have been burnt. **/ Burnt: AugmentedEvent; /** * Some funds have been deposited. **/ Deposit: AugmentedEvent; /** * A payment happened. **/ Paid: AugmentedEvent; /** * A payment failed and can be retried. **/ PaymentFailed: AugmentedEvent; /** * Spending has finished; this is the amount that rolls over until next spend. **/ Rollover: AugmentedEvent; /** * A new spend proposal has been approved. **/ SpendApproved: AugmentedEvent; /** * 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. **/ SpendProcessed: AugmentedEvent; /** * The inactive funds of the pallet have been updated. **/ UpdatedInactive: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; uniques: { /** * An approval for a `delegate` account to transfer the `item` of an item * `collection` was cancelled by its `owner`. **/ ApprovalCancelled: AugmentedEvent; /** * An `item` of a `collection` has been approved by the `owner` for transfer by * a `delegate`. **/ ApprovedTransfer: AugmentedEvent; /** * Attribute metadata has been cleared for a `collection` or `item`. **/ AttributeCleared: AugmentedEvent, key: Bytes], { collection: u32; maybeItem: Option; key: Bytes; }>; /** * New attribute metadata has been set for a `collection` or `item`. **/ AttributeSet: AugmentedEvent, key: Bytes, value: Bytes], { collection: u32; maybeItem: Option; key: Bytes; value: Bytes; }>; /** * An `item` was destroyed. **/ Burned: AugmentedEvent; /** * Some `collection` was frozen. **/ CollectionFrozen: AugmentedEvent; /** * Max supply has been set for a collection. **/ CollectionMaxSupplySet: AugmentedEvent; /** * Metadata has been cleared for a `collection`. **/ CollectionMetadataCleared: AugmentedEvent; /** * New metadata has been set for a `collection`. **/ CollectionMetadataSet: AugmentedEvent; /** * Some `collection` was thawed. **/ CollectionThawed: AugmentedEvent; /** * A `collection` was created. **/ Created: AugmentedEvent; /** * A `collection` was destroyed. **/ Destroyed: AugmentedEvent; /** * A `collection` was force-created. **/ ForceCreated: AugmentedEvent; /** * Some `item` was frozen. **/ Frozen: AugmentedEvent; /** * An `item` was issued. **/ Issued: AugmentedEvent; /** * An item was bought. **/ ItemBought: AugmentedEvent; /** * The price for the instance was removed. **/ ItemPriceRemoved: AugmentedEvent; /** * The price was set for the instance. **/ ItemPriceSet: AugmentedEvent], { collection: u32; item: u32; price: u128; whitelistedBuyer: Option; }>; /** * A `collection` has had its attributes changed by the `Force` origin. **/ ItemStatusChanged: AugmentedEvent; /** * Metadata has been cleared for an item. **/ MetadataCleared: AugmentedEvent; /** * New metadata has been set for an item. **/ MetadataSet: AugmentedEvent; /** * The owner changed. **/ OwnerChanged: AugmentedEvent; /** * Ownership acceptance has changed for an account. **/ OwnershipAcceptanceChanged: AugmentedEvent], { who: AccountId32; maybeCollection: Option; }>; /** * Metadata has been cleared for an item. **/ Redeposited: AugmentedEvent], { collection: u32; successfulItems: Vec; }>; /** * The management team changed. **/ TeamChanged: AugmentedEvent; /** * Some `item` was thawed. **/ Thawed: AugmentedEvent; /** * An `item` was transferred. **/ Transferred: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; utility: { /** * Batch of dispatches completed fully with no error. **/ BatchCompleted: AugmentedEvent; /** * 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. **/ BatchInterrupted: AugmentedEvent; /** * A call was dispatched. **/ DispatchedAs: AugmentedEvent], { result: Result; }>; /** * The fallback call was dispatched. **/ IfElseFallbackCalled: AugmentedEvent; /** * Main call was dispatched. **/ IfElseMainSuccess: AugmentedEvent; /** * 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. **/ ItemFailed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; vesting: { /** * An \[account\] has become fully vested. **/ VestingCompleted: AugmentedEvent; /** * A vesting schedule has been created. **/ VestingCreated: AugmentedEvent; /** * The amount vested has been updated. This could indicate a change in funds available. * The balance given is the amount which is left unvested (and thus locked). **/ VestingUpdated: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; voterList: { /** * Moved an account from one bag to another. **/ Rebagged: AugmentedEvent; /** * Updated the score of some account to the given amount. **/ ScoreUpdated: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; whitelist: { CallWhitelisted: AugmentedEvent; WhitelistedCallDispatched: AugmentedEvent], { callHash: H256; result: Result; }>; WhitelistedCallRemoved: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; xcmpQueue: { /** * An HRMP message was sent to a sibling parachain. **/ XcmpMessageSent: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; } }