UNPKG

@acala-network/types

Version:

Acala types for @polkadot/api

1,953 lines (1,952 loc) 178 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; }; /** * Lookup15: sp_runtime::generic::digest::Digest **/ SpRuntimeDigest: { logs: string; }; /** * Lookup17: 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; }; }; /** * Lookup20: frame_system::EventRecord<acala_runtime::RuntimeEvent, primitive_types::H256> **/ FrameSystemEventRecord: { phase: string; event: string; topics: string; }; /** * Lookup22: 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; }; }; }; /** * Lookup23: frame_support::dispatch::DispatchInfo **/ FrameSupportDispatchDispatchInfo: { weight: string; class: string; paysFee: string; }; /** * Lookup24: frame_support::dispatch::DispatchClass **/ FrameSupportDispatchDispatchClass: { _enum: string[]; }; /** * Lookup25: frame_support::dispatch::Pays **/ FrameSupportDispatchPays: { _enum: string[]; }; /** * Lookup26: 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; }; }; /** * Lookup27: sp_runtime::ModuleError **/ SpRuntimeModuleError: { index: string; error: string; }; /** * Lookup28: sp_runtime::TokenError **/ SpRuntimeTokenError: { _enum: string[]; }; /** * Lookup29: sp_arithmetic::ArithmeticError **/ SpArithmeticArithmeticError: { _enum: string[]; }; /** * Lookup30: sp_runtime::TransactionalError **/ SpRuntimeTransactionalError: { _enum: string[]; }; /** * Lookup31: 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; }; }; }; /** * Lookup36: pallet_utility::pallet::Event **/ PalletUtilityEvent: { _enum: { BatchInterrupted: { index: string; error: string; }; BatchCompleted: string; BatchCompletedWithErrors: string; ItemCompleted: string; ItemFailed: { error: string; }; DispatchedAs: { result: string; }; }; }; /** * Lookup37: pallet_multisig::pallet::Event<T> **/ PalletMultisigEvent: { _enum: { NewMultisig: { approving: string; multisig: string; callHash: string; }; MultisigApproval: { approving: string; timepoint: string; multisig: string; callHash: string; }; MultisigExecuted: { approving: string; timepoint: string; multisig: string; callHash: string; result: string; }; MultisigCancelled: { cancelling: string; timepoint: string; multisig: string; callHash: string; }; }; }; /** * Lookup38: pallet_multisig::Timepoint<BlockNumber> **/ PalletMultisigTimepoint: { height: string; index: string; }; /** * Lookup39: 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; }; }; }; /** * Lookup40: runtime_common::ProxyType **/ RuntimeCommonProxyType: { _enum: string[]; }; /** * Lookup42: module_transaction_pause::module::Event<T> **/ ModuleTransactionPauseModuleEvent: { _enum: { TransactionPaused: { palletNameBytes: string; functionNameBytes: string; }; TransactionUnpaused: { palletNameBytes: string; functionNameBytes: string; }; EvmPrecompilePaused: { address: string; }; EvmPrecompileUnpaused: { address: string; }; }; }; /** * Lookup45: module_idle_scheduler::module::Event<T> **/ ModuleIdleSchedulerModuleEvent: { _enum: { TaskDispatched: { taskId: string; result: string; }; TaskAdded: { taskId: string; task: string; }; }; }; /** * Lookup46: acala_runtime::ScheduledTasks **/ AcalaRuntimeScheduledTasks: { _enum: { EvmTask: string; }; }; /** * Lookup47: module_evm::EvmTask<acala_runtime::Runtime> **/ ModuleEvmEvmTask: { _enum: { Schedule: { from: string; target: string; input: string; value: string; gasLimit: string; storageLimit: string; }; Remove: { caller: string; contract: string; maintainer: string; }; }; }; /** * Lookup48: acala_runtime::Runtime **/ AcalaRuntimeRuntime: string; /** * Lookup49: pallet_preimage::pallet::Event<T> **/ PalletPreimageEvent: { _enum: { Noted: { _alias: { hash_: string; }; hash_: string; }; Requested: { _alias: { hash_: string; }; hash_: string; }; Cleared: { _alias: { hash_: string; }; hash_: string; }; }; }; /** * Lookup50: 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; }; }; }; /** * Lookup51: frame_support::traits::tokens::misc::BalanceStatus **/ FrameSupportTokensMiscBalanceStatus: { _enum: string[]; }; /** * Lookup52: orml_tokens::module::Event<T> **/ OrmlTokensModuleEvent: { _enum: { Endowed: { currencyId: string; who: string; amount: string; }; DustLost: { currencyId: string; who: string; amount: string; }; Transfer: { currencyId: string; from: string; to: string; amount: string; }; Reserved: { currencyId: string; who: string; amount: string; }; Unreserved: { currencyId: string; who: string; amount: string; }; ReserveRepatriated: { currencyId: string; from: string; to: string; amount: string; status: string; }; BalanceSet: { currencyId: string; who: string; free: string; reserved: string; }; TotalIssuanceSet: { currencyId: string; amount: string; }; Withdrawn: { currencyId: string; who: string; amount: string; }; Slashed: { currencyId: string; who: string; freeAmount: string; reservedAmount: string; }; Deposited: { currencyId: string; who: string; amount: string; }; LockSet: { lockId: string; currencyId: string; who: string; amount: string; }; LockRemoved: { lockId: string; currencyId: string; who: string; }; Locked: { currencyId: string; who: string; amount: string; }; Unlocked: { currencyId: string; who: string; amount: string; }; Issued: { currencyId: string; amount: string; }; Rescinded: { currencyId: string; amount: string; }; }; }; /** * Lookup53: acala_primitives::currency::CurrencyId **/ AcalaPrimitivesCurrencyCurrencyId: { _enum: { Token: string; DexShare: string; Erc20: string; StableAssetPoolToken: string; LiquidCrowdloan: string; ForeignAsset: string; }; }; /** * Lookup54: acala_primitives::currency::TokenSymbol **/ AcalaPrimitivesCurrencyTokenSymbol: { _enum: string[]; }; /** * Lookup55: acala_primitives::currency::DexShare **/ AcalaPrimitivesCurrencyDexShare: { _enum: { Token: string; Erc20: string; LiquidCrowdloan: string; ForeignAsset: string; StableAssetPoolToken: string; }; }; /** * Lookup57: module_currencies::module::Event<T> **/ ModuleCurrenciesModuleEvent: { _enum: { Transferred: { currencyId: string; from: string; to: string; amount: string; }; Withdrawn: { currencyId: string; who: string; amount: string; }; Deposited: { currencyId: string; who: string; amount: string; }; DustSwept: { currencyId: string; who: string; amount: string; }; }; }; /** * Lookup58: orml_vesting::module::Event<T> **/ OrmlVestingModuleEvent: { _enum: { VestingScheduleAdded: { from: string; to: string; vestingSchedule: string; }; Claimed: { who: string; amount: string; }; VestingSchedulesUpdated: { who: string; }; }; }; /** * Lookup59: orml_vesting::VestingSchedule<BlockNumber, Balance> **/ OrmlVestingVestingSchedule: { start: string; period: string; periodCount: string; perPeriod: string; }; /** * Lookup61: module_transaction_payment::module::Event<T> **/ ModuleTransactionPaymentModuleEvent: { _enum: { ChargeFeePoolEnabled: { subAccount: string; currencyId: string; exchangeRate: string; poolSize: string; swapThreshold: string; }; ChargeFeePoolSwapped: { subAccount: string; supplyCurrencyId: string; oldExchangeRate: string; swapExchangeRate: string; newExchangeRate: string; newPoolSize: string; }; ChargeFeePoolDisabled: { currencyId: string; foreignAmount: string; nativeAmount: string; }; TransactionFeePaid: { who: string; actualFee: string; actualTip: string; actualSurplus: string; }; }; }; /** * Lookup63: 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; }; }; }; /** * Lookup64: pallet_bounties::pallet::Event<T, I> **/ PalletBountiesEvent: { _enum: { BountyProposed: { index: string; }; BountyRejected: { index: string; bond: string; }; BountyBecameActive: { index: string; }; BountyAwarded: { index: string; beneficiary: string; }; BountyClaimed: { index: string; payout: string; beneficiary: string; }; BountyCanceled: { index: string; }; BountyExtended: { index: string; }; BountyApproved: { index: string; }; CuratorProposed: { bountyId: string; curator: string; }; CuratorUnassigned: { bountyId: string; }; CuratorAccepted: { bountyId: string; curator: string; }; }; }; /** * Lookup65: pallet_tips::pallet::Event<T, I> **/ PalletTipsEvent: { _enum: { NewTip: { tipHash: string; }; TipClosing: { tipHash: string; }; TipClosed: { tipHash: string; who: string; payout: string; }; TipRetracted: { tipHash: string; }; TipSlashed: { tipHash: string; finder: string; deposit: string; }; }; }; /** * Lookup66: module_collator_selection::pallet::Event<T> **/ ModuleCollatorSelectionEvent: { _enum: { NewInvulnerables: { newInvulnerables: string; }; NewDesiredCandidates: { newDesiredCandidates: string; }; NewCandidacyBond: { newCandidacyBond: string; }; CandidateAdded: { who: string; bond: string; }; CandidateRemoved: { who: string; }; }; }; /** * Lookup68: pallet_session::pallet::Event **/ PalletSessionEvent: { _enum: { NewSession: { sessionIndex: string; }; }; }; /** * Lookup69: module_session_manager::module::Event<T> **/ ModuleSessionManagerModuleEvent: { _enum: { ScheduledSessionDuration: { blockNumber: string; sessionIndex: string; sessionDuration: string; }; }; }; /** * Lookup70: cumulus_pallet_xcmp_queue::pallet::Event<T> **/ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { messageHash: string; }; }; }; /** * Lookup71: 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; }; }; }; /** * Lookup72: staging_xcm::v4::traits::Outcome **/ StagingXcmV4TraitsOutcome: { _enum: { Complete: { used: string; }; Incomplete: { used: string; error: string; }; Error: { error: string; }; }; }; /** * Lookup73: 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; }; }; /** * Lookup74: staging_xcm::v4::location::Location **/ StagingXcmV4Location: { parents: string; interior: string; }; /** * Lookup75: 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; }; }; /** * Lookup77: 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; }; }; /** * Lookup80: 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; }; }; /** * Lookup81: 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; }; }; /** * Lookup82: 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; }; }; }; /** * Lookup90: staging_xcm::v4::Xcm<Call> **/ StagingXcmV4Xcm: string; /** * Lookup92: 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; }; }; }; /** * Lookup93: staging_xcm::v4::asset::Assets **/ StagingXcmV4AssetAssets: string; /** * Lookup95: staging_xcm::v4::asset::Asset **/ StagingXcmV4Asset: { id: string; fun: string; }; /** * Lookup96: staging_xcm::v4::asset::AssetId **/ StagingXcmV4AssetAssetId: string; /** * Lookup97: staging_xcm::v4::asset::Fungibility **/ StagingXcmV4AssetFungibility: { _enum: { Fungible: string; NonFungible: string; }; }; /** * Lookup98: staging_xcm::v4::asset::AssetInstance **/ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: string; Index: string; Array4: string; Array8: string; Array16: string; Array32: string; }; }; /** * Lookup100: staging_xcm::v4::Response **/ StagingXcmV4Response: { _enum: { Null: string; Assets: string; ExecutionResult: string; Version: string; PalletsInfo: string; DispatchResult: string; }; }; /** * Lookup104: staging_xcm::v4::PalletInfo **/ StagingXcmV4PalletInfo: { index: string; name: string; moduleName: string; major: string; minor: string; patch: string; }; /** * Lookup107: xcm::v3::MaybeErrorCode **/ XcmV3MaybeErrorCode: { _enum: { Success: string; Error: string; TruncatedError: string; }; }; /** * Lookup110: xcm::v3::OriginKind **/ XcmV3OriginKind: { _enum: string[]; }; /** * Lookup111: xcm::double_encoded::DoubleEncoded<T> **/ XcmDoubleEncoded: { encoded: string; }; /** * Lookup112: staging_xcm::v4::QueryResponseInfo **/ StagingXcmV4QueryResponseInfo: { destination: string; queryId: string; maxWeight: string; }; /** * Lookup113: staging_xcm::v4::asset::AssetFilter **/ StagingXcmV4AssetAssetFilter: { _enum: { Definite: string; Wild: string; }; }; /** * Lookup114: staging_xcm::v4::asset::WildAsset **/ StagingXcmV4AssetWildAsset: { _enum: { All: string; AllOf: { id: string; fun: string; }; AllCounted: string; AllOfCounted: { id: string; fun: string; count: string; }; }; }; /** * Lookup115: staging_xcm::v4::asset::WildFungibility **/ StagingXcmV4AssetWildFungibility: { _enum: string[]; }; /** * Lookup116: xcm::v3::WeightLimit **/ XcmV3WeightLimit: { _enum: { Unlimited: string; Limited: string; }; }; /** * Lookup117: xcm::VersionedAssets **/ XcmVersionedAssets: { _enum: { __Unused0: string; V2: string; __Unused2: string; V3: string; V4: string; }; }; /** * Lookup118: xcm::v2::multiasset::MultiAssets **/ XcmV2MultiassetMultiAssets: string; /** * Lookup120: xcm::v2::multiasset::MultiAsset **/ XcmV2MultiAsset: { id: string; fun: string; }; /** * Lookup121: xcm::v2::multiasset::AssetId **/ XcmV2MultiassetAssetId: { _enum: { Concrete: string; Abstract: string; }; }; /** * Lookup122: xcm::v2::multilocation::MultiLocation **/ XcmV2MultiLocation: { parents: string; interior: string; }; /** * Lookup123: xcm::v2::multilocation::Junctions **/ XcmV2MultilocationJunctions: { _enum: { Here: string; X1: string; X2: string; X3: string; X4: string; X5: string; X6: string; X7: string; X8: string; }; }; /** * Lookup124: 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; }; }; }; /** * Lookup125: xcm::v2::NetworkId **/ XcmV2NetworkId: { _enum: { Any: string; Named: string; Polkadot: string; Kusama: string; }; }; /** * Lookup127: 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; }; }; /** * Lookup128: 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; }; }; }; /** * Lookup129: xcm::v2::multiasset::Fungibility **/ XcmV2MultiassetFungibility: { _enum: { Fungible: string; NonFungible: string; }; }; /** * Lookup130: xcm::v2::multiasset::AssetInstance **/ XcmV2MultiassetAssetInstance: { _enum: { Undefined: string; Index: string; Array4: string; Array8: string; Array16: string; Array32: string; Blob: string; }; }; /** * Lookup131: xcm::v3::multiasset::MultiAssets **/ XcmV3MultiassetMultiAssets: string; /** * Lookup133: xcm::v3::multiasset::MultiAsset **/ XcmV3MultiAsset: { id: string; fun: string; }; /** * Lookup134: xcm::v3::multiasset::AssetId **/ XcmV3MultiassetAssetId: { _enum: { Concrete: string; Abstract: string; }; }; /** * Lookup135: staging_xcm::v3::multilocation::MultiLocation **/ StagingXcmV3MultiLocation: { parents: string; interior: string; }; /** * Lookup136: xcm::v3::junctions::Junctions **/ XcmV3Junctions: { _enum: { Here: string; X1: string; X2: string; X3: string; X4: string; X5: string; X6: string; X7: string; X8: string; }; }; /** * Lookup137: 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; }; }; /** * Lookup139: 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; }; }; /** * Lookup140: xcm::v3::multiasset::Fungibility **/ XcmV3MultiassetFungibility: { _enum: { Fungible: string; NonFungible: string; }; }; /** * Lookup141: xcm::v3::multiasset::AssetInstance **/ XcmV3MultiassetAssetInstance: { _enum: { Undefined: string; Index: string; Array4: string; Array8: string; Array16: string; Array32: string; }; }; /** * Lookup142: xcm::VersionedLocation **/ XcmVersionedLocation: { _enum: { __Unused0: string; V2: string; __Unused2: string; V3: string; V4: string; }; }; /** * Lookup143: cumulus_pallet_xcm::pallet::Event<T> **/ CumulusPalletXcmEvent: { _enum: { InvalidFormat: string; UnsupportedVersion: string; ExecutedDownward: string; }; }; /** * Lookup144: orml_xtokens::module::Event<T> **/ OrmlXtokensModuleEvent: { _enum: { TransferredAssets: { sender: string; assets: string; fee: string; dest: string; }; }; }; /** * Lookup145: orml_unknown_tokens::module::Event **/ OrmlUnknownTokensModuleEvent: { _enum: { Deposited: { asset: string; who: string; }; Withdrawn: { asset: string; who: string; }; }; }; /** * Lookup146: orml_xcm::module::Event<T> **/ OrmlXcmModuleEvent: { _enum: { Sent: { to: string; message: string; }; }; }; /** * Lookup147: pallet_message_queue::pallet::Event<T> **/ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { id: string; origin: string; error: string; }; Processed: { id: string; origin: string; weightUsed: string; success: string; }; OverweightEnqueued: { id: string; origin: string; pageIndex: string; messageIndex: string; }; PageReaped: { origin: string; index: string; }; }; }; /** * Lookup148: cumulus_primitives_core::AggregateMessageOrigin **/ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: string; Parent: string; Sibling: string; }; }; /** * Lookup150: frame_support::traits::messages::ProcessMessageError **/ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: string; Corrupt: string; Unsupported: string; Overweight: string; Yield: string; StackLimitReached: string; }; }; /** * Lookup151: orml_authority::module::Event<T> **/ OrmlAuthorityModuleEvent: { _enum: { Dispatched: { result: string; }; Scheduled: { origin: string; index: string; }; FastTracked: { origin: string; index: string; when: string; }; Delayed: { origin: string; index: string; when: string; }; Cancelled: { origin: string; index: string; }; AuthorizedCall: { _alias: { hash_: string; }; hash_: string; caller: string; }; RemovedAuthorizedCall: { _alias: { hash_: string; }; hash_: string; }; TriggeredCallBy: { _alias: { hash_: string; }; hash_: string; caller: string; }; }; }; /** * Lookup152: acala_runtime::OriginCaller **/ AcalaRuntimeOriginCaller: { _enum: { system: string; __Unused1: string; __Unused2: string; __Unused3: string; __Unused4: string; __Unused5: string; __Unused6: string; __Unused7: string; Void: string; __Unused9: string; __Unused10: string; __Unused11: string; __Unused12: string; __Unused13: string; __Unused14: string; __Unused15: string; __Unused16: string; __Unused17: string; __Unused18: string; __Unused19: string; __Unused20: string; __Unused21: string; __Unused22: string; __Unused23: string;