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

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, Weight } from '@polkadot/types/interfaces/runtime';12import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportScheduleLookupError, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, 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    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       * Amount pieces of token owned by `sender` was approved for `spender`.107       **/108      Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;109      /**110       * New collection was created111       **/112      CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;113      /**114       * New collection was destroyed115       **/116      CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;117      /**118       * The property has been deleted.119       **/120      CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;121      /**122       * The colletion property has been added or edited.123       **/124      CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;125      /**126       * New item was created.127       **/128      ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;129      /**130       * Collection item was burned.131       **/132      ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;133      /**134       * The token property permission of a collection has been set.135       **/136      PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;137      /**138       * The token property has been deleted.139       **/140      TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;141      /**142       * The token property has been added or edited.143       **/144      TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;145      /**146       * Item was transferred147       **/148      Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;149      /**150       * Generic event151       **/152      [key: string]: AugmentedEvent<ApiType>;153    };154    cumulusXcm: {155      /**156       * Downward message executed with the given outcome.157       * \[ id, outcome \]158       **/159      ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;160      /**161       * Downward message is invalid XCM.162       * \[ id \]163       **/164      InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;165      /**166       * Downward message is unsupported version of XCM.167       * \[ id \]168       **/169      UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;170      /**171       * Generic event172       **/173      [key: string]: AugmentedEvent<ApiType>;174    };175    dmpQueue: {176      /**177       * Downward message executed with the given outcome.178       **/179      ExecutedDownward: AugmentedEvent<ApiType, [messageId: U8aFixed, outcome: XcmV2TraitsOutcome], { messageId: U8aFixed, outcome: XcmV2TraitsOutcome }>;180      /**181       * Downward message is invalid XCM.182       **/183      InvalidFormat: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;184      /**185       * Downward message is overweight and was placed in the overweight queue.186       **/187      OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight }>;188      /**189       * Downward message from the overweight queue was executed.190       **/191      OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: Weight], { overweightIndex: u64, weightUsed: Weight }>;192      /**193       * Downward message is unsupported version of XCM.194       **/195      UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;196      /**197       * The weight limit for handling downward messages was reached.198       **/199      WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight], { messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight }>;200      /**201       * Generic event202       **/203      [key: string]: AugmentedEvent<ApiType>;204    };205    ethereum: {206      /**207       * An ethereum transaction was successfully executed.208       **/209      Executed: AugmentedEvent<ApiType, [from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason], { from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason }>;210      /**211       * Generic event212       **/213      [key: string]: AugmentedEvent<ApiType>;214    };215    evm: {216      /**217       * A contract has been created at given address.218       **/219      Created: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;220      /**221       * A contract was attempted to be created, but the execution failed.222       **/223      CreatedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;224      /**225       * A contract has been executed successfully with states applied.226       **/227      Executed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;228      /**229       * A contract has been executed with errors. States are reverted with only gas fees applied.230       **/231      ExecutedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;232      /**233       * Ethereum events from contracts.234       **/235      Log: AugmentedEvent<ApiType, [log: EthereumLog], { log: EthereumLog }>;236      /**237       * Generic event238       **/239      [key: string]: AugmentedEvent<ApiType>;240    };241    evmContractHelpers: {242      /**243       * Collection sponsor was removed.244       **/245      ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;246      /**247       * Contract sponsor was set.248       **/249      ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;250      /**251       * New sponsor was confirm.252       **/253      ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;254      /**255       * Generic event256       **/257      [key: string]: AugmentedEvent<ApiType>;258    };259    foreignAssets: {260      /**261       * The asset registered.262       **/263      AssetRegistered: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;264      /**265       * The asset updated.266       **/267      AssetUpdated: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;268      /**269       * The foreign asset registered.270       **/271      ForeignAssetRegistered: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;272      /**273       * The foreign asset updated.274       **/275      ForeignAssetUpdated: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;276      /**277       * Generic event278       **/279      [key: string]: AugmentedEvent<ApiType>;280    };281    maintenance: {282      MaintenanceDisabled: AugmentedEvent<ApiType, []>;283      MaintenanceEnabled: AugmentedEvent<ApiType, []>;284      /**285       * Generic event286       **/287      [key: string]: AugmentedEvent<ApiType>;288    };289    parachainSystem: {290      /**291       * Downward messages were processed using the given weight.292       **/293      DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: Weight, dmqHead: H256], { weightUsed: Weight, dmqHead: H256 }>;294      /**295       * Some downward messages have been received and will be processed.296       **/297      DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;298      /**299       * An upgrade has been authorized.300       **/301      UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;302      /**303       * The validation function was applied as of the contained relay chain block number.304       **/305      ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;306      /**307       * The relay-chain aborted the upgrade process.308       **/309      ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;310      /**311       * The validation function has been scheduled to apply.312       **/313      ValidationFunctionStored: AugmentedEvent<ApiType, []>;314      /**315       * Generic event316       **/317      [key: string]: AugmentedEvent<ApiType>;318    };319    polkadotXcm: {320      /**321       * Some assets have been placed in an asset trap.322       * 323       * \[ hash, origin, assets \]324       **/325      AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;326      /**327       * Execution of an XCM message was attempted.328       * 329       * \[ outcome \]330       **/331      Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;332      /**333       * Expected query response has been received but the origin location of the response does334       * not match that expected. The query remains registered for a later, valid, response to335       * be received and acted upon.336       * 337       * \[ origin location, id, expected location \]338       **/339      InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;340      /**341       * Expected query response has been received but the expected origin location placed in342       * storage by this runtime previously cannot be decoded. The query remains registered.343       * 344       * This is unexpected (since a location placed in storage in a previously executing345       * runtime should be readable prior to query timeout) and dangerous since the possibly346       * valid response will be dropped. Manual governance intervention is probably going to be347       * needed.348       * 349       * \[ origin location, id \]350       **/351      InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;352      /**353       * Query response has been received and query is removed. The registered notification has354       * been dispatched and executed successfully.355       * 356       * \[ id, pallet index, call index \]357       **/358      Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;359      /**360       * Query response has been received and query is removed. The dispatch was unable to be361       * decoded into a `Call`; this might be due to dispatch function having a signature which362       * is not `(origin, QueryId, Response)`.363       * 364       * \[ id, pallet index, call index \]365       **/366      NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;367      /**368       * Query response has been received and query is removed. There was a general error with369       * dispatching the notification call.370       * 371       * \[ id, pallet index, call index \]372       **/373      NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;374      /**375       * Query response has been received and query is removed. The registered notification could376       * not be dispatched because the dispatch weight is greater than the maximum weight377       * originally budgeted by this runtime for the query result.378       * 379       * \[ id, pallet index, call index, actual weight, max budgeted weight \]380       **/381      NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, Weight, Weight]>;382      /**383       * A given location which had a version change subscription was dropped owing to an error384       * migrating the location to our new XCM format.385       * 386       * \[ location, query ID \]387       **/388      NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;389      /**390       * A given location which had a version change subscription was dropped owing to an error391       * sending the notification to it.392       * 393       * \[ location, query ID, error \]394       **/395      NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;396      /**397       * Query response has been received and is ready for taking with `take_response`. There is398       * no registered notification call.399       * 400       * \[ id, response \]401       **/402      ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;403      /**404       * Received query response has been read and removed.405       * 406       * \[ id \]407       **/408      ResponseTaken: AugmentedEvent<ApiType, [u64]>;409      /**410       * A XCM message was sent.411       * 412       * \[ origin, destination, message \]413       **/414      Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;415      /**416       * The supported version of a location has been changed. This might be through an417       * automatic notification or a manual intervention.418       * 419       * \[ location, XCM version \]420       **/421      SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;422      /**423       * Query response received which does not match a registered query. This may be because a424       * matching query was never registered, it may be because it is a duplicate response, or425       * because the query timed out.426       * 427       * \[ origin location, id \]428       **/429      UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;430      /**431       * An XCM version change notification message has been attempted to be sent.432       * 433       * \[ destination, result \]434       **/435      VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;436      /**437       * Generic event438       **/439      [key: string]: AugmentedEvent<ApiType>;440    };441    rmrkCore: {442      CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;443      CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;444      CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;445      IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;446      NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;447      NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;448      NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;449      NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;450      NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;451      PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;452      PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;453      ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;454      ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;455      ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;456      ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;457      /**458       * Generic event459       **/460      [key: string]: AugmentedEvent<ApiType>;461    };462    rmrkEquip: {463      BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;464      EquippablesUpdated: AugmentedEvent<ApiType, [baseId: u32, slotId: u32], { baseId: u32, slotId: u32 }>;465      /**466       * Generic event467       **/468      [key: string]: AugmentedEvent<ApiType>;469    };470    scheduler: {471      /**472       * The call for the provided hash was not found so the task has been aborted.473       **/474      CallLookupFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError }>;475      /**476       * Canceled some task.477       **/478      Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;479      /**480       * Dispatched some task.481       **/482      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> }>;483      /**484       * Scheduled task's priority has changed485       **/486      PriorityChanged: AugmentedEvent<ApiType, [when: u32, index: u32, priority: u8], { when: u32, index: u32, priority: u8 }>;487      /**488       * Scheduled some task.489       **/490      Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;491      /**492       * Generic event493       **/494      [key: string]: AugmentedEvent<ApiType>;495    };496    structure: {497      /**498       * Executed call on behalf of the token.499       **/500      Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;501      /**502       * Generic event503       **/504      [key: string]: AugmentedEvent<ApiType>;505    };506    sudo: {507      /**508       * The \[sudoer\] just switched identity; the old key is supplied if one existed.509       **/510      KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;511      /**512       * A sudo just took place. \[result\]513       **/514      Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;515      /**516       * A sudo just took place. \[result\]517       **/518      SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;519      /**520       * Generic event521       **/522      [key: string]: AugmentedEvent<ApiType>;523    };524    system: {525      /**526       * `:code` was updated.527       **/528      CodeUpdated: AugmentedEvent<ApiType, []>;529      /**530       * An extrinsic failed.531       **/532      ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo }>;533      /**534       * An extrinsic completed successfully.535       **/536      ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo }>;537      /**538       * An account was reaped.539       **/540      KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;541      /**542       * A new account was created.543       **/544      NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;545      /**546       * On on-chain remark happened.547       **/548      Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;549      /**550       * Generic event551       **/552      [key: string]: AugmentedEvent<ApiType>;553    };554    testUtils: {555      ShouldRollback: AugmentedEvent<ApiType, []>;556      ValueIsSet: AugmentedEvent<ApiType, []>;557      /**558       * Generic event559       **/560      [key: string]: AugmentedEvent<ApiType>;561    };562    tokens: {563      /**564       * A balance was set by root.565       **/566      BalanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128 }>;567      /**568       * Deposited some balance into an account569       **/570      Deposited: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;571      /**572       * An account was removed whose balance was non-zero but below573       * ExistentialDeposit, resulting in an outright loss.574       **/575      DustLost: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;576      /**577       * An account was created with some free balance.578       **/579      Endowed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;580      /**581       * Some locked funds were unlocked582       **/583      LockRemoved: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32 }>;584      /**585       * Some funds are locked586       **/587      LockSet: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;588      /**589       * Some balance was reserved (moved from free to reserved).590       **/591      Reserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;592      /**593       * Some reserved balance was repatriated (moved from reserved to594       * another account).595       **/596      ReserveRepatriated: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus }>;597      /**598       * Some balances were slashed (e.g. due to mis-behavior)599       **/600      Slashed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128 }>;601      /**602       * The total issuance of an currency has been set603       **/604      TotalIssuanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, amount: u128], { currencyId: PalletForeignAssetsAssetIds, amount: u128 }>;605      /**606       * Transfer succeeded.607       **/608      Transfer: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128 }>;609      /**610       * Some balance was unreserved (moved from reserved to free).611       **/612      Unreserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;613      /**614       * Some balances were withdrawn (e.g. pay for transaction fee)615       **/616      Withdrawn: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;617      /**618       * Generic event619       **/620      [key: string]: AugmentedEvent<ApiType>;621    };622    transactionPayment: {623      /**624       * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,625       * has been paid by `who`.626       **/627      TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;628      /**629       * Generic event630       **/631      [key: string]: AugmentedEvent<ApiType>;632    };633    treasury: {634      /**635       * Some funds have been allocated.636       **/637      Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;638      /**639       * Some of our funds have been burnt.640       **/641      Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;642      /**643       * Some funds have been deposited.644       **/645      Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;646      /**647       * New proposal.648       **/649      Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;650      /**651       * A proposal was rejected; funds were slashed.652       **/653      Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;654      /**655       * Spending has finished; this is the amount that rolls over until next spend.656       **/657      Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;658      /**659       * A new spend proposal has been approved.660       **/661      SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;662      /**663       * We have ended a spend period and will now allocate funds.664       **/665      Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;666      /**667       * Generic event668       **/669      [key: string]: AugmentedEvent<ApiType>;670    };671    unique: {672      /**673       * Address was added to the allow list674       * 675       * # Arguments676       * * collection_id: ID of the affected collection.677       * * user: Address of the added account.678       **/679      AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;680      /**681       * Address was removed from the allow list682       * 683       * # Arguments684       * * collection_id: ID of the affected collection.685       * * user: Address of the removed account.686       **/687      AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;688      /**689       * Collection admin was added690       * 691       * # Arguments692       * * collection_id: ID of the affected collection.693       * * admin: Admin address.694       **/695      CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;696      /**697       * Collection admin was removed698       * 699       * # Arguments700       * * collection_id: ID of the affected collection.701       * * admin: Removed admin address.702       **/703      CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;704      /**705       * Collection limits were set706       * 707       * # Arguments708       * * collection_id: ID of the affected collection.709       **/710      CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;711      /**712       * Collection owned was changed713       * 714       * # Arguments715       * * collection_id: ID of the affected collection.716       * * owner: New owner address.717       **/718      CollectionOwnedChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;719      /**720       * Collection permissions were set721       * 722       * # Arguments723       * * collection_id: ID of the affected collection.724       **/725      CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;726      /**727       * Collection sponsor was removed728       * 729       * # Arguments730       * * collection_id: ID of the affected collection.731       **/732      CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;733      /**734       * Collection sponsor was set735       * 736       * # Arguments737       * * collection_id: ID of the affected collection.738       * * owner: New sponsor address.739       **/740      CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;741      /**742       * New sponsor was confirm743       * 744       * # Arguments745       * * collection_id: ID of the affected collection.746       * * sponsor: New sponsor address.747       **/748      SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;749      /**750       * Generic event751       **/752      [key: string]: AugmentedEvent<ApiType>;753    };754    vesting: {755      /**756       * Claimed vesting.757       **/758      Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;759      /**760       * Added new vesting schedule.761       **/762      VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;763      /**764       * Updated vesting schedules.765       **/766      VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;767      /**768       * Generic event769       **/770      [key: string]: AugmentedEvent<ApiType>;771    };772    xcmpQueue: {773      /**774       * Bad XCM format used.775       **/776      BadFormat: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;777      /**778       * Bad XCM version used.779       **/780      BadVersion: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;781      /**782       * Some XCM failed.783       **/784      Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight }>;785      /**786       * An XCM exceeded the individual message weight budget.787       **/788      OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: Weight], { sender: u32, sentAt: u32, index: u64, required: Weight }>;789      /**790       * An XCM from the overweight queue was executed with the given actual weight used.791       **/792      OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: Weight], { index: u64, used: Weight }>;793      /**794       * Some XCM was executed ok.795       **/796      Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: Weight], { messageHash: Option<H256>, weight: Weight }>;797      /**798       * An upward message was sent to the relay chain.799       **/800      UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;801      /**802       * An HRMP message was sent to a sibling parachain.803       **/804      XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;805      /**806       * Generic event807       **/808      [key: string]: AugmentedEvent<ApiType>;809    };810    xTokens: {811      /**812       * Transferred `MultiAsset` with fee.813       **/814      TransferredMultiAssets: AugmentedEvent<ApiType, [sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation], { sender: AccountId32, assets: XcmV1MultiassetMultiAssets, fee: XcmV1MultiAsset, dest: XcmV1MultiLocation }>;815      /**816       * Generic event817       **/818      [key: string]: AugmentedEvent<ApiType>;819    };820  } // AugmentedEvents821} // declare module