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, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, 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 stateTrieMigration: {709 710711712 AutoMigrationFinished: AugmentedEvent<ApiType, []>;713 714715716 Halted: AugmentedEvent<ApiType, [error: PalletStateTrieMigrationError], { error: PalletStateTrieMigrationError }>;717 718719720721 Migrated: AugmentedEvent<ApiType, [top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute], { top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute }>;722 723724725 Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;726 727728729 [key: string]: AugmentedEvent<ApiType>;730 };731 structure: {732 733734735 Executed: AugmentedEvent<ApiType, [Result<Null, SpRuntimeDispatchError>]>;736 737738739 [key: string]: AugmentedEvent<ApiType>;740 };741 sudo: {742 743744745 KeyChanged: AugmentedEvent<ApiType, [oldSudoer: Option<AccountId32>], { oldSudoer: Option<AccountId32> }>;746 747748749 Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;750 751752753 SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;754 755756757 [key: string]: AugmentedEvent<ApiType>;758 };759 system: {760 761762763 CodeUpdated: AugmentedEvent<ApiType, []>;764 765766767 ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSupportDispatchDispatchInfo }>;768 769770771 ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSupportDispatchDispatchInfo], { dispatchInfo: FrameSupportDispatchDispatchInfo }>;772 773774775 KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;776 777778779 NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;780 781782783 Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;784 785786787 [key: string]: AugmentedEvent<ApiType>;788 };789 testUtils: {790 BatchCompleted: AugmentedEvent<ApiType, []>;791 ShouldRollback: AugmentedEvent<ApiType, []>;792 ValueIsSet: AugmentedEvent<ApiType, []>;793 794795796 [key: string]: AugmentedEvent<ApiType>;797 };798 tokens: {799 800801802 BalanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, free: u128, reserved: u128 }>;803 804805806 Deposited: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;807 808809810811 DustLost: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;812 813814815 Endowed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;816 817818819 Locked: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;820 821822823 LockRemoved: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32 }>;824 825826827 LockSet: AugmentedEvent<ApiType, [lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { lockId: U8aFixed, currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;828 829830831 Reserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;832 833834835836 ReserveRepatriated: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128, status: FrameSupportTokensMiscBalanceStatus }>;837 838839840 Slashed: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, freeAmount: u128, reservedAmount: u128 }>;841 842843844 TotalIssuanceSet: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, amount: u128], { currencyId: PalletForeignAssetsAssetIds, amount: u128 }>;845 846847848 Transfer: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, from: AccountId32, to: AccountId32, amount: u128 }>;849 850851852 Unlocked: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;853 854855856 Unreserved: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;857 858859860 Withdrawn: AugmentedEvent<ApiType, [currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128], { currencyId: PalletForeignAssetsAssetIds, who: AccountId32, amount: u128 }>;861 862863864 [key: string]: AugmentedEvent<ApiType>;865 };866 transactionPayment: {867 868869870871 TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;872 873874875 [key: string]: AugmentedEvent<ApiType>;876 };877 treasury: {878 879880881 Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;882 883884885 Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;886 887888889 Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;890 891892893 Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;894 895896897 Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;898 899900901 Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;902 903904905 SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;906 907908909 Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;910 911912913 UpdatedInactive: AugmentedEvent<ApiType, [reactivated: u128, deactivated: u128], { reactivated: u128, deactivated: u128 }>;914 915916917 [key: string]: AugmentedEvent<ApiType>;918 };919 vesting: {920 921922923 Claimed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;924 925926927 VestingScheduleAdded: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule], { from: AccountId32, to: AccountId32, vestingSchedule: OrmlVestingVestingSchedule }>;928 929930931 VestingSchedulesUpdated: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;932 933934935 [key: string]: AugmentedEvent<ApiType>;936 };937 xcmpQueue: {938 939940941 BadFormat: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], { messageHash: Option<U8aFixed> }>;942 943944945 BadVersion: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], { messageHash: Option<U8aFixed> }>;946 947948949 Fail: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>, error: XcmV3TraitsError, weight: SpWeightsWeightV2Weight], { messageHash: Option<U8aFixed>, error: XcmV3TraitsError, weight: SpWeightsWeightV2Weight }>;950 951952953 OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], { sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight }>;954 955956957 OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: SpWeightsWeightV2Weight], { index: u64, used: SpWeightsWeightV2Weight }>;958 959960961 Success: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>, weight: SpWeightsWeightV2Weight], { messageHash: Option<U8aFixed>, weight: SpWeightsWeightV2Weight }>;962 963964965 XcmpMessageSent: AugmentedEvent<ApiType, [messageHash: Option<U8aFixed>], { messageHash: Option<U8aFixed> }>;966 967968969 [key: string]: AugmentedEvent<ApiType>;970 };971 xTokens: {972 973974975 TransferredMultiAssets: AugmentedEvent<ApiType, [sender: AccountId32, assets: XcmV3MultiassetMultiAssets, fee: XcmV3MultiAsset, dest: XcmV3MultiLocation], { sender: AccountId32, assets: XcmV3MultiassetMultiAssets, fee: XcmV3MultiAsset, dest: XcmV3MultiLocation }>;976 977978979 [key: string]: AugmentedEvent<ApiType>;980 };981 } 982}