UNPKG

@moonbeam-network/api-augment

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