1234import 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 141516 BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128, reserved: u128], { who: AccountId32, free: u128, reserved: u128 }>;17 181920 Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;21 22232425 DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;26 272829 Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;30 313233 Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;34 35363738 ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;39 404142 Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;43 444546 Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;47 484950 Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;51 525354 Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;55 565758 [key: string]: AugmentedEvent<ApiType>;59 };60 common: {61 6263646566676869707172 Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;73 7475767778798081828384 CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;85 86878889909192 CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;93 CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;94 CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;95 96979899100101102103104105106107108 ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;109 110111112113114115116117118119120121122 ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;123 PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;124 TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;125 TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;126 127128129130131132133134135136137138139 Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;140 141142143 [key: string]: AugmentedEvent<ApiType>;144 };145 cumulusXcm: {146 147148149150 ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;151 152153154155 InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;156 157158159160 UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;161 162163164 [key: string]: AugmentedEvent<ApiType>;165 };166 dmpQueue: {167 168169170171 ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;172 173174175176 InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;177 178179180181 OverweightEnqueued: AugmentedEvent<ApiType, [U8aFixed, u64, u64]>;182 183184185186 OverweightServiced: AugmentedEvent<ApiType, [u64, u64]>;187 188189190191 UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;192 193194195196 WeightExhausted: AugmentedEvent<ApiType, [U8aFixed, u64, u64]>;197 198199200 [key: string]: AugmentedEvent<ApiType>;201 };202 ethereum: {203 204205206 Executed: AugmentedEvent<ApiType, [H160, H160, H256, EvmCoreErrorExitReason]>;207 208209210 [key: string]: AugmentedEvent<ApiType>;211 };212 evm: {213 214215216 BalanceDeposit: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;217 218219220 BalanceWithdraw: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;221 222223224 Created: AugmentedEvent<ApiType, [H160]>;225 226227228 CreatedFailed: AugmentedEvent<ApiType, [H160]>;229 230231232 Executed: AugmentedEvent<ApiType, [H160]>;233 234235236 ExecutedFailed: AugmentedEvent<ApiType, [H160]>;237 238239240 Log: AugmentedEvent<ApiType, [EthereumLog]>;241 242243244 [key: string]: AugmentedEvent<ApiType>;245 };246 parachainSystem: {247 248249250251 DownwardMessagesProcessed: AugmentedEvent<ApiType, [u64, H256]>;252 253254255256 DownwardMessagesReceived: AugmentedEvent<ApiType, [u32]>;257 258259260 UpgradeAuthorized: AugmentedEvent<ApiType, [H256]>;261 262263264 ValidationFunctionApplied: AugmentedEvent<ApiType, [u32]>;265 266267268 ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;269 270271272 ValidationFunctionStored: AugmentedEvent<ApiType, []>;273 274275276 [key: string]: AugmentedEvent<ApiType>;277 };278 polkadotXcm: {279 280281282283284 AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;285 286287288289290 Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;291 292293294295296297298 InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;299 300301302303304305306307308309310 InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;311 312313314315316317 Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;318 319320321322323324325 NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;326 327328329330331332 NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;333 334335336337338339340 NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, u64, u64]>;341 342343344345346347 NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;348 349350351352353354 NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;355 356357358359360361 ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;362 363364365366367 ResponseTaken: AugmentedEvent<ApiType, [u64]>;368 369370371372373 Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;374 375376377378379380 SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;381 382383384385386387388 UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;389 390391392393394 VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;395 396397398 [key: string]: AugmentedEvent<ApiType>;399 };400 rmrkCore: {401 CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;402 CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;403 CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;404 IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;405 NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;406 NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;407 NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;408 NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;409 NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;410 PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;411 PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;412 ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;413 ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;414 ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;415 ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;416 417418419 [key: string]: AugmentedEvent<ApiType>;420 };421 rmrkEquip: {422 BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;423 424425426 [key: string]: AugmentedEvent<ApiType>;427 };428 scheduler: {429 430431432 CallLookupFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError }>;433 434435436 Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;437 438439440 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> }>;441 442443444 Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;445 446447448 [key: string]: AugmentedEvent<ApiType>;449 };450 structure: {451 452453454 Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;455 456457458 [key: string]: AugmentedEvent<ApiType>;459 };460 sudo: {461 462463464 KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;465 466467468 Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;469 470471472 SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;473 474475476 [key: string]: AugmentedEvent<ApiType>;477 };478 system: {479 480481482 CodeUpdated: AugmentedEvent<ApiType, []>;483 484485486 ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo }>;487 488489490 ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchInfo: FrameSupportWeightsDispatchInfo }>;491 492493494 KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;495 496497498 NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;499 500501502 Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;503 504505506 [key: string]: AugmentedEvent<ApiType>;507 };508 treasury: {509 510511512 Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;513 514515516 Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;517 518519520 Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;521 522523524 Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;525 526527528 Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;529 530531532 Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;533 534535536 Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;537 538539540 [key: string]: AugmentedEvent<ApiType>;541 };542 unique: {543 544545546547548549550551552 AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;553 554555556557558559560561562 AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;563 564565566567568569570571572 CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;573 574575576577578579580581582 CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;583 584585586587588589590 CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;591 592593594595596597598599600 CollectionOwnedChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;601 CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;602 603604605606607608609 CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;610 611612613614615616617618619 CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;620 621622623624625626627628629 SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;630 631632633 [key: string]: AugmentedEvent<ApiType>;634 };635 vesting: {636 637638639 Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;640 641642643 VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;644 645646647 VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;648 649650651 [key: string]: AugmentedEvent<ApiType>;652 };653 xcmpQueue: {654 655656657 BadFormat: AugmentedEvent<ApiType, [Option<H256>]>;658 659660661 BadVersion: AugmentedEvent<ApiType, [Option<H256>]>;662 663664665 Fail: AugmentedEvent<ApiType, [Option<H256>, XcmV2TraitsError]>;666 667668669 OverweightEnqueued: AugmentedEvent<ApiType, [u32, u32, u64, u64]>;670 671672673 OverweightServiced: AugmentedEvent<ApiType, [u64, u64]>;674 675676677 Success: AugmentedEvent<ApiType, [Option<H256>]>;678 679680681 UpwardMessageSent: AugmentedEvent<ApiType, [Option<H256>]>;682 683684685 XcmpMessageSent: AugmentedEvent<ApiType, [Option<H256>]>;686 687688689 [key: string]: AugmentedEvent<ApiType>;690 };691 } 692}