123456import '@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 { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';11import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV3MultiAsset, XcmV3MultiLocation, XcmV3MultiassetMultiAssets, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';1213export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;1415declare module '@polkadot/api-base/types/events' {16 interface AugmentedEvents<ApiType extends ApiTypes> {17 appPromotion: {18 192021222324 SetAdmin: AugmentedEvent<ApiType, [AccountId32]>;25 26272829303132 Stake: AugmentedEvent<ApiType, [AccountId32, u128]>;33 3435363738394041 StakingRecalculation: AugmentedEvent<ApiType, [AccountId32, u128, u128]>;42 43444546474849 Unstake: AugmentedEvent<ApiType, [AccountId32, u128]>;50 515253 [key: string]: AugmentedEvent<ApiType>;54 };55 balances: {56 575859 BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], { who: AccountId32, free: u128 }>;60 616263 Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;64 656667 Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;68 69707172 DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;73 747576 Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;77 787980 Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;81 828384 Issued: AugmentedEvent<ApiType, [amount: u128], { amount: u128 }>;85 868788 Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;89 909192 Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;93 949596 Rescinded: AugmentedEvent<ApiType, [amount: u128], { amount: u128 }>;97 9899100 Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;101 102103104105 ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;106 107108109 Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;110 111112113 Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;114 115116117 Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;118 119120121 Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;122 123124125 Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;126 127128129 Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;130 131132133 Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;134 135136137 Upgraded: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;138 139140141 Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;142 143144145 [key: string]: AugmentedEvent<ApiType>;146 };147 collatorSelection: {148 CandidateAdded: AugmentedEvent<ApiType, [accountId: AccountId32], { accountId: AccountId32 }>;149 CandidateRemoved: AugmentedEvent<ApiType, [accountId: AccountId32], { accountId: AccountId32 }>;150 InvulnerableAdded: AugmentedEvent<ApiType, [invulnerable: AccountId32], { invulnerable: AccountId32 }>;151 InvulnerableRemoved: AugmentedEvent<ApiType, [invulnerable: AccountId32], { invulnerable: AccountId32 }>;152 LicenseObtained: AugmentedEvent<ApiType, [accountId: AccountId32, deposit: u128], { accountId: AccountId32, deposit: u128 }>;153 LicenseReleased: AugmentedEvent<ApiType, [accountId: AccountId32, depositReturned: u128], { accountId: AccountId32, depositReturned: u128 }>;154 155156157 [key: string]: AugmentedEvent<ApiType>;158 };159 common: {160 161162163 AllowListAddressAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;164 165166167 AllowListAddressRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;168 169170171 Approved: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;172 173174175 ApprovedForAll: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;176 177178179 CollectionAdminAdded: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;180 181182183 CollectionAdminRemoved: AugmentedEvent<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;184 185186187 CollectionCreated: AugmentedEvent<ApiType, [u32, u8, AccountId32]>;188 189190191 CollectionDestroyed: AugmentedEvent<ApiType, [u32]>;192 193194195 CollectionLimitSet: AugmentedEvent<ApiType, [u32]>;196 197198199 CollectionOwnerChanged: AugmentedEvent<ApiType, [u32, AccountId32]>;200 201202203 CollectionPermissionSet: AugmentedEvent<ApiType, [u32]>;204 205206207 CollectionPropertyDeleted: AugmentedEvent<ApiType, [u32, Bytes]>;208 209210211 CollectionPropertySet: AugmentedEvent<ApiType, [u32, Bytes]>;212 213214215 CollectionSponsorRemoved: AugmentedEvent<ApiType, [u32]>;216 217218219 CollectionSponsorSet: AugmentedEvent<ApiType, [u32, AccountId32]>;220 221222223 ItemCreated: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;224 225226227 ItemDestroyed: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;228 229230231 PropertyPermissionSet: AugmentedEvent<ApiType, [u32, Bytes]>;232 233234235 SponsorshipConfirmed: AugmentedEvent<ApiType, [u32, AccountId32]>;236 237238239 TokenPropertyDeleted: AugmentedEvent<ApiType, [u32, u32, Bytes]>;240 241242243 TokenPropertySet: AugmentedEvent<ApiType, [u32, u32, Bytes]>;244 245246247 Transfer: AugmentedEvent<ApiType, [u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;248 249250251 [key: string]: AugmentedEvent<ApiType>;252 };253 configuration: {254 NewCollatorKickThreshold: AugmentedEvent<ApiType, [lengthInBlocks: Option<u32>], { lengthInBlocks: Option<u32> }>;255 NewCollatorLicenseBond: AugmentedEvent<ApiType, [bondCost: Option<u128>], { bondCost: Option<u128> }>;256 NewDesiredCollators: AugmentedEvent<ApiType, [desiredCollators: Option<u32>], { desiredCollators: Option<u32> }>;257 258259260 [key: string]: AugmentedEvent<ApiType>;261 };262 cumulusXcm: {263 264265266267 ExecutedDownward: AugmentedEvent<ApiType, [U8aFixed, XcmV3TraitsOutcome]>;268 269270271272 InvalidFormat: AugmentedEvent<ApiType, [U8aFixed]>;273 274275276277 UnsupportedVersion: AugmentedEvent<ApiType, [U8aFixed]>;278 279280281 [key: string]: AugmentedEvent<ApiType>;282 };283 dmpQueue: {284 285286287 ExecutedDownward: AugmentedEvent<ApiType, [messageId: U8aFixed, outcome: XcmV3TraitsOutcome], { messageId: U8aFixed, outcome: XcmV3TraitsOutcome }>;288 289290291 InvalidFormat: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;292 293294295 MaxMessagesExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;296 297298299 OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight }>;300 301302303 OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight], { overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight }>;304 305306307 UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;308 309310311 WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight }>;312 313314315 [key: string]: AugmentedEvent<ApiType>;316 };317 ethereum: {318 319320321 Executed: AugmentedEvent<ApiType, [from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason, extraData: Bytes], { from: H160, to: H160, transactionHash: H256, exitReason: EvmCoreErrorExitReason, extraData: Bytes }>;322 323324325 [key: string]: AugmentedEvent<ApiType>;326 };327 evm: {328 329330331 Created: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;332 333334335 CreatedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;336 337338339 Executed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;340 341342343 ExecutedFailed: AugmentedEvent<ApiType, [address: H160], { address: H160 }>;344 345346347 Log: AugmentedEvent<ApiType, [log: EthereumLog], { log: EthereumLog }>;348 349350351 [key: string]: AugmentedEvent<ApiType>;352 };353 evmContractHelpers: {354 355356357 ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;358 359360361 ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;362 363364365 ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;366 367368369 [key: string]: AugmentedEvent<ApiType>;370 };371 evmMigration: {372 373374375 TestEvent: AugmentedEvent<ApiType, []>;376 377378379 [key: string]: AugmentedEvent<ApiType>;380 };381 foreignAssets: {382 383384385 AssetRegistered: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;386 387388389 AssetUpdated: AugmentedEvent<ApiType, [assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: PalletForeignAssetsAssetIds, metadata: PalletForeignAssetsModuleAssetMetadata }>;390 391392393 ForeignAssetRegistered: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV3MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV3MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;394 395396397 ForeignAssetUpdated: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV3MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV3MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;398 399400401 [key: string]: AugmentedEvent<ApiType>;402 };403 identity: {404 405406407 IdentitiesInserted: AugmentedEvent<ApiType, [amount: u32], { amount: u32 }>;408 409410411 IdentitiesRemoved: AugmentedEvent<ApiType, [amount: u32], { amount: u32 }>;412 413414415 IdentityCleared: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;416 417418419 IdentityKilled: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;420 421422423 IdentitySet: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;424 425426427 JudgementGiven: AugmentedEvent<ApiType, [target: AccountId32, registrarIndex: u32], { target: AccountId32, registrarIndex: u32 }>;428 429430431 JudgementRequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;432 433434435 JudgementUnrequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;436 437438439 RegistrarAdded: AugmentedEvent<ApiType, [registrarIndex: u32], { registrarIndex: u32 }>;440 441442443 SubIdentitiesInserted: AugmentedEvent<ApiType, [amount: u32], { amount: u32 }>;444 445446447 SubIdentityAdded: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;448 449450451 SubIdentityRemoved: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;452 453454455456 SubIdentityRevoked: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;457 458459460 [key: string]: AugmentedEvent<ApiType>;461 };462 maintenance: {463 MaintenanceDisabled: AugmentedEvent<ApiType, []>;464 MaintenanceEnabled: AugmentedEvent<ApiType, []>;465 466467468 [key: string]: AugmentedEvent<ApiType>;469 };470 parachainSystem: {471 472473474 DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], { weightUsed: SpWeightsWeightV2Weight, dmqHead: H256 }>;475 476477478 DownwardMessagesReceived: AugmentedEvent<ApiType, [count: u32], { count: u32 }>;479 480481482 UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256], { codeHash: H256 }>;483 484485486 UpwardMessageSent: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], { messageHash: Option<U8aFixed> }>;487 488489490 ValidationFunctionApplied: AugmentedEvent<ApiType, [relayChainBlockNum: u32], { relayChainBlockNum: u32 }>;491 492493494 ValidationFunctionDiscarded: AugmentedEvent<ApiType, []>;495 496497498 ValidationFunctionStored: AugmentedEvent<ApiType, []>;499 500501502 [key: string]: AugmentedEvent<ApiType>;503 };504 polkadotXcm: {505 506507508509510 AssetsClaimed: AugmentedEvent<ApiType, [H256, XcmV3MultiLocation, XcmVersionedMultiAssets]>;511 512513514515516 AssetsTrapped: AugmentedEvent<ApiType, [H256, XcmV3MultiLocation, XcmVersionedMultiAssets]>;517 518519520521522 Attempted: AugmentedEvent<ApiType, [XcmV3TraitsOutcome]>;523 524525526527528 FeesPaid: AugmentedEvent<ApiType, [XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;529 530531532533534535536 InvalidQuerier: AugmentedEvent<ApiType, [XcmV3MultiLocation, u64, XcmV3MultiLocation, Option<XcmV3MultiLocation>]>;537 538539540541542543544545546547548 InvalidQuerierVersion: AugmentedEvent<ApiType, [XcmV3MultiLocation, u64]>;549 550551552553554555556 InvalidResponder: AugmentedEvent<ApiType, [XcmV3MultiLocation, u64, Option<XcmV3MultiLocation>]>;557 558559560561562563564565566567568 InvalidResponderVersion: AugmentedEvent<ApiType, [XcmV3MultiLocation, u64]>;569 570571572573574575 Notified: AugmentedEvent<ApiType, [u64, u8, u8]>;576 577578579580581582583 NotifyDecodeFailed: AugmentedEvent<ApiType, [u64, u8, u8]>;584 585586587588589590 NotifyDispatchError: AugmentedEvent<ApiType, [u64, u8, u8]>;591 592593594595596597598 NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;599 600601602603604605 NotifyTargetMigrationFail: AugmentedEvent<ApiType, [XcmVersionedMultiLocation, u64]>;606 607608609610611612 NotifyTargetSendFail: AugmentedEvent<ApiType, [XcmV3MultiLocation, u64, XcmV3TraitsError]>;613 614615616617618619 ResponseReady: AugmentedEvent<ApiType, [u64, XcmV3Response]>;620 621622623624625 ResponseTaken: AugmentedEvent<ApiType, [u64]>;626 627628629630631 Sent: AugmentedEvent<ApiType, [XcmV3MultiLocation, XcmV3MultiLocation, XcmV3Xcm]>;632 633634635636637638 SupportedVersionChanged: AugmentedEvent<ApiType, [XcmV3MultiLocation, u32]>;639 640641642643644645646 UnexpectedResponse: AugmentedEvent<ApiType, [XcmV3MultiLocation, u64]>;647 648649650651652653654 VersionChangeNotified: AugmentedEvent<ApiType, [XcmV3MultiLocation, u32, XcmV3MultiassetMultiAssets]>;655 656657658659660 VersionNotifyRequested: AugmentedEvent<ApiType, [XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;661 662663664665666667 VersionNotifyStarted: AugmentedEvent<ApiType, [XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;668 669670671672673 VersionNotifyUnrequested: AugmentedEvent<ApiType, [XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;674 675676677 [key: string]: AugmentedEvent<ApiType>;678 };679 preimage: {680 681682683 Cleared: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;684 685686687 Noted: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;688 689690691 Requested: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;692 693694695 [key: string]: AugmentedEvent<ApiType>;696 };697 session: {698 699700701702 NewSession: AugmentedEvent<ApiType, [sessionIndex: u32], { sessionIndex: u32 }>;703 704705706 [key: string]: AugmentedEvent<ApiType>;707 };708 structure: {709 710711712 Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;713 714715716 [key: string]: AugmentedEvent<ApiType>;717 };718 sudo: {719 720721722 KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;723 724725726 Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;727 728729730 SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;731 732733734 [key: string]: AugmentedEvent<ApiType>;735 };736 system: {737 738739740 CodeUpdated: AugmentedEvent<ApiType, []>;741 742743744 ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo }>;745 746747748 ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo }>;749 750751752 KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;753 754755756 NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;757 758759760 Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;761 762763764 [key: string]: AugmentedEvent<ApiType>;765 };766 testUtils: {767 BatchCompleted: AugmentedEvent<ApiType, []>;768 ShouldRollback: AugmentedEvent<ApiType, []>;769 ValueIsSet: AugmentedEvent<ApiType, []>;770 771772773 [key: string]: AugmentedEvent<ApiType>;774 };775 tokens: {776 777778779 BalanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128 }>;780 781782783 Deposited: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;784 785786787788 DustLost: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;789 790791792 Endowed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;793 794795796 Locked: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;797 798799800 LockRemoved: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32 }>;801 802803804 LockSet: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;805 806807808 Reserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;809 810811812813 ReserveRepatriated: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus }>;814 815816817 Slashed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128 }>;818 819820821 TotalIssuanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, amount: u128], { currencyId: PalletForeignAssetsAssetIds, amount: u128 }>;822 823824825 Transfer: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128 }>;826 827828829 Unlocked: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;830 831832833 Unreserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;834 835836837 Withdrawn: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;838 839840841 [key: string]: AugmentedEvent<ApiType>;842 };843 transactionPayment: {844 845846847848 TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;849 850851852 [key: string]: AugmentedEvent<ApiType>;853 };854 treasury: {855 856857858 Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;859 860861862 Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;863 864865866 Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;867 868869870 Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;871 872873874 Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;875 876877878 Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;879 880881882 SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;883 884885886 Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;887 888889890 UpdatedInactive: AugmentedEvent<ApiType, [reactivated: u128, deactivated: u128], { reactivated: u128, deactivated: u128 }>;891 892893894 [key: string]: AugmentedEvent<ApiType>;895 };896 vesting: {897 898899900 Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;901 902903904 VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;905 906907908 VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;909 910911912 [key: string]: AugmentedEvent<ApiType>;913 };914 xcmpQueue: {915 916917918 BadFormat: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], { messageHash: Option<U8aFixed> }>;919 920921922 BadVersion: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], { messageHash: Option<U8aFixed> }>;923 924925926 Fail: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>, error: XcmV3TraitsError, weight: SpWeightsWeightV2Weight], { messageHash: Option<U8aFixed>, error: XcmV3TraitsError, weight: SpWeightsWeightV2Weight }>;927 928929930 OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], { sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight }>;931 932933934 OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: SpWeightsWeightV2Weight], { index: u64, used: SpWeightsWeightV2Weight }>;935 936937938 Success: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>, weight: SpWeightsWeightV2Weight], { messageHash: Option<U8aFixed>, weight: SpWeightsWeightV2Weight }>;939 940941942 XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], { messageHash: Option<U8aFixed> }>;943 944945946 [key: string]: AugmentedEvent<ApiType>;947 };948 xTokens: {949 950951952 TransferredMultiAssets: AugmentedEvent<ApiType, [sender: AccountId32, assets: XcmV3MultiassetMultiAssets, fee: XcmV3MultiAsset, dest: XcmV3MultiLocation], { sender: AccountId32, assets: XcmV3MultiassetMultiAssets, fee: XcmV3MultiAsset, dest: XcmV3MultiLocation }>;953 954955956 [key: string]: AugmentedEvent<ApiType>;957 };958 } 959}