UNPKG

@moonbeam-network/api-augment

Version:
2,093 lines (2,091 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<moonriver_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: 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]>" } } }, /** * Lookup34: pallet_root_testing::pallet::Event<T> **/ PalletRootTestingEvent: { _enum: ["DefensiveTestCall"] }, /** * 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_transaction_payment::pallet::Event<T> **/ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { who: "AccountId20", actualFee: "u128", tip: "u128" } } }, /** * Lookup38: 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" } } }, /** * Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest<Balance> **/ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction" }, /** * Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction<Balance> **/ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128" } }, /** * Lookup41: pallet_parachain_staking::types::DelegatorAdded<B> **/ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { newTotal: "u128" }, AddedToBottom: "Null" } }, /** * Lookup43: pallet_parachain_staking::types::InflationDistributionConfig<account::AccountId20> **/ PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", /** * Lookup45: pallet_parachain_staking::types::InflationDistributionAccount<account::AccountId20> **/ PalletParachainStakingInflationDistributionAccount: { account: "AccountId20", percent: "Percent" }, /** * Lookup47: pallet_author_slot_filter::pallet::Event **/ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32" } }, /** * Lookup49: 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" } } }, /** * Lookup50: nimbus_primitives::nimbus_crypto::Public **/ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", /** * Lookup51: session_keys_primitives::vrf::vrf_crypto::Public **/ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", /** * Lookup52: pallet_moonbeam_orbiters::pallet::Event<T> **/ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { collator: "AccountId20", orbiter: "AccountId20" }, OrbiterLeaveCollatorPool: { collator: "AccountId20", orbiter: "AccountId20" }, OrbiterRewarded: { account: "AccountId20", rewards: "u128" }, OrbiterRotation: { collator: "AccountId20", oldOrbiter: "Option<AccountId20>", newOrbiter: "Option<AccountId20>" }, OrbiterRegistered: { account: "AccountId20", deposit: "u128" }, OrbiterUnregistered: { account: "AccountId20" } } }, /** * Lookup54: 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>" } } }, /** * Lookup57: pallet_proxy::pallet::Event<T> **/ PalletProxyEvent: { _enum: { ProxyExecuted: { result: "Result<Null, SpRuntimeDispatchError>" }, PureCreated: { pure: "AccountId20", who: "AccountId20", proxyType: "MoonriverRuntimeProxyType", disambiguationIndex: "u16" }, Announced: { real: "AccountId20", proxy: "AccountId20", callHash: "H256" }, ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32" }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32" } } }, /** * Lookup58: moonriver_runtime::ProxyType **/ MoonriverRuntimeProxyType: { _enum: [ "Any", "NonTransfer", "Governance", "Staking", "CancelProxy", "Balances", "AuthorMapping", "IdentityJudgement" ] }, /** * Lookup60: pallet_maintenance_mode::pallet::Event **/ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", NormalOperationResumed: "Null", FailedToSuspendIdleXcmExecution: { error: "SpRuntimeDispatchError" }, FailedToResumeIdleXcmExecution: { error: "SpRuntimeDispatchError" } } }, /** * Lookup61: 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" } } }, /** * Lookup63: pallet_migrations::pallet::Event<T> **/ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", RuntimeUpgradeCompleted: { weight: "SpWeightsWeightV2Weight" }, MigrationStarted: { migrationName: "Bytes" }, MigrationCompleted: { migrationName: "Bytes", consumedWeight: "SpWeightsWeightV2Weight" }, FailedToSuspendIdleXcmExecution: { error: "SpRuntimeDispatchError" }, FailedToResumeIdleXcmExecution: { error: "SpRuntimeDispatchError" } } }, /** * Lookup64: pallet_multisig::pallet::Event<T> **/ PalletMultisigEvent: { _enum: { NewMultisig: { approving: "AccountId20", multisig: "AccountId20", callHash: "[u8;32]" }, MultisigApproval: { approving: "AccountId20", timepoint: "PalletMultisigTimepoint", multisig: "AccountId20", callHash: "[u8;32]" }, MultisigExecuted: { approving: "AccountId20", timepoint: "PalletMultisigTimepoint", multisig: "AccountId20", callHash: "[u8;32]", result: "Result<Null, SpRuntimeDispatchError>" }, MultisigCancelled: { cancelling: "AccountId20", timepoint: "PalletMultisigTimepoint", multisig: "AccountId20", callHash: "[u8;32]" } } }, /** * Lookup65: pallet_multisig::Timepoint<BlockNumber> **/ PalletMultisigTimepoint: { height: "u32", index: "u32" }, /** * Lookup66: pallet_parameters::pallet::Event<T> **/ PalletParametersEvent: { _enum: { Updated: { key: "MoonriverRuntimeRuntimeParamsRuntimeParametersKey", oldValue: "Option<MoonriverRuntimeRuntimeParamsRuntimeParametersValue>", newValue: "Option<MoonriverRuntimeRuntimeParamsRuntimeParametersValue>" } } }, /** * Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey **/ MoonriverRuntimeRuntimeParamsRuntimeParametersKey: { _enum: { RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", XcmConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsXcmConfigParametersKey" } }, /** * Lookup68: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey **/ MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { _enum: ["FeesTreasuryProportion"] }, /** * Lookup69: moonriver_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion **/ MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", /** * Lookup70: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey **/ MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { _enum: ["Deposit"] }, /** * Lookup71: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit **/ MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", /** * Lookup72: moonriver_runtime::runtime_params::dynamic_params::xcm_config::ParametersKey **/ MoonriverRuntimeRuntimeParamsDynamicParamsXcmConfigParametersKey: { _enum: ["ForeignAssetCreationDeposit"] }, /** * Lookup73: moonriver_runtime::runtime_params::dynamic_params::xcm_config::ForeignAssetCreationDeposit **/ MoonriverRuntimeRuntimeParamsDynamicParamsXcmConfigForeignAssetCreationDeposit: "Null", /** * Lookup75: moonriver_runtime::runtime_params::RuntimeParametersValue **/ MoonriverRuntimeRuntimeParamsRuntimeParametersValue: { _enum: { RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue", XcmConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsXcmConfigParametersValue" } }, /** * Lookup76: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue **/ MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { _enum: { FeesTreasuryProportion: "Perbill" } }, /** * Lookup77: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue **/ MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { _enum: { Deposit: "u128" } }, /** * Lookup79: moonriver_runtime::runtime_params::dynamic_params::xcm_config::ParametersValue **/ MoonriverRuntimeRuntimeParamsDynamicParamsXcmConfigParametersValue: { _enum: { ForeignAssetCreationDeposit: "u128" } }, /** * Lookup80: pallet_evm::pallet::Event<T> **/ PalletEvmEvent: { _enum: { Log: { log: "EthereumLog" }, Created: { address: "H160" }, CreatedFailed: { address: "H160" }, Executed: { address: "H160" }, ExecutedFailed: { address: "H160" } } }, /** * Lookup81: ethereum::log::Log **/ EthereumLog: { address: "H160", topics: "Vec<H256>", data: "Bytes" }, /** * Lookup84: pallet_ethereum::pallet::Event **/ PalletEthereumEvent: { _enum: { Executed: { from: "H160", to: "H160", transactionHash: "H256", exitReason: "EvmCoreErrorExitReason", extraData: "Bytes" } } }, /** * Lookup85: evm_core::error::ExitReason **/ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", Error: "EvmCoreErrorExitError", Revert: "EvmCoreErrorExitRevert", Fatal: "EvmCoreErrorExitFatal" } }, /** * Lookup86: evm_core::error::ExitSucceed **/ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"] }, /** * Lookup87: 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" } }, /** * Lookup91: evm_core::error::ExitRevert **/ EvmCoreErrorExitRevert: { _enum: ["Reverted"] }, /** * Lookup92: evm_core::error::ExitFatal **/ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", UnhandledInterrupt: "Null", CallErrorAsFatal: "EvmCoreErrorExitError", Other: "Text" } }, /** * Lookup93: 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]>" } } }, /** * Lookup95: pallet_preimage::pallet::Event<T> **/ PalletPreimageEvent: { _enum: { Noted: { _alias: { hash_: "hash" }, hash_: "H256" }, Requested: { _alias: { hash_: "hash" }, hash_: "H256" }, Cleared: { _alias: { hash_: "hash" }, hash_: "H256" } } }, /** * Lookup96: pallet_conviction_voting::pallet::Event<T, I> **/ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", Voted: { who: "AccountId20", vote: "PalletConvictionVotingVoteAccountVote" }, VoteRemoved: { who: "AccountId20", vote: "PalletConvictionVotingVoteAccountVote" } } }, /** * Lookup97: pallet_conviction_voting::vote::AccountVote<Balance> **/ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { vote: "Vote", balance: "u128" }, Split: { aye: "u128", nay: "u128" }, SplitAbstain: { aye: "u128", nay: "u128", abstain: "u128" } } }, /** * Lookup99: pallet_referenda::pallet::Event<T, I> **/ PalletReferendaEvent: { _enum: { Submitted: { index: "u32", track: "u16", proposal: "FrameSupportPreimagesBounded" }, DecisionDepositPlaced: { index: "u32", who: "AccountId20", amount: "u128" }, DecisionDepositRefunded: { index: "u32", who: "AccountId20", amount: "u128" }, DepositSlashed: { who: "AccountId20", amount: "u128" }, DecisionStarted: { index: "u32", track: "u16", proposal: "FrameSupportPreimagesBounded", tally: "PalletConvictionVotingTally" }, ConfirmStarted: { index: "u32" }, ConfirmAborted: { index: "u32" }, Confirmed: { index: "u32", tally: "PalletConvictionVotingTally" }, Approved: { index: "u32" }, Rejected: { index: "u32", tally: "PalletConvictionVotingTally" }, TimedOut: { index: "u32", tally: "PalletConvictionVotingTally" }, Cancelled: { index: "u32", tally: "PalletConvictionVotingTally" }, Killed: { index: "u32", tally: "PalletConvictionVotingTally" }, SubmissionDepositRefunded: { index: "u32", who: "AccountId20", amount: "u128" }, MetadataSet: { _alias: { hash_: "hash" }, index: "u32", hash_: "H256" }, MetadataCleared: { _alias: { hash_: "hash" }, index: "u32", hash_: "H256" } } }, /** * Lookup100: frame_support::traits::preimages::Bounded<moonriver_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256> **/ FrameSupportPreimagesBounded: { _enum: { Legacy: { _alias: { hash_: "hash" }, hash_: "H256" }, Inline: "Bytes", Lookup: { _alias: { hash_: "hash" }, hash_: "H256", len: "u32" } } }, /** * Lookup102: frame_system::pallet::Call<T> **/ FrameSystemCall: { _enum: { remark: { remark: "Bytes" }, set_heap_pages: { pages: "u64" }, set_code: { code: "Bytes" }, set_code_without_checks: { code: "Bytes" }, set_storage: { items: "Vec<(Bytes,Bytes)>" }, kill_storage: { _alias: { keys_: "keys" }, keys_: "Vec<Bytes>" }, kill_prefix: { prefix: "Bytes", subkeys: "u32" }, remark_with_event: { remark: "Bytes" }, __Unused8: "Null", authorize_upgrade: { codeHash: "H256" }, authorize_upgrade_without_checks: { codeHash: "H256" }, apply_authorized_upgrade: { code: "Bytes" } } }, /** * Lookup106: cumulus_pallet_parachain_system::pallet::Call<T> **/ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { data: "CumulusPrimitivesParachainInherentParachainInherentData" }, sudo_send_upward_message: { message: "Bytes" } } }, /** * Lookup107: cumulus_primitives_parachain_inherent::ParachainInherentData **/ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV8PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec<PolkadotCorePrimitivesInboundDownwardMessage>", horizontalMessages: "BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>" }, /** * Lookup108: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N> **/ PolkadotPrimitivesV8PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32" }, /** * Lookup110: sp_trie::storage_proof::StorageProof **/ SpTrieStorageProof: { trieNodes: "BTreeSet<Bytes>" }, /** * Lookup113: polkadot_core_primitives::InboundDownwardMessage<BlockNumber> **/ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes" }, /** * Lookup117: polkadot_core_primitives::InboundHrmpMessage<BlockNumber> **/ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes" }, /** * Lookup120: pallet_timestamp::pallet::Call<T> **/ PalletTimestampCall: { _enum: { set: { now: "Compact<u64>" } } }, /** * Lookup121: pallet_root_testing::pallet::Call<T> **/ PalletRootTestingCall: { _enum: { fill_block: { ratio: "Perbill" }, trigger_defensive: "Null" } }, /** * Lookup122: pallet_balances::pallet::Call<T, I> **/ PalletBalancesCall: { _enum: { transfer_allow_death: { dest: "AccountId20", value: "Compact<u128>" }, __Unused1: "Null", force_transfer: { source: "AccountId20", dest: "AccountId20", value: "Compact<u128>" }, transfer_keep_alive: { dest: "AccountId20", value: "Compact<u128>" }, transfer_all: { dest: "AccountId20", keepAlive: "bool" }, force_unreserve: { who: "AccountId20", amount: "u128" }, upgrade_accounts: { who: "Vec<AccountId20>" }, __Unused7: "Null", force_set_balance: { who: "AccountId20", newFree: "Compact<u128>" }, force_adjust_total_issuance: { direction: "PalletBalancesAdjustmentDirection", delta: "Compact<u128>" }, burn: { value: "Compact<u128>", keepAlive: "bool" } } }, /** * Lookup125: pallet_balances::types::AdjustmentDirection **/ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"] }, /** * Lookup126: pallet_parachain_staking::pallet::Call<T> **/ PalletParachainStakingCall: { _enum: { set_staking_expectations: { expectations: { min: "u128", ideal: "u128", max: "u128" } }, set_inflation: { schedule: { min: "Perbill", ideal: "Perbill", max: "Perbill" } }, set_parachain_bond_account: { _alias: { new_: "new" }, new_: "AccountId20" }, set_parachain_bond_reserve_percent: { _alias: { new_: "new" }, new_: "Percent" }, set_total_selected: { _alias: { new_: "new" }, new_: "u32" }, set_collator_commission: { _alias: { new_: "new" }, new_: "Perbill" }, set_blocks_per_round: { _alias: { new_: "new" }, new_: "u32" }, join_candidates: { bond: "u128", candidateCount: "u32" }, schedule_leave_candidates: { candidateCount: "u32" }, execute_leave_candidates: { candidate: "AccountId20", candidateDelegationCount: "u32" }, cancel_leave_candidates: { candidateCount: "u32" }, go_offline: "Null", go_online: "Null", candidate_bond_more: { more: "u128" }, schedule_candidate_bond_less: { less: "u128" }, execute_candidate_bond_less: { candidate: "AccountId20" }, cancel_candidate_bond_less: "Null", __Unused17: "Null", delegate_with_auto_compound: { candidate: "AccountId20", amount: "u128", autoCompound: "Percent", candidateDelegationCount: "u32", candidateAutoCompoundingDelegationCount: "u32", delegationCount: "u32" }, __Unused19: "Null", __Unused20: "Null", __Unused21: "Null", schedule_revoke_delegation: { collator: "AccountId20" }, delegator_bond_more: { candidate: "AccountId20", more: "u128" }, schedule_delegator_bond_less: { candidate: "AccountId20", less: "u128" }, execute_delegation_request: { delegator: "AccountId20", candidate: "AccountId20" }, cancel_delegation_request: { candidate: "AccountId20" }, set_auto_compound: { candidate: "AccountId20", value: "Percent", candidateAutoCompoundingDelegationCountHint: "u32", delegationCountHint: "u32" }, hotfix_remove_delegation_requests_exited_candidates: { candidates: "Vec<AccountId20>" }, notify_inactive_collator: { collator: "AccountId20" }, enable_marking_offline: { value: "bool" }, force_join_candidates: { account: "AccountId20", bond: "u128", candidateCount: "u32" }, set_inflation_distribution_config: { _alias: { new_: "new" }, new_: "PalletParachainStakingInflationDistributionConfig" } } }, /** * Lookup129: pallet_author_inherent::pallet::Call<T> **/ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"] }, /** * Lookup130: pallet_author_slot_filter::pallet::Call<T> **/ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { _alias: { new_: "new" }, new_: "u32" } } }, /** * Lookup131: pallet_author_mapping::pallet::Call<T> **/ PalletAuthorMappingCall: { _enum: { add_association: { nimbusId: "NimbusPrimitivesNimbusCryptoPublic" }, update_association: { oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", newNimbusId: "NimbusPrimitivesNimbusCryptoPublic" }, clear_association: { nimbusId: "NimbusPrimitivesNimbusCryptoPublic" }, remove_keys: "Null", set_keys: { _alias: { keys_: "keys" }, keys_: "Bytes" } } }, /** * Lookup132: pallet_moonbeam_orbiters::pallet::Call<T> **/ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { orbiter: "AccountId20" }, collator_remove_orbiter: { orbiter: "AccountId20" }, orbiter_leave_collator_pool: { collator: "AccountId20" }, orbiter_register: "Null", orbiter_unregister: { collatorsPoolCount: "u32" }, add_collator: { collator: "AccountId20" }, remove_collator: { collator: "AccountId20" } } }, /** * Lookup133: pallet_utility::pallet::Call<T> **/ PalletUtilityCall: { _enum: { batch: { calls: "Vec<Call>" }, as_derivative: { index: "u16", call: "Call" }, batch_all: { calls: "Vec<Call>" }, dispatch_as: { asOrigin: "MoonriverRuntimeOriginCaller", call: "Call" }, force_batch: { calls: "Vec<Call>" }, with_weight: { call: "Call", weight: "SpWeightsWeightV2Weight" } } }, /** * Lookup135: moonriver_runtime::OriginCaller **/ MoonriverRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", __Unused1: "Null", __Unused2: "Null", __Unused3: "Null", __Unused4: "Null", __Unused5: "Null", __Unused6: "Null", __Unused7: "Null", Void: "SpCoreVoid", __Unused9: "Null", __Unused10: "Null", __Unused11: "Null", __Unused12: "Null", __Unused13: "Null", __Unused14: "Null", __Unused15: "Null", __Unused16: "Null", __Unused17: "Null", __Unused18: "Null", __Unused19: "Null", __Unused20: "Null", __Unused21: "Null", __Unused22: "Null", __Unused23: "Null", __Unused24: "Null", __Unused25: "Null", __Unused26: "Null", __Unused27: "Null", __Unused28: "Null", __Unused29: "Null", __Unused30: "Null", __Unused31: "Null", __Unused32: "Null", __Unused33: "Null", __Unused34: "Null", __Unused35: "Null", __Unused36: "Null", __Unused37: "Null", __Unused38: "Null", __Unused39: "Null", __Unused40: "Null", __Unused41: "Null", __Unused42: "Null", __Unused43: "Null", __Unused44: "Null", __Unused45: "Null", __Unused46: "Null", __Unused47: "Null", __Unused48: "Null", __Unused49: "Null", __Unused50: "Null", __Unused51: "Null", Ethereum: "PalletEthereumRawOrigin", __Unused53: "Null", __Unused54: "Null", __Unused55: "Null", __Unused56: "Null", __Unused57: "Null", __Unused58: "Null", __Unused59: "Null", __Unused60: "Null", __Unused61: "Null", __Unused62: "Null", __Unused63: "Null", __Unused64: "Null", Origins: "MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin", __Unused66: "Null", __Unused67: "Null", __Unused68: "Null", __Unused69: "Null", __Unused70: "Null", __Unused71: "Null", TreasuryCouncilCollective: "PalletCollectiveRawOrigin", OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", __Unused74: "Null", __Unused75: "Null", __Unused76: "Null", __Unused77: "Null", __Unused78: "Null", __Unused79: "Null", __Unused80: "Null", __Unused81: "Null", __Unused82: "Null", __Unused83: "Null", __Unused84: "Null", __Unused85: "Null", __Unused86: "Null", __Unused87: "Null", __Unused88: "Null", __Unused89: "Null", __Unused90: "Null", __Unused91: "Null", __Unused92: "Null", __Unused93: "Null", __Unused94: "Null", __Unused95: "Null", __Unused96: "Null", __Unused97: "Null", __Unused98: "Null", __Unused99: "Null", __Unused100: "Null", CumulusXcm: "CumulusPalletXcmOrigin", __Unused102: "Null", PolkadotXcm: "PalletXcmOrigin", __Unused104: "Null", __Unused105: "Null", __Unused106: "Null", __Unused107: "Null", __Unused108: "Null", EthereumXcm: "PalletEthereumXcmRawOrigin" } }, /** * Lookup136: frame_support::dispatch::RawOrigin<account::AccountId20> **/ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", Signed: "AccountId20", None: "Null" } }, /** * Lookup137: pallet_ethereum::RawOrigin **/ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160" } }, /** * Lookup138: moonriver_runtime::governance::origins::custom_origins::Origin **/ MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", "GeneralAdmin", "ReferendumCanceller", "ReferendumKiller", "FastGeneralAdmin" ] }, /** * Lookup139: pallet_collective::RawOrigin<account::AccountId20, I> **/ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", Member: "AccountId20", _Phantom: "Null" } }, /** * Lookup141: cumulus_pallet_xcm::pallet::Origin **/ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32" } }, /** * Lookup142: pallet_xcm::pallet::Origin **/ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location" } }, /** * Lookup143: staging_xcm::v4::location::Location **/ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions" }, /** * Lookup144: staging_xcm::v4::junctions::Junctions **/ StagingXcmV4Junctions: { _enum: { Here: "Null", X1: "[Lookup146;1]", X2: "[Lookup146;2]", X3: "[Lookup146;3]", X4: "[Lookup146;4]", X5: "[Lookup146;5]", X6: "[Lookup146;6]", X7: "[Lookup146;7]", X8: "[Lookup146;8]" } }, /** * Lookup146: 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" } }, /** * Lookup149: 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" } }, /** * Lookup150: 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" } }, /** * Lookup151: 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>" } } }, /** * Lookup159: pallet_ethereum_xcm::RawOrigin **/ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160" } }, /** * Lookup160: sp_core::Void **/ SpCoreVoid: "Null", /** * Lookup161: pallet_proxy::pallet::Call<T> **/ PalletProxyCall: { _enum: { proxy: { real: "AccountId20", forceProxyType: "Option<MoonriverRuntimeProxyType>", call: "Call" }, add_proxy: { delegate: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32" }, remove_proxy: { delegate: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32" }, remove_proxies: "Null", create_pure: { proxyType: "MoonriverRuntimeProxyType", delay: "u32", index: "u16" }, kill_pure: { spawner: "AccountId20", proxyType: "MoonriverRuntimeProxyType", index: "u16", height: "Compact<u32>", extIndex: "Compact<u32>" }, announce: { real: "AccountId20", callHash: "H256" }, remove_announcement: { real: "AccountId20", callHash: "H256" }, reject_announcement: { delegate: "AccountId20", callHash: "H256" }, proxy_announced: { delegate: "AccountId20", real: "AccountId20", forceProxyType: "Option<MoonriverRuntimeProxyType>", call: "Call" } } }, /** * Lookup163: pallet_maintenance_mode::pallet::Call<T> **/ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"] }, /** * Lookup164: pallet_identity::pallet::Call<T> **/ PalletIdentityCall: { _enum: { add_registrar: { account: "AccountId20" }, set_identity: { info: "PalletIdentityLegacyIdentityInfo" }, set_subs: { subs: "Vec<(AccountId20,Data)>" }, clear_identity: "Null", request_judgement: { regIndex: "Compact<u32>", maxFee: "Compact<u128>" }, cancel_request: { regIndex: "u32" }, set_fee: { index: "Compact<u32>", fee: "Compact<u128>" }, set_account_id: { _alias: { new_: "new" }, index: "Compact<u32>", new_: "AccountId20" }, set_fields: { index: "Compact<u32>", fields: "u64" }, provide_judgement: { regIndex: "Compact<u32>", target: "AccountId20", judgement: "PalletIdentityJudgement", identity: "H256" }, kill_identity: { target: "AccountId20" }, add_sub: { sub: "AccountId20", data: "Data" }, rename_sub: { sub: "AccountId20", data: "Data" }, remove_sub: { sub: "AccountId20" }, quit_sub: "Null", add_username_authority: { authority: "AccountId20", suffix: "Bytes", allocation: "u32" }, remove_username_authority: { authority: "AccountId20" }, set_username_for: { who: "AccountId20", username: "Bytes", signature: "Option<AccountEthereumSignature>" }, accept_username: { username: "Bytes" }, remove_expired_approval: { username: "Bytes" }, set_primary_username: { username: "Bytes" }, remove_dangling_username: { username: "Bytes" } } }, /** * Lookup165: pallet_identity::legacy::IdentityInfo<FieldLimit> **/ PalletIdentityLeg