import '@polkadot/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types'; import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec'; import type { ITuple } from '@polkadot/types-codec/types'; import type { AccountId32, H256, Perquintill } from '@polkadot/types/interfaces/runtime'; import type { AttestationAuthorizedBy, CumulusPrimitivesCoreAggregateMessageOrigin, DelegationDelegationHierarchyPermissions, FrameSupportDispatchDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportTokensMiscBalanceStatus, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletDepositStorageDepositDepositEntry, PalletDidLookupLinkableAccountLinkableAccountId, PalletMigrationEntriesToMigrate, PalletMultisigTimepoint, RuntimeCommonAssetsAssetDid, RuntimeCommonAuthorizationAuthorizationId, RuntimeCommonDepositsDepositNamespace, SpRuntimeDispatchError, SpWeightsWeightV2Weight, SpiritnetRuntimeSystemProxyProxyType, StagingXcmV4AssetAssets, StagingXcmV4Location, StagingXcmV4Response, StagingXcmV4TraitsOutcome, StagingXcmV4Xcm, XcmV3TraitsError, XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation } from '@polkadot/types/lookup'; export type __AugmentedEvent = AugmentedEvent; declare module '@polkadot/api-base/types/events' { interface AugmentedEvents { assetSwitchPool1: { /** * A switch of local -> remote asset has taken place. **/ LocalToRemoteSwitchExecuted: AugmentedEvent; /** * A switch has been finalized at destination. **/ LocalToRemoteSwitchFinalized: AugmentedEvent; /** * A switch has been reversed because it failed to execute at * destination. **/ LocalToRemoteSwitchReverted: AugmentedEvent; /** * A switch of remote -> local asset has taken place. **/ RemoteToLocalSwitchExecuted: AugmentedEvent; /** * A new switch pair is created. **/ SwitchPairCreated: AugmentedEvent; /** * The XCM fee for the switch has been updated. **/ SwitchPairFeeUpdated: AugmentedEvent; /** * A switch pair has suspended switches. **/ SwitchPairPaused: AugmentedEvent; /** * A switch pair is removed. **/ SwitchPairRemoved: AugmentedEvent; /** * A switch pair has enabled switches. **/ SwitchPairResumed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; attestation: { /** * A new attestation has been created. **/ AttestationCreated: AugmentedEvent], { attester: AccountId32; claimHash: H256; ctypeHash: H256; authorization: Option; }>; /** * An attestation has been removed. **/ AttestationRemoved: AugmentedEvent; /** * An attestation has been revoked. **/ AttestationRevoked: AugmentedEvent; /** * The deposit for an attestation has changed owner. **/ DepositOwnerChanged: 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; /** * 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; }; council: { /** * 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. **/ Closed: AugmentedEvent; /** * A motion was not approved by the required threshold. **/ Disapproved: AugmentedEvent; /** * A motion was executed; result will be `Ok` if it returned without error. **/ Executed: AugmentedEvent], { proposalHash: H256; result: Result; }>; /** * A single member did some action; result will be `Ok` if it returned without error. **/ MemberExecuted: AugmentedEvent], { proposalHash: H256; result: Result; }>; /** * A motion (given hash) has been proposed (by given account) with a threshold (given * `MemberCount`). **/ Proposed: AugmentedEvent; /** * 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; /** * Generic event **/ [key: string]: AugmentedEvent; }; ctype: { /** * A new CType has been created. * \[creator identifier, CType hash\] **/ CTypeCreated: AugmentedEvent; /** * Information about a CType has been updated. * \[CType hash\] **/ CTypeUpdated: 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; }; delegation: { /** * A new delegation has been created. * \[creator ID, root node ID, delegation node ID, parent node ID, * delegate ID, permissions\] **/ DelegationCreated: AugmentedEvent; /** * A delegation has been removed. * \[remover ID, delegation node ID\] **/ DelegationRemoved: AugmentedEvent; /** * A delegation has been revoked. * \[revoker ID, delegation node ID\] **/ DelegationRevoked: AugmentedEvent; /** * The deposit for a delegation has changed owner. **/ DepositOwnerChanged: AugmentedEvent; /** * A new hierarchy has been created. * \[creator ID, root node ID, CTYPE hash\] **/ HierarchyCreated: AugmentedEvent; /** * A hierarchy has been removed from the storage on chain. * \[remover ID, root node ID\] **/ HierarchyRemoved: AugmentedEvent; /** * A hierarchy has been revoked. * \[revoker ID, root node ID\] **/ HierarchyRevoked: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; democracy: { /** * A proposal_hash has been blacklisted permanently. **/ Blacklisted: AugmentedEvent; /** * A referendum has been cancelled. **/ Cancelled: AugmentedEvent; /** * An account has delegated their vote to another account. **/ Delegated: AugmentedEvent; /** * An external proposal has been tabled. **/ ExternalTabled: AugmentedEvent; /** * Metadata for a proposal or a referendum has been cleared. **/ MetadataCleared: AugmentedEvent; /** * Metadata for a proposal or a referendum has been set. **/ MetadataSet: AugmentedEvent; /** * Metadata has been transferred to new owner. **/ MetadataTransferred: AugmentedEvent; /** * A proposal has been rejected by referendum. **/ NotPassed: AugmentedEvent; /** * A proposal has been approved by referendum. **/ Passed: AugmentedEvent; /** * A proposal got canceled. **/ ProposalCanceled: AugmentedEvent; /** * A motion has been proposed by a public account. **/ Proposed: AugmentedEvent; /** * An account has secconded a proposal **/ Seconded: AugmentedEvent; /** * A referendum has begun. **/ Started: AugmentedEvent; /** * A public proposal has been tabled for referendum vote. **/ Tabled: AugmentedEvent; /** * An account has cancelled a previous delegation operation. **/ Undelegated: AugmentedEvent; /** * An external proposal has been vetoed. **/ Vetoed: AugmentedEvent; /** * An account has voted in a referendum **/ Voted: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; depositStorage: { /** * A new deposit has been reserved and stored. **/ DepositAdded: AugmentedEvent; /** * A deposit has been released and deleted from storage. **/ DepositReclaimed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; did: { /** * The deposit for a DID has changed owner. **/ DepositOwnerChanged: AugmentedEvent; /** * A DID-authorised call has been executed. * \[DID caller, dispatch result\] **/ DidCallDispatched: AugmentedEvent]>; /** * A new DID has been created. * \[transaction signer, DID identifier\] **/ DidCreated: AugmentedEvent; /** * A DID has been deleted. * \[DID identifier\] **/ DidDeleted: AugmentedEvent; /** * A DID has been updated. * \[DID identifier\] **/ DidUpdated: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; didLookup: { /** * A new association between a DID and an account ID was created. **/ AssociationEstablished: AugmentedEvent; /** * An association between a DID and an account ID was removed. **/ AssociationRemoved: AugmentedEvent; /** * The deposit for an linked account has changed owner. **/ DepositOwnerChanged: AugmentedEvent, from: AccountId32, to: AccountId32], { id: ITuple<[AccountId32, PalletDidLookupLinkableAccountLinkableAccountId]>; from: AccountId32; to: AccountId32; }>; /** * All AccountIds have been migrated to LinkableAccountId. **/ MigrationCompleted: AugmentedEvent; /** * There was some progress in the migration process. **/ MigrationProgress: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; dipProvider: { /** * A new commitment has been stored. **/ VersionedIdentityCommitted: AugmentedEvent; /** * A commitment has been deleted. **/ VersionedIdentityDeleted: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; fungibles: { /** * 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; /** * 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; /** * Generic event **/ [key: string]: AugmentedEvent; }; indices: { /** * 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; }; migration: { EntriesUpdated: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; multisig: { /** * 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; }; parachainStaking: { /** * The length in blocks for future validation rounds has changed. * \[round number, first block in the current round, old value, new * value\] **/ BlocksPerRoundSet: AugmentedEvent; /** * An account has left the set of collator candidates. * \[account, amount of funds un-staked\] **/ CandidateLeft: AugmentedEvent; /** * A collator candidate has canceled the process to leave the set of * candidates and was added back to the candidate pool. \[collator's * account\] **/ CollatorCanceledExit: AugmentedEvent; /** * An account was forcedly removed from the set of collator * candidates. \[account, amount of funds un-staked\] **/ CollatorRemoved: AugmentedEvent; /** * A collator candidate has started the process to leave the set of * candidates. \[round number, collator's account, round number when * the collator will be effectively removed from the set of * candidates\] **/ CollatorScheduledExit: AugmentedEvent; /** * A collator candidate has decreased the amount of funds at stake. * \[collator's account, previous stake, new stake\] **/ CollatorStakedLess: AugmentedEvent; /** * A collator candidate has increased the amount of funds at stake. * \[collator's account, previous stake, new stake\] **/ CollatorStakedMore: AugmentedEvent; /** * An account has delegated a new collator candidate. * \[account, amount of funds staked, total amount of delegators' funds * staked for the collator candidate\] **/ Delegation: AugmentedEvent; /** * A new delegation has replaced an existing one in the set of ongoing * delegations for a collator candidate. \[new delegator's account, * amount of funds staked in the new delegation, replaced delegator's * account, amount of funds staked in the replace delegation, collator * candidate's account, new total amount of delegators' funds staked * for the collator candidate\] **/ DelegationReplaced: AugmentedEvent; /** * An account has left the set of delegators. * \[account, amount of funds un-staked\] **/ DelegatorLeft: AugmentedEvent; /** * An account has stopped delegating a collator candidate. * \[account, collator candidate's account, old amount of delegators' * funds staked, new amount of delegators' funds staked\] **/ DelegatorLeftCollator: AugmentedEvent; /** * A delegator has decreased the amount of funds at stake for a * collator. \[delegator's account, collator's account, previous * delegation stake, new delegation stake\] **/ DelegatorStakedLess: AugmentedEvent; /** * A delegator has increased the amount of funds at stake for a * collator. \[delegator's account, collator's account, previous * delegation stake, new delegation stake\] **/ DelegatorStakedMore: AugmentedEvent; /** * A new account has joined the set of top candidates. * \[account\] **/ EnteredTopCandidates: AugmentedEvent; /** * A new account has joined the set of collator candidates. * \[account, amount staked by the new candidate\] **/ JoinedCollatorCandidates: AugmentedEvent; /** * An account was removed from the set of top candidates. * \[account\] **/ LeftTopCandidates: AugmentedEvent; /** * The maximum candidate stake has been changed. * \[new max amount\] **/ MaxCandidateStakeChanged: AugmentedEvent; /** * The maximum number of collator candidates selected in future * validation rounds has changed. \[old value, new value\] **/ MaxSelectedCandidatesSet: AugmentedEvent; /** * A new staking round has started. * \[block number, round number\] **/ NewRound: AugmentedEvent; /** * A collator or a delegator has received a reward. * \[account, amount of reward\] **/ Rewarded: AugmentedEvent; /** * Inflation configuration for future validation rounds has changed. * \[maximum collator's staking rate, maximum collator's reward rate, * maximum delegator's staking rate, maximum delegator's reward rate\] **/ RoundInflationSet: 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; }; polkadotXcm: { /** * 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: StagingXcmV4Location; queryId: u64; expectedQuerier: StagingXcmV4Location; 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: StagingXcmV4Location; 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; /** * 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; /** * A 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; }; 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 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; /** * Generic event **/ [key: string]: AugmentedEvent; }; publicCredentials: { /** * A public credentials has been removed. **/ CredentialRemoved: AugmentedEvent; /** * A public credential has been revoked. **/ CredentialRevoked: AugmentedEvent; /** * A new public credential has been issued. **/ CredentialStored: AugmentedEvent; /** * A public credential has been unrevoked. **/ CredentialUnrevoked: AugmentedEvent; /** * The deposit for a public credential has changed owner. **/ DepositOwnerChanged: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; scheduler: { /** * The call for the provided hash was not found so the task has been aborted. **/ CallUnavailable: AugmentedEvent, id: Option], { task: ITuple<[u64, u32]>; id: Option; }>; /** * Canceled some task. **/ Canceled: AugmentedEvent; /** * Dispatched some task. **/ Dispatched: AugmentedEvent, id: Option, result: Result], { task: ITuple<[u64, 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<[u64, u32]>; id: Option; }>; /** * The given task can never be executed since it is overweight. **/ PermanentlyOverweight: AugmentedEvent, id: Option], { task: ITuple<[u64, u32]>; id: Option; }>; /** * Scheduled some task. **/ Scheduled: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; session: { /** * New session has happened. Note that the argument is the session index, not the * block number as the type might suggest. **/ NewSession: 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; /** * On on-chain remark happened. **/ Remarked: AugmentedEvent; /** * An upgrade was authorized. **/ UpgradeAuthorized: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; technicalCommittee: { /** * 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. **/ Closed: AugmentedEvent; /** * A motion was not approved by the required threshold. **/ Disapproved: AugmentedEvent; /** * A motion was executed; result will be `Ok` if it returned without error. **/ Executed: AugmentedEvent], { proposalHash: H256; result: Result; }>; /** * A single member did some action; result will be `Ok` if it returned without error. **/ MemberExecuted: AugmentedEvent], { proposalHash: H256; result: Result; }>; /** * A motion (given hash) has been proposed (by given account) with a threshold (given * `MemberCount`). **/ Proposed: AugmentedEvent; /** * 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; /** * Generic event **/ [key: string]: AugmentedEvent; }; technicalMembership: { /** * Phantom member, never used. **/ Dummy: AugmentedEvent; /** * One of the members' keys changed. **/ KeyChanged: AugmentedEvent; /** * The given member was added; see the transaction for who. **/ MemberAdded: AugmentedEvent; /** * The given member was removed; see the transaction for who. **/ MemberRemoved: AugmentedEvent; /** * The membership was reset; see the transaction for who the new set is. **/ MembersReset: AugmentedEvent; /** * Two members were swapped; see the transaction for who. **/ MembersSwapped: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; tips: { /** * A new tip suggestion has been opened. **/ NewTip: AugmentedEvent; /** * A tip suggestion has been closed. **/ TipClosed: AugmentedEvent; /** * A tip suggestion has reached threshold and is closing. **/ TipClosing: AugmentedEvent; /** * A tip suggestion has been retracted. **/ TipRetracted: AugmentedEvent; /** * A tip suggestion has been slashed. **/ TipSlashed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; tipsMembership: { /** * Phantom member, never used. **/ Dummy: AugmentedEvent; /** * One of the members' keys changed. **/ KeyChanged: AugmentedEvent; /** * The given member was added; see the transaction for who. **/ MemberAdded: AugmentedEvent; /** * The given member was removed; see the transaction for who. **/ MemberRemoved: AugmentedEvent; /** * The membership was reset; see the transaction for who the new set is. **/ MembersReset: AugmentedEvent; /** * Two members were swapped; see the transaction for who. **/ MembersSwapped: 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; /** * New proposal. **/ Proposed: AugmentedEvent; /** * A proposal was rejected; funds were slashed. **/ Rejected: 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; }; 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; }>; /** * 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; /** * 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; }; web3Names: { /** * The deposit for a web3name has changed owner. **/ DepositOwnerChanged: AugmentedEvent; /** * A name has been banned. **/ Web3NameBanned: AugmentedEvent; /** * A new name has been claimed. **/ Web3NameClaimed: AugmentedEvent; /** * A name has been released. **/ Web3NameReleased: AugmentedEvent; /** * A name has been unbanned. **/ Web3NameUnbanned: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; xcmpQueue: { /** * An HRMP message was sent to a sibling parachain. **/ XcmpMessageSent: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; } }