git.delta.rocks / unique-network / refs/commits / c8f3a189a783

difftreelog

source

tests/src/interfaces/augment-api-events.ts35.5 KiBsourcehistory
1// Auto-generated via `yarn polkadot-types-from-chain`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/api-base/types/events';78import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';9import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';10import type { ITuple } from '@polkadot/types-codec/types';11import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';12import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';1314export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;1516declare module '@polkadot/api-base/types/events' {17  interface AugmentedEvents<ApiType extends ApiTypes> {18    appPromotion: {19      /**20       * The admin was set21       * 22       * # Arguments23       * * AccountId: account address of the admin24       **/25      SetAdmin: AugmentedEvent<ApiType, [AccountId32]>;26      /**27       * Staking was performed28       * 29       * # Arguments30       * * AccountId: account of the staker31       * * Balance : staking amount32       **/33      Stake: AugmentedEvent<ApiType, [AccountId32, u128]>;34      /**35       * Staking recalculation was performed36       * 37       * # Arguments38       * * AccountId: account of the staker.39       * * Balance : recalculation base40       * * Balance : total income41       **/42      StakingRecalculation: AugmentedEvent<ApiType, [AccountId32, u128, u128]>;43      /**44       * Unstaking was performed45       * 46       * # Arguments47       * * AccountId: account of the staker48       * * Balance : unstaking amount49       **/50      Unstake: AugmentedEvent<ApiType, [AccountId32, u128]>;51      /**52       * Generic event53       **/54      [key: string]: AugmentedEvent<ApiType>;55    };56    balances: {57      /**58       * A balance was set by root.59       **/60      BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128, reserved: u128], { who: AccountId32, free: u128, reserved: u128 }>;61      /**62       * Some amount was deposited (e.g. for transaction fees).63       **/64      Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;65      /**66       * An account was removed whose balance was non-zero but below ExistentialDeposit,67       * resulting in an outright loss.68       **/69      DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;70      /**71       * An account was created with some free balance.72       **/73      Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;74      /**75       * Some balance was reserved (moved from free to reserved).76       **/77      Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;78      /**79       * Some balance was moved from the reserve of the first account to the second account.80       * Final argument indicates the destination balance type.81       **/82      ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;83      /**84       * Some amount was removed from the account (e.g. for misbehavior).85       **/86      Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;87      /**88       * Transfer succeeded.89       **/90      Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;91      /**92       * Some balance was unreserved (moved from reserved to free).93       **/94      Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;95      /**96       * Some amount was withdrawn from the account (e.g. for transaction fees).97       **/98      Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;99      /**100       * Generic event101       **/102      [key: string]: AugmentedEvent<ApiType>;103    };104    common: {105      /**106       * Address was added to the allow list.107       **/108      AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;109      /**110       * Address was removed from the allow list.111       **/112      AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;113      /**114       * Amount pieces of token owned by `sender` was approved for `spender`.115       **/116      Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;117      /**118       * A `sender` approves operations on all owned tokens for `spender`.119       **/120      ApprovedForAll: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;121      /**122       * Collection admin was added.123       **/124      CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;125      /**126       * Collection admin was removed.127       **/128      CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;129      /**130       * New collection was created131       **/132      CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;133      /**134       * New collection was destroyed135       **/136      CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;137      /**138       * Collection limits were set.139       **/140      CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;141      /**142       * Collection owned was changed.143       **/144      CollectionOwnerChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;145      /**146       * Collection permissions were set.147       **/148      CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;149      /**150       * The property has been deleted.151       **/152      CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;153      /**154       * The colletion property has been added or edited.155       **/156      CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;157      /**158       * Collection sponsor was removed.159       **/160      CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;161      /**162       * Collection sponsor was set.163       **/164      CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;165      /**166       * New item was created.167       **/168      ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;169      /**170       * Collection item was burned.171       **/172      ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;173      /**174       * The token property permission of a collection has been set.175       **/176      PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;177      /**178       * New sponsor was confirm.179       **/180      SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;181      /**182       * The token property has been deleted.183       **/184      TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;185      /**186       * The token property has been added or edited.187       **/188      TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;189      /**190       * Item was transferred191       **/192      Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;193      /**194       * Generic event195       **/196      [key: string]: AugmentedEvent<ApiType>;197    };198    cumulusXcm: {199      /**200       * Downward message executed with the given outcome.201       * \[ id, outcome \]202       **/203      ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;204      /**205       * Downward message is invalid XCM.206       * \[ id \]207       **/208      InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;209      /**210       * Downward message is unsupported version of XCM.211       * \[ id \]212       **/213      UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;214      /**215       * Generic event216       **/217      [key: string]: AugmentedEvent<ApiType>;218    };219    dmpQueue: {220      /**221       * Downward message executed with the given outcome.222       **/223      ExecutedDownward: AugmentedEvent<ApiType, [messageId: U8aFixed, outcome: XcmV2TraitsOutcome], { messageId: U8aFixed, outcome: XcmV2TraitsOutcome }>;224      /**225       * Downward message is invalid XCM.226       **/227      InvalidFormat: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;228      /**229       * Downward message is overweight and was placed in the overweight queue.230       **/231      OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight }>;232      /**233       * Downward message from the overweight queue was executed.234       **/235      OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight], { overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight }>;236      /**237       * Downward message is unsupported version of XCM.238       **/239      UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;240      /**241       * The weight limit for handling downward messages was reached.242       **/243      WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight }>;244      /**245       * Generic event246       **/247      [key: string]: AugmentedEvent<ApiType>;248    };249    ethereum: {250      /**251       * An ethereum transaction was successfully executed.252       **/253      Executed: AugmentedEvent<ApiType, [from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason], { from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason }>;254      /**255       * Generic event256       **/257      [key: string]: AugmentedEvent<ApiType>;258    };259    evm: {260      /**261       * A contract has been created at given address.262       **/263      Created: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;264      /**265       * A contract was attempted to be created, but the execution failed.266       **/267      CreatedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;268      /**269       * A contract has been executed successfully with states applied.270       **/271      Executed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;272      /**273       * A contract has been executed with errors. States are reverted with only gas fees applied.274       **/275      ExecutedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;276      /**277       * Ethereum events from contracts.278       **/279      Log: AugmentedEvent<ApiType, [log: EthereumLog], { log: EthereumLog }>;280      /**281       * Generic event282       **/283      [key: string]: AugmentedEvent<ApiType>;284    };285    evmContractHelpers: {286      /**287       * Collection sponsor was removed.288       **/289      ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;290      /**291       * Contract sponsor was set.292       **/293      ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;294      /**295       * New sponsor was confirm.296       **/297      ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;298      /**299       * Generic event300       **/301      [key: string]: AugmentedEvent<ApiType>;302    };303    evmMigration: {304      /**305       * This event is used in benchmarking and can be used for tests306       **/307      TestEvent: AugmentedEvent<ApiType, []>;308      /**309       * Generic event310       **/311      [key: string]: AugmentedEvent<ApiType>;312    };313    foreignAssets: {314      /**315       * The asset registered.316       **/317      AssetRegistered: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;318      /**319       * The asset updated.320       **/321      AssetUpdated: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;322      /**323       * The foreign asset registered.324       **/325      ForeignAssetRegistered: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;326      /**327       * The foreign asset updated.328       **/329      ForeignAssetUpdated: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;330      /**331       * Generic event332       **/333      [key: string]: AugmentedEvent<ApiType>;334    };335    maintenance: {336      MaintenanceDisabled: AugmentedEvent<ApiType, []>;337      MaintenanceEnabled: AugmentedEvent<ApiType, []>;338      /**339       * Generic event340       **/341      [key: string]: AugmentedEvent<ApiType>;342    };343    parachainSystem: {344      /**345       * Downward messages were processed using the given weight.346       **/347      DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], { weightUsed: SpWeightsWeightV2Weight, dmqHead: H256 }>;348      /**349       * Some downward messages have been received and will be processed.350       **/351      DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;352      /**353       * An upgrade has been authorized.354       **/355      UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;356      /**357       * The validation function was applied as of the contained relay chain block number.358       **/359      ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;360      /**361       * The relay-chain aborted the upgrade process.362       **/363      ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;364      /**365       * The validation function has been scheduled to apply.366       **/367      ValidationFunctionStored: AugmentedEvent<ApiType, []>;368      /**369       * Generic event370       **/371      [key: string]: AugmentedEvent<ApiType>;372    };373    polkadotXcm: {374      /**375       * Some assets have been claimed from an asset trap376       * 377       * \[ hash, origin, assets \]378       **/379      AssetsClaimed: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;380      /**381       * Some assets have been placed in an asset trap.382       * 383       * \[ hash, origin, assets \]384       **/385      AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;386      /**387       * Execution of an XCM message was attempted.388       * 389       * \[ outcome \]390       **/391      Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;392      /**393       * Expected query response has been received but the origin location of the response does394       * not match that expected. The query remains registered for a later, valid, response to395       * be received and acted upon.396       * 397       * \[ origin location, id, expected location \]398       **/399      InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;400      /**401       * Expected query response has been received but the expected origin location placed in402       * storage by this runtime previously cannot be decoded. The query remains registered.403       * 404       * This is unexpected (since a location placed in storage in a previously executing405       * runtime should be readable prior to query timeout) and dangerous since the possibly406       * valid response will be dropped. Manual governance intervention is probably going to be407       * needed.408       * 409       * \[ origin location, id \]410       **/411      InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;412      /**413       * Query response has been received and query is removed. The registered notification has414       * been dispatched and executed successfully.415       * 416       * \[ id, pallet index, call index \]417       **/418      Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;419      /**420       * Query response has been received and query is removed. The dispatch was unable to be421       * decoded into a `Call`; this might be due to dispatch function having a signature which422       * is not `(origin, QueryId, Response)`.423       * 424       * \[ id, pallet index, call index \]425       **/426      NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;427      /**428       * Query response has been received and query is removed. There was a general error with429       * dispatching the notification call.430       * 431       * \[ id, pallet index, call index \]432       **/433      NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;434      /**435       * Query response has been received and query is removed. The registered notification could436       * not be dispatched because the dispatch weight is greater than the maximum weight437       * originally budgeted by this runtime for the query result.438       * 439       * \[ id, pallet index, call index, actual weight, max budgeted weight \]440       **/441      NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;442      /**443       * A given location which had a version change subscription was dropped owing to an error444       * migrating the location to our new XCM format.445       * 446       * \[ location, query ID \]447       **/448      NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;449      /**450       * A given location which had a version change subscription was dropped owing to an error451       * sending the notification to it.452       * 453       * \[ location, query ID, error \]454       **/455      NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;456      /**457       * Query response has been received and is ready for taking with `take_response`. There is458       * no registered notification call.459       * 460       * \[ id, response \]461       **/462      ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;463      /**464       * Received query response has been read and removed.465       * 466       * \[ id \]467       **/468      ResponseTaken: AugmentedEvent<ApiType, [u64]>;469      /**470       * A XCM message was sent.471       * 472       * \[ origin, destination, message \]473       **/474      Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;475      /**476       * The supported version of a location has been changed. This might be through an477       * automatic notification or a manual intervention.478       * 479       * \[ location, XCM version \]480       **/481      SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;482      /**483       * Query response received which does not match a registered query. This may be because a484       * matching query was never registered, it may be because it is a duplicate response, or485       * because the query timed out.486       * 487       * \[ origin location, id \]488       **/489      UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;490      /**491       * An XCM version change notification message has been attempted to be sent.492       * 493       * \[ destination, result \]494       **/495      VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;496      /**497       * Generic event498       **/499      [key: string]: AugmentedEvent<ApiType>;500    };501    rmrkCore: {502      CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;503      CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;504      CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;505      IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;506      NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;507      NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;508      NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;509      NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;510      NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;511      PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;512      PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;513      ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;514      ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;515      ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;516      ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;517      /**518       * Generic event519       **/520      [key: string]: AugmentedEvent<ApiType>;521    };522    rmrkEquip: {523      BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;524      EquippablesUpdated: AugmentedEvent<ApiType, [baseId: u32, slotId: u32], { baseId: u32, slotId: u32 }>;525      /**526       * Generic event527       **/528      [key: string]: AugmentedEvent<ApiType>;529    };530    scheduler: {531      /**532       * The call for the provided hash was not found so the task has been aborted.533       **/534      CallUnavailable: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;535      /**536       * Canceled some task.537       **/538      Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;539      /**540       * Dispatched some task.541       **/542      Dispatched: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError> }>;543      /**544       * The given task can never be executed since it is overweight.545       **/546      PermanentlyOverweight: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;547      /**548       * Scheduled task's priority has changed549       **/550      PriorityChanged: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, priority: u8], { task: ITuple<[u32, u32]>, priority: u8 }>;551      /**552       * Scheduled some task.553       **/554      Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;555      /**556       * Generic event557       **/558      [key: string]: AugmentedEvent<ApiType>;559    };560    structure: {561      /**562       * Executed call on behalf of the token.563       **/564      Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;565      /**566       * Generic event567       **/568      [key: string]: AugmentedEvent<ApiType>;569    };570    sudo: {571      /**572       * The \[sudoer\] just switched identity; the old key is supplied if one existed.573       **/574      KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;575      /**576       * A sudo just took place. \[result\]577       **/578      Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;579      /**580       * A sudo just took place. \[result\]581       **/582      SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;583      /**584       * Generic event585       **/586      [key: string]: AugmentedEvent<ApiType>;587    };588    system: {589      /**590       * `:code` was updated.591       **/592      CodeUpdated: AugmentedEvent<ApiType, []>;593      /**594       * An extrinsic failed.595       **/596      ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo }>;597      /**598       * An extrinsic completed successfully.599       **/600      ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo }>;601      /**602       * An account was reaped.603       **/604      KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;605      /**606       * A new account was created.607       **/608      NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;609      /**610       * On on-chain remark happened.611       **/612      Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;613      /**614       * Generic event615       **/616      [key: string]: AugmentedEvent<ApiType>;617    };618    testUtils: {619      BatchCompleted: AugmentedEvent<ApiType, []>;620      ShouldRollback: AugmentedEvent<ApiType, []>;621      ValueIsSet: AugmentedEvent<ApiType, []>;622      /**623       * Generic event624       **/625      [key: string]: AugmentedEvent<ApiType>;626    };627    tokens: {628      /**629       * A balance was set by root.630       **/631      BalanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128 }>;632      /**633       * Deposited some balance into an account634       **/635      Deposited: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;636      /**637       * An account was removed whose balance was non-zero but below638       * ExistentialDeposit, resulting in an outright loss.639       **/640      DustLost: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;641      /**642       * An account was created with some free balance.643       **/644      Endowed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;645      /**646       * Some locked funds were unlocked647       **/648      LockRemoved: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32 }>;649      /**650       * Some funds are locked651       **/652      LockSet: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;653      /**654       * Some balance was reserved (moved from free to reserved).655       **/656      Reserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;657      /**658       * Some reserved balance was repatriated (moved from reserved to659       * another account).660       **/661      ReserveRepatriated: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus }>;662      /**663       * Some balances were slashed (e.g. due to mis-behavior)664       **/665      Slashed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128 }>;666      /**667       * The total issuance of an currency has been set668       **/669      TotalIssuanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, amount: u128], { currencyId: PalletForeignAssetsAssetIds, amount: u128 }>;670      /**671       * Transfer succeeded.672       **/673      Transfer: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128 }>;674      /**675       * Some balance was unreserved (moved from reserved to free).676       **/677      Unreserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;678      /**679       * Some balances were withdrawn (e.g. pay for transaction fee)680       **/681      Withdrawn: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;682      /**683       * Generic event684       **/685      [key: string]: AugmentedEvent<ApiType>;686    };687    transactionPayment: {688      /**689       * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,690       * has been paid by `who`.691       **/692      TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;693      /**694       * Generic event695       **/696      [key: string]: AugmentedEvent<ApiType>;697    };698    treasury: {699      /**700       * Some funds have been allocated.701       **/702      Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;703      /**704       * Some of our funds have been burnt.705       **/706      Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;707      /**708       * Some funds have been deposited.709       **/710      Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;711      /**712       * New proposal.713       **/714      Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;715      /**716       * A proposal was rejected; funds were slashed.717       **/718      Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;719      /**720       * Spending has finished; this is the amount that rolls over until next spend.721       **/722      Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;723      /**724       * A new spend proposal has been approved.725       **/726      SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;727      /**728       * We have ended a spend period and will now allocate funds.729       **/730      Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;731      /**732       * Generic event733       **/734      [key: string]: AugmentedEvent<ApiType>;735    };736    vesting: {737      /**738       * Claimed vesting.739       **/740      Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;741      /**742       * Added new vesting schedule.743       **/744      VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;745      /**746       * Updated vesting schedules.747       **/748      VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;749      /**750       * Generic event751       **/752      [key: string]: AugmentedEvent<ApiType>;753    };754    xcmpQueue: {755      /**756       * Bad XCM format used.757       **/758      BadFormat: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;759      /**760       * Bad XCM version used.761       **/762      BadVersion: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;763      /**764       * Some XCM failed.765       **/766      Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight }>;767      /**768       * An XCM exceeded the individual message weight budget.769       **/770      OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], { sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight }>;771      /**772       * An XCM from the overweight queue was executed with the given actual weight used.773       **/774      OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: SpWeightsWeightV2Weight], { index: u64, used: SpWeightsWeightV2Weight }>;775      /**776       * Some XCM was executed ok.777       **/778      Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: SpWeightsWeightV2Weight], { messageHash: Option<H256>, weight: SpWeightsWeightV2Weight }>;779      /**780       * An upward message was sent to the relay chain.781       **/782      UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;783      /**784       * An HRMP message was sent to a sibling parachain.785       **/786      XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;787      /**788       * Generic event789       **/790      [key: string]: AugmentedEvent<ApiType>;791    };792    xTokens: {793      /**794       * Transferred `MultiAsset` with fee.795       **/796      TransferredMultiAssets: AugmentedEvent<ApiType, [sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation], { sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation }>;797      /**798       * Generic event799       **/800      [key: string]: AugmentedEvent<ApiType>;801    };802  } // AugmentedEvents803} // declare module