123456import '@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 balances: {19 202122 BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128, reserved: u128], { who: AccountId32, free: u128, reserved: u128 }>;23 242526 Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;27 28293031 DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;32 333435 Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;36 373839 Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;40 41424344 ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;45 464748 Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;49 505152 Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;53 545556 Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;57 585960 Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;61 626364 [key: string]: AugmentedEvent<ApiType>;65 };66 common: {67 686970 Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;71 727374 CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;75 767778 CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;79 808182 CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;83 848586 CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;87 888990 ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;91 929394 ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;95 969798 PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;99 100101102 TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;103 104105106 TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;107 108109110 Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;111 112113114 [key: string]: AugmentedEvent<ApiType>;115 };116 cumulusXcm: {117 118119120121 ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV2TraitsOutcome]>;122 123124125126 InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;127 128129130131 UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;132 133134135 [key: string]: AugmentedEvent<ApiType>;136 };137 dmpQueue: {138 139140141 ExecutedDownward: AugmentedEvent<ApiType, [messageId: U8aFixed, outcome: XcmV2TraitsOutcome], { messageId: U8aFixed, outcome: XcmV2TraitsOutcome }>;142 143144145 InvalidFormat: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;146 147148149 OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: u64 }>;150 151152153 OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: u64], { overweightIndex: u64, weightUsed: u64 }>;154 155156157 UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;158 159160161 WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64], { messageId: U8aFixed, remainingWeight: u64, requiredWeight: u64 }>;162 163164165 [key: string]: AugmentedEvent<ApiType>;166 };167 ethereum: {168 169170171 Executed: AugmentedEvent<ApiType, [H160, H160, H256, EvmCoreErrorExitReason]>;172 173174175 [key: string]: AugmentedEvent<ApiType>;176 };177 evm: {178 179180181 BalanceDeposit: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;182 183184185 BalanceWithdraw: AugmentedEvent<ApiType, [AccountId32, H160, U256]>;186 187188189 Created: AugmentedEvent<ApiType, [H160]>;190 191192193 CreatedFailed: AugmentedEvent<ApiType, [H160]>;194 195196197 Executed: AugmentedEvent<ApiType, [H160]>;198 199200201 ExecutedFailed: AugmentedEvent<ApiType, [H160]>;202 203204205 Log: AugmentedEvent<ApiType, [EthereumLog]>;206 207208209 [key: string]: AugmentedEvent<ApiType>;210 };211 parachainSystem: {212 213214215 DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: u64, dmqHead: H256], { weightUsed: u64, dmqHead: H256 }>;216 217218219 DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;220 221222223 UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;224 225226227 ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;228 229230231 ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;232 233234235 ValidationFunctionStored: AugmentedEvent<ApiType, []>;236 237238239 [key: string]: AugmentedEvent<ApiType>;240 };241 polkadotXcm: {242 243244245246247 AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;248 249250251252253 Attempted: AugmentedEvent<ApiType, [XcmV2TraitsOutcome]>;254 255256257258259260261 InvalidResponder: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;262 263264265266267268269270271272273 InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;274 275276277278279280 Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;281 282283284285286287288 NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;289 290291292293294295 NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;296 297298299300301302303 NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, u64, u64]>;304 305306307308309310 NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;311 312313314315316317 NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64, XcmV2TraitsError]>;318 319320321322323324 ResponseReady: AugmentedEvent<ApiType, [u64, XcmV2Response]>;325 326327328329330 ResponseTaken: AugmentedEvent<ApiType, [u64]>;331 332333334335336 Sent: AugmentedEvent<ApiType, [XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;337 338339340341342343 SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;344 345346347348349350351 UnexpectedResponse: AugmentedEvent<ApiType, [XcmV1MultiLocation, u64]>;352 353354355356357 VersionChangeNotified: AugmentedEvent<ApiType, [XcmV1MultiLocation, u32]>;358 359360361 [key: string]: AugmentedEvent<ApiType>;362 };363 rmrkCore: {364 CollectionCreated: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;365 CollectionDestroyed: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;366 CollectionLocked: AugmentedEvent<ApiType, [issuer: AccountId32, collectionId: u32], { issuer: AccountId32, collectionId: u32 }>;367 IssuerChanged: AugmentedEvent<ApiType, [oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32], { oldIssuer: AccountId32, newIssuer: AccountId32, collectionId: u32 }>;368 NFTAccepted: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32 }>;369 NFTBurned: AugmentedEvent<ApiType, [owner: AccountId32, nftId: u32], { owner: AccountId32, nftId: u32 }>;370 NftMinted: AugmentedEvent<ApiType, [owner: AccountId32, collectionId: u32, nftId: u32], { owner: AccountId32, collectionId: u32, nftId: u32 }>;371 NFTRejected: AugmentedEvent<ApiType, [sender: AccountId32, collectionId: u32, nftId: u32], { sender: AccountId32, collectionId: u32, nftId: u32 }>;372 NFTSent: AugmentedEvent<ApiType, [sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool], { sender: AccountId32, recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple, collectionId: u32, nftId: u32, approvalRequired: bool }>;373 PrioritySet: AugmentedEvent<ApiType, [collectionId: u32, nftId: u32], { collectionId: u32, nftId: u32 }>;374 PropertySet: AugmentedEvent<ApiType, [collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes], { collectionId: u32, maybeNftId: Option<u32>, key: Bytes, value: Bytes }>;375 ResourceAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;376 ResourceAdded: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;377 ResourceRemoval: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;378 ResourceRemovalAccepted: AugmentedEvent<ApiType, [nftId: u32, resourceId: u32], { nftId: u32, resourceId: u32 }>;379 380381382 [key: string]: AugmentedEvent<ApiType>;383 };384 rmrkEquip: {385 BaseCreated: AugmentedEvent<ApiType, [issuer: AccountId32, baseId: u32], { issuer: AccountId32, baseId: u32 }>;386 EquippablesUpdated: AugmentedEvent<ApiType, [baseId: u32, slotId: u32], { baseId: u32, slotId: u32 }>;387 388389390 [key: string]: AugmentedEvent<ApiType>;391 };392 scheduler: {393 394395396 CallLookupFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, error: FrameSupportScheduleLookupError }>;397 398399400 Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;401 402403404 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> }>;405 406407408 Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;409 410411412 [key: string]: AugmentedEvent<ApiType>;413 };414 structure: {415 416417418 Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;419 420421422 [key: string]: AugmentedEvent<ApiType>;423 };424 sudo: {425 426427428 KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;429 430431432 Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;433 434435436 SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;437 438439440 [key: string]: AugmentedEvent<ApiType>;441 };442 system: {443 444445446 CodeUpdated: AugmentedEvent<ApiType, []>;447 448449450 ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportWeightsDispatchInfo }>;451 452453454 ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportWeightsDispatchInfo], { dispatchInfo: FrameSupportWeightsDispatchInfo }>;455 456457458 KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;459 460461462 NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;463 464465466 Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;467 468469470 [key: string]: AugmentedEvent<ApiType>;471 };472 transactionPayment: {473 474475476477 TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;478 479480481 [key: string]: AugmentedEvent<ApiType>;482 };483 treasury: {484 485486487 Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;488 489490491 Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;492 493494495 Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;496 497498499 Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;500 501502503 Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;504 505506507 Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;508 509510511 SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;512 513514515 Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;516 517518519 [key: string]: AugmentedEvent<ApiType>;520 };521 unique: {522 523524525526527528529 AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;530 531532533534535536537 AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;538 539540541542543544545 CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;546 547548549550551552553 CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;554 555556557558559560 CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;561 562563564565566567568 CollectionOwnedChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;569 570571572573574575 CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;576 577578579580581582 CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;583 584585586587588589590 CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;591 592593594595596597598 SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;599 600601602 [key: string]: AugmentedEvent<ApiType>;603 };604 vesting: {605 606607608 Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;609 610611612 VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;613 614615616 VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;617 618619620 [key: string]: AugmentedEvent<ApiType>;621 };622 xcmpQueue: {623 624625626 BadFormat: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;627 628629630 BadVersion: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;631 632633634 Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: u64], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: u64 }>;635 636637638 OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: u64], { sender: u32, sentAt: u32, index: u64, required: u64 }>;639 640641642 OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: u64], { index: u64, used: u64 }>;643 644645646 Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: u64], { messageHash: Option<H256>, weight: u64 }>;647 648649650 UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;651 652653654 XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<H256>], { messageHash: Option<H256> }>;655 656657658 [key: string]: AugmentedEvent<ApiType>;659 };660 } 661}