UNPKG

@moonbeam-network/api-augment

Version:
2,069 lines (2,066 loc) 170 kB
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ /* eslint-disable sort-keys */ export default { /** * Lookup3: frame_system::AccountInfo<Nonce, pallet_balances::types::AccountData<Balance>> **/ FrameSystemAccountInfo: { nonce: "u32", consumers: "u32", providers: "u32", sufficients: "u32", data: "PalletBalancesAccountData" }, /** * Lookup5: pallet_balances::types::AccountData<Balance> **/ PalletBalancesAccountData: { free: "u128", reserved: "u128", frozen: "u128", flags: "u128" }, /** * Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight> **/ FrameSupportDispatchPerDispatchClassWeight: { normal: "SpWeightsWeightV2Weight", operational: "SpWeightsWeightV2Weight", mandatory: "SpWeightsWeightV2Weight" }, /** * Lookup10: sp_weights::weight_v2::Weight **/ SpWeightsWeightV2Weight: { refTime: "Compact<u64>", proofSize: "Compact<u64>" }, /** * Lookup16: sp_runtime::generic::digest::Digest **/ SpRuntimeDigest: { logs: "Vec<SpRuntimeDigestDigestItem>" }, /** * Lookup18: sp_runtime::generic::digest::DigestItem **/ SpRuntimeDigestDigestItem: { _enum: { Other: "Bytes", __Unused1: "Null", __Unused2: "Null", __Unused3: "Null", Consensus: "([u8;4],Bytes)", Seal: "([u8;4],Bytes)", PreRuntime: "([u8;4],Bytes)", __Unused7: "Null", RuntimeEnvironmentUpdated: "Null" } }, /** * Lookup21: frame_system::EventRecord<moonbase_runtime::RuntimeEvent, primitive_types::H256> **/ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", topics: "Vec<H256>" }, /** * Lookup23: frame_system::pallet::Event<T> **/ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { dispatchInfo: "FrameSupportDispatchDispatchInfo" }, ExtrinsicFailed: { dispatchError: "SpRuntimeDispatchError", dispatchInfo: "FrameSupportDispatchDispatchInfo" }, CodeUpdated: "Null", NewAccount: { account: "AccountId20" }, KilledAccount: { account: "AccountId20" }, Remarked: { _alias: { hash_: "hash" }, sender: "AccountId20", hash_: "H256" }, UpgradeAuthorized: { codeHash: "H256", checkVersion: "bool" } } }, /** * Lookup24: frame_support::dispatch::DispatchInfo **/ FrameSupportDispatchDispatchInfo: { weight: "SpWeightsWeightV2Weight", class: "FrameSupportDispatchDispatchClass", paysFee: "FrameSupportDispatchPays" }, /** * Lookup25: frame_support::dispatch::DispatchClass **/ FrameSupportDispatchDispatchClass: { _enum: ["Normal", "Operational", "Mandatory"] }, /** * Lookup26: frame_support::dispatch::Pays **/ FrameSupportDispatchPays: { _enum: ["Yes", "No"] }, /** * Lookup27: sp_runtime::DispatchError **/ SpRuntimeDispatchError: { _enum: { Other: "Null", CannotLookup: "Null", BadOrigin: "Null", Module: "SpRuntimeModuleError", ConsumerRemaining: "Null", NoProviders: "Null", TooManyConsumers: "Null", Token: "SpRuntimeTokenError", Arithmetic: "SpArithmeticArithmeticError", Transactional: "SpRuntimeTransactionalError", Exhausted: "Null", Corruption: "Null", Unavailable: "Null", RootNotAllowed: "Null" } }, /** * Lookup28: sp_runtime::ModuleError **/ SpRuntimeModuleError: { index: "u8", error: "[u8;4]" }, /** * Lookup29: sp_runtime::TokenError **/ SpRuntimeTokenError: { _enum: [ "FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked" ] }, /** * Lookup30: sp_arithmetic::ArithmeticError **/ SpArithmeticArithmeticError: { _enum: ["Underflow", "Overflow", "DivisionByZero"] }, /** * Lookup31: sp_runtime::TransactionalError **/ SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"] }, /** * Lookup32: pallet_utility::pallet::Event **/ PalletUtilityEvent: { _enum: { BatchInterrupted: { index: "u32", error: "SpRuntimeDispatchError" }, BatchCompleted: "Null", BatchCompletedWithErrors: "Null", ItemCompleted: "Null", ItemFailed: { error: "SpRuntimeDispatchError" }, DispatchedAs: { result: "Result<Null, SpRuntimeDispatchError>" } } }, /** * Lookup35: pallet_balances::pallet::Event<T, I> **/ PalletBalancesEvent: { _enum: { Endowed: { account: "AccountId20", freeBalance: "u128" }, DustLost: { account: "AccountId20", amount: "u128" }, Transfer: { from: "AccountId20", to: "AccountId20", amount: "u128" }, BalanceSet: { who: "AccountId20", free: "u128" }, Reserved: { who: "AccountId20", amount: "u128" }, Unreserved: { who: "AccountId20", amount: "u128" }, ReserveRepatriated: { from: "AccountId20", to: "AccountId20", amount: "u128", destinationStatus: "FrameSupportTokensMiscBalanceStatus" }, Deposit: { who: "AccountId20", amount: "u128" }, Withdraw: { who: "AccountId20", amount: "u128" }, Slashed: { who: "AccountId20", amount: "u128" }, Minted: { who: "AccountId20", amount: "u128" }, Burned: { who: "AccountId20", amount: "u128" }, Suspended: { who: "AccountId20", amount: "u128" }, Restored: { who: "AccountId20", amount: "u128" }, Upgraded: { who: "AccountId20" }, Issued: { amount: "u128" }, Rescinded: { amount: "u128" }, Locked: { who: "AccountId20", amount: "u128" }, Unlocked: { who: "AccountId20", amount: "u128" }, Frozen: { who: "AccountId20", amount: "u128" }, Thawed: { who: "AccountId20", amount: "u128" }, TotalIssuanceForced: { _alias: { new_: "new" }, old: "u128", new_: "u128" } } }, /** * Lookup36: frame_support::traits::tokens::misc::BalanceStatus **/ FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"] }, /** * Lookup37: pallet_sudo::pallet::Event<T> **/ PalletSudoEvent: { _enum: { Sudid: { sudoResult: "Result<Null, SpRuntimeDispatchError>" }, KeyChanged: { _alias: { new_: "new" }, old: "Option<AccountId20>", new_: "AccountId20" }, KeyRemoved: "Null", SudoAsDone: { sudoResult: "Result<Null, SpRuntimeDispatchError>" } } }, /** * Lookup39: cumulus_pallet_parachain_system::pallet::Event<T> **/ CumulusPalletParachainSystemEvent: { _enum: { ValidationFunctionStored: "Null", ValidationFunctionApplied: { relayChainBlockNum: "u32" }, ValidationFunctionDiscarded: "Null", DownwardMessagesReceived: { count: "u32" }, DownwardMessagesProcessed: { weightUsed: "SpWeightsWeightV2Weight", dmqHead: "H256" }, UpwardMessageSent: { messageHash: "Option<[u8;32]>" } } }, /** * Lookup41: pallet_transaction_payment::pallet::Event<T> **/ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { who: "AccountId20", actualFee: "u128", tip: "u128" } } }, /** * Lookup42: pallet_evm::pallet::Event<T> **/ PalletEvmEvent: { _enum: { Log: { log: "EthereumLog" }, Created: { address: "H160" }, CreatedFailed: { address: "H160" }, Executed: { address: "H160" }, ExecutedFailed: { address: "H160" } } }, /** * Lookup43: ethereum::log::Log **/ EthereumLog: { address: "H160", topics: "Vec<H256>", data: "Bytes" }, /** * Lookup46: pallet_ethereum::pallet::Event **/ PalletEthereumEvent: { _enum: { Executed: { from: "H160", to: "H160", transactionHash: "H256", exitReason: "EvmCoreErrorExitReason", extraData: "Bytes" } } }, /** * Lookup47: evm_core::error::ExitReason **/ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", Error: "EvmCoreErrorExitError", Revert: "EvmCoreErrorExitRevert", Fatal: "EvmCoreErrorExitFatal" } }, /** * Lookup48: evm_core::error::ExitSucceed **/ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"] }, /** * Lookup49: evm_core::error::ExitError **/ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", StackOverflow: "Null", InvalidJump: "Null", InvalidRange: "Null", DesignatedInvalid: "Null", CallTooDeep: "Null", CreateCollision: "Null", CreateContractLimit: "Null", OutOfOffset: "Null", OutOfGas: "Null", OutOfFund: "Null", PCUnderflow: "Null", CreateEmpty: "Null", Other: "Text", MaxNonce: "Null", InvalidCode: "u8" } }, /** * Lookup53: evm_core::error::ExitRevert **/ EvmCoreErrorExitRevert: { _enum: ["Reverted"] }, /** * Lookup54: evm_core::error::ExitFatal **/ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", UnhandledInterrupt: "Null", CallErrorAsFatal: "EvmCoreErrorExitError", Other: "Text" } }, /** * Lookup55: pallet_parachain_staking::pallet::Event<T> **/ PalletParachainStakingEvent: { _enum: { NewRound: { startingBlock: "u32", round: "u32", selectedCollatorsNumber: "u32", totalBalance: "u128" }, JoinedCollatorCandidates: { account: "AccountId20", amountLocked: "u128", newTotalAmtLocked: "u128" }, CollatorChosen: { round: "u32", collatorAccount: "AccountId20", totalExposedAmount: "u128" }, CandidateBondLessRequested: { candidate: "AccountId20", amountToDecrease: "u128", executeRound: "u32" }, CandidateBondedMore: { candidate: "AccountId20", amount: "u128", newTotalBond: "u128" }, CandidateBondedLess: { candidate: "AccountId20", amount: "u128", newBond: "u128" }, CandidateWentOffline: { candidate: "AccountId20" }, CandidateBackOnline: { candidate: "AccountId20" }, CandidateScheduledExit: { exitAllowedRound: "u32", candidate: "AccountId20", scheduledExit: "u32" }, CancelledCandidateExit: { candidate: "AccountId20" }, CancelledCandidateBondLess: { candidate: "AccountId20", amount: "u128", executeRound: "u32" }, CandidateLeft: { exCandidate: "AccountId20", unlockedAmount: "u128", newTotalAmtLocked: "u128" }, DelegationDecreaseScheduled: { delegator: "AccountId20", candidate: "AccountId20", amountToDecrease: "u128", executeRound: "u32" }, DelegationIncreased: { delegator: "AccountId20", candidate: "AccountId20", amount: "u128", inTop: "bool" }, DelegationDecreased: { delegator: "AccountId20", candidate: "AccountId20", amount: "u128", inTop: "bool" }, DelegatorExitScheduled: { round: "u32", delegator: "AccountId20", scheduledExit: "u32" }, DelegationRevocationScheduled: { round: "u32", delegator: "AccountId20", candidate: "AccountId20", scheduledExit: "u32" }, DelegatorLeft: { delegator: "AccountId20", unstakedAmount: "u128" }, DelegationRevoked: { delegator: "AccountId20", candidate: "AccountId20", unstakedAmount: "u128" }, DelegationKicked: { delegator: "AccountId20", candidate: "AccountId20", unstakedAmount: "u128" }, DelegatorExitCancelled: { delegator: "AccountId20" }, CancelledDelegationRequest: { delegator: "AccountId20", cancelledRequest: "PalletParachainStakingDelegationRequestsCancelledScheduledRequest", collator: "AccountId20" }, Delegation: { delegator: "AccountId20", lockedAmount: "u128", candidate: "AccountId20", delegatorPosition: "PalletParachainStakingDelegatorAdded", autoCompound: "Percent" }, DelegatorLeftCandidate: { delegator: "AccountId20", candidate: "AccountId20", unstakedAmount: "u128", totalCandidateStaked: "u128" }, Rewarded: { account: "AccountId20", rewards: "u128" }, InflationDistributed: { index: "u32", account: "AccountId20", value: "u128" }, InflationDistributionConfigUpdated: { _alias: { new_: "new" }, old: "PalletParachainStakingInflationDistributionConfig", new_: "PalletParachainStakingInflationDistributionConfig" }, InflationSet: { annualMin: "Perbill", annualIdeal: "Perbill", annualMax: "Perbill", roundMin: "Perbill", roundIdeal: "Perbill", roundMax: "Perbill" }, StakeExpectationsSet: { expectMin: "u128", expectIdeal: "u128", expectMax: "u128" }, TotalSelectedSet: { _alias: { new_: "new" }, old: "u32", new_: "u32" }, CollatorCommissionSet: { _alias: { new_: "new" }, old: "Perbill", new_: "Perbill" }, BlocksPerRoundSet: { _alias: { new_: "new" }, currentRound: "u32", firstBlock: "u32", old: "u32", new_: "u32", newPerRoundInflationMin: "Perbill", newPerRoundInflationIdeal: "Perbill", newPerRoundInflationMax: "Perbill" }, AutoCompoundSet: { candidate: "AccountId20", delegator: "AccountId20", value: "Percent" }, Compounded: { candidate: "AccountId20", delegator: "AccountId20", amount: "u128" } } }, /** * Lookup56: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest<Balance> **/ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, /** * Lookup57: pallet_parachain_staking::delegation_requests::DelegationAction<Balance> **/ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128" } }, /** * Lookup58: pallet_parachain_staking::types::DelegatorAdded<B> **/ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { newTotal: "u128" }, AddedToBottom: "Null" } }, /** * Lookup60: pallet_parachain_staking::types::InflationDistributionConfig<account::AccountId20> **/ PalletParachainStakingInflationDistributionConfig: "[Lookup62;2]", /** * Lookup62: pallet_parachain_staking::types::InflationDistributionAccount<account::AccountId20> **/ PalletParachainStakingInflationDistributionAccount: { account: "AccountId20", percent: "Percent" }, /** * Lookup64: pallet_scheduler::pallet::Event<T> **/ PalletSchedulerEvent: { _enum: { Scheduled: { when: "u32", index: "u32" }, Canceled: { when: "u32", index: "u32" }, Dispatched: { task: "(u32,u32)", id: "Option<[u8;32]>", result: "Result<Null, SpRuntimeDispatchError>" }, RetrySet: { task: "(u32,u32)", id: "Option<[u8;32]>", period: "u32", retries: "u8" }, RetryCancelled: { task: "(u32,u32)", id: "Option<[u8;32]>" }, CallUnavailable: { task: "(u32,u32)", id: "Option<[u8;32]>" }, PeriodicFailed: { task: "(u32,u32)", id: "Option<[u8;32]>" }, RetryFailed: { task: "(u32,u32)", id: "Option<[u8;32]>" }, PermanentlyOverweight: { task: "(u32,u32)", id: "Option<[u8;32]>" } } }, /** * Lookup66: pallet_treasury::pallet::Event<T, I> **/ PalletTreasuryEvent: { _enum: { Spending: { budgetRemaining: "u128" }, Awarded: { proposalIndex: "u32", award: "u128", account: "AccountId20" }, Burnt: { burntFunds: "u128" }, Rollover: { rolloverBalance: "u128" }, Deposit: { value: "u128" }, SpendApproved: { proposalIndex: "u32", amount: "u128", beneficiary: "AccountId20" }, UpdatedInactive: { reactivated: "u128", deactivated: "u128" }, AssetSpendApproved: { index: "u32", assetKind: "Null", amount: "u128", beneficiary: "AccountId20", validFrom: "u32", expireAt: "u32" }, AssetSpendVoided: { index: "u32" }, Paid: { index: "u32", paymentId: "Null" }, PaymentFailed: { index: "u32", paymentId: "Null" }, SpendProcessed: { index: "u32" } } }, /** * Lookup67: pallet_author_slot_filter::pallet::Event **/ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32" } }, /** * Lookup69: pallet_crowdloan_rewards::pallet::Event<T> **/ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", NativeIdentityAssociated: "([u8;32],AccountId20,u128)", RewardsPaid: "(AccountId20,u128)", RewardAddressUpdated: "(AccountId20,AccountId20)", InitializedAlreadyInitializedAccount: "([u8;32],Option<AccountId20>,u128)", InitializedAccountWithNotEnoughContribution: "([u8;32],Option<AccountId20>,u128)" } }, /** * Lookup70: pallet_author_mapping::pallet::Event<T> **/ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { _alias: { keys_: "keys" }, nimbusId: "NimbusPrimitivesNimbusCryptoPublic", accountId: "AccountId20", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic" }, KeysRemoved: { _alias: { keys_: "keys" }, nimbusId: "NimbusPrimitivesNimbusCryptoPublic", accountId: "AccountId20", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic" }, KeysRotated: { newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", accountId: "AccountId20", newKeys: "SessionKeysPrimitivesVrfVrfCryptoPublic" } } }, /** * Lookup71: nimbus_primitives::nimbus_crypto::Public **/ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", /** * Lookup72: session_keys_primitives::vrf::vrf_crypto::Public **/ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", /** * Lookup73: pallet_proxy::pallet::Event<T> **/ PalletProxyEvent: { _enum: { ProxyExecuted: { result: "Result<Null, SpRuntimeDispatchError>" }, PureCreated: { pure: "AccountId20", who: "AccountId20", proxyType: "MoonbaseRuntimeProxyType", disambiguationIndex: "u16" }, Announced: { real: "AccountId20", proxy: "AccountId20", callHash: "H256" }, ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", proxyType: "MoonbaseRuntimeProxyType", delay: "u32" }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", proxyType: "MoonbaseRuntimeProxyType", delay: "u32" } } }, /** * Lookup74: moonbase_runtime::ProxyType **/ MoonbaseRuntimeProxyType: { _enum: [ "Any", "NonTransfer", "Governance", "Staking", "CancelProxy", "Balances", "AuthorMapping", "IdentityJudgement" ] }, /** * Lookup76: pallet_maintenance_mode::pallet::Event **/ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", NormalOperationResumed: "Null", FailedToSuspendIdleXcmExecution: { error: "SpRuntimeDispatchError" }, FailedToResumeIdleXcmExecution: { error: "SpRuntimeDispatchError" } } }, /** * Lookup77: pallet_identity::pallet::Event<T> **/ PalletIdentityEvent: { _enum: { IdentitySet: { who: "AccountId20" }, IdentityCleared: { who: "AccountId20", deposit: "u128" }, IdentityKilled: { who: "AccountId20", deposit: "u128" }, JudgementRequested: { who: "AccountId20", registrarIndex: "u32" }, JudgementUnrequested: { who: "AccountId20", registrarIndex: "u32" }, JudgementGiven: { target: "AccountId20", registrarIndex: "u32" }, RegistrarAdded: { registrarIndex: "u32" }, SubIdentityAdded: { sub: "AccountId20", main: "AccountId20", deposit: "u128" }, SubIdentityRemoved: { sub: "AccountId20", main: "AccountId20", deposit: "u128" }, SubIdentityRevoked: { sub: "AccountId20", main: "AccountId20", deposit: "u128" }, AuthorityAdded: { authority: "AccountId20" }, AuthorityRemoved: { authority: "AccountId20" }, UsernameSet: { who: "AccountId20", username: "Bytes" }, UsernameQueued: { who: "AccountId20", username: "Bytes", expiration: "u32" }, PreapprovalExpired: { whose: "AccountId20" }, PrimaryUsernameSet: { who: "AccountId20", username: "Bytes" }, DanglingUsernameRemoved: { who: "AccountId20", username: "Bytes" } } }, /** * Lookup79: cumulus_pallet_xcmp_queue::pallet::Event<T> **/ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { messageHash: "[u8;32]" } } }, /** * Lookup80: cumulus_pallet_xcm::pallet::Event<T> **/ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", UnsupportedVersion: "[u8;32]", ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)" } }, /** * Lookup81: staging_xcm::v4::traits::Outcome **/ StagingXcmV4TraitsOutcome: { _enum: { Complete: { used: "SpWeightsWeightV2Weight" }, Incomplete: { used: "SpWeightsWeightV2Weight", error: "XcmV3TraitsError" }, Error: { error: "XcmV3TraitsError" } } }, /** * Lookup82: xcm::v3::traits::Error **/ XcmV3TraitsError: { _enum: { Overflow: "Null", Unimplemented: "Null", UntrustedReserveLocation: "Null", UntrustedTeleportLocation: "Null", LocationFull: "Null", LocationNotInvertible: "Null", BadOrigin: "Null", InvalidLocation: "Null", AssetNotFound: "Null", FailedToTransactAsset: "Null", NotWithdrawable: "Null", LocationCannotHold: "Null", ExceedsMaxMessageSize: "Null", DestinationUnsupported: "Null", Transport: "Null", Unroutable: "Null", UnknownClaim: "Null", FailedToDecode: "Null", MaxWeightInvalid: "Null", NotHoldingFees: "Null", TooExpensive: "Null", Trap: "u64", ExpectationFalse: "Null", PalletNotFound: "Null", NameMismatch: "Null", VersionIncompatible: "Null", HoldingWouldOverflow: "Null", ExportError: "Null", ReanchorFailed: "Null", NoDeal: "Null", FeesNotMet: "Null", LockError: "Null", NoPermission: "Null", Unanchored: "Null", NotDepositable: "Null", UnhandledXcmVersion: "Null", WeightLimitReached: "SpWeightsWeightV2Weight", Barrier: "Null", WeightNotComputable: "Null", ExceedsStackLimit: "Null" } }, /** * Lookup83: pallet_xcm::pallet::Event<T> **/ PalletXcmEvent: { _enum: { Attempted: { outcome: "StagingXcmV4TraitsOutcome" }, Sent: { origin: "StagingXcmV4Location", destination: "StagingXcmV4Location", message: "StagingXcmV4Xcm", messageId: "[u8;32]" }, UnexpectedResponse: { origin: "StagingXcmV4Location", queryId: "u64" }, ResponseReady: { queryId: "u64", response: "StagingXcmV4Response" }, Notified: { queryId: "u64", palletIndex: "u8", callIndex: "u8" }, NotifyOverweight: { queryId: "u64", palletIndex: "u8", callIndex: "u8", actualWeight: "SpWeightsWeightV2Weight", maxBudgetedWeight: "SpWeightsWeightV2Weight" }, NotifyDispatchError: { queryId: "u64", palletIndex: "u8", callIndex: "u8" }, NotifyDecodeFailed: { queryId: "u64", palletIndex: "u8", callIndex: "u8" }, InvalidResponder: { origin: "StagingXcmV4Location", queryId: "u64", expectedLocation: "Option<StagingXcmV4Location>" }, InvalidResponderVersion: { origin: "StagingXcmV4Location", queryId: "u64" }, ResponseTaken: { queryId: "u64" }, AssetsTrapped: { _alias: { hash_: "hash" }, hash_: "H256", origin: "StagingXcmV4Location", assets: "XcmVersionedAssets" }, VersionChangeNotified: { destination: "StagingXcmV4Location", result: "u32", cost: "StagingXcmV4AssetAssets", messageId: "[u8;32]" }, SupportedVersionChanged: { location: "StagingXcmV4Location", version: "u32" }, NotifyTargetSendFail: { location: "StagingXcmV4Location", queryId: "u64", error: "XcmV3TraitsError" }, NotifyTargetMigrationFail: { location: "XcmVersionedLocation", queryId: "u64" }, InvalidQuerierVersion: { origin: "StagingXcmV4Location", queryId: "u64" }, InvalidQuerier: { origin: "StagingXcmV4Location", queryId: "u64", expectedQuerier: "StagingXcmV4Location", maybeActualQuerier: "Option<StagingXcmV4Location>" }, VersionNotifyStarted: { destination: "StagingXcmV4Location", cost: "StagingXcmV4AssetAssets", messageId: "[u8;32]" }, VersionNotifyRequested: { destination: "StagingXcmV4Location", cost: "StagingXcmV4AssetAssets", messageId: "[u8;32]" }, VersionNotifyUnrequested: { destination: "StagingXcmV4Location", cost: "StagingXcmV4AssetAssets", messageId: "[u8;32]" }, FeesPaid: { paying: "StagingXcmV4Location", fees: "StagingXcmV4AssetAssets" }, AssetsClaimed: { _alias: { hash_: "hash" }, hash_: "H256", origin: "StagingXcmV4Location", assets: "XcmVersionedAssets" }, VersionMigrationFinished: { version: "u32" } } }, /** * Lookup84: staging_xcm::v4::location::Location **/ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions" }, /** * Lookup85: staging_xcm::v4::junctions::Junctions **/ StagingXcmV4Junctions: { _enum: { Here: "Null", X1: "[Lookup87;1]", X2: "[Lookup87;2]", X3: "[Lookup87;3]", X4: "[Lookup87;4]", X5: "[Lookup87;5]", X6: "[Lookup87;6]", X7: "[Lookup87;7]", X8: "[Lookup87;8]" } }, /** * Lookup87: staging_xcm::v4::junction::Junction **/ StagingXcmV4Junction: { _enum: { Parachain: "Compact<u32>", AccountId32: { network: "Option<StagingXcmV4JunctionNetworkId>", id: "[u8;32]" }, AccountIndex64: { network: "Option<StagingXcmV4JunctionNetworkId>", index: "Compact<u64>" }, AccountKey20: { network: "Option<StagingXcmV4JunctionNetworkId>", key: "[u8;20]" }, PalletInstance: "u8", GeneralIndex: "Compact<u128>", GeneralKey: { length: "u8", data: "[u8;32]" }, OnlyChild: "Null", Plurality: { id: "XcmV3JunctionBodyId", part: "XcmV3JunctionBodyPart" }, GlobalConsensus: "StagingXcmV4JunctionNetworkId" } }, /** * Lookup90: staging_xcm::v4::junction::NetworkId **/ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", ByFork: { blockNumber: "u64", blockHash: "[u8;32]" }, Polkadot: "Null", Kusama: "Null", Westend: "Null", Rococo: "Null", Wococo: "Null", Ethereum: { chainId: "Compact<u64>" }, BitcoinCore: "Null", BitcoinCash: "Null", PolkadotBulletin: "Null" } }, /** * Lookup92: xcm::v3::junction::BodyId **/ XcmV3JunctionBodyId: { _enum: { Unit: "Null", Moniker: "[u8;4]", Index: "Compact<u32>", Executive: "Null", Technical: "Null", Legislative: "Null", Judicial: "Null", Defense: "Null", Administration: "Null", Treasury: "Null" } }, /** * Lookup93: xcm::v3::junction::BodyPart **/ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", Members: { count: "Compact<u32>" }, Fraction: { nom: "Compact<u32>", denom: "Compact<u32>" }, AtLeastProportion: { nom: "Compact<u32>", denom: "Compact<u32>" }, MoreThanProportion: { nom: "Compact<u32>", denom: "Compact<u32>" } } }, /** * Lookup101: staging_xcm::v4::Xcm<Call> **/ StagingXcmV4Xcm: "Vec<StagingXcmV4Instruction>", /** * Lookup103: staging_xcm::v4::Instruction<Call> **/ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", ReserveAssetDeposited: "StagingXcmV4AssetAssets", ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", QueryResponse: { queryId: "Compact<u64>", response: "StagingXcmV4Response", maxWeight: "SpWeightsWeightV2Weight", querier: "Option<StagingXcmV4Location>" }, TransferAsset: { assets: "StagingXcmV4AssetAssets", beneficiary: "StagingXcmV4Location" }, TransferReserveAsset: { assets: "StagingXcmV4AssetAssets", dest: "StagingXcmV4Location", xcm: "StagingXcmV4Xcm" }, Transact: { originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded" }, HrmpNewChannelOpenRequest: { sender: "Compact<u32>", maxMessageSize: "Compact<u32>", maxCapacity: "Compact<u32>" }, HrmpChannelAccepted: { recipient: "Compact<u32>" }, HrmpChannelClosing: { initiator: "Compact<u32>", sender: "Compact<u32>", recipient: "Compact<u32>" }, ClearOrigin: "Null", DescendOrigin: "StagingXcmV4Junctions", ReportError: "StagingXcmV4QueryResponseInfo", DepositAsset: { assets: "StagingXcmV4AssetAssetFilter", beneficiary: "StagingXcmV4Location" }, DepositReserveAsset: { assets: "StagingXcmV4AssetAssetFilter", dest: "StagingXcmV4Location", xcm: "StagingXcmV4Xcm" }, ExchangeAsset: { give: "StagingXcmV4AssetAssetFilter", want: "StagingXcmV4AssetAssets", maximal: "bool" }, InitiateReserveWithdraw: { assets: "StagingXcmV4AssetAssetFilter", reserve: "StagingXcmV4Location", xcm: "StagingXcmV4Xcm" }, InitiateTeleport: { assets: "StagingXcmV4AssetAssetFilter", dest: "StagingXcmV4Location", xcm: "StagingXcmV4Xcm" }, ReportHolding: { responseInfo: "StagingXcmV4QueryResponseInfo", assets: "StagingXcmV4AssetAssetFilter" }, BuyExecution: { fees: "StagingXcmV4Asset", weightLimit: "XcmV3WeightLimit" }, RefundSurplus: "Null", SetErrorHandler: "StagingXcmV4Xcm", SetAppendix: "StagingXcmV4Xcm", ClearError: "Null", ClaimAsset: { assets: "StagingXcmV4AssetAssets", ticket: "StagingXcmV4Location" }, Trap: "Compact<u64>", SubscribeVersion: { queryId: "Compact<u64>", maxResponseWeight: "SpWeightsWeightV2Weight" }, UnsubscribeVersion: "Null", BurnAsset: "StagingXcmV4AssetAssets", ExpectAsset: "StagingXcmV4AssetAssets", ExpectOrigin: "Option<StagingXcmV4Location>", ExpectError: "Option<(u32,XcmV3TraitsError)>", ExpectTransactStatus: "XcmV3MaybeErrorCode", QueryPallet: { moduleName: "Bytes", responseInfo: "StagingXcmV4QueryResponseInfo" }, ExpectPallet: { index: "Compact<u32>", name: "Bytes", moduleName: "Bytes", crateMajor: "Compact<u32>", minCrateMinor: "Compact<u32>" }, ReportTransactStatus: "StagingXcmV4QueryResponseInfo", ClearTransactStatus: "Null", UniversalOrigin: "StagingXcmV4Junction", ExportMessage: { network: "StagingXcmV4JunctionNetworkId", destination: "StagingXcmV4Junctions", xcm: "StagingXcmV4Xcm" }, LockAsset: { asset: "StagingXcmV4Asset", unlocker: "StagingXcmV4Location" }, UnlockAsset: { asset: "StagingXcmV4Asset", target: "StagingXcmV4Location" }, NoteUnlockable: { asset: "StagingXcmV4Asset", owner: "StagingXcmV4Location" }, RequestUnlock: { asset: "StagingXcmV4Asset", locker: "StagingXcmV4Location" }, SetFeesMode: { jitWithdraw: "bool" }, SetTopic: "[u8;32]", ClearTopic: "Null", AliasOrigin: "StagingXcmV4Location", UnpaidExecution: { weightLimit: "XcmV3WeightLimit", checkOrigin: "Option<StagingXcmV4Location>" } } }, /** * Lookup104: staging_xcm::v4::asset::Assets **/ StagingXcmV4AssetAssets: "Vec<StagingXcmV4Asset>", /** * Lookup106: staging_xcm::v4::asset::Asset **/ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility" }, /** * Lookup107: staging_xcm::v4::asset::AssetId **/ StagingXcmV4AssetAssetId: "StagingXcmV4Location", /** * Lookup108: staging_xcm::v4::asset::Fungibility **/ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact<u128>", NonFungible: "StagingXcmV4AssetAssetInstance" } }, /** * Lookup109: staging_xcm::v4::asset::AssetInstance **/ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", Index: "Compact<u128>", Array4: "[u8;4]", Array8: "[u8;8]", Array16: "[u8;16]", Array32: "[u8;32]" } }, /** * Lookup112: staging_xcm::v4::Response **/ StagingXcmV4Response: { _enum: { Null: "Null", Assets: "StagingXcmV4AssetAssets", ExecutionResult: "Option<(u32,XcmV3TraitsError)>", Version: "u32", PalletsInfo: "Vec<StagingXcmV4PalletInfo>", DispatchResult: "XcmV3MaybeErrorCode" } }, /** * Lookup116: staging_xcm::v4::PalletInfo **/ StagingXcmV4PalletInfo: { index: "Compact<u32>", name: "Bytes", moduleName: "Bytes", major: "Compact<u32>", minor: "Compact<u32>", patch: "Compact<u32>" }, /** * Lookup119: xcm::v3::MaybeErrorCode **/ XcmV3MaybeErrorCode: { _enum: { Success: "Null", Error: "Bytes", TruncatedError: "Bytes" } }, /** * Lookup122: xcm::v3::OriginKind **/ XcmV3OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"] }, /** * Lookup123: xcm::double_encoded::DoubleEncoded<T> **/ XcmDoubleEncoded: { encoded: "Bytes" }, /** * Lookup124: staging_xcm::v4::QueryResponseInfo **/ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact<u64>", maxWeight: "SpWeightsWeightV2Weight" }, /** * Lookup125: staging_xcm::v4::asset::AssetFilter **/ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset" } }, /** * Lookup126: staging_xcm::v4::asset::WildAsset **/ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", AllOf: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetWildFungibility" }, AllCounted: "Compact<u32>", AllOfCounted: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetWildFungibility", count: "Compact<u32>" } } }, /** * Lookup127: staging_xcm::v4::asset::WildFungibility **/ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"] }, /** * Lookup128: xcm::v3::WeightLimit **/ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight" } }, /** * Lookup129: xcm::VersionedAssets **/ XcmVersionedAssets: { _enum: { __Unused0: "Null", V2: "XcmV2MultiassetMultiAssets", __Unused2: "Null", V3: "XcmV3MultiassetMultiAssets", V4: "StagingXcmV4AssetAssets" } }, /** * Lookup130: xcm::v2::multiasset::MultiAssets **/ XcmV2MultiassetMultiAssets: "Vec<XcmV2MultiAsset>", /** * Lookup132: xcm::v2::multiasset::MultiAsset **/ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility" }, /** * Lookup133: xcm::v2::multiasset::AssetId **/ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes" } }, /** * Lookup134: xcm::v2::multilocation::MultiLocation **/ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions" }, /** * Lookup135: xcm::v2::multilocation::Junctions **/ XcmV2MultilocationJunctions: { _enum: { Here: "Null", X1: "XcmV2Junction", X2: "(XcmV2Junction,XcmV2Junction)", X3: "(XcmV2Junction,XcmV2Junction,XcmV2Junction)", X4: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", X5: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", X6: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", X7: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)" } }, /** * Lookup136: xcm::v2::junction::Junction **/ XcmV2Junction: { _enum: { Parachain: "Compact<u32>", AccountId32: { network: "XcmV2NetworkId", id: "[u8;32]" }, AccountIndex64: { network: "XcmV2NetworkId", index: "Compact<u64>" }, AccountKey20: { network: "XcmV2NetworkId", key: "[u8;20]" }, PalletInstance: "u8", GeneralIndex: "Compact<u128>", GeneralKey: "Bytes", OnlyChild: "Null", Plurality: { id: "XcmV2BodyId", part: "XcmV2BodyPart" } } }, /** * Lookup137: xcm::v2::NetworkId **/ XcmV2NetworkId: { _enum: { Any: "Null", Named: "Bytes", Polkadot: "Null", Kusama: "Null" } }, /** * Lookup139: xcm::v2::BodyId **/ XcmV2BodyId: { _enum: { Unit: "Null", Named: "Bytes", Index: "Compact<u32>", Executive: "Null", Technical: "Null", Legislative: "Null", Judicial: "Null", Defense: "Null", Administration: "Null", Treasury: "Null" } }, /** * Lookup140: xcm::v2::BodyPart **/ XcmV2BodyPart: { _enum: { Voice: "Null", Members: { count: "Compact<u32>" }, Fraction: { nom: "Compact<u32>", denom: "Compact<u32>" }, AtLeastProportion: { nom: "Compact<u32>", denom: "Compact<u32>" }, MoreThanProportion: { nom: "Compact<u32>", denom: "Compact<u32>" } } }, /** * Lookup141: xcm::v2::multiasset::Fungibility **/ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact<u128>", NonFungible: "XcmV2MultiassetAssetInstance" } }, /** * Lookup142: xcm::v2::multiasset::AssetInstance **/ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", Index: "Compact<u128>", Array4: "[u8;4]", Array8: "[u8;8]", Array16: "[u8;16]", Array32: "[u8;32]", Blob: "Bytes" } }, /** * Lookup143: xcm::v3::multiasset::MultiAssets **/ XcmV3MultiassetMultiAssets: "Vec<XcmV3MultiAsset>", /** * Lookup145: xcm::v3::multiasset::MultiAsset **/ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility" }, /** * Lookup146: xcm::v3::multiasset::AssetId **/ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]" } }, /** * Lookup147: staging_xcm::v3::multilocation::MultiLocation **/ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions" }, /** * Lookup148: xcm::v3::junctions::Junctions **/ XcmV3Junctions: { _enum: { Here: "Null", X1: "XcmV3Junction", X2: "(XcmV3Junction,XcmV3Junction)", X3: "(XcmV3Junction,XcmV3Junction,XcmV3Junction)", X4: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", X5: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", X6: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", X7: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)" } }, /** * Lookup149: xcm::v3::junction::Junction **/ XcmV3Junction: { _enum: { Parachain: "Compact<u32>", AccountId32: { network: "Option<XcmV3JunctionNetworkId>", id: "[u8;32]" }, AccountIndex64: { network: "Option<XcmV3JunctionNetworkId>", index: "Compact<u64>" }, AccountKey20: { network: "Option<XcmV3JunctionNetworkId>", key: "[u8;20]" }, PalletInstance: "u8", GeneralIndex: "Compact<u128>", GeneralKey: { length: "u8", data: "[u8;32]" }, OnlyChild: "Null", Plurality: { id: "XcmV3JunctionBodyId", part: "XcmV3JunctionBodyPart" }, GlobalConsensus: "XcmV3JunctionNetworkId" } }, /** * Lookup151: xcm::v3::junction::NetworkId **/ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", ByFork: { blockNumber: "u64", blockHash: "[u8;32]" }, Polkadot: "Null", Kusama: "Null", Westend: "Null", Rococo: "Null", Wococo: "Null", Ethereum: { chainId: "Compact<u64>" }, BitcoinCore: "Null", BitcoinCash: "Null", PolkadotBulletin: "Null" } }, /** * Lookup152: xcm::v3::multiasset::Fungibility **/ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact<u128>", NonFungible: "XcmV3MultiassetAssetInstance" } }, /** * Lookup153: xcm::v3::multiasset::AssetInstance **/ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", Index: "Compact<u128>", Array4: "[u8;4]", Array8: "[u8;8]", Array16: "[u8;16]", Array32: "[u8;32]" } }, /** * Lookup154: xcm::VersionedLocation **/ XcmVersionedLocation: { _enum: { __Unused0: "Null", V2: "XcmV2MultiLocation", __Unused2: "Null", V3: "StagingXcmV3MultiLocation", V4: "StagingXcmV4Location" } }, /** * Lookup155: pallet_assets::pallet::Event<T, I> **/ PalletAssetsEvent: { _enum: { Created: { assetId: "u128", creator: "AccountId20", owner: "AccountId20" }, Issued: { assetId: "u128", owner: "AccountId20", amount: "u128" }, Transferred: { assetId: "u128", from: "AccountId20", to: "AccountId20", amount: "u128" }, Burned: { assetId: "u128", owner: "AccountId20", balance: "u128" }, TeamChanged: { assetId: "u128", issuer: "AccountId20", admin: "AccountId20", freezer: "AccountId20" }, OwnerChanged: { assetId: "u128", owner: "AccountId20" }, Frozen: { assetId: "u128", who: "AccountId20" }, Thawed: { assetId: "u128", who: "AccountId20" }, AssetFrozen: { assetId: "u128" }, AssetThawed: { assetId: "u128" }, AccountsDestroyed: { assetId: "u128", accountsDestroyed: "u32", accountsRemaining: "u32" }, ApprovalsDestroyed: { assetId: "u128", approvalsDestroyed: "u32", approvalsRemaining: "u32" }, DestructionStarted: { assetId: "u128" }, Destroyed: { assetId: "u128" }, ForceCreated: { assetId: "u128", owner: "AccountId20" }, MetadataSet: { assetId: "u128", name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool" }, MetadataCleared: { assetId: "u128" }, ApprovedTransfer: { assetId: "u128", source: "AccountId20", delegate: "AccountId20", amount: "u128" }, ApprovalCancelled: { assetId: "u128", owner: "AccountId20", delegate: "AccountId20" }, TransferredApproved: { assetId: "u128", owner: "AccountId20", delegate: "AccountId20", destination: "AccountId20", amount: "u128" }, AssetStatusChanged: { assetId: "u128" }, AssetMinBalanceChanged: { assetId: "u128", newMinBalance: "u128" }, Touched: { assetId: "u128", who: "AccountId20", depositor: "AccountId20" }, Blocked: { assetId: "u128", who: "AccountId20" }, Deposited: { assetId: "u128", who: "AccountId20", amount: "u128" }, Withdrawn: { assetId: "u128", who: "AccountId20", amount: "u128" } } }, /** * Lookup156: pallet_asset_manager::pallet::Event<T> **/ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { assetId: "u128", asset: "MoonbaseRuntimeXcmConfigAssetType", metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata" }, UnitsPerSecondChanged: "Null", ForeignAssetXcmLocationChanged: { assetId: "u128", newAssetType: "MoonbaseRuntimeXcmConfigAssetType" }, ForeignAssetRemoved: { assetId: "u128", assetType: "MoonbaseRuntimeXcmConfigAssetType" }, SupportedAssetRemoved: { assetType: "MoonbaseRuntimeXcmConfigAssetType" }, ForeignAssetDestroyed: { assetId: "u128", assetType: "MoonbaseRuntimeXcmConfigAssetType" }, LocalAssetDestroyed: { assetId: "u128" } } }, /** * Lookup157: moonbase_runtime::xcm_config::AssetType **/ MoonbaseRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation" } }, /** * Lookup158: moonbase_runtime::asset_config::AssetRegistrarMetadata **/ MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool" }, /** * Lookup159: pallet_migrations::pallet::Event<T> **/ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", RuntimeUpgradeCompleted: { weight: "SpWeightsWeightV2Weight" }, MigrationStarted: { migrationName: "Bytes" }, MigrationCompleted: { migrationName: "Bytes", consumedWeight: "SpWeightsWeightV2Weight" },