import '@polkadot/api-base/types/events'; import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types'; import type { Bytes, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec'; import type { ITuple } from '@polkadot/types-codec/types'; import type { H256, Perbill } from '@polkadot/types/interfaces/runtime'; import type { FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlTraitsAssetRegistryAssetMetadata, PalletIssuanceIssuanceInfo, PalletIssuanceTgeInfo, PalletRolldownMessagesChain, ParachainStakingCandidateBondRequest, ParachainStakingDelegationRequest, ParachainStakingDelegatorAdded, ParachainStakingPayoutRounds, RollupRuntimeRuntimeConfigConfigPalletProxyProxyType, SpConsensusGrandpaAppPublic, SpRuntimeAccountAccountId20, SpRuntimeDispatchError, SpRuntimeModuleError } from '@polkadot/types/lookup'; export type __AugmentedEvent = AugmentedEvent; declare module '@polkadot/api-base/types/events' { interface AugmentedEvents { assetRegistry: { RegisteredAsset: AugmentedEvent; UpdatedAsset: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; bootstrap: { /** * account whitelisted **/ AccountsWhitelisted: AugmentedEvent; /** * finalization process finished **/ BootstrapFinalized: AugmentedEvent; /** * bootstrap pre finalization has completed partially **/ BootstrapParitallyPreFinalized: AugmentedEvent; /** * bootstrap pre finalization has completed, and the bootstrap can now be finalized **/ BootstrapReadyToBeFinalized: AugmentedEvent; /** * Funds provisioned **/ Provisioned: AugmentedEvent; /** * Rewards claimed **/ RewardsClaimed: AugmentedEvent; /** * The activation of the rewards liquidity tokens failed **/ RewardsLiquidityAcitvationFailed: AugmentedEvent; /** * Funds provisioned using vested tokens **/ VestedProvisioned: 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; }>; /** * The members have been changed **/ MembersChanged: AugmentedEvent], { newMembers: Vec; }>; /** * The Prime member has been set **/ PrimeSet: AugmentedEvent], { newPrime: Option; }>; /** * 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; }; crowdloan: { /** * When initializing the reward vec an already initialized account was found **/ InitializedAccountWithNotEnoughContribution: AugmentedEvent, u128]>; /** * When initializing the reward vec an already initialized account was found **/ InitializedAlreadyInitializedAccount: AugmentedEvent, u128]>; /** * 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 **/ NativeIdentityAssociated: AugmentedEvent; /** * 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. **/ RewardsPaid: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; feeLock: { FeeLocked: AugmentedEvent; FeeLockMetadataUpdated: AugmentedEvent; FeeLockUnlocked: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; grandpa: { /** * New authority set has been applied. **/ NewAuthorities: AugmentedEvent>], { authoritySet: Vec>; }>; /** * Current authority set has been paused. **/ Paused: AugmentedEvent; /** * Current authority set has been resumed. **/ Resumed: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; identity: { /** * A name was cleared, and the given balance returned. **/ IdentityCleared: AugmentedEvent; /** * A name was removed and the given balance slashed. **/ IdentityKilled: AugmentedEvent; /** * A name was set or reset (which will remove all judgements). **/ IdentitySet: AugmentedEvent; /** * A judgement was given by a registrar. **/ JudgementGiven: AugmentedEvent; /** * A judgement was asked from a registrar. **/ JudgementRequested: AugmentedEvent; /** * A judgement request was retracted. **/ JudgementUnrequested: AugmentedEvent; /** * A registrar was added. **/ RegistrarAdded: AugmentedEvent; /** * A sub-identity was added to an identity and the deposit paid. **/ SubIdentityAdded: AugmentedEvent; /** * A sub-identity was removed from an identity and the deposit freed. **/ SubIdentityRemoved: AugmentedEvent; /** * A sub-identity was cleared, and the given deposit repatriated from the * main identity account to the sub-identity account. **/ SubIdentityRevoked: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; issuance: { /** * Issuance configuration has been finalized **/ IssuanceConfigInitialized: AugmentedEvent; /** * Issuance for upcoming session issued **/ SessionIssuanceIssued: AugmentedEvent; /** * Issuance for upcoming session calculated and recorded **/ SessionIssuanceRecorded: AugmentedEvent; /** * TGE has been finalized **/ TGEFinalized: AugmentedEvent; /** * A TGE instance has failed **/ TGEInstanceFailed: AugmentedEvent; /** * A TGE instance has succeeded **/ TGEInstanceSucceeded: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; maintenance: { /** * Maintenance mode has been switched off **/ MaintenanceModeSwitchedOff: AugmentedEvent; /** * Maintenance mode has been switched on **/ MaintenanceModeSwitchedOn: AugmentedEvent; /** * Upgradablilty in maintenance mode has been switched off **/ UpgradabilityInMaintenanceModeSwitchedOff: AugmentedEvent; /** * Upgradablilty in maintenance mode has been switched on **/ UpgradabilityInMaintenanceModeSwitchedOn: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; metamask: { MetadataUpdated: AugmentedEvent, version: Option, chainId: Option, decodeUrl: Option], { name: Option; version: Option; chainId: Option; decodeUrl: Option; }>; /** * Generic event **/ [key: string]: AugmentedEvent; }; multiPurposeLiquidity: { TokensRelockedFromReserve: AugmentedEvent; VestingTokensReserved: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; parachainStaking: { /** * An agggregator's metadata has been updated **/ AggregatorMetadataUpdated: AugmentedEvent; /** * Candidate, Cancelled Request **/ CancelledCandidateBondChange: AugmentedEvent; /** * Candidate **/ CancelledCandidateExit: AugmentedEvent; /** * Delegator, Cancelled Request **/ CancelledDelegationRequest: AugmentedEvent; /** * A candidate updated aggregator **/ CandidateAggregatorUpdated: AugmentedEvent]>; /** * Round Online, Candidate **/ CandidateBackOnline: AugmentedEvent; /** * Candidate, Amount, New Bond **/ CandidateBondedLess: AugmentedEvent; /** * Candidate, Amount, New Bond Total **/ CandidateBondedMore: AugmentedEvent; /** * Candidate, Amount To Decrease, Round at which request can be executed by caller **/ CandidateBondLessRequested: AugmentedEvent; /** * Candidate, Amount To Increase, Round at which request can be executed by caller **/ CandidateBondMoreRequested: AugmentedEvent; /** * Ex-Candidate, Amount Unlocked, New Total Amt Locked **/ CandidateLeft: AugmentedEvent; /** * Round At Which Exit Is Allowed, Candidate, Scheduled Exit **/ CandidateScheduledExit: AugmentedEvent; /** * Round Offline, Candidate **/ CandidateWentOffline: AugmentedEvent; /** * Round, Collator Account, Total Exposed Amount (includes all delegations) **/ CollatorChosen: AugmentedEvent; /** * Set collator commission to this value [old, new] **/ CollatorCommissionSet: AugmentedEvent; /** * Notify about reward periods that has been paid (collator, payout rounds, any rewards left) **/ CollatorRewardsDistributed: AugmentedEvent; /** * Delegator, Amount Locked, Candidate, Delegator Position with New Total Counted if in Top **/ Delegation: AugmentedEvent; DelegationDecreased: AugmentedEvent; /** * Delegator, Candidate, Amount to be decreased, Round at which can be executed **/ DelegationDecreaseScheduled: AugmentedEvent; DelegationIncreased: AugmentedEvent; /** * Delegator, Candidate, Amount to be increased, Round at which can be executed **/ DelegationIncreaseScheduled: AugmentedEvent; /** * Round, Delegator, Candidate, Scheduled Exit **/ DelegationRevocationScheduled: AugmentedEvent; /** * Delegator, Candidate, Amount Unstaked **/ DelegationRevoked: AugmentedEvent; /** * Session index, Delegator, Collator, Due reward (as per counted delegation for collator) **/ DelegatorDueReward: AugmentedEvent; /** * Delegator **/ DelegatorExitCancelled: AugmentedEvent; /** * Round, Delegator, Scheduled Exit **/ DelegatorExitScheduled: AugmentedEvent; /** * Delegator, Amount Unstaked **/ DelegatorLeft: AugmentedEvent; /** * Delegator, Candidate, Amount Unstaked, New Total Amt Staked for Candidate **/ DelegatorLeftCandidate: AugmentedEvent; /** * Account, Amount Locked, New Total Amt Locked **/ JoinedCollatorCandidates: AugmentedEvent; /** * Starting Block, Round, Number of Collators Selected, Total Balance **/ NewRound: AugmentedEvent; /** * Paid the account (delegator or collator) the balance as liquid rewards **/ Rewarded: AugmentedEvent; /** * Staking expectations set **/ StakeExpectationsSet: AugmentedEvent; /** * Set total selected candidates to this value [old, new] **/ TotalSelectedSet: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; proofOfStake: { LiquidityActivated: AugmentedEvent; LiquidityDeactivated: AugmentedEvent; PoolPromotionUpdated: AugmentedEvent]>; RewardsClaimed: AugmentedEvent; ThirdPartyLiquidityActivated: AugmentedEvent; ThirdPartyLiquidityDeactivated: AugmentedEvent; ThirdPartyRewardsClaimed: AugmentedEvent; ThirdPartySuccessfulPoolPromotion: 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; }; rolldown: { L1ReadStored: AugmentedEvent ]>; RequestProcessedOnL2: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; sequencerStaking: { /** * 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; }; sudo: { /** * The \[sudoer\] just switched identity; the old key is supplied if one existed. **/ KeyChanged: AugmentedEvent], { oldSudoer: Option; }>; /** * A sudo just took place. \[result\] **/ Sudid: AugmentedEvent], { sudoResult: Result; }>; /** * A sudo just took place. \[result\] **/ SudoAsDone: AugmentedEvent], { sudoResult: Result; }>; /** * Generic event **/ [key: string]: AugmentedEvent; }; sudoOrigin: { /** * A sudo just took place. \[result\] **/ SuOriginDid: AugmentedEvent]>; /** * A sudo just took place. \[result\] **/ SuOriginDoAsDone: 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; /** * On stored txs **/ TxsEnqueued: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; tokens: { /** * A balance was set by root. **/ BalanceSet: AugmentedEvent; /** * A token was issued. **/ Created: AugmentedEvent; /** * Deposited some balance into an account **/ Deposited: 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; Issued: AugmentedEvent; /** * Some free balance was locked. **/ Locked: AugmentedEvent; /** * Some locked funds were unlocked **/ LockRemoved: AugmentedEvent; /** * Some funds are locked **/ LockSet: AugmentedEvent; /** * A token was minted. **/ Minted: AugmentedEvent; Rescinded: AugmentedEvent; /** * Some balance was reserved (moved from free to reserved). **/ Reserved: AugmentedEvent; /** * Some reserved balance was repatriated (moved from reserved to * another account). **/ ReserveRepatriated: AugmentedEvent; /** * Some balances were slashed (e.g. due to mis-behavior) **/ Slashed: AugmentedEvent; /** * The total issuance of an currency has been set **/ TotalIssuanceSet: AugmentedEvent; /** * Transfer succeeded. **/ Transfer: AugmentedEvent; /** * Some locked balance was freed. **/ Unlocked: AugmentedEvent; /** * Some balance was unreserved (moved from reserved to free). **/ Unreserved: AugmentedEvent; /** * Some balances were withdrawn (e.g. pay for transaction fee) **/ Withdrawn: 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: { /** * Some funds have been allocated. **/ Awarded: AugmentedEvent; /** * Some of our funds have been burnt. **/ Burnt: AugmentedEvent; /** * Some funds have been deposited. **/ Deposit: 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; /** * 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; }; xyk: { AssetsSwapped: AugmentedEvent, u128, u128]>; BuyAssetFailedDueToSlippage: AugmentedEvent; LiquidityActivated: AugmentedEvent; LiquidityBurned: AugmentedEvent; LiquidityDeactivated: AugmentedEvent; LiquidityMinted: AugmentedEvent; MultiSwapAssetFailedOnAtomicSwap: AugmentedEvent, u128, SpRuntimeModuleError]>; PoolCreated: AugmentedEvent; PoolPromotionUpdated: AugmentedEvent]>; RewardsClaimed: AugmentedEvent; SellAssetFailedDueToSlippage: AugmentedEvent; /** * Generic event **/ [key: string]: AugmentedEvent; }; } }