@acala-network/types
Version:
Acala types for @polkadot/api
1,613 lines • 212 kB
JavaScript
"use strict";
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
/* eslint-disable sort-keys */
exports.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>'
},
/**
* Lookup15: sp_runtime::generic::digest::Digest
**/
SpRuntimeDigest: {
logs: 'Vec<SpRuntimeDigestDigestItem>'
},
/**
* Lookup17: 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'
}
},
/**
* Lookup20: frame_system::EventRecord<acala_runtime::RuntimeEvent, primitive_types::H256>
**/
FrameSystemEventRecord: {
phase: 'FrameSystemPhase',
event: 'Event',
topics: 'Vec<H256>'
},
/**
* Lookup22: frame_system::pallet::Event<T>
**/
FrameSystemEvent: {
_enum: {
ExtrinsicSuccess: {
dispatchInfo: 'FrameSupportDispatchDispatchInfo',
},
ExtrinsicFailed: {
dispatchError: 'SpRuntimeDispatchError',
dispatchInfo: 'FrameSupportDispatchDispatchInfo',
},
CodeUpdated: 'Null',
NewAccount: {
account: 'AccountId32',
},
KilledAccount: {
account: 'AccountId32',
},
Remarked: {
_alias: {
hash_: 'hash',
},
sender: 'AccountId32',
hash_: 'H256',
},
UpgradeAuthorized: {
codeHash: 'H256',
checkVersion: 'bool'
}
}
},
/**
* Lookup23: frame_support::dispatch::DispatchInfo
**/
FrameSupportDispatchDispatchInfo: {
weight: 'SpWeightsWeightV2Weight',
class: 'FrameSupportDispatchDispatchClass',
paysFee: 'FrameSupportDispatchPays'
},
/**
* Lookup24: frame_support::dispatch::DispatchClass
**/
FrameSupportDispatchDispatchClass: {
_enum: ['Normal', 'Operational', 'Mandatory']
},
/**
* Lookup25: frame_support::dispatch::Pays
**/
FrameSupportDispatchPays: {
_enum: ['Yes', 'No']
},
/**
* Lookup26: 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'
}
},
/**
* Lookup27: sp_runtime::ModuleError
**/
SpRuntimeModuleError: {
index: 'u8',
error: '[u8;4]'
},
/**
* Lookup28: sp_runtime::TokenError
**/
SpRuntimeTokenError: {
_enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
},
/**
* Lookup29: sp_arithmetic::ArithmeticError
**/
SpArithmeticArithmeticError: {
_enum: ['Underflow', 'Overflow', 'DivisionByZero']
},
/**
* Lookup30: sp_runtime::TransactionalError
**/
SpRuntimeTransactionalError: {
_enum: ['LimitReached', 'NoLayer']
},
/**
* Lookup31: 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]>'
}
}
},
/**
* Lookup36: 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>'
}
}
},
/**
* Lookup37: pallet_multisig::pallet::Event<T>
**/
PalletMultisigEvent: {
_enum: {
NewMultisig: {
approving: 'AccountId32',
multisig: 'AccountId32',
callHash: '[u8;32]',
},
MultisigApproval: {
approving: 'AccountId32',
timepoint: 'PalletMultisigTimepoint',
multisig: 'AccountId32',
callHash: '[u8;32]',
},
MultisigExecuted: {
approving: 'AccountId32',
timepoint: 'PalletMultisigTimepoint',
multisig: 'AccountId32',
callHash: '[u8;32]',
result: 'Result<Null, SpRuntimeDispatchError>',
},
MultisigCancelled: {
cancelling: 'AccountId32',
timepoint: 'PalletMultisigTimepoint',
multisig: 'AccountId32',
callHash: '[u8;32]'
}
}
},
/**
* Lookup38: pallet_multisig::Timepoint<BlockNumber>
**/
PalletMultisigTimepoint: {
height: 'u32',
index: 'u32'
},
/**
* Lookup39: pallet_proxy::pallet::Event<T>
**/
PalletProxyEvent: {
_enum: {
ProxyExecuted: {
result: 'Result<Null, SpRuntimeDispatchError>',
},
PureCreated: {
pure: 'AccountId32',
who: 'AccountId32',
proxyType: 'RuntimeCommonProxyType',
disambiguationIndex: 'u16',
},
Announced: {
real: 'AccountId32',
proxy: 'AccountId32',
callHash: 'H256',
},
ProxyAdded: {
delegator: 'AccountId32',
delegatee: 'AccountId32',
proxyType: 'RuntimeCommonProxyType',
delay: 'u32',
},
ProxyRemoved: {
delegator: 'AccountId32',
delegatee: 'AccountId32',
proxyType: 'RuntimeCommonProxyType',
delay: 'u32'
}
}
},
/**
* Lookup40: runtime_common::ProxyType
**/
RuntimeCommonProxyType: {
_enum: ['Any', 'CancelProxy', 'Governance', 'Auction', 'Swap', 'Loan', 'DexLiquidity', 'StableAssetSwap', 'StableAssetLiquidity', 'Homa']
},
/**
* Lookup42: module_transaction_pause::module::Event<T>
**/
ModuleTransactionPauseModuleEvent: {
_enum: {
TransactionPaused: {
palletNameBytes: 'Bytes',
functionNameBytes: 'Bytes',
},
TransactionUnpaused: {
palletNameBytes: 'Bytes',
functionNameBytes: 'Bytes',
},
EvmPrecompilePaused: {
address: 'H160',
},
EvmPrecompileUnpaused: {
address: 'H160'
}
}
},
/**
* Lookup45: module_idle_scheduler::module::Event<T>
**/
ModuleIdleSchedulerModuleEvent: {
_enum: {
TaskDispatched: {
taskId: 'u32',
result: 'Result<Null, SpRuntimeDispatchError>',
},
TaskAdded: {
taskId: 'u32',
task: 'AcalaRuntimeScheduledTasks'
}
}
},
/**
* Lookup46: acala_runtime::ScheduledTasks
**/
AcalaRuntimeScheduledTasks: {
_enum: {
EvmTask: 'ModuleEvmEvmTask'
}
},
/**
* Lookup47: module_evm::EvmTask<acala_runtime::Runtime>
**/
ModuleEvmEvmTask: {
_enum: {
Schedule: {
from: 'H160',
target: 'H160',
input: 'Bytes',
value: 'u128',
gasLimit: 'u64',
storageLimit: 'u32',
},
Remove: {
caller: 'H160',
contract: 'H160',
maintainer: 'H160'
}
}
},
/**
* Lookup48: acala_runtime::Runtime
**/
AcalaRuntimeRuntime: 'Null',
/**
* Lookup49: 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'
}
}
},
/**
* Lookup50: pallet_balances::pallet::Event<T, I>
**/
PalletBalancesEvent: {
_enum: {
Endowed: {
account: 'AccountId32',
freeBalance: 'u128',
},
DustLost: {
account: 'AccountId32',
amount: 'u128',
},
Transfer: {
from: 'AccountId32',
to: 'AccountId32',
amount: 'u128',
},
BalanceSet: {
who: 'AccountId32',
free: 'u128',
},
Reserved: {
who: 'AccountId32',
amount: 'u128',
},
Unreserved: {
who: 'AccountId32',
amount: 'u128',
},
ReserveRepatriated: {
from: 'AccountId32',
to: 'AccountId32',
amount: 'u128',
destinationStatus: 'FrameSupportTokensMiscBalanceStatus',
},
Deposit: {
who: 'AccountId32',
amount: 'u128',
},
Withdraw: {
who: 'AccountId32',
amount: 'u128',
},
Slashed: {
who: 'AccountId32',
amount: 'u128',
},
Minted: {
who: 'AccountId32',
amount: 'u128',
},
Burned: {
who: 'AccountId32',
amount: 'u128',
},
Suspended: {
who: 'AccountId32',
amount: 'u128',
},
Restored: {
who: 'AccountId32',
amount: 'u128',
},
Upgraded: {
who: 'AccountId32',
},
Issued: {
amount: 'u128',
},
Rescinded: {
amount: 'u128',
},
Locked: {
who: 'AccountId32',
amount: 'u128',
},
Unlocked: {
who: 'AccountId32',
amount: 'u128',
},
Frozen: {
who: 'AccountId32',
amount: 'u128',
},
Thawed: {
who: 'AccountId32',
amount: 'u128',
},
TotalIssuanceForced: {
_alias: {
new_: 'new',
},
old: 'u128',
new_: 'u128'
}
}
},
/**
* Lookup51: frame_support::traits::tokens::misc::BalanceStatus
**/
FrameSupportTokensMiscBalanceStatus: {
_enum: ['Free', 'Reserved']
},
/**
* Lookup52: orml_tokens::module::Event<T>
**/
OrmlTokensModuleEvent: {
_enum: {
Endowed: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
DustLost: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
Transfer: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
from: 'AccountId32',
to: 'AccountId32',
amount: 'u128',
},
Reserved: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
Unreserved: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
ReserveRepatriated: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
from: 'AccountId32',
to: 'AccountId32',
amount: 'u128',
status: 'FrameSupportTokensMiscBalanceStatus',
},
BalanceSet: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
free: 'u128',
reserved: 'u128',
},
TotalIssuanceSet: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
amount: 'u128',
},
Withdrawn: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
Slashed: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
freeAmount: 'u128',
reservedAmount: 'u128',
},
Deposited: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
LockSet: {
lockId: '[u8;8]',
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
LockRemoved: {
lockId: '[u8;8]',
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
},
Locked: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
Unlocked: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
Issued: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
amount: 'u128',
},
Rescinded: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
amount: 'u128'
}
}
},
/**
* Lookup53: acala_primitives::currency::CurrencyId
**/
AcalaPrimitivesCurrencyCurrencyId: {
_enum: {
Token: 'AcalaPrimitivesCurrencyTokenSymbol',
DexShare: '(AcalaPrimitivesCurrencyDexShare,AcalaPrimitivesCurrencyDexShare)',
Erc20: 'H160',
StableAssetPoolToken: 'u32',
LiquidCrowdloan: 'u32',
ForeignAsset: 'u16'
}
},
/**
* Lookup54: acala_primitives::currency::TokenSymbol
**/
AcalaPrimitivesCurrencyTokenSymbol: {
_enum: ['ACA', 'AUSD', 'DOT', 'LDOT', 'TAP', '__Unused5', '__Unused6', '__Unused7', '__Unused8', '__Unused9', '__Unused10', '__Unused11', '__Unused12', '__Unused13', '__Unused14', '__Unused15', '__Unused16', '__Unused17', '__Unused18', '__Unused19', '__Unused20', '__Unused21', '__Unused22', '__Unused23', '__Unused24', '__Unused25', '__Unused26', '__Unused27', '__Unused28', '__Unused29', '__Unused30', '__Unused31', '__Unused32', '__Unused33', '__Unused34', '__Unused35', '__Unused36', '__Unused37', '__Unused38', '__Unused39', '__Unused40', '__Unused41', '__Unused42', '__Unused43', '__Unused44', '__Unused45', '__Unused46', '__Unused47', '__Unused48', '__Unused49', '__Unused50', '__Unused51', '__Unused52', '__Unused53', '__Unused54', '__Unused55', '__Unused56', '__Unused57', '__Unused58', '__Unused59', '__Unused60', '__Unused61', '__Unused62', '__Unused63', '__Unused64', '__Unused65', '__Unused66', '__Unused67', '__Unused68', '__Unused69', '__Unused70', '__Unused71', '__Unused72', '__Unused73', '__Unused74', '__Unused75', '__Unused76', '__Unused77', '__Unused78', '__Unused79', '__Unused80', '__Unused81', '__Unused82', '__Unused83', '__Unused84', '__Unused85', '__Unused86', '__Unused87', '__Unused88', '__Unused89', '__Unused90', '__Unused91', '__Unused92', '__Unused93', '__Unused94', '__Unused95', '__Unused96', '__Unused97', '__Unused98', '__Unused99', '__Unused100', '__Unused101', '__Unused102', '__Unused103', '__Unused104', '__Unused105', '__Unused106', '__Unused107', '__Unused108', '__Unused109', '__Unused110', '__Unused111', '__Unused112', '__Unused113', '__Unused114', '__Unused115', '__Unused116', '__Unused117', '__Unused118', '__Unused119', '__Unused120', '__Unused121', '__Unused122', '__Unused123', '__Unused124', '__Unused125', '__Unused126', '__Unused127', 'KAR', 'KUSD', 'KSM', 'LKSM', 'TAI', '__Unused133', '__Unused134', '__Unused135', '__Unused136', '__Unused137', '__Unused138', '__Unused139', '__Unused140', '__Unused141', '__Unused142', '__Unused143', '__Unused144', '__Unused145', '__Unused146', '__Unused147', '__Unused148', '__Unused149', '__Unused150', '__Unused151', '__Unused152', '__Unused153', '__Unused154', '__Unused155', '__Unused156', '__Unused157', '__Unused158', '__Unused159', '__Unused160', '__Unused161', '__Unused162', '__Unused163', '__Unused164', '__Unused165', '__Unused166', '__Unused167', 'BNC', 'VSKSM', 'PHA', 'KINT', 'KBTC']
},
/**
* Lookup55: acala_primitives::currency::DexShare
**/
AcalaPrimitivesCurrencyDexShare: {
_enum: {
Token: 'AcalaPrimitivesCurrencyTokenSymbol',
Erc20: 'H160',
LiquidCrowdloan: 'u32',
ForeignAsset: 'u16',
StableAssetPoolToken: 'u32'
}
},
/**
* Lookup57: module_currencies::module::Event<T>
**/
ModuleCurrenciesModuleEvent: {
_enum: {
Transferred: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
from: 'AccountId32',
to: 'AccountId32',
amount: 'u128',
},
Withdrawn: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
Deposited: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128',
},
DustSwept: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
who: 'AccountId32',
amount: 'u128'
}
}
},
/**
* Lookup58: orml_vesting::module::Event<T>
**/
OrmlVestingModuleEvent: {
_enum: {
VestingScheduleAdded: {
from: 'AccountId32',
to: 'AccountId32',
vestingSchedule: 'OrmlVestingVestingSchedule',
},
Claimed: {
who: 'AccountId32',
amount: 'u128',
},
VestingSchedulesUpdated: {
who: 'AccountId32'
}
}
},
/**
* Lookup59: orml_vesting::VestingSchedule<BlockNumber, Balance>
**/
OrmlVestingVestingSchedule: {
start: 'u32',
period: 'u32',
periodCount: 'u32',
perPeriod: 'Compact<u128>'
},
/**
* Lookup61: module_transaction_payment::module::Event<T>
**/
ModuleTransactionPaymentModuleEvent: {
_enum: {
ChargeFeePoolEnabled: {
subAccount: 'AccountId32',
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
exchangeRate: 'u128',
poolSize: 'u128',
swapThreshold: 'u128',
},
ChargeFeePoolSwapped: {
subAccount: 'AccountId32',
supplyCurrencyId: 'AcalaPrimitivesCurrencyCurrencyId',
oldExchangeRate: 'u128',
swapExchangeRate: 'u128',
newExchangeRate: 'u128',
newPoolSize: 'u128',
},
ChargeFeePoolDisabled: {
currencyId: 'AcalaPrimitivesCurrencyCurrencyId',
foreignAmount: 'u128',
nativeAmount: 'u128',
},
TransactionFeePaid: {
who: 'AccountId32',
actualFee: 'u128',
actualTip: 'u128',
actualSurplus: 'u128'
}
}
},
/**
* Lookup63: pallet_treasury::pallet::Event<T, I>
**/
PalletTreasuryEvent: {
_enum: {
Spending: {
budgetRemaining: 'u128',
},
Awarded: {
proposalIndex: 'u32',
award: 'u128',
account: 'AccountId32',
},
Burnt: {
burntFunds: 'u128',
},
Rollover: {
rolloverBalance: 'u128',
},
Deposit: {
value: 'u128',
},
SpendApproved: {
proposalIndex: 'u32',
amount: 'u128',
beneficiary: 'AccountId32',
},
UpdatedInactive: {
reactivated: 'u128',
deactivated: 'u128',
},
AssetSpendApproved: {
index: 'u32',
assetKind: 'Null',
amount: 'u128',
beneficiary: 'AccountId32',
validFrom: 'u32',
expireAt: 'u32',
},
AssetSpendVoided: {
index: 'u32',
},
Paid: {
index: 'u32',
paymentId: 'Null',
},
PaymentFailed: {
index: 'u32',
paymentId: 'Null',
},
SpendProcessed: {
index: 'u32'
}
}
},
/**
* Lookup64: pallet_bounties::pallet::Event<T, I>
**/
PalletBountiesEvent: {
_enum: {
BountyProposed: {
index: 'u32',
},
BountyRejected: {
index: 'u32',
bond: 'u128',
},
BountyBecameActive: {
index: 'u32',
},
BountyAwarded: {
index: 'u32',
beneficiary: 'AccountId32',
},
BountyClaimed: {
index: 'u32',
payout: 'u128',
beneficiary: 'AccountId32',
},
BountyCanceled: {
index: 'u32',
},
BountyExtended: {
index: 'u32',
},
BountyApproved: {
index: 'u32',
},
CuratorProposed: {
bountyId: 'u32',
curator: 'AccountId32',
},
CuratorUnassigned: {
bountyId: 'u32',
},
CuratorAccepted: {
bountyId: 'u32',
curator: 'AccountId32'
}
}
},
/**
* Lookup65: pallet_tips::pallet::Event<T, I>
**/
PalletTipsEvent: {
_enum: {
NewTip: {
tipHash: 'H256',
},
TipClosing: {
tipHash: 'H256',
},
TipClosed: {
tipHash: 'H256',
who: 'AccountId32',
payout: 'u128',
},
TipRetracted: {
tipHash: 'H256',
},
TipSlashed: {
tipHash: 'H256',
finder: 'AccountId32',
deposit: 'u128'
}
}
},
/**
* Lookup66: module_collator_selection::pallet::Event<T>
**/
ModuleCollatorSelectionEvent: {
_enum: {
NewInvulnerables: {
newInvulnerables: 'Vec<AccountId32>',
},
NewDesiredCandidates: {
newDesiredCandidates: 'u32',
},
NewCandidacyBond: {
newCandidacyBond: 'u128',
},
CandidateAdded: {
who: 'AccountId32',
bond: 'u128',
},
CandidateRemoved: {
who: 'AccountId32'
}
}
},
/**
* Lookup68: pallet_session::pallet::Event
**/
PalletSessionEvent: {
_enum: {
NewSession: {
sessionIndex: 'u32'
}
}
},
/**
* Lookup69: module_session_manager::module::Event<T>
**/
ModuleSessionManagerModuleEvent: {
_enum: {
ScheduledSessionDuration: {
blockNumber: 'u32',
sessionIndex: 'u32',
sessionDuration: 'u32'
}
}
},
/**
* Lookup70: cumulus_pallet_xcmp_queue::pallet::Event<T>
**/
CumulusPalletXcmpQueueEvent: {
_enum: {
XcmpMessageSent: {
messageHash: '[u8;32]'
}
}
},
/**
* Lookup71: pallet_xcm::pallet::Event<T>
**/
PalletXcmEvent: {
_enum: {
Attempted: {
outcome: 'StagingXcmV4TraitsOutcome',
},
Sent: {
origin: 'StagingXcmV4Location',
destination: 'StagingXcmV4Location',
message: 'StagingXcmV4Xcm',
messageId: '[u8;32]',
},
UnexpectedResponse: {
origin: 'StagingXcmV4Location',
queryId: 'u64',
},
ResponseReady: {
queryId: 'u64',
response: 'StagingXcmV4Response',
},
Notified: {
queryId: 'u64',
palletIndex: 'u8',
callIndex: 'u8',
},
NotifyOverweight: {
queryId: 'u64',
palletIndex: 'u8',
callIndex: 'u8',
actualWeight: 'SpWeightsWeightV2Weight',
maxBudgetedWeight: 'SpWeightsWeightV2Weight',
},
NotifyDispatchError: {
queryId: 'u64',
palletIndex: 'u8',
callIndex: 'u8',
},
NotifyDecodeFailed: {
queryId: 'u64',
palletIndex: 'u8',
callIndex: 'u8',
},
InvalidResponder: {
origin: 'StagingXcmV4Location',
queryId: 'u64',
expectedLocation: 'Option<StagingXcmV4Location>',
},
InvalidResponderVersion: {
origin: 'StagingXcmV4Location',
queryId: 'u64',
},
ResponseTaken: {
queryId: 'u64',
},
AssetsTrapped: {
_alias: {
hash_: 'hash',
},
hash_: 'H256',
origin: 'StagingXcmV4Location',
assets: 'XcmVersionedAssets',
},
VersionChangeNotified: {
destination: 'StagingXcmV4Location',
result: 'u32',
cost: 'StagingXcmV4AssetAssets',
messageId: '[u8;32]',
},
SupportedVersionChanged: {
location: 'StagingXcmV4Location',
version: 'u32',
},
NotifyTargetSendFail: {
location: 'StagingXcmV4Location',
queryId: 'u64',
error: 'XcmV3TraitsError',
},
NotifyTargetMigrationFail: {
location: 'XcmVersionedLocation',
queryId: 'u64',
},
InvalidQuerierVersion: {
origin: 'StagingXcmV4Location',
queryId: 'u64',
},
InvalidQuerier: {
origin: 'StagingXcmV4Location',
queryId: 'u64',
expectedQuerier: 'StagingXcmV4Location',
maybeActualQuerier: 'Option<StagingXcmV4Location>',
},
VersionNotifyStarted: {
destination: 'StagingXcmV4Location',
cost: 'StagingXcmV4AssetAssets',
messageId: '[u8;32]',
},
VersionNotifyRequested: {
destination: 'StagingXcmV4Location',
cost: 'StagingXcmV4AssetAssets',
messageId: '[u8;32]',
},
VersionNotifyUnrequested: {
destination: 'StagingXcmV4Location',
cost: 'StagingXcmV4AssetAssets',
messageId: '[u8;32]',
},
FeesPaid: {
paying: 'StagingXcmV4Location',
fees: 'StagingXcmV4AssetAssets',
},
AssetsClaimed: {
_alias: {
hash_: 'hash',
},
hash_: 'H256',
origin: 'StagingXcmV4Location',
assets: 'XcmVersionedAssets',
},
VersionMigrationFinished: {
version: 'u32'
}
}
},
/**
* Lookup72: staging_xcm::v4::traits::Outcome
**/
StagingXcmV4TraitsOutcome: {
_enum: {
Complete: {
used: 'SpWeightsWeightV2Weight',
},
Incomplete: {
used: 'SpWeightsWeightV2Weight',
error: 'XcmV3TraitsError',
},
Error: {
error: 'XcmV3TraitsError'
}
}
},
/**
* Lookup73: xcm::v3::traits::Error
**/
XcmV3TraitsError: {
_enum: {
Overflow: 'Null',
Unimplemented: 'Null',
UntrustedReserveLocation: 'Null',
UntrustedTeleportLocation: 'Null',
LocationFull: 'Null',
LocationNotInvertible: 'Null',
BadOrigin: 'Null',
InvalidLocation: 'Null',
AssetNotFound: 'Null',
FailedToTransactAsset: 'Null',
NotWithdrawable: 'Null',
LocationCannotHold: 'Null',
ExceedsMaxMessageSize: 'Null',
DestinationUnsupported: 'Null',
Transport: 'Null',
Unroutable: 'Null',
UnknownClaim: 'Null',
FailedToDecode: 'Null',
MaxWeightInvalid: 'Null',
NotHoldingFees: 'Null',
TooExpensive: 'Null',
Trap: 'u64',
ExpectationFalse: 'Null',
PalletNotFound: 'Null',
NameMismatch: 'Null',
VersionIncompatible: 'Null',
HoldingWouldOverflow: 'Null',
ExportError: 'Null',
ReanchorFailed: 'Null',
NoDeal: 'Null',
FeesNotMet: 'Null',
LockError: 'Null',
NoPermission: 'Null',
Unanchored: 'Null',
NotDepositable: 'Null',
UnhandledXcmVersion: 'Null',
WeightLimitReached: 'SpWeightsWeightV2Weight',
Barrier: 'Null',
WeightNotComputable: 'Null',
ExceedsStackLimit: 'Null'
}
},
/**
* Lookup74: staging_xcm::v4::location::Location
**/
StagingXcmV4Location: {
parents: 'u8',
interior: 'StagingXcmV4Junctions'
},
/**
* Lookup75: staging_xcm::v4::junctions::Junctions
**/
StagingXcmV4Junctions: {
_enum: {
Here: 'Null',
X1: '[Lookup77;1]',
X2: '[Lookup77;2]',
X3: '[Lookup77;3]',
X4: '[Lookup77;4]',
X5: '[Lookup77;5]',
X6: '[Lookup77;6]',
X7: '[Lookup77;7]',
X8: '[Lookup77;8]'
}
},
/**
* Lookup77: 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'
}
},
/**
* Lookup80: 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'
}
},
/**
* Lookup81: 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'
}
},
/**
* Lookup82: 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>'
}
}
},
/**
* Lookup90: staging_xcm::v4::Xcm<Call>
**/
StagingXcmV4Xcm: 'Vec<StagingXcmV4Instruction>',
/**
* Lookup92: staging_xcm::v4::Instruction<Call>
**/
StagingXcmV4Instruction: {
_enum: {
WithdrawAsset: 'StagingXcmV4AssetAssets',
ReserveAssetDeposited: 'StagingXcmV4AssetAssets',
ReceiveTeleportedAsset: 'StagingXcmV4AssetAssets',
QueryResponse: {
queryId: 'Compact<u64>',
response: 'StagingXcmV4Response',
maxWeight: 'SpWeightsWeightV2Weight',
querier: 'Option<StagingXcmV4Location>',
},
TransferAsset: {
assets: 'StagingXcmV4AssetAssets',
beneficiary: 'StagingXcmV4Location',
},
TransferReserveAsset: {
assets: 'StagingXcmV4AssetAssets',
dest: 'StagingXcmV4Location',
xcm: 'StagingXcmV4Xcm',
},
Transact: {
originKind: 'XcmV3OriginKind',
requireWeightAtMost: 'SpWeightsWeightV2Weight',
call: 'XcmDoubleEncoded',
},
HrmpNewChannelOpenRequest: {
sender: 'Compact<u32>',
maxMessageSize: 'Compact<u32>',
maxCapacity: 'Compact<u32>',
},
HrmpChannelAccepted: {
recipient: 'Compact<u32>',
},
HrmpChannelClosing: {
initiator: 'Compact<u32>',
sender: 'Compact<u32>',
recipient: 'Compact<u32>',
},
ClearOrigin: 'Null',
DescendOrigin: 'StagingXcmV4Junctions',
ReportError: 'StagingXcmV4QueryResponseInfo',
DepositAsset: {
assets: 'StagingXcmV4AssetAssetFilter',
beneficiary: 'StagingXcmV4Location',
},
DepositReserveAsset: {
assets: 'StagingXcmV4AssetAssetFilter',
dest: 'StagingXcmV4Location',
xcm: 'StagingXcmV4Xcm',
},
ExchangeAsset: {
give: 'StagingXcmV4AssetAssetFilter',
want: 'StagingXcmV4AssetAssets',
maximal: 'bool',
},
InitiateReserveWithdraw: {
assets: 'StagingXcmV4AssetAssetFilter',
reserve: 'StagingXcmV4Location',
xcm: 'StagingXcmV4Xcm',
},
InitiateTeleport: {
assets: 'StagingXcmV4AssetAssetFilter',
dest: 'StagingXcmV4Location',
xcm: 'StagingXcmV4Xcm',
},
ReportHolding: {
responseInfo: 'StagingXcmV4QueryResponseInfo',
assets: 'StagingXcmV4AssetAssetFilter',
},
BuyExecution: {
fees: 'StagingXcmV4Asset',
weightLimit: 'XcmV3WeightLimit',
},
RefundSurplus: 'Null',
SetErrorHandler: 'StagingXcmV4Xcm',
SetAppendix: 'StagingXcmV4Xcm',
ClearError: 'Null',
ClaimAsset: {
assets: 'StagingXcmV4AssetAssets',
ticket: 'StagingXcmV4Location',
},
Trap: 'Compact<u64>',
SubscribeVersion: {
queryId: 'Compact<u64>',
maxResponseWeight: 'SpWeightsWeightV2Weight',
},
UnsubscribeVersion: 'Null',
BurnAsset: 'StagingXcmV4AssetAssets',
ExpectAsset: 'StagingXcmV4AssetAssets',
ExpectOrigin: 'Option<StagingXcmV4Location>',
ExpectError: 'Option<(u32,XcmV3TraitsError)>',
ExpectTransactStatus: 'XcmV3MaybeErrorCode',
QueryPallet: {
moduleName: 'Bytes',
responseInfo: 'StagingXcmV4QueryResponseInfo',
},
ExpectPallet: {
index: 'Compact<u32>',
name: 'Bytes',
moduleName: 'Bytes',
crateMajor: 'Compact<u32>',
minCrateMinor: 'Compact<u32>',
},
ReportTransactStatus: 'StagingXcmV4QueryResponseInfo',
ClearTransactStatus: 'Null',
UniversalOrigin: 'StagingXcmV4Junction',
ExportMessage: {
network: 'StagingXcmV4JunctionNetworkId',
destination: 'StagingXcmV4Junctions',
xcm: 'StagingXcmV4Xcm',
},
LockAsset: {
asset: 'StagingXcmV4Asset',
unlocker: 'StagingXcmV4Location',
},
UnlockAsset: {
asset: 'StagingXcmV4Asset',
target: 'StagingXcmV4Location',
},
NoteUnlockable: {
asset: 'StagingXcmV4Asset',
owner: 'StagingXcmV4Location',
},
RequestUnlock: {
asset: 'StagingXcmV4Asset',
locker: 'StagingXcmV4Location',
},
SetFeesMode: {
jitWithdraw: 'bool',
},
SetTopic: '[u8;32]',
ClearTopic: 'Null',
AliasOrigin: 'StagingXcmV4Location',
UnpaidExecution: {
weightLimit: 'XcmV3WeightLimit',
checkOrigin: 'Option<StagingXcmV4Location>'
}
}
},
/**
* Lookup93: staging_xcm::v4::asset::Assets
**/
StagingXcmV4AssetAssets: 'Vec<StagingXcmV4Asset>',
/**
* Lookup95: staging_xcm::v4::asset::Asset
**/
StagingXcmV4Asset: {
id: 'StagingXcmV4AssetAssetId',
fun: 'StagingXcmV4AssetFungibility'
},
/**
* Lookup96: staging_xcm::v4::asset::AssetId
**/
StagingXcmV4AssetAssetId: 'StagingXcmV4Location',
/**
* Lookup97: staging_xcm::v4::asset::Fungibility
**/
StagingXcmV4AssetFungibility: {
_enum: {
Fungible: 'Compact<u128>',
NonFungible: 'StagingXcmV4AssetAssetInstance'
}
},
/**
* Lookup98: staging_xcm::v4::asset::AssetInstance
**/
StagingXcmV4AssetAssetInstance: {
_enum: {
Undefined: 'Null',
Index: 'Compact<u128>',
Array4: '[u8;4]',
Array8: '[u8;8]',
Array16: '[u8;16]',
Array32: '[u8;32]'
}
},
/**
* Lookup100: staging_xcm::v4::Response
**/
StagingXcmV4Response: {
_enum: {
Null: 'Null',
Assets: 'StagingXcmV4AssetAssets',
ExecutionResult: 'Option<(u32,XcmV3TraitsError)>',
Version: 'u32',
PalletsInfo: 'Vec<StagingXcmV4PalletInfo>',
DispatchResult: 'XcmV3MaybeErrorCode'
}
},
/**
* Lookup104: staging_xcm::v4::PalletInfo
**/
StagingXcmV4PalletInfo: {
index: 'Compact<u32>',
name: 'Bytes',
moduleName: 'Bytes',
major: 'Compact<u32>',
minor: 'Compact<u32>',
patch: 'Compact<u32>'
},
/**
* Lookup107: xcm::v3::MaybeErrorCode
**/
XcmV3MaybeErrorCode: {
_enum: {
Success: 'Null',
Error: 'Bytes',
TruncatedError: 'Bytes'
}
},
/**
* Lookup110: xcm::v3::OriginKind
**/
XcmV3OriginKind: {
_enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
},
/**
* Lookup111: xcm::double_encoded::DoubleEncoded<T>
**/
XcmDoubleEncoded: {
encoded: 'Bytes'
},
/**
* Lookup112: staging_xcm::v4::QueryResponseInfo
**/
StagingXcmV4QueryResponseInfo: {
destination: 'StagingXcmV4Location',
queryId: 'Compact<u64>',
maxWeight: 'SpWeightsWeightV2Weight'
},
/**
* Lookup113: staging_xcm::v4::asset::AssetFilter
**/
StagingXcmV4AssetAssetFilter: {
_enum: {
Definite: 'StagingXcmV4AssetAssets',
Wild: 'StagingXcmV4AssetWildAsset'
}
},
/**
* Lookup114: staging_xcm::v4::asset::WildAsset
**/
StagingXcmV4AssetWildAsset: {
_enum: {
All: 'Null',
AllOf: {
id: 'StagingXcmV4AssetAssetId',
fun: 'StagingXcmV4AssetWildFungibility',
},
AllCounted: 'Compact<u32>',
AllOfCounted: {
id: 'StagingXcmV4AssetAssetId',
fun: 'StagingXcmV4AssetWildFungibility',
count: 'Compact<u32>'
}
}
},
/**
* Lookup115: staging_xcm::v4::asset::WildFungibility
**/
StagingXcmV4AssetWildFungibility: {
_enum: ['Fungible', 'NonFungible']
},
/**
* Lookup116: xcm::v3::WeightLimit
**/
XcmV3WeightLimit: {
_enum: {
Unlimited: 'Null',
Limited: 'SpWeightsWeightV2Weight'
}
},
/**
* Lookup117: xcm::VersionedAssets
**/
XcmVersionedAssets: {
_enum: {
__Unused0: 'Null',
V2: 'XcmV2MultiassetMultiAssets',
__Unused2: 'Null',
V3: 'XcmV3MultiassetMultiAssets',
V4: 'StagingXcmV4AssetAssets'
}
},
/**
* Lookup118: xcm::v2::multiasset::MultiAssets
**/
XcmV2MultiassetMultiAssets: 'Vec<XcmV2MultiAsset>',
/**
* Lookup120: xcm::v2::multiasset::MultiAsset
**/
XcmV2MultiAsset: {
id: 'XcmV2MultiassetAssetId',
fun: 'XcmV2MultiassetFungibility'
},
/**
* Lookup121: xcm::v2::multiasset::AssetId
**/
XcmV2MultiassetAssetId: {
_enum: {
Concrete: 'XcmV2MultiLocation',
Abstract: 'Bytes'
}
},
/**
* Lookup122: xcm::v2::multilocation::MultiLocation
**/
XcmV2MultiLocation: {
parents: 'u8',
interior: 'XcmV2MultilocationJunctions'
},
/**
* Lookup123: xcm::v2::multilocation::Junctions
**/
XcmV2MultilocationJunctions: {
_enum: {
Here: 'Null',
X1: 'XcmV2Junction',
X2: '(XcmV2Junction,XcmV2Junction)',
X3: '(XcmV2Junction,XcmV2Junction,XcmV2Junction)',
X4: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)',
X5: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)',
X6: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)',
X7: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)',
X8: '(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)'
}
},
/**
* Lookup124: xcm::v2::junction::Junction
**/
XcmV2Junction: {
_enum: {
Parachain: 'Compact<u32>',
AccountId32: {
network: 'XcmV2NetworkId',
id: '[u8;32]',
},
AccountIndex64: {
network: 'XcmV2NetworkId',
index: 'Compact<u64>',
},
AccountKey20: {
network: 'XcmV2NetworkId',
key: '[u8;20]',
},
PalletInstance: 'u8',
GeneralIndex: 'Compact<u128>',
GeneralKey: 'Bytes',
OnlyChild: 'Null',
Plurality: {
id: 'XcmV2BodyId',
part: 'XcmV2BodyPart'
}
}
},
/**
* Lookup125: xcm::v2::NetworkId
**/
XcmV2NetworkId: {
_enum: {
Any: 'Null',
Named: 'Bytes',
Polkadot: 'Null',
Kusama: 'Null'
}
},
/**
* Lookup127: xcm::v2::BodyId
**/
XcmV2BodyId: {
_enum: {
Unit: 'Null',
Named: 'Bytes',
Index: 'Compact<u32>',
Executive: 'Null',
Technical: 'Null',
Legislative: 'Null',
Judicial: 'Null',
Defense: 'Null',
Administration: 'Null',
Treasury: 'Null'
}
},
/**
* Lookup128: xcm::v2::BodyPart
**/
XcmV2BodyPart: {
_enum: {
Voice: 'Null',
Members: {
count: 'Compact<u32>',
},
Fraction: {
n