git.delta.rocks / unique-network / refs/commits / 0d4bed32f053

difftreelog

source

tests/src/interfaces/augment-api-events.ts29.3 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, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, XcmV1MultiLocation, 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: ID of the admin24       **/25      SetAdmin: AugmentedEvent<ApiType, [AccountId32]>;26      /**27       * Staking was performed28       * 29       * # Arguments30       * * AccountId: ID of the staker31       * * Balance : staking amount32       **/33      Stake: AugmentedEvent<ApiType, [AccountId32, u128]>;34      /**35       * Staking recalculation was performed36       * 37       * # Arguments38       * * AccountId: ID 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: ID 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: u64], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64 }>;188      /**189       * Downward message from the overweight queue was executed.190       **/191      OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: u64], { overweightIndex: u64, weightUsed: u64 }>;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: u64, requiredWeight: u64], { messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64 }>;200      /**201       * Generic event202       **/203      [key: string]: AugmentedEvent<ApiType>;204    };205    ethereum: {206      /**207       * An ethereum transaction was successfully executed. [from, to/contract_address, transaction_hash, exit_reason]208       **/209      Executed: AugmentedEvent<ApiType, [H160, H160, H256, EvmCoreErrorExitReason]>;210      /**211       * Generic event212       **/213      [key: string]: AugmentedEvent<ApiType>;214    };215    evm: {216      /**217       * A deposit has been made at a given address. \[sender, address, value\]218       **/219      BalanceDeposit: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;220      /**221       * A withdrawal has been made from a given address. \[sender, address, value\]222       **/223      BalanceWithdraw: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;224      /**225       * A contract has been created at given \[address\].226       **/227      Created: AugmentedEvent<ApiType, [H160]>;228      /**229       * A \[contract\] was attempted to be created, but the execution failed.230       **/231      CreatedFailed: AugmentedEvent<ApiType, [H160]>;232      /**233       * A \[contract\] has been executed successfully with states applied.234       **/235      Executed: AugmentedEvent<ApiType, [H160]>;236      /**237       * A \[contract\] has been executed with errors. States are reverted with only gas fees applied.238       **/239      ExecutedFailed: AugmentedEvent<ApiType, [H160]>;240      /**241       * Ethereum events from contracts.242       **/243      Log: AugmentedEvent<ApiType, [EthereumLog]>;244      /**245       * Generic event246       **/247      [key: string]: AugmentedEvent<ApiType>;248    };249    evmContractHelpers: {250      /**251       * Collection sponsor was removed.252       **/253      ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;254      /**255       * Contract sponsor was set.256       **/257      ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;258      /**259       * New sponsor was confirm.260       **/261      ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;262      /**263       * Generic event264       **/265      [key: string]: AugmentedEvent<ApiType>;266    };267    parachainSystem: {268      /**269       * Downward messages were processed using the given weight.270       **/271      DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: u64, dmqHead: H256], { weightUsed: u64, dmqHead: H256 }>;272      /**273       * Some downward messages have been received and will be processed.274       **/275      DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;276      /**277       * An upgrade has been authorized.278       **/279      UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;280      /**281       * The validation function was applied as of the contained relay chain block number.282       **/283      ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;284      /**285       * The relay-chain aborted the upgrade process.286       **/287      ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;288      /**289       * The validation function has been scheduled to apply.290       **/291      ValidationFunctionStored: AugmentedEvent<ApiType, []>;292      /**293       * Generic event294       **/295      [key: string]: AugmentedEvent<ApiType>;296    };297    polkadotXcm: {298      /**299       * Some assets have been placed in an asset trap.300       * 301       * \[ hash, origin, assets \]302       **/303      AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;304      /**305       * Execution of an XCM message was attempted.306       * 307       * \[ outcome \]308       **/309      Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;310      /**311       * Expected query response has been received but the origin location of the response does312       * not match that expected. The query remains registered for a later, valid, response to313       * be received and acted upon.314       * 315       * \[ origin location, id, expected location \]316       **/317      InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;318      /**319       * Expected query response has been received but the expected origin location placed in320       * storage by this runtime previously cannot be decoded. The query remains registered.321       * 322       * This is unexpected (since a location placed in storage in a previously executing323       * runtime should be readable prior to query timeout) and dangerous since the possibly324       * valid response will be dropped. Manual governance intervention is probably going to be325       * needed.326       * 327       * \[ origin location, id \]328       **/329      InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;330      /**331       * Query response has been received and query is removed. The registered notification has332       * been dispatched and executed successfully.333       * 334       * \[ id, pallet index, call index \]335       **/336      Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;337      /**338       * Query response has been received and query is removed. The dispatch was unable to be339       * decoded into a `Call`; this might be due to dispatch function having a signature which340       * is not `(origin, QueryId, Response)`.341       * 342       * \[ id, pallet index, call index \]343       **/344      NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;345      /**346       * Query response has been received and query is removed. There was a general error with347       * dispatching the notification call.348       * 349       * \[ id, pallet index, call index \]350       **/351      NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;352      /**353       * Query response has been received and query is removed. The registered notification could354       * not be dispatched because the dispatch weight is greater than the maximum weight355       * originally budgeted by this runtime for the query result.356       * 357       * \[ id, pallet index, call index, actual weight, max budgeted weight \]358       **/359      NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, u64, u64]>;360      /**361       * A given location which had a version change subscription was dropped owing to an error362       * migrating the location to our new XCM format.363       * 364       * \[ location, query ID \]365       **/366      NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;367      /**368       * A given location which had a version change subscription was dropped owing to an error369       * sending the notification to it.370       * 371       * \[ location, query ID, error \]372       **/373      NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;374      /**375       * Query response has been received and is ready for taking with `take_response`. There is376       * no registered notification call.377       * 378       * \[ id, response \]379       **/380      ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;381      /**382       * Received query response has been read and removed.383       * 384       * \[ id \]385       **/386      ResponseTaken: AugmentedEvent<ApiType, [u64]>;387      /**388       * A XCM message was sent.389       * 390       * \[ origin, destination, message \]391       **/392      Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;393      /**394       * The supported version of a location has been changed. This might be through an395       * automatic notification or a manual intervention.396       * 397       * \[ location, XCM version \]398       **/399      SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;400      /**401       * Query response received which does not match a registered query. This may be because a402       * matching query was never registered, it may be because it is a duplicate response, or403       * because the query timed out.404       * 405       * \[ origin location, id \]406       **/407      UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;408      /**409       * An XCM version change notification message has been attempted to be sent.410       * 411       * \[ destination, result \]412       **/413      VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;414      /**415       * Generic event416       **/417      [key: string]: AugmentedEvent<ApiType>;418    };419    rmrkCore: {420      CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;421      CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;422      CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;423      IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;424      NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;425      NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;426      NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;427      NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;428      NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;429      PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;430      PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;431      ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;432      ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;433      ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;434      ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;435      /**436       * Generic event437       **/438      [key: string]: AugmentedEvent<ApiType>;439    };440    rmrkEquip: {441      BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;442      EquippablesUpdated: AugmentedEvent<ApiType, [baseId: u32, slotId: u32], { baseId: u32, slotId: u32 }>;443      /**444       * Generic event445       **/446      [key: string]: AugmentedEvent<ApiType>;447    };448    scheduler: {449      /**450       * The call for the provided hash was not found so the task has been aborted.451       **/452      CallLookupFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError }>;453      /**454       * Canceled some task.455       **/456      Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;457      /**458       * Dispatched some task.459       **/460      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> }>;461      /**462       * Scheduled some task.463       **/464      Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;465      /**466       * Generic event467       **/468      [key: string]: AugmentedEvent<ApiType>;469    };470    structure: {471      /**472       * Executed call on behalf of the token.473       **/474      Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;475      /**476       * Generic event477       **/478      [key: string]: AugmentedEvent<ApiType>;479    };480    sudo: {481      /**482       * The \[sudoer\] just switched identity; the old key is supplied if one existed.483       **/484      KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;485      /**486       * A sudo just took place. \[result\]487       **/488      Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;489      /**490       * A sudo just took place. \[result\]491       **/492      SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;493      /**494       * Generic event495       **/496      [key: string]: AugmentedEvent<ApiType>;497    };498    system: {499      /**500       * `:code` was updated.501       **/502      CodeUpdated: AugmentedEvent<ApiType, []>;503      /**504       * An extrinsic failed.505       **/506      ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo }>;507      /**508       * An extrinsic completed successfully.509       **/510      ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchInfo: FrameSupportWeightsDispatchInfo }>;511      /**512       * An account was reaped.513       **/514      KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;515      /**516       * A new account was created.517       **/518      NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;519      /**520       * On on-chain remark happened.521       **/522      Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;523      /**524       * Generic event525       **/526      [key: string]: AugmentedEvent<ApiType>;527    };528    transactionPayment: {529      /**530       * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,531       * has been paid by `who`.532       **/533      TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;534      /**535       * Generic event536       **/537      [key: string]: AugmentedEvent<ApiType>;538    };539    treasury: {540      /**541       * Some funds have been allocated.542       **/543      Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;544      /**545       * Some of our funds have been burnt.546       **/547      Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;548      /**549       * Some funds have been deposited.550       **/551      Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;552      /**553       * New proposal.554       **/555      Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;556      /**557       * A proposal was rejected; funds were slashed.558       **/559      Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;560      /**561       * Spending has finished; this is the amount that rolls over until next spend.562       **/563      Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;564      /**565       * A new spend proposal has been approved.566       **/567      SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;568      /**569       * We have ended a spend period and will now allocate funds.570       **/571      Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;572      /**573       * Generic event574       **/575      [key: string]: AugmentedEvent<ApiType>;576    };577    unique: {578      /**579       * Address was added to the allow list580       * 581       * # Arguments582       * * collection_id: ID of the affected collection.583       * * user: Address of the added account.584       **/585      AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;586      /**587       * Address was removed from the allow list588       * 589       * # Arguments590       * * collection_id: ID of the affected collection.591       * * user: Address of the removed account.592       **/593      AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;594      /**595       * Collection admin was added596       * 597       * # Arguments598       * * collection_id: ID of the affected collection.599       * * admin: Admin address.600       **/601      CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;602      /**603       * Collection admin was removed604       * 605       * # Arguments606       * * collection_id: ID of the affected collection.607       * * admin: Removed admin address.608       **/609      CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;610      /**611       * Collection limits were set612       * 613       * # Arguments614       * * collection_id: ID of the affected collection.615       **/616      CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;617      /**618       * Collection owned was changed619       * 620       * # Arguments621       * * collection_id: ID of the affected collection.622       * * owner: New owner address.623       **/624      CollectionOwnedChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;625      /**626       * Collection permissions were set627       * 628       * # Arguments629       * * collection_id: ID of the affected collection.630       **/631      CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;632      /**633       * Collection sponsor was removed634       * 635       * # Arguments636       * * collection_id: ID of the affected collection.637       **/638      CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;639      /**640       * Collection sponsor was set641       * 642       * # Arguments643       * * collection_id: ID of the affected collection.644       * * owner: New sponsor address.645       **/646      CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;647      /**648       * New sponsor was confirm649       * 650       * # Arguments651       * * collection_id: ID of the affected collection.652       * * sponsor: New sponsor address.653       **/654      SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;655      /**656       * Generic event657       **/658      [key: string]: AugmentedEvent<ApiType>;659    };660    vesting: {661      /**662       * Claimed vesting.663       **/664      Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;665      /**666       * Added new vesting schedule.667       **/668      VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;669      /**670       * Updated vesting schedules.671       **/672      VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;673      /**674       * Generic event675       **/676      [key: string]: AugmentedEvent<ApiType>;677    };678    xcmpQueue: {679      /**680       * Bad XCM format used.681       **/682      BadFormat: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;683      /**684       * Bad XCM version used.685       **/686      BadVersion: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;687      /**688       * Some XCM failed.689       **/690      Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: u64], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: u64 }>;691      /**692       * An XCM exceeded the individual message weight budget.693       **/694      OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: u64], { sender: u32, sentAt: u32, index: u64, required: u64 }>;695      /**696       * An XCM from the overweight queue was executed with the given actual weight used.697       **/698      OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: u64], { index: u64, used: u64 }>;699      /**700       * Some XCM was executed ok.701       **/702      Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: u64], { messageHash: Option<H256>, weight: u64 }>;703      /**704       * An upward message was sent to the relay chain.705       **/706      UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;707      /**708       * An HRMP message was sent to a sibling parachain.709       **/710      XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;711      /**712       * Generic event713       **/714      [key: string]: AugmentedEvent<ApiType>;715    };716  } // AugmentedEvents717} // declare module