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

difftreelog

source

tests/src/interfaces/augment-api-events.ts33.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, U256, 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, FrameSupportScheduleLookupError, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchInfo, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, 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    balances: {19      /**20       * A balance was set by root.21       **/22      BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128, reserved: u128], { who: AccountId32, free: u128, reserved: u128 }>;23      /**24       * Some amount was deposited (e.g. for transaction fees).25       **/26      Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;27      /**28       * An account was removed whose balance was non-zero but below ExistentialDeposit,29       * resulting in an outright loss.30       **/31      DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;32      /**33       * An account was created with some free balance.34       **/35      Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;36      /**37       * Some balance was reserved (moved from free to reserved).38       **/39      Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;40      /**41       * Some balance was moved from the reserve of the first account to the second account.42       * Final argument indicates the destination balance type.43       **/44      ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;45      /**46       * Some amount was removed from the account (e.g. for misbehavior).47       **/48      Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;49      /**50       * Transfer succeeded.51       **/52      Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;53      /**54       * Some balance was unreserved (moved from reserved to free).55       **/56      Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;57      /**58       * Some amount was withdrawn from the account (e.g. for transaction fees).59       **/60      Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;61      /**62       * Generic event63       **/64      [key: string]: AugmentedEvent<ApiType>;65    };66    common: {67      /**68       * Amount pieces of token owned by `sender` was approved for `spender`.69       **/70      Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;71      /**72       * New collection was created73       **/74      CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;75      /**76       * New collection was destroyed77       **/78      CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;79      /**80       * The property has been deleted.81       **/82      CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;83      /**84       * The colletion property has been added or edited.85       **/86      CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;87      /**88       * New item was created.89       **/90      ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;91      /**92       * Collection item was burned.93       **/94      ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;95      /**96       * The token property permission of a collection has been set.97       **/98      PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;99      /**100       * The token property has been deleted.101       **/102      TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;103      /**104       * The token property has been added or edited.105       **/106      TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;107      /**108       * Item was transferred109       **/110      Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;111      /**112       * Generic event113       **/114      [key: string]: AugmentedEvent<ApiType>;115    };116    cumulusXcm: {117      /**118       * Downward message executed with the given outcome.119       * \[ id, outcome \]120       **/121      ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;122      /**123       * Downward message is invalid XCM.124       * \[ id \]125       **/126      InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;127      /**128       * Downward message is unsupported version of XCM.129       * \[ id \]130       **/131      UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;132      /**133       * Generic event134       **/135      [key: string]: AugmentedEvent<ApiType>;136    };137    dmpQueue: {138      /**139       * Downward message executed with the given outcome.140       **/141      ExecutedDownward: AugmentedEvent<ApiType, [messageId: U8aFixed, outcome: XcmV2TraitsOutcome], { messageId: U8aFixed, outcome: XcmV2TraitsOutcome }>;142      /**143       * Downward message is invalid XCM.144       **/145      InvalidFormat: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;146      /**147       * Downward message is overweight and was placed in the overweight queue.148       **/149      OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64 }>;150      /**151       * Downward message from the overweight queue was executed.152       **/153      OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: u64], { overweightIndex: u64, weightUsed: u64 }>;154      /**155       * Downward message is unsupported version of XCM.156       **/157      UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;158      /**159       * The weight limit for handling downward messages was reached.160       **/161      WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64], { messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64 }>;162      /**163       * Generic event164       **/165      [key: string]: AugmentedEvent<ApiType>;166    };167    ethereum: {168      /**169       * An ethereum transaction was successfully executed. [from, to/contract_address, transaction_hash, exit_reason]170       **/171      Executed: AugmentedEvent<ApiType, [H160, H160, H256, EvmCoreErrorExitReason]>;172      /**173       * Generic event174       **/175      [key: string]: AugmentedEvent<ApiType>;176    };177    evm: {178      /**179       * A deposit has been made at a given address. \[sender, address, value\]180       **/181      BalanceDeposit: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;182      /**183       * A withdrawal has been made from a given address. \[sender, address, value\]184       **/185      BalanceWithdraw: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;186      /**187       * A contract has been created at given \[address\].188       **/189      Created: AugmentedEvent<ApiType, [H160]>;190      /**191       * A \[contract\] was attempted to be created, but the execution failed.192       **/193      CreatedFailed: AugmentedEvent<ApiType, [H160]>;194      /**195       * A \[contract\] has been executed successfully with states applied.196       **/197      Executed: AugmentedEvent<ApiType, [H160]>;198      /**199       * A \[contract\] has been executed with errors. States are reverted with only gas fees applied.200       **/201      ExecutedFailed: AugmentedEvent<ApiType, [H160]>;202      /**203       * Ethereum events from contracts.204       **/205      Log: AugmentedEvent<ApiType, [EthereumLog]>;206      /**207       * Generic event208       **/209      [key: string]: AugmentedEvent<ApiType>;210    };211    foreingAssets: {212      /**213       * The asset registered.214       **/215      AssetRegistered: AugmentedEvent<ApiType, [assetId: PalletForeingAssetsAssetIds, metadata: PalletForeingAssetsModuleAssetMetadata], { assetId: PalletForeingAssetsAssetIds, metadata: PalletForeingAssetsModuleAssetMetadata }>;216      /**217       * The asset updated.218       **/219      AssetUpdated: AugmentedEvent<ApiType, [assetId: PalletForeingAssetsAssetIds, metadata: PalletForeingAssetsModuleAssetMetadata], { assetId: PalletForeingAssetsAssetIds, metadata: PalletForeingAssetsModuleAssetMetadata }>;220      /**221       * The foreign asset registered.222       **/223      ForeignAssetRegistered: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeingAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeingAssetsModuleAssetMetadata }>;224      /**225       * The foreign asset updated.226       **/227      ForeignAssetUpdated: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeingAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeingAssetsModuleAssetMetadata }>;228      /**229       * Generic event230       **/231      [key: string]: AugmentedEvent<ApiType>;232    };233    parachainSystem: {234      /**235       * Downward messages were processed using the given weight.236       **/237      DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: u64, dmqHead: H256], { weightUsed: u64, dmqHead: H256 }>;238      /**239       * Some downward messages have been received and will be processed.240       **/241      DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;242      /**243       * An upgrade has been authorized.244       **/245      UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;246      /**247       * The validation function was applied as of the contained relay chain block number.248       **/249      ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;250      /**251       * The relay-chain aborted the upgrade process.252       **/253      ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;254      /**255       * The validation function has been scheduled to apply.256       **/257      ValidationFunctionStored: AugmentedEvent<ApiType, []>;258      /**259       * Generic event260       **/261      [key: string]: AugmentedEvent<ApiType>;262    };263    polkadotXcm: {264      /**265       * Some assets have been placed in an asset trap.266       * 267       * \[ hash, origin, assets \]268       **/269      AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;270      /**271       * Execution of an XCM message was attempted.272       * 273       * \[ outcome \]274       **/275      Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;276      /**277       * Expected query response has been received but the origin location of the response does278       * not match that expected. The query remains registered for a later, valid, response to279       * be received and acted upon.280       * 281       * \[ origin location, id, expected location \]282       **/283      InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;284      /**285       * Expected query response has been received but the expected origin location placed in286       * storage by this runtime previously cannot be decoded. The query remains registered.287       * 288       * This is unexpected (since a location placed in storage in a previously executing289       * runtime should be readable prior to query timeout) and dangerous since the possibly290       * valid response will be dropped. Manual governance intervention is probably going to be291       * needed.292       * 293       * \[ origin location, id \]294       **/295      InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;296      /**297       * Query response has been received and query is removed. The registered notification has298       * been dispatched and executed successfully.299       * 300       * \[ id, pallet index, call index \]301       **/302      Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;303      /**304       * Query response has been received and query is removed. The dispatch was unable to be305       * decoded into a `Call`; this might be due to dispatch function having a signature which306       * is not `(origin, QueryId, Response)`.307       * 308       * \[ id, pallet index, call index \]309       **/310      NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;311      /**312       * Query response has been received and query is removed. There was a general error with313       * dispatching the notification call.314       * 315       * \[ id, pallet index, call index \]316       **/317      NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;318      /**319       * Query response has been received and query is removed. The registered notification could320       * not be dispatched because the dispatch weight is greater than the maximum weight321       * originally budgeted by this runtime for the query result.322       * 323       * \[ id, pallet index, call index, actual weight, max budgeted weight \]324       **/325      NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, u64, u64]>;326      /**327       * A given location which had a version change subscription was dropped owing to an error328       * migrating the location to our new XCM format.329       * 330       * \[ location, query ID \]331       **/332      NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;333      /**334       * A given location which had a version change subscription was dropped owing to an error335       * sending the notification to it.336       * 337       * \[ location, query ID, error \]338       **/339      NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;340      /**341       * Query response has been received and is ready for taking with `take_response`. There is342       * no registered notification call.343       * 344       * \[ id, response \]345       **/346      ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;347      /**348       * Received query response has been read and removed.349       * 350       * \[ id \]351       **/352      ResponseTaken: AugmentedEvent<ApiType, [u64]>;353      /**354       * A XCM message was sent.355       * 356       * \[ origin, destination, message \]357       **/358      Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;359      /**360       * The supported version of a location has been changed. This might be through an361       * automatic notification or a manual intervention.362       * 363       * \[ location, XCM version \]364       **/365      SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;366      /**367       * Query response received which does not match a registered query. This may be because a368       * matching query was never registered, it may be because it is a duplicate response, or369       * because the query timed out.370       * 371       * \[ origin location, id \]372       **/373      UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;374      /**375       * An XCM version change notification message has been attempted to be sent.376       * 377       * \[ destination, result \]378       **/379      VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;380      /**381       * Generic event382       **/383      [key: string]: AugmentedEvent<ApiType>;384    };385    rmrkCore: {386      CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;387      CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;388      CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;389      IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;390      NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;391      NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;392      NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;393      NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;394      NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;395      PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;396      PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;397      ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;398      ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;399      ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;400      ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;401      /**402       * Generic event403       **/404      [key: string]: AugmentedEvent<ApiType>;405    };406    rmrkEquip: {407      BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;408      EquippablesUpdated: AugmentedEvent<ApiType, [baseId: u32, slotId: u32], { baseId: u32, slotId: u32 }>;409      /**410       * Generic event411       **/412      [key: string]: AugmentedEvent<ApiType>;413    };414    scheduler: {415      /**416       * The call for the provided hash was not found so the task has been aborted.417       **/418      CallLookupFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError }>;419      /**420       * Canceled some task.421       **/422      Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;423      /**424       * Dispatched some task.425       **/426      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> }>;427      /**428       * Scheduled some task.429       **/430      Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;431      /**432       * Generic event433       **/434      [key: string]: AugmentedEvent<ApiType>;435    };436    structure: {437      /**438       * Executed call on behalf of the token.439       **/440      Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;441      /**442       * Generic event443       **/444      [key: string]: AugmentedEvent<ApiType>;445    };446    sudo: {447      /**448       * The \[sudoer\] just switched identity; the old key is supplied if one existed.449       **/450      KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;451      /**452       * A sudo just took place. \[result\]453       **/454      Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;455      /**456       * A sudo just took place. \[result\]457       **/458      SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;459      /**460       * Generic event461       **/462      [key: string]: AugmentedEvent<ApiType>;463    };464    system: {465      /**466       * `:code` was updated.467       **/468      CodeUpdated: AugmentedEvent<ApiType, []>;469      /**470       * An extrinsic failed.471       **/472      ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo }>;473      /**474       * An extrinsic completed successfully.475       **/476      ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchInfo: FrameSupportWeightsDispatchInfo }>;477      /**478       * An account was reaped.479       **/480      KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;481      /**482       * A new account was created.483       **/484      NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;485      /**486       * On on-chain remark happened.487       **/488      Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;489      /**490       * Generic event491       **/492      [key: string]: AugmentedEvent<ApiType>;493    };494    tokens: {495      /**496       * A balance was set by root.497       **/498      BalanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, free: u128, reserved: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, free: u128, reserved: u128 }>;499      /**500       * Deposited some balance into an account501       **/502      Deposited: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128 }>;503      /**504       * An account was removed whose balance was non-zero but below505       * ExistentialDeposit, resulting in an outright loss.506       **/507      DustLost: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128 }>;508      /**509       * An account was created with some free balance.510       **/511      Endowed: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128 }>;512      /**513       * Some locked funds were unlocked514       **/515      LockRemoved: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeingAssetsAssetIds, who: AccountId32], { lockId: U8aFixed, currencyId: PalletForeingAssetsAssetIds, who: AccountId32 }>;516      /**517       * Some funds are locked518       **/519      LockSet: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128], { lockId: U8aFixed, currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128 }>;520      /**521       * Some balance was reserved (moved from free to reserved).522       **/523      Reserved: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128 }>;524      /**525       * Some reserved balance was repatriated (moved from reserved to526       * another account).527       **/528      ReserveRepatriated: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus], { currencyId: PalletForeingAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus }>;529      /**530       * Some balances were slashed (e.g. due to mis-behavior)531       **/532      Slashed: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128 }>;533      /**534       * The total issuance of an currency has been set535       **/536      TotalIssuanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, amount: u128], { currencyId: PalletForeingAssetsAssetIds, amount: u128 }>;537      /**538       * Transfer succeeded.539       **/540      Transfer: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128], { currencyId: PalletForeingAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128 }>;541      /**542       * Some balance was unreserved (moved from reserved to free).543       **/544      Unreserved: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128 }>;545      /**546       * Some balances were withdrawn (e.g. pay for transaction fee)547       **/548      Withdrawn: AugmentedEvent<ApiType, [currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeingAssetsAssetIds, who: AccountId32, amount: u128 }>;549      /**550       * Generic event551       **/552      [key: string]: AugmentedEvent<ApiType>;553    };554    transactionPayment: {555      /**556       * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,557       * has been paid by `who`.558       **/559      TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;560      /**561       * Generic event562       **/563      [key: string]: AugmentedEvent<ApiType>;564    };565    treasury: {566      /**567       * Some funds have been allocated.568       **/569      Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;570      /**571       * Some of our funds have been burnt.572       **/573      Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;574      /**575       * Some funds have been deposited.576       **/577      Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;578      /**579       * New proposal.580       **/581      Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;582      /**583       * A proposal was rejected; funds were slashed.584       **/585      Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;586      /**587       * Spending has finished; this is the amount that rolls over until next spend.588       **/589      Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;590      /**591       * A new spend proposal has been approved.592       **/593      SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;594      /**595       * We have ended a spend period and will now allocate funds.596       **/597      Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;598      /**599       * Generic event600       **/601      [key: string]: AugmentedEvent<ApiType>;602    };603    unique: {604      /**605       * Address was added to the allow list606       * 607       * # Arguments608       * * collection_id: ID of the affected collection.609       * * user: Address of the added account.610       **/611      AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;612      /**613       * Address was removed from the allow list614       * 615       * # Arguments616       * * collection_id: ID of the affected collection.617       * * user: Address of the removed account.618       **/619      AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;620      /**621       * Collection admin was added622       * 623       * # Arguments624       * * collection_id: ID of the affected collection.625       * * admin: Admin address.626       **/627      CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;628      /**629       * Collection admin was removed630       * 631       * # Arguments632       * * collection_id: ID of the affected collection.633       * * admin: Removed admin address.634       **/635      CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;636      /**637       * Collection limits were set638       * 639       * # Arguments640       * * collection_id: ID of the affected collection.641       **/642      CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;643      /**644       * Collection owned was changed645       * 646       * # Arguments647       * * collection_id: ID of the affected collection.648       * * owner: New owner address.649       **/650      CollectionOwnedChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;651      /**652       * Collection permissions were set653       * 654       * # Arguments655       * * collection_id: ID of the affected collection.656       **/657      CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;658      /**659       * Collection sponsor was removed660       * 661       * # Arguments662       * * collection_id: ID of the affected collection.663       **/664      CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;665      /**666       * Collection sponsor was set667       * 668       * # Arguments669       * * collection_id: ID of the affected collection.670       * * owner: New sponsor address.671       **/672      CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;673      /**674       * New sponsor was confirm675       * 676       * # Arguments677       * * collection_id: ID of the affected collection.678       * * sponsor: New sponsor address.679       **/680      SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;681      /**682       * Generic event683       **/684      [key: string]: AugmentedEvent<ApiType>;685    };686    vesting: {687      /**688       * Claimed vesting.689       **/690      Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;691      /**692       * Added new vesting schedule.693       **/694      VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;695      /**696       * Updated vesting schedules.697       **/698      VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;699      /**700       * Generic event701       **/702      [key: string]: AugmentedEvent<ApiType>;703    };704    xcmpQueue: {705      /**706       * Bad XCM format used.707       **/708      BadFormat: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;709      /**710       * Bad XCM version used.711       **/712      BadVersion: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;713      /**714       * Some XCM failed.715       **/716      Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: u64], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: u64 }>;717      /**718       * An XCM exceeded the individual message weight budget.719       **/720      OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: u64], { sender: u32, sentAt: u32, index: u64, required: u64 }>;721      /**722       * An XCM from the overweight queue was executed with the given actual weight used.723       **/724      OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: u64], { index: u64, used: u64 }>;725      /**726       * Some XCM was executed ok.727       **/728      Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: u64], { messageHash: Option<H256>, weight: u64 }>;729      /**730       * An upward message was sent to the relay chain.731       **/732      UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;733      /**734       * An HRMP message was sent to a sibling parachain.735       **/736      XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;737      /**738       * Generic event739       **/740      [key: string]: AugmentedEvent<ApiType>;741    };742    xTokens: {743      /**744       * Transferred `MultiAsset` with fee.745       **/746      TransferredMultiAssets: AugmentedEvent<ApiType, [sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation], { sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation }>;747      /**748       * Generic event749       **/750      [key: string]: AugmentedEvent<ApiType>;751    };752  } // AugmentedEvents753} // declare module