git.delta.rocks / unique-network / refs/commits / 293d68a70153

difftreelog

source

tests/src/interfaces/augment-api-events.ts26.4 KiBsourcehistory
1// Auto-generated via `yarn polkadot-types-from-chain`, do not edit2/* eslint-disable */34import type { ApiTypes } from '@polkadot/api-base/types';5import type { Bytes, Null, Option, Result, U256, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';6import type { ITuple } from '@polkadot/types-codec/types';7import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';8import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportScheduleLookupError, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchInfo, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, XcmV1MultiLocation, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';910declare module '@polkadot/api-base/types/events' {11  export interface AugmentedEvents<ApiType extends ApiTypes> {12    balances: {13      /**14       * A balance was set by root.15       **/16      BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128, reserved: u128], { who: AccountId32, free: u128, reserved: u128 }>;17      /**18       * Some amount was deposited (e.g. for transaction fees).19       **/20      Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;21      /**22       * An account was removed whose balance was non-zero but below ExistentialDeposit,23       * resulting in an outright loss.24       **/25      DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;26      /**27       * An account was created with some free balance.28       **/29      Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;30      /**31       * Some balance was reserved (moved from free to reserved).32       **/33      Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;34      /**35       * Some balance was moved from the reserve of the first account to the second account.36       * Final argument indicates the destination balance type.37       **/38      ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;39      /**40       * Some amount was removed from the account (e.g. for misbehavior).41       **/42      Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;43      /**44       * Transfer succeeded.45       **/46      Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;47      /**48       * Some balance was unreserved (moved from reserved to free).49       **/50      Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;51      /**52       * Some amount was withdrawn from the account (e.g. for transaction fees).53       **/54      Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;55      /**56       * Generic event57       **/58      [key: string]: AugmentedEvent<ApiType>;59    };60    common: {61      /**62       * Amount pieces of token owned by `sender` was approved for `spender`.63       **/64      Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;65      /**66       * New collection was created67       **/68      CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;69      /**70       * New collection was destroyed71       **/72      CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;73      /**74       * The property has been deleted.75       **/76      CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;77      /**78       * The colletion property has been added or edited.79       **/80      CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;81      /**82       * New item was created.83       **/84      ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;85      /**86       * Collection item was burned.87       **/88      ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;89      /**90       * The token property permission of a collection has been set.91       **/92      PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;93      /**94       * The token property has been deleted.95       **/96      TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;97      /**98       * The token property has been added or edited.99       **/100      TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;101      /**102       * Item was transferred103       **/104      Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;105      /**106       * Generic event107       **/108      [key: string]: AugmentedEvent<ApiType>;109    };110    cumulusXcm: {111      /**112       * Downward message executed with the given outcome.113       * \[ id, outcome \]114       **/115      ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;116      /**117       * Downward message is invalid XCM.118       * \[ id \]119       **/120      InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;121      /**122       * Downward message is unsupported version of XCM.123       * \[ id \]124       **/125      UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;126      /**127       * Generic event128       **/129      [key: string]: AugmentedEvent<ApiType>;130    };131    dmpQueue: {132      /**133       * Downward message executed with the given outcome.134       **/135      ExecutedDownward: AugmentedEvent<ApiType, [messageId: U8aFixed, outcome: XcmV2TraitsOutcome], { messageId: U8aFixed, outcome: XcmV2TraitsOutcome }>;136      /**137       * Downward message is invalid XCM.138       **/139      InvalidFormat: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;140      /**141       * Downward message is overweight and was placed in the overweight queue.142       **/143      OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64 }>;144      /**145       * Downward message from the overweight queue was executed.146       **/147      OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: u64], { overweightIndex: u64, weightUsed: u64 }>;148      /**149       * Downward message is unsupported version of XCM.150       **/151      UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;152      /**153       * The weight limit for handling downward messages was reached.154       **/155      WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64], { messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64 }>;156      /**157       * Generic event158       **/159      [key: string]: AugmentedEvent<ApiType>;160    };161    ethereum: {162      /**163       * An ethereum transaction was successfully executed. [from, to/contract_address, transaction_hash, exit_reason]164       **/165      Executed: AugmentedEvent<ApiType, [H160, H160, H256, EvmCoreErrorExitReason]>;166      /**167       * Generic event168       **/169      [key: string]: AugmentedEvent<ApiType>;170    };171    evm: {172      /**173       * A deposit has been made at a given address. \[sender, address, value\]174       **/175      BalanceDeposit: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;176      /**177       * A withdrawal has been made from a given address. \[sender, address, value\]178       **/179      BalanceWithdraw: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;180      /**181       * A contract has been created at given \[address\].182       **/183      Created: AugmentedEvent<ApiType, [H160]>;184      /**185       * A \[contract\] was attempted to be created, but the execution failed.186       **/187      CreatedFailed: AugmentedEvent<ApiType, [H160]>;188      /**189       * A \[contract\] has been executed successfully with states applied.190       **/191      Executed: AugmentedEvent<ApiType, [H160]>;192      /**193       * A \[contract\] has been executed with errors. States are reverted with only gas fees applied.194       **/195      ExecutedFailed: AugmentedEvent<ApiType, [H160]>;196      /**197       * Ethereum events from contracts.198       **/199      Log: AugmentedEvent<ApiType, [EthereumLog]>;200      /**201       * Generic event202       **/203      [key: string]: AugmentedEvent<ApiType>;204    };205    parachainSystem: {206      /**207       * Downward messages were processed using the given weight.208       **/209      DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: u64, dmqHead: H256], { weightUsed: u64, dmqHead: H256 }>;210      /**211       * Some downward messages have been received and will be processed.212       **/213      DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;214      /**215       * An upgrade has been authorized.216       **/217      UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;218      /**219       * The validation function was applied as of the contained relay chain block number.220       **/221      ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;222      /**223       * The relay-chain aborted the upgrade process.224       **/225      ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;226      /**227       * The validation function has been scheduled to apply.228       **/229      ValidationFunctionStored: AugmentedEvent<ApiType, []>;230      /**231       * Generic event232       **/233      [key: string]: AugmentedEvent<ApiType>;234    };235    polkadotXcm: {236      /**237       * Some assets have been placed in an asset trap.238       * 239       * \[ hash, origin, assets \]240       **/241      AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;242      /**243       * Execution of an XCM message was attempted.244       * 245       * \[ outcome \]246       **/247      Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;248      /**249       * Expected query response has been received but the origin location of the response does250       * not match that expected. The query remains registered for a later, valid, response to251       * be received and acted upon.252       * 253       * \[ origin location, id, expected location \]254       **/255      InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;256      /**257       * Expected query response has been received but the expected origin location placed in258       * storage by this runtime previously cannot be decoded. The query remains registered.259       * 260       * This is unexpected (since a location placed in storage in a previously executing261       * runtime should be readable prior to query timeout) and dangerous since the possibly262       * valid response will be dropped. Manual governance intervention is probably going to be263       * needed.264       * 265       * \[ origin location, id \]266       **/267      InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;268      /**269       * Query response has been received and query is removed. The registered notification has270       * been dispatched and executed successfully.271       * 272       * \[ id, pallet index, call index \]273       **/274      Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;275      /**276       * Query response has been received and query is removed. The dispatch was unable to be277       * decoded into a `Call`; this might be due to dispatch function having a signature which278       * is not `(origin, QueryId, Response)`.279       * 280       * \[ id, pallet index, call index \]281       **/282      NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;283      /**284       * Query response has been received and query is removed. There was a general error with285       * dispatching the notification call.286       * 287       * \[ id, pallet index, call index \]288       **/289      NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;290      /**291       * Query response has been received and query is removed. The registered notification could292       * not be dispatched because the dispatch weight is greater than the maximum weight293       * originally budgeted by this runtime for the query result.294       * 295       * \[ id, pallet index, call index, actual weight, max budgeted weight \]296       **/297      NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, u64, u64]>;298      /**299       * A given location which had a version change subscription was dropped owing to an error300       * migrating the location to our new XCM format.301       * 302       * \[ location, query ID \]303       **/304      NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;305      /**306       * A given location which had a version change subscription was dropped owing to an error307       * sending the notification to it.308       * 309       * \[ location, query ID, error \]310       **/311      NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;312      /**313       * Query response has been received and is ready for taking with `take_response`. There is314       * no registered notification call.315       * 316       * \[ id, response \]317       **/318      ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;319      /**320       * Received query response has been read and removed.321       * 322       * \[ id \]323       **/324      ResponseTaken: AugmentedEvent<ApiType, [u64]>;325      /**326       * A XCM message was sent.327       * 328       * \[ origin, destination, message \]329       **/330      Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;331      /**332       * The supported version of a location has been changed. This might be through an333       * automatic notification or a manual intervention.334       * 335       * \[ location, XCM version \]336       **/337      SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;338      /**339       * Query response received which does not match a registered query. This may be because a340       * matching query was never registered, it may be because it is a duplicate response, or341       * because the query timed out.342       * 343       * \[ origin location, id \]344       **/345      UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;346      /**347       * An XCM version change notification message has been attempted to be sent.348       * 349       * \[ destination, result \]350       **/351      VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;352      /**353       * Generic event354       **/355      [key: string]: AugmentedEvent<ApiType>;356    };357    rmrkCore: {358      CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;359      CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;360      CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;361      IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;362      NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;363      NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;364      NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;365      NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;366      NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;367      PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;368      PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;369      ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;370      ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;371      ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;372      ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;373      /**374       * Generic event375       **/376      [key: string]: AugmentedEvent<ApiType>;377    };378    rmrkEquip: {379      BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;380      EquippablesUpdated: AugmentedEvent<ApiType, [baseId: u32, slotId: u32], { baseId: u32, slotId: u32 }>;381      /**382       * Generic event383       **/384      [key: string]: AugmentedEvent<ApiType>;385    };386    scheduler: {387      /**388       * The call for the provided hash was not found so the task has been aborted.389       **/390      CallLookupFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError }>;391      /**392       * Canceled some task.393       **/394      Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;395      /**396       * Dispatched some task.397       **/398      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> }>;399      /**400       * Scheduled some task.401       **/402      Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;403      /**404       * Generic event405       **/406      [key: string]: AugmentedEvent<ApiType>;407    };408    structure: {409      /**410       * Executed call on behalf of the token.411       **/412      Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;413      /**414       * Generic event415       **/416      [key: string]: AugmentedEvent<ApiType>;417    };418    sudo: {419      /**420       * The \[sudoer\] just switched identity; the old key is supplied if one existed.421       **/422      KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;423      /**424       * A sudo just took place. \[result\]425       **/426      Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;427      /**428       * A sudo just took place. \[result\]429       **/430      SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;431      /**432       * Generic event433       **/434      [key: string]: AugmentedEvent<ApiType>;435    };436    system: {437      /**438       * `:code` was updated.439       **/440      CodeUpdated: AugmentedEvent<ApiType, []>;441      /**442       * An extrinsic failed.443       **/444      ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo }>;445      /**446       * An extrinsic completed successfully.447       **/448      ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchInfo: FrameSupportWeightsDispatchInfo }>;449      /**450       * An account was reaped.451       **/452      KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;453      /**454       * A new account was created.455       **/456      NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;457      /**458       * On on-chain remark happened.459       **/460      Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;461      /**462       * Generic event463       **/464      [key: string]: AugmentedEvent<ApiType>;465    };466    treasury: {467      /**468       * Some funds have been allocated.469       **/470      Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;471      /**472       * Some of our funds have been burnt.473       **/474      Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;475      /**476       * Some funds have been deposited.477       **/478      Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;479      /**480       * New proposal.481       **/482      Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;483      /**484       * A proposal was rejected; funds were slashed.485       **/486      Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;487      /**488       * Spending has finished; this is the amount that rolls over until next spend.489       **/490      Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;491      /**492       * We have ended a spend period and will now allocate funds.493       **/494      Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;495      /**496       * Generic event497       **/498      [key: string]: AugmentedEvent<ApiType>;499    };500    unique: {501      /**502       * Address was added to the allow list503       * 504       * # Arguments505       * * collection_id: ID of the affected collection.506       * * user: Address of the added account.507       **/508      AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;509      /**510       * Address was removed from the allow list511       * 512       * # Arguments513       * * collection_id: ID of the affected collection.514       * * user: Address of the removed account.515       **/516      AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;517      /**518       * Collection admin was added519       * 520       * # Arguments521       * * collection_id: ID of the affected collection.522       * * admin: Admin address.523       **/524      CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;525      /**526       * Collection admin was removed527       * 528       * # Arguments529       * * collection_id: ID of the affected collection.530       * * admin: Removed admin address.531       **/532      CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;533      /**534       * Collection limits were set535       * 536       * # Arguments537       * * collection_id: ID of the affected collection.538       **/539      CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;540      /**541       * Collection owned was changed542       * 543       * # Arguments544       * * collection_id: ID of the affected collection.545       * * owner: New owner address.546       **/547      CollectionOwnedChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;548      /**549       * Collection permissions were set550       * 551       * # Arguments552       * * collection_id: ID of the affected collection.553       **/554      CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;555      /**556       * Collection sponsor was removed557       * 558       * # Arguments559       * * collection_id: ID of the affected collection.560       **/561      CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;562      /**563       * Collection sponsor was set564       * 565       * # Arguments566       * * collection_id: ID of the affected collection.567       * * owner: New sponsor address.568       **/569      CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;570      /**571       * New sponsor was confirm572       * 573       * # Arguments574       * * collection_id: ID of the affected collection.575       * * sponsor: New sponsor address.576       **/577      SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;578      /**579       * Generic event580       **/581      [key: string]: AugmentedEvent<ApiType>;582    };583    vesting: {584      /**585       * Claimed vesting.586       **/587      Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;588      /**589       * Added new vesting schedule.590       **/591      VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;592      /**593       * Updated vesting schedules.594       **/595      VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;596      /**597       * Generic event598       **/599      [key: string]: AugmentedEvent<ApiType>;600    };601    xcmpQueue: {602      /**603       * Bad XCM format used.604       **/605      BadFormat: AugmentedEvent<ApiType, [Option<H256>]>;606      /**607       * Bad XCM version used.608       **/609      BadVersion: AugmentedEvent<ApiType, [Option<H256>]>;610      /**611       * Some XCM failed.612       **/613      Fail: AugmentedEvent<ApiType, [Option<H256>, XcmV2TraitsError]>;614      /**615       * An XCM exceeded the individual message weight budget.616       **/617      OverweightEnqueued: AugmentedEvent<ApiType, [u32, u32, u64, u64]>;618      /**619       * An XCM from the overweight queue was executed with the given actual weight used.620       **/621      OverweightServiced: AugmentedEvent<ApiType, [u64, u64]>;622      /**623       * Some XCM was executed ok.624       **/625      Success: AugmentedEvent<ApiType, [Option<H256>]>;626      /**627       * An upward message was sent to the relay chain.628       **/629      UpwardMessageSent: AugmentedEvent<ApiType, [Option<H256>]>;630      /**631       * An HRMP message was sent to a sibling parachain.632       **/633      XcmpMessageSent: AugmentedEvent<ApiType, [Option<H256>]>;634      /**635       * Generic event636       **/637      [key: string]: AugmentedEvent<ApiType>;638    };639  } // AugmentedEvents640} // declare module