git.delta.rocks / unique-network / refs/commits / 49715db9bd2d

difftreelog

source

tests/src/interfaces/augment-api-events.ts34.0 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 { AccountId32, H160, H256, Weight } from '@polkadot/types/interfaces/runtime';11import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';1213export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;1415declare module '@polkadot/api-base/types/events' {16  interface AugmentedEvents<ApiType extends ApiTypes> {17    appPromotion: {18      /**19       * The admin was set20       * 21       * # Arguments22       * * AccountId: account address of the admin23       **/24      SetAdmin: AugmentedEvent<ApiType, [AccountId32]>;25      /**26       * Staking was performed27       * 28       * # Arguments29       * * AccountId: account of the staker30       * * Balance : staking amount31       **/32      Stake: AugmentedEvent<ApiType, [AccountId32, u128]>;33      /**34       * Staking recalculation was performed35       * 36       * # Arguments37       * * AccountId: account of the staker.38       * * Balance : recalculation base39       * * Balance : total income40       **/41      StakingRecalculation: AugmentedEvent<ApiType, [AccountId32, u128, u128]>;42      /**43       * Unstaking was performed44       * 45       * # Arguments46       * * AccountId: account of the staker47       * * Balance : unstaking amount48       **/49      Unstake: AugmentedEvent<ApiType, [AccountId32, u128]>;50      /**51       * Generic event52       **/53      [key: string]: AugmentedEvent<ApiType>;54    };55    balances: {56      /**57       * A balance was set by root.58       **/59      BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128, reserved: u128], { who: AccountId32, free: u128, reserved: u128 }>;60      /**61       * Some amount was deposited (e.g. for transaction fees).62       **/63      Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;64      /**65       * An account was removed whose balance was non-zero but below ExistentialDeposit,66       * resulting in an outright loss.67       **/68      DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;69      /**70       * An account was created with some free balance.71       **/72      Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;73      /**74       * Some balance was reserved (moved from free to reserved).75       **/76      Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;77      /**78       * Some balance was moved from the reserve of the first account to the second account.79       * Final argument indicates the destination balance type.80       **/81      ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;82      /**83       * Some amount was removed from the account (e.g. for misbehavior).84       **/85      Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;86      /**87       * Transfer succeeded.88       **/89      Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;90      /**91       * Some balance was unreserved (moved from reserved to free).92       **/93      Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;94      /**95       * Some amount was withdrawn from the account (e.g. for transaction fees).96       **/97      Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;98      /**99       * Generic event100       **/101      [key: string]: AugmentedEvent<ApiType>;102    };103    common: {104      /**105       * Amount pieces of token owned by `sender` was approved for `spender`.106       **/107      Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;108      /**109       * New collection was created110       **/111      CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;112      /**113       * New collection was destroyed114       **/115      CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;116      /**117       * The property has been deleted.118       **/119      CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;120      /**121       * The colletion property has been added or edited.122       **/123      CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;124      /**125       * New item was created.126       **/127      ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;128      /**129       * Collection item was burned.130       **/131      ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;132      /**133       * The token property permission of a collection has been set.134       **/135      PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;136      /**137       * The token property has been deleted.138       **/139      TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;140      /**141       * The token property has been added or edited.142       **/143      TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;144      /**145       * Item was transferred146       **/147      Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;148      /**149       * Generic event150       **/151      [key: string]: AugmentedEvent<ApiType>;152    };153    cumulusXcm: {154      /**155       * Downward message executed with the given outcome.156       * \[ id, outcome \]157       **/158      ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;159      /**160       * Downward message is invalid XCM.161       * \[ id \]162       **/163      InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;164      /**165       * Downward message is unsupported version of XCM.166       * \[ id \]167       **/168      UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;169      /**170       * Generic event171       **/172      [key: string]: AugmentedEvent<ApiType>;173    };174    dmpQueue: {175      /**176       * Downward message executed with the given outcome.177       **/178      ExecutedDownward: AugmentedEvent<ApiType, [messageId: U8aFixed, outcome: XcmV2TraitsOutcome], { messageId: U8aFixed, outcome: XcmV2TraitsOutcome }>;179      /**180       * Downward message is invalid XCM.181       **/182      InvalidFormat: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;183      /**184       * Downward message is overweight and was placed in the overweight queue.185       **/186      OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight }>;187      /**188       * Downward message from the overweight queue was executed.189       **/190      OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: Weight], { overweightIndex: u64, weightUsed: Weight }>;191      /**192       * Downward message is unsupported version of XCM.193       **/194      UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;195      /**196       * The weight limit for handling downward messages was reached.197       **/198      WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight], { messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight }>;199      /**200       * Generic event201       **/202      [key: string]: AugmentedEvent<ApiType>;203    };204    ethereum: {205      /**206       * An ethereum transaction was successfully executed. [from, to/contract_address, transaction_hash, exit_reason]207       **/208      Executed: AugmentedEvent<ApiType, [H160, H160, H256, EvmCoreErrorExitReason]>;209      /**210       * Generic event211       **/212      [key: string]: AugmentedEvent<ApiType>;213    };214    evm: {215      /**216       * A deposit has been made at a given address. \[sender, address, value\]217       **/218      BalanceDeposit: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;219      /**220       * A withdrawal has been made from a given address. \[sender, address, value\]221       **/222      BalanceWithdraw: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;223      /**224       * A contract has been created at given \[address\].225       **/226      Created: AugmentedEvent<ApiType, [H160]>;227      /**228       * A \[contract\] was attempted to be created, but the execution failed.229       **/230      CreatedFailed: AugmentedEvent<ApiType, [H160]>;231      /**232       * A \[contract\] has been executed successfully with states applied.233       **/234      Executed: AugmentedEvent<ApiType, [H160]>;235      /**236       * A \[contract\] has been executed with errors. States are reverted with only gas fees applied.237       **/238      ExecutedFailed: AugmentedEvent<ApiType, [H160]>;239      /**240       * Ethereum events from contracts.241       **/242      Log: AugmentedEvent<ApiType, [EthereumLog]>;243      /**244       * Generic event245       **/246      [key: string]: AugmentedEvent<ApiType>;247    };248    evmContractHelpers: {249      /**250       * Collection sponsor was removed.251       **/252      ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;253      /**254       * Contract sponsor was set.255       **/256      ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;257      /**258       * New sponsor was confirm.259       **/260      ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;261      /**262       * Generic event263       **/264      [key: string]: AugmentedEvent<ApiType>;265    };266    foreignAssets: {267      /**268       * The asset registered.269       **/270      AssetRegistered: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;271      /**272       * The asset updated.273       **/274      AssetUpdated: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;275      /**276       * The foreign asset registered.277       **/278      ForeignAssetRegistered: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;279      /**280       * The foreign asset updated.281       **/282      ForeignAssetUpdated: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;283      /**284       * Generic event285       **/286      [key: string]: AugmentedEvent<ApiType>;287    };288    parachainSystem: {289      /**290       * Downward messages were processed using the given weight.291       **/292      DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: Weight, dmqHead: H256], { weightUsed: Weight, dmqHead: H256 }>;293      /**294       * Some downward messages have been received and will be processed.295       **/296      DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;297      /**298       * An upgrade has been authorized.299       **/300      UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;301      /**302       * The validation function was applied as of the contained relay chain block number.303       **/304      ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;305      /**306       * The relay-chain aborted the upgrade process.307       **/308      ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;309      /**310       * The validation function has been scheduled to apply.311       **/312      ValidationFunctionStored: AugmentedEvent<ApiType, []>;313      /**314       * Generic event315       **/316      [key: string]: AugmentedEvent<ApiType>;317    };318    polkadotXcm: {319      /**320       * Some assets have been placed in an asset trap.321       * 322       * \[ hash, origin, assets \]323       **/324      AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;325      /**326       * Execution of an XCM message was attempted.327       * 328       * \[ outcome \]329       **/330      Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;331      /**332       * Expected query response has been received but the origin location of the response does333       * not match that expected. The query remains registered for a later, valid, response to334       * be received and acted upon.335       * 336       * \[ origin location, id, expected location \]337       **/338      InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;339      /**340       * Expected query response has been received but the expected origin location placed in341       * storage by this runtime previously cannot be decoded. The query remains registered.342       * 343       * This is unexpected (since a location placed in storage in a previously executing344       * runtime should be readable prior to query timeout) and dangerous since the possibly345       * valid response will be dropped. Manual governance intervention is probably going to be346       * needed.347       * 348       * \[ origin location, id \]349       **/350      InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;351      /**352       * Query response has been received and query is removed. The registered notification has353       * been dispatched and executed successfully.354       * 355       * \[ id, pallet index, call index \]356       **/357      Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;358      /**359       * Query response has been received and query is removed. The dispatch was unable to be360       * decoded into a `Call`; this might be due to dispatch function having a signature which361       * is not `(origin, QueryId, Response)`.362       * 363       * \[ id, pallet index, call index \]364       **/365      NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;366      /**367       * Query response has been received and query is removed. There was a general error with368       * dispatching the notification call.369       * 370       * \[ id, pallet index, call index \]371       **/372      NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;373      /**374       * Query response has been received and query is removed. The registered notification could375       * not be dispatched because the dispatch weight is greater than the maximum weight376       * originally budgeted by this runtime for the query result.377       * 378       * \[ id, pallet index, call index, actual weight, max budgeted weight \]379       **/380      NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, Weight, Weight]>;381      /**382       * A given location which had a version change subscription was dropped owing to an error383       * migrating the location to our new XCM format.384       * 385       * \[ location, query ID \]386       **/387      NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;388      /**389       * A given location which had a version change subscription was dropped owing to an error390       * sending the notification to it.391       * 392       * \[ location, query ID, error \]393       **/394      NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;395      /**396       * Query response has been received and is ready for taking with `take_response`. There is397       * no registered notification call.398       * 399       * \[ id, response \]400       **/401      ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;402      /**403       * Received query response has been read and removed.404       * 405       * \[ id \]406       **/407      ResponseTaken: AugmentedEvent<ApiType, [u64]>;408      /**409       * A XCM message was sent.410       * 411       * \[ origin, destination, message \]412       **/413      Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;414      /**415       * The supported version of a location has been changed. This might be through an416       * automatic notification or a manual intervention.417       * 418       * \[ location, XCM version \]419       **/420      SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;421      /**422       * Query response received which does not match a registered query. This may be because a423       * matching query was never registered, it may be because it is a duplicate response, or424       * because the query timed out.425       * 426       * \[ origin location, id \]427       **/428      UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;429      /**430       * An XCM version change notification message has been attempted to be sent.431       * 432       * \[ destination, result \]433       **/434      VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;435      /**436       * Generic event437       **/438      [key: string]: AugmentedEvent<ApiType>;439    };440    rmrkCore: {441      CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;442      CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;443      CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;444      IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;445      NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;446      NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;447      NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;448      NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;449      NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;450      PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;451      PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;452      ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;453      ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;454      ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;455      ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;456      /**457       * Generic event458       **/459      [key: string]: AugmentedEvent<ApiType>;460    };461    rmrkEquip: {462      BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;463      EquippablesUpdated: AugmentedEvent<ApiType, [baseId: u32, slotId: u32], { baseId: u32, slotId: u32 }>;464      /**465       * Generic event466       **/467      [key: string]: AugmentedEvent<ApiType>;468    };469    structure: {470      /**471       * Executed call on behalf of the token.472       **/473      Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;474      /**475       * Generic event476       **/477      [key: string]: AugmentedEvent<ApiType>;478    };479    sudo: {480      /**481       * The \[sudoer\] just switched identity; the old key is supplied if one existed.482       **/483      KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;484      /**485       * A sudo just took place. \[result\]486       **/487      Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;488      /**489       * A sudo just took place. \[result\]490       **/491      SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;492      /**493       * Generic event494       **/495      [key: string]: AugmentedEvent<ApiType>;496    };497    system: {498      /**499       * `:code` was updated.500       **/501      CodeUpdated: AugmentedEvent<ApiType, []>;502      /**503       * An extrinsic failed.504       **/505      ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo }>;506      /**507       * An extrinsic completed successfully.508       **/509      ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo }>;510      /**511       * An account was reaped.512       **/513      KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;514      /**515       * A new account was created.516       **/517      NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;518      /**519       * On on-chain remark happened.520       **/521      Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;522      /**523       * Generic event524       **/525      [key: string]: AugmentedEvent<ApiType>;526    };527    tokens: {528      /**529       * A balance was set by root.530       **/531      BalanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128 }>;532      /**533       * Deposited some balance into an account534       **/535      Deposited: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;536      /**537       * An account was removed whose balance was non-zero but below538       * ExistentialDeposit, resulting in an outright loss.539       **/540      DustLost: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;541      /**542       * An account was created with some free balance.543       **/544      Endowed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;545      /**546       * Some locked funds were unlocked547       **/548      LockRemoved: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32 }>;549      /**550       * Some funds are locked551       **/552      LockSet: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;553      /**554       * Some balance was reserved (moved from free to reserved).555       **/556      Reserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;557      /**558       * Some reserved balance was repatriated (moved from reserved to559       * another account).560       **/561      ReserveRepatriated: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus }>;562      /**563       * Some balances were slashed (e.g. due to mis-behavior)564       **/565      Slashed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128 }>;566      /**567       * The total issuance of an currency has been set568       **/569      TotalIssuanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, amount: u128], { currencyId: PalletForeignAssetsAssetIds, amount: u128 }>;570      /**571       * Transfer succeeded.572       **/573      Transfer: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128 }>;574      /**575       * Some balance was unreserved (moved from reserved to free).576       **/577      Unreserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;578      /**579       * Some balances were withdrawn (e.g. pay for transaction fee)580       **/581      Withdrawn: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;582      /**583       * Generic event584       **/585      [key: string]: AugmentedEvent<ApiType>;586    };587    transactionPayment: {588      /**589       * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,590       * has been paid by `who`.591       **/592      TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;593      /**594       * Generic event595       **/596      [key: string]: AugmentedEvent<ApiType>;597    };598    treasury: {599      /**600       * Some funds have been allocated.601       **/602      Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;603      /**604       * Some of our funds have been burnt.605       **/606      Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;607      /**608       * Some funds have been deposited.609       **/610      Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;611      /**612       * New proposal.613       **/614      Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;615      /**616       * A proposal was rejected; funds were slashed.617       **/618      Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;619      /**620       * Spending has finished; this is the amount that rolls over until next spend.621       **/622      Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;623      /**624       * A new spend proposal has been approved.625       **/626      SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;627      /**628       * We have ended a spend period and will now allocate funds.629       **/630      Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;631      /**632       * Generic event633       **/634      [key: string]: AugmentedEvent<ApiType>;635    };636    unique: {637      /**638       * Address was added to the allow list639       * 640       * # Arguments641       * * collection_id: ID of the affected collection.642       * * user: Address of the added account.643       **/644      AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;645      /**646       * Address was removed from the allow list647       * 648       * # Arguments649       * * collection_id: ID of the affected collection.650       * * user: Address of the removed account.651       **/652      AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;653      /**654       * Collection admin was added655       * 656       * # Arguments657       * * collection_id: ID of the affected collection.658       * * admin: Admin address.659       **/660      CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;661      /**662       * Collection admin was removed663       * 664       * # Arguments665       * * collection_id: ID of the affected collection.666       * * admin: Removed admin address.667       **/668      CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;669      /**670       * Collection limits were set671       * 672       * # Arguments673       * * collection_id: ID of the affected collection.674       **/675      CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;676      /**677       * Collection owned was changed678       * 679       * # Arguments680       * * collection_id: ID of the affected collection.681       * * owner: New owner address.682       **/683      CollectionOwnedChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;684      /**685       * Collection permissions were set686       * 687       * # Arguments688       * * collection_id: ID of the affected collection.689       **/690      CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;691      /**692       * Collection sponsor was removed693       * 694       * # Arguments695       * * collection_id: ID of the affected collection.696       **/697      CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;698      /**699       * Collection sponsor was set700       * 701       * # Arguments702       * * collection_id: ID of the affected collection.703       * * owner: New sponsor address.704       **/705      CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;706      /**707       * New sponsor was confirm708       * 709       * # Arguments710       * * collection_id: ID of the affected collection.711       * * sponsor: New sponsor address.712       **/713      SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;714      /**715       * Generic event716       **/717      [key: string]: AugmentedEvent<ApiType>;718    };719    vesting: {720      /**721       * Claimed vesting.722       **/723      Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;724      /**725       * Added new vesting schedule.726       **/727      VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;728      /**729       * Updated vesting schedules.730       **/731      VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;732      /**733       * Generic event734       **/735      [key: string]: AugmentedEvent<ApiType>;736    };737    xcmpQueue: {738      /**739       * Bad XCM format used.740       **/741      BadFormat: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;742      /**743       * Bad XCM version used.744       **/745      BadVersion: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;746      /**747       * Some XCM failed.748       **/749      Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight }>;750      /**751       * An XCM exceeded the individual message weight budget.752       **/753      OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: Weight], { sender: u32, sentAt: u32, index: u64, required: Weight }>;754      /**755       * An XCM from the overweight queue was executed with the given actual weight used.756       **/757      OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: Weight], { index: u64, used: Weight }>;758      /**759       * Some XCM was executed ok.760       **/761      Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: Weight], { messageHash: Option<H256>, weight: Weight }>;762      /**763       * An upward message was sent to the relay chain.764       **/765      UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;766      /**767       * An HRMP message was sent to a sibling parachain.768       **/769      XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;770      /**771       * Generic event772       **/773      [key: string]: AugmentedEvent<ApiType>;774    };775    xTokens: {776      /**777       * Transferred `MultiAsset` with fee.778       **/779      TransferredMultiAssets: AugmentedEvent<ApiType, [sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation], { sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation }>;780      /**781       * Generic event782       **/783      [key: string]: AugmentedEvent<ApiType>;784    };785  } // AugmentedEvents786} // declare module