gasp-types
Version:
Polkadot.js type definitions for GASP Network
1,520 lines • 104 kB
JavaScript
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
/* eslint-disable sort-keys */
export default {
/**
* Lookup0: sp_runtime::account::AccountId20
**/
SpRuntimeAccountAccountId20: '[u8;20]',
/**
* Lookup3: frame_system::AccountInfo<Nonce, AccountData>
**/
FrameSystemAccountInfo: {
nonce: 'u32',
consumers: 'u32',
providers: 'u32',
sufficients: 'u32',
data: 'Null'
},
/**
* Lookup6: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
**/
FrameSupportDispatchPerDispatchClassWeight: {
normal: 'SpWeightsWeightV2Weight',
operational: 'SpWeightsWeightV2Weight',
mandatory: 'SpWeightsWeightV2Weight'
},
/**
* Lookup7: sp_weights::weight_v2::Weight
**/
SpWeightsWeightV2Weight: {
refTime: 'Compact<u64>',
proofSize: 'Compact<u64>'
},
/**
* Lookup21: sp_runtime::generic::digest::Digest
**/
SpRuntimeDigest: {
logs: 'Vec<SpRuntimeDigestDigestItem>'
},
/**
* Lookup23: 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'
}
},
/**
* Lookup26: frame_system::EventRecord<rollup_runtime::RuntimeEvent, primitive_types::H256>
**/
FrameSystemEventRecord: {
phase: 'FrameSystemPhase',
event: 'Event',
topics: 'Vec<H256>'
},
/**
* Lookup28: frame_system::pallet::Event<T>
**/
FrameSystemEvent: {
_enum: {
ExtrinsicSuccess: {
dispatchInfo: 'FrameSupportDispatchDispatchInfo',
},
ExtrinsicFailed: {
dispatchError: 'SpRuntimeDispatchError',
dispatchInfo: 'FrameSupportDispatchDispatchInfo',
},
CodeUpdated: 'Null',
NewAccount: {
account: 'SpRuntimeAccountAccountId20',
},
KilledAccount: {
account: 'SpRuntimeAccountAccountId20',
},
Remarked: {
_alias: {
hash_: 'hash',
},
sender: 'SpRuntimeAccountAccountId20',
hash_: 'H256',
},
TxsEnqueued: {
count: 'u64'
}
}
},
/**
* Lookup29: frame_support::dispatch::DispatchInfo
**/
FrameSupportDispatchDispatchInfo: {
weight: 'SpWeightsWeightV2Weight',
class: 'FrameSupportDispatchDispatchClass',
paysFee: 'FrameSupportDispatchPays'
},
/**
* Lookup30: frame_support::dispatch::DispatchClass
**/
FrameSupportDispatchDispatchClass: {
_enum: ['Normal', 'Operational', 'Mandatory']
},
/**
* Lookup31: frame_support::dispatch::Pays
**/
FrameSupportDispatchPays: {
_enum: ['Yes', 'No']
},
/**
* Lookup32: 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'
}
},
/**
* Lookup33: sp_runtime::ModuleError
**/
SpRuntimeModuleError: {
index: 'u8',
error: '[u8;4]'
},
/**
* Lookup34: sp_runtime::TokenError
**/
SpRuntimeTokenError: {
_enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
},
/**
* Lookup35: sp_arithmetic::ArithmeticError
**/
SpArithmeticArithmeticError: {
_enum: ['Underflow', 'Overflow', 'DivisionByZero']
},
/**
* Lookup36: sp_runtime::TransactionalError
**/
SpRuntimeTransactionalError: {
_enum: ['LimitReached', 'NoLayer']
},
/**
* Lookup37: pallet_utility_mangata::pallet::Event
**/
PalletUtilityMangataEvent: {
_enum: {
BatchInterrupted: {
index: 'u32',
error: 'SpRuntimeDispatchError',
},
BatchCompleted: 'Null',
BatchCompletedWithErrors: 'Null',
ItemCompleted: 'Null',
ItemFailed: {
error: 'SpRuntimeDispatchError',
},
DispatchedAs: {
result: 'Result<Null, SpRuntimeDispatchError>'
}
}
},
/**
* Lookup39: pallet_proxy::pallet::Event<T>
**/
PalletProxyEvent: {
_enum: {
ProxyExecuted: {
result: 'Result<Null, SpRuntimeDispatchError>',
},
PureCreated: {
pure: 'SpRuntimeAccountAccountId20',
who: 'SpRuntimeAccountAccountId20',
proxyType: 'RollupRuntimeRuntimeConfigConfigPalletProxyProxyType',
disambiguationIndex: 'u16',
},
Announced: {
real: 'SpRuntimeAccountAccountId20',
proxy: 'SpRuntimeAccountAccountId20',
callHash: 'H256',
},
ProxyAdded: {
delegator: 'SpRuntimeAccountAccountId20',
delegatee: 'SpRuntimeAccountAccountId20',
proxyType: 'RollupRuntimeRuntimeConfigConfigPalletProxyProxyType',
delay: 'u32',
},
ProxyRemoved: {
delegator: 'SpRuntimeAccountAccountId20',
delegatee: 'SpRuntimeAccountAccountId20',
proxyType: 'RollupRuntimeRuntimeConfigConfigPalletProxyProxyType',
delay: 'u32'
}
}
},
/**
* Lookup40: rollup_runtime::runtime_config::config::pallet_proxy::ProxyType
**/
RollupRuntimeRuntimeConfigConfigPalletProxyProxyType: {
_enum: ['AutoCompound']
},
/**
* Lookup42: pallet_maintenance::pallet::Event<T>
**/
PalletMaintenanceEvent: {
_enum: {
MaintenanceModeSwitchedOn: 'SpRuntimeAccountAccountId20',
MaintenanceModeSwitchedOff: 'SpRuntimeAccountAccountId20',
UpgradabilityInMaintenanceModeSwitchedOn: 'SpRuntimeAccountAccountId20',
UpgradabilityInMaintenanceModeSwitchedOff: 'SpRuntimeAccountAccountId20'
}
},
/**
* Lookup43: pallet_rolldown::pallet::Event<T>
**/
PalletRolldownEvent: {
_enum: {
L1ReadStored: '(PalletRolldownMessagesChain,SpRuntimeAccountAccountId20,u128,{"start":"u128","end":"u128"},H256)',
RequestProcessedOnL2: '(PalletRolldownMessagesChain,u128)'
}
},
/**
* Lookup45: pallet_rolldown::messages::Chain
**/
PalletRolldownMessagesChain: {
_enum: ['Ethereum', 'Arbitrum']
},
/**
* Lookup48: pallet_metamask_signature::pallet::Event<T>
**/
PalletMetamaskSignatureEvent: {
_enum: {
MetadataUpdated: {
name: 'Option<Bytes>',
version: 'Option<Bytes>',
chainId: 'Option<u64>',
decodeUrl: 'Option<Bytes>'
}
}
},
/**
* Lookup54: orml_tokens::module::Event<T>
**/
OrmlTokensModuleEvent: {
_enum: {
Endowed: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
DustLost: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
Transfer: {
currencyId: 'u32',
from: 'SpRuntimeAccountAccountId20',
to: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
Reserved: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
Unreserved: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
ReserveRepatriated: {
currencyId: 'u32',
from: 'SpRuntimeAccountAccountId20',
to: 'SpRuntimeAccountAccountId20',
amount: 'u128',
status: 'FrameSupportTokensMiscBalanceStatus',
},
BalanceSet: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
free: 'u128',
reserved: 'u128',
},
TotalIssuanceSet: {
currencyId: 'u32',
amount: 'u128',
},
Withdrawn: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
Slashed: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
freeAmount: 'u128',
reservedAmount: 'u128',
},
Deposited: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
LockSet: {
lockId: '[u8;8]',
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
LockRemoved: {
lockId: '[u8;8]',
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
},
Created: '(u32,SpRuntimeAccountAccountId20,u128)',
Minted: '(u32,SpRuntimeAccountAccountId20,u128)',
Locked: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
Unlocked: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'u128',
},
Issued: {
currencyId: 'u32',
amount: 'u128',
},
Rescinded: {
currencyId: 'u32',
amount: 'u128'
}
}
},
/**
* Lookup55: frame_support::traits::tokens::misc::BalanceStatus
**/
FrameSupportTokensMiscBalanceStatus: {
_enum: ['Free', 'Reserved']
},
/**
* Lookup57: pallet_transaction_payment_mangata::pallet::Event<T>
**/
PalletTransactionPaymentMangataEvent: {
_enum: {
TransactionFeePaid: {
who: 'SpRuntimeAccountAccountId20',
actualFee: 'u128',
tip: 'u128'
}
}
},
/**
* Lookup58: pallet_xyk::pallet::Event<T>
**/
PalletXykEvent: {
_enum: {
PoolCreated: '(SpRuntimeAccountAccountId20,u32,u128,u32,u128)',
AssetsSwapped: '(SpRuntimeAccountAccountId20,Vec<u32>,u128,u128)',
SellAssetFailedDueToSlippage: '(SpRuntimeAccountAccountId20,u32,u128,u32,u128,u128)',
BuyAssetFailedDueToSlippage: '(SpRuntimeAccountAccountId20,u32,u128,u32,u128,u128)',
LiquidityMinted: '(SpRuntimeAccountAccountId20,u32,u128,u32,u128,u32,u128)',
LiquidityBurned: '(SpRuntimeAccountAccountId20,u32,u128,u32,u128,u32,u128)',
PoolPromotionUpdated: '(u32,Option<u8>)',
LiquidityActivated: '(SpRuntimeAccountAccountId20,u32,u128)',
LiquidityDeactivated: '(SpRuntimeAccountAccountId20,u32,u128)',
RewardsClaimed: '(SpRuntimeAccountAccountId20,u32,u128)',
MultiSwapAssetFailedOnAtomicSwap: '(SpRuntimeAccountAccountId20,Vec<u32>,u128,SpRuntimeModuleError)'
}
},
/**
* Lookup61: pallet_proof_of_stake::pallet::Event<T>
**/
PalletProofOfStakeEvent: {
_enum: {
PoolPromotionUpdated: '(u32,Option<u8>)',
LiquidityActivated: '(SpRuntimeAccountAccountId20,u32,u128)',
LiquidityDeactivated: '(SpRuntimeAccountAccountId20,u32,u128)',
RewardsClaimed: '(SpRuntimeAccountAccountId20,u32,u128)',
ThirdPartyRewardsClaimed: '(SpRuntimeAccountAccountId20,u32,u32,u128)',
ThirdPartyLiquidityActivated: '(SpRuntimeAccountAccountId20,u32,u32,u128)',
ThirdPartyLiquidityDeactivated: '(SpRuntimeAccountAccountId20,u32,u32,u128)',
ThirdPartySuccessfulPoolPromotion: '(SpRuntimeAccountAccountId20,u32,u32,u128)'
}
},
/**
* Lookup62: pallet_fee_lock::pallet::Event<T>
**/
PalletFeeLockEvent: {
_enum: {
FeeLockMetadataUpdated: 'Null',
FeeLockUnlocked: '(SpRuntimeAccountAccountId20,u128)',
FeeLocked: {
who: 'SpRuntimeAccountAccountId20',
lockAmount: 'u128',
totalLocked: 'u128'
}
}
},
/**
* Lookup63: pallet_vesting_mangata::pallet::Event<T>
**/
PalletVestingMangataEvent: {
_enum: {
VestingUpdated: {
account: 'SpRuntimeAccountAccountId20',
tokenId: 'u32',
unvested: 'u128',
},
VestingCompleted: {
account: 'SpRuntimeAccountAccountId20',
tokenId: 'u32'
}
}
},
/**
* Lookup64: pallet_crowdloan_rewards::pallet::Event<T>
**/
PalletCrowdloanRewardsEvent: {
_enum: {
InitialPaymentMade: '(SpRuntimeAccountAccountId20,u128)',
NativeIdentityAssociated: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128)',
RewardsPaid: '(SpRuntimeAccountAccountId20,u128)',
RewardAddressUpdated: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20)',
InitializedAlreadyInitializedAccount: '(SpRuntimeAccountAccountId20,Option<SpRuntimeAccountAccountId20>,u128)',
InitializedAccountWithNotEnoughContribution: '(SpRuntimeAccountAccountId20,Option<SpRuntimeAccountAccountId20>,u128)'
}
},
/**
* Lookup65: pallet_issuance::pallet::Event<T>
**/
PalletIssuanceEvent: {
_enum: {
SessionIssuanceIssued: '(u32,u128,u128)',
SessionIssuanceRecorded: '(u32,u128,u128)',
IssuanceConfigInitialized: 'PalletIssuanceIssuanceInfo',
TGEFinalized: 'Null',
TGEInstanceFailed: 'PalletIssuanceTgeInfo',
TGEInstanceSucceeded: 'PalletIssuanceTgeInfo'
}
},
/**
* Lookup66: pallet_issuance::IssuanceInfo<Balance>
**/
PalletIssuanceIssuanceInfo: {
cap: 'u128',
issuanceAtInit: 'u128',
linearIssuanceBlocks: 'u32',
liquidityMiningSplit: 'Perbill',
stakingSplit: 'Perbill',
totalCrowdloanAllocation: 'u128'
},
/**
* Lookup68: pallet_issuance::TgeInfo<sp_runtime::account::AccountId20, Balance>
**/
PalletIssuanceTgeInfo: {
who: 'SpRuntimeAccountAccountId20',
amount: 'u128'
},
/**
* Lookup69: pallet_multipurpose_liquidity::pallet::Event<T>
**/
PalletMultipurposeLiquidityEvent: {
_enum: {
VestingTokensReserved: '(SpRuntimeAccountAccountId20,u32,u128)',
TokensRelockedFromReserve: '(SpRuntimeAccountAccountId20,u32,u128,u128)'
}
},
/**
* Lookup70: pallet_bootstrap::pallet::Event<T>
**/
PalletBootstrapEvent: {
_enum: {
Provisioned: '(u32,u128)',
VestedProvisioned: '(u32,u128)',
RewardsLiquidityAcitvationFailed: '(SpRuntimeAccountAccountId20,u32,u128)',
RewardsClaimed: '(u32,u128)',
AccountsWhitelisted: 'Null',
BootstrapParitallyPreFinalized: 'Null',
BootstrapReadyToBeFinalized: 'Null',
BootstrapFinalized: 'Null'
}
},
/**
* Lookup71: parachain_staking::pallet::Event<T>
**/
ParachainStakingEvent: {
_enum: {
NewRound: '(u32,u32,u32,u128)',
JoinedCollatorCandidates: '(SpRuntimeAccountAccountId20,u128,u128)',
CollatorChosen: '(u32,SpRuntimeAccountAccountId20,u128)',
CandidateBondMoreRequested: '(SpRuntimeAccountAccountId20,u128,u32)',
CandidateBondLessRequested: '(SpRuntimeAccountAccountId20,u128,u32)',
CandidateBondedMore: '(SpRuntimeAccountAccountId20,u128,u128)',
CandidateBondedLess: '(SpRuntimeAccountAccountId20,u128,u128)',
CandidateWentOffline: '(u32,SpRuntimeAccountAccountId20)',
CandidateBackOnline: '(u32,SpRuntimeAccountAccountId20)',
CandidateScheduledExit: '(u32,SpRuntimeAccountAccountId20,u32)',
CancelledCandidateExit: 'SpRuntimeAccountAccountId20',
CancelledCandidateBondChange: '(SpRuntimeAccountAccountId20,ParachainStakingCandidateBondRequest)',
CandidateLeft: '(SpRuntimeAccountAccountId20,u128,u128)',
DelegationIncreaseScheduled: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128,u32)',
DelegationDecreaseScheduled: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128,u32)',
DelegationIncreased: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128,bool)',
DelegationDecreased: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128,bool)',
DelegatorExitScheduled: '(u32,SpRuntimeAccountAccountId20,u32)',
DelegationRevocationScheduled: '(u32,SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u32)',
DelegatorLeft: '(SpRuntimeAccountAccountId20,u128)',
DelegationRevoked: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128)',
DelegatorExitCancelled: 'SpRuntimeAccountAccountId20',
CancelledDelegationRequest: '(SpRuntimeAccountAccountId20,ParachainStakingDelegationRequest)',
Delegation: '(SpRuntimeAccountAccountId20,u128,SpRuntimeAccountAccountId20,ParachainStakingDelegatorAdded)',
DelegatorLeftCandidate: '(SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128,u128)',
DelegatorDueReward: '(u32,SpRuntimeAccountAccountId20,SpRuntimeAccountAccountId20,u128)',
Rewarded: '(u32,SpRuntimeAccountAccountId20,u128)',
CollatorRewardsDistributed: '(SpRuntimeAccountAccountId20,ParachainStakingPayoutRounds)',
StakeExpectationsSet: '(u128,u128,u128)',
TotalSelectedSet: '(u32,u32)',
CollatorCommissionSet: '(Perbill,Perbill)',
CandidateAggregatorUpdated: '(SpRuntimeAccountAccountId20,Option<SpRuntimeAccountAccountId20>)',
AggregatorMetadataUpdated: 'SpRuntimeAccountAccountId20'
}
},
/**
* Lookup72: parachain_staking::pallet::CandidateBondRequest<Balance>
**/
ParachainStakingCandidateBondRequest: {
amount: 'u128',
change: 'ParachainStakingCandidateBondChange',
whenExecutable: 'u32'
},
/**
* Lookup73: parachain_staking::pallet::CandidateBondChange
**/
ParachainStakingCandidateBondChange: {
_enum: ['Increase', 'Decrease']
},
/**
* Lookup74: parachain_staking::pallet::DelegationRequest<sp_runtime::account::AccountId20, Balance>
**/
ParachainStakingDelegationRequest: {
collator: 'SpRuntimeAccountAccountId20',
amount: 'u128',
whenExecutable: 'u32',
action: 'ParachainStakingDelegationChange'
},
/**
* Lookup75: parachain_staking::pallet::DelegationChange
**/
ParachainStakingDelegationChange: {
_enum: ['Revoke', 'Increase', 'Decrease']
},
/**
* Lookup76: parachain_staking::pallet::DelegatorAdded<Balance>
**/
ParachainStakingDelegatorAdded: {
_enum: {
AddedToTop: {
newTotal: 'u128',
},
AddedToBottom: 'Null'
}
},
/**
* Lookup77: parachain_staking::PayoutRounds
**/
ParachainStakingPayoutRounds: {
_enum: {
All: 'Null',
Partial: 'Vec<u32>'
}
},
/**
* Lookup78: pallet_sequencer_staking::pallet::Event<T>
**/
PalletSequencerStakingEvent: 'Null',
/**
* Lookup79: pallet_session::pallet::Event
**/
PalletSessionEvent: {
_enum: {
NewSession: {
sessionIndex: 'u32'
}
}
},
/**
* Lookup80: pallet_grandpa::pallet::Event
**/
PalletGrandpaEvent: {
_enum: {
NewAuthorities: {
authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
},
Paused: 'Null',
Resumed: 'Null'
}
},
/**
* Lookup83: sp_consensus_grandpa::app::Public
**/
SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
/**
* Lookup84: sp_core::ed25519::Public
**/
SpCoreEd25519Public: '[u8;32]',
/**
* Lookup85: orml_asset_registry::module::Event<T>
**/
OrmlAssetRegistryModuleEvent: {
_enum: {
RegisteredAsset: {
assetId: 'u32',
metadata: 'OrmlTraitsAssetRegistryAssetMetadata',
},
UpdatedAsset: {
assetId: 'u32',
metadata: 'OrmlTraitsAssetRegistryAssetMetadata'
}
}
},
/**
* Lookup86: orml_traits::asset_registry::AssetMetadata<Balance, mangata_types::assets::CustomMetadata, StringLimit>
**/
OrmlTraitsAssetRegistryAssetMetadata: {
decimals: 'u32',
name: 'Bytes',
symbol: 'Bytes',
existentialDeposit: 'u128',
location: 'Option<StagingXcmVersionedMultiLocation>',
additional: 'MangataTypesAssetsCustomMetadata'
},
/**
* Lookup87: mangata_types::assets::CustomMetadata
**/
MangataTypesAssetsCustomMetadata: {
xcm: 'Option<MangataTypesAssetsXcmMetadata>',
xyk: 'Option<MangataTypesAssetsXykMetadata>'
},
/**
* Lookup89: mangata_types::assets::XcmMetadata
**/
MangataTypesAssetsXcmMetadata: {
feePerSecond: 'u128'
},
/**
* Lookup91: mangata_types::assets::XykMetadata
**/
MangataTypesAssetsXykMetadata: {
operationsDisabled: 'bool'
},
/**
* Lookup94: staging_xcm::VersionedMultiLocation
**/
StagingXcmVersionedMultiLocation: {
_enum: {
__Unused0: 'Null',
V2: 'StagingXcmV2MultiLocation',
__Unused2: 'Null',
V3: 'StagingXcmV3MultiLocation'
}
},
/**
* Lookup95: staging_xcm::v2::multilocation::MultiLocation
**/
StagingXcmV2MultiLocation: {
parents: 'u8',
interior: 'StagingXcmV2MultilocationJunctions'
},
/**
* Lookup96: staging_xcm::v2::multilocation::Junctions
**/
StagingXcmV2MultilocationJunctions: {
_enum: {
Here: 'Null',
X1: 'StagingXcmV2Junction',
X2: '(StagingXcmV2Junction,StagingXcmV2Junction)',
X3: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',
X4: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',
X5: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',
X6: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',
X7: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)',
X8: '(StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction,StagingXcmV2Junction)'
}
},
/**
* Lookup97: staging_xcm::v2::junction::Junction
**/
StagingXcmV2Junction: {
_enum: {
Parachain: 'Compact<u32>',
AccountId32: {
network: 'StagingXcmV2NetworkId',
id: '[u8;32]',
},
AccountIndex64: {
network: 'StagingXcmV2NetworkId',
index: 'Compact<u64>',
},
AccountKey20: {
network: 'StagingXcmV2NetworkId',
key: '[u8;20]',
},
PalletInstance: 'u8',
GeneralIndex: 'Compact<u128>',
GeneralKey: 'Bytes',
OnlyChild: 'Null',
Plurality: {
id: 'StagingXcmV2BodyId',
part: 'StagingXcmV2BodyPart'
}
}
},
/**
* Lookup99: staging_xcm::v2::NetworkId
**/
StagingXcmV2NetworkId: {
_enum: {
Any: 'Null',
Named: 'Bytes',
Polkadot: 'Null',
Kusama: 'Null'
}
},
/**
* Lookup102: staging_xcm::v2::BodyId
**/
StagingXcmV2BodyId: {
_enum: {
Unit: 'Null',
Named: 'Bytes',
Index: 'Compact<u32>',
Executive: 'Null',
Technical: 'Null',
Legislative: 'Null',
Judicial: 'Null',
Defense: 'Null',
Administration: 'Null',
Treasury: 'Null'
}
},
/**
* Lookup103: staging_xcm::v2::BodyPart
**/
StagingXcmV2BodyPart: {
_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>'
}
}
},
/**
* Lookup104: staging_xcm::v3::multilocation::MultiLocation
**/
StagingXcmV3MultiLocation: {
parents: 'u8',
interior: 'StagingXcmV3Junctions'
},
/**
* Lookup105: staging_xcm::v3::junctions::Junctions
**/
StagingXcmV3Junctions: {
_enum: {
Here: 'Null',
X1: 'StagingXcmV3Junction',
X2: '(StagingXcmV3Junction,StagingXcmV3Junction)',
X3: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',
X4: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',
X5: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',
X6: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',
X7: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)',
X8: '(StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction,StagingXcmV3Junction)'
}
},
/**
* Lookup106: staging_xcm::v3::junction::Junction
**/
StagingXcmV3Junction: {
_enum: {
Parachain: 'Compact<u32>',
AccountId32: {
network: 'Option<StagingXcmV3JunctionNetworkId>',
id: '[u8;32]',
},
AccountIndex64: {
network: 'Option<StagingXcmV3JunctionNetworkId>',
index: 'Compact<u64>',
},
AccountKey20: {
network: 'Option<StagingXcmV3JunctionNetworkId>',
key: '[u8;20]',
},
PalletInstance: 'u8',
GeneralIndex: 'Compact<u128>',
GeneralKey: {
length: 'u8',
data: '[u8;32]',
},
OnlyChild: 'Null',
Plurality: {
id: 'StagingXcmV3JunctionBodyId',
part: 'StagingXcmV3JunctionBodyPart',
},
GlobalConsensus: 'StagingXcmV3JunctionNetworkId'
}
},
/**
* Lookup108: staging_xcm::v3::junction::NetworkId
**/
StagingXcmV3JunctionNetworkId: {
_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'
}
},
/**
* Lookup109: staging_xcm::v3::junction::BodyId
**/
StagingXcmV3JunctionBodyId: {
_enum: {
Unit: 'Null',
Moniker: '[u8;4]',
Index: 'Compact<u32>',
Executive: 'Null',
Technical: 'Null',
Legislative: 'Null',
Judicial: 'Null',
Defense: 'Null',
Administration: 'Null',
Treasury: 'Null'
}
},
/**
* Lookup110: staging_xcm::v3::junction::BodyPart
**/
StagingXcmV3JunctionBodyPart: {
_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>'
}
}
},
/**
* Lookup111: pallet_treasury::pallet::Event<T, I>
**/
PalletTreasuryEvent: {
_enum: {
Proposed: {
proposalIndex: 'u32',
},
Spending: {
budgetRemaining: 'u128',
},
Awarded: {
proposalIndex: 'u32',
award: 'u128',
account: 'SpRuntimeAccountAccountId20',
},
Rejected: {
proposalIndex: 'u32',
slashed: 'u128',
},
Burnt: {
burntFunds: 'u128',
},
Rollover: {
rolloverBalance: 'u128',
},
Deposit: {
value: 'u128',
},
SpendApproved: {
proposalIndex: 'u32',
amount: 'u128',
beneficiary: 'SpRuntimeAccountAccountId20',
},
UpdatedInactive: {
reactivated: 'u128',
deactivated: 'u128'
}
}
},
/**
* Lookup112: pallet_sudo_mangata::pallet::Event<T>
**/
PalletSudoMangataEvent: {
_enum: {
Sudid: {
sudoResult: 'Result<Null, SpRuntimeDispatchError>',
},
KeyChanged: {
oldSudoer: 'Option<SpRuntimeAccountAccountId20>',
},
SudoAsDone: {
sudoResult: 'Result<Null, SpRuntimeDispatchError>'
}
}
},
/**
* Lookup113: pallet_sudo_origin::pallet::Event<T>
**/
PalletSudoOriginEvent: {
_enum: {
SuOriginDid: 'Result<Null, SpRuntimeDispatchError>',
SuOriginDoAsDone: 'Result<Null, SpRuntimeDispatchError>'
}
},
/**
* Lookup114: pallet_collective_mangata::pallet::Event<T, I>
**/
PalletCollectiveMangataEvent: {
_enum: {
Proposed: {
account: 'SpRuntimeAccountAccountId20',
proposalIndex: 'u32',
proposalHash: 'H256',
threshold: 'u32',
},
Voted: {
account: 'SpRuntimeAccountAccountId20',
proposalHash: 'H256',
voted: 'bool',
yes: 'u32',
no: 'u32',
},
Approved: {
proposalHash: 'H256',
},
Disapproved: {
proposalHash: 'H256',
},
Executed: {
proposalHash: 'H256',
result: 'Result<Null, SpRuntimeDispatchError>',
},
MemberExecuted: {
proposalHash: 'H256',
result: 'Result<Null, SpRuntimeDispatchError>',
},
Closed: {
proposalHash: 'H256',
yes: 'u32',
no: 'u32',
},
MembersChanged: {
newMembers: 'Vec<SpRuntimeAccountAccountId20>',
},
PrimeSet: {
newPrime: 'Option<SpRuntimeAccountAccountId20>'
}
}
},
/**
* Lookup116: pallet_identity::pallet::Event<T>
**/
PalletIdentityEvent: {
_enum: {
IdentitySet: {
who: 'SpRuntimeAccountAccountId20',
},
IdentityCleared: {
who: 'SpRuntimeAccountAccountId20',
deposit: 'u128',
},
IdentityKilled: {
who: 'SpRuntimeAccountAccountId20',
deposit: 'u128',
},
JudgementRequested: {
who: 'SpRuntimeAccountAccountId20',
registrarIndex: 'u32',
},
JudgementUnrequested: {
who: 'SpRuntimeAccountAccountId20',
registrarIndex: 'u32',
},
JudgementGiven: {
target: 'SpRuntimeAccountAccountId20',
registrarIndex: 'u32',
},
RegistrarAdded: {
registrarIndex: 'u32',
},
SubIdentityAdded: {
sub: 'SpRuntimeAccountAccountId20',
main: 'SpRuntimeAccountAccountId20',
deposit: 'u128',
},
SubIdentityRemoved: {
sub: 'SpRuntimeAccountAccountId20',
main: 'SpRuntimeAccountAccountId20',
deposit: 'u128',
},
SubIdentityRevoked: {
sub: 'SpRuntimeAccountAccountId20',
main: 'SpRuntimeAccountAccountId20',
deposit: 'u128'
}
}
},
/**
* Lookup117: frame_system::Phase
**/
FrameSystemPhase: {
_enum: {
ApplyExtrinsic: 'u32',
Finalization: 'Null',
Initialization: 'Null'
}
},
/**
* Lookup121: frame_system::LastRuntimeUpgradeInfo
**/
FrameSystemLastRuntimeUpgradeInfo: {
specVersion: 'Compact<u32>',
specName: 'Text'
},
/**
* Lookup123: frame_system::pallet::Call<T>
**/
FrameSystemCall: {
_enum: {
enqueue_txs: {
txs: 'Vec<(Option<SpRuntimeAccountAccountId20>,Bytes)>',
},
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'
}
}
},
/**
* Lookup127: frame_system::limits::BlockWeights
**/
FrameSystemLimitsBlockWeights: {
baseBlock: 'SpWeightsWeightV2Weight',
maxBlock: 'SpWeightsWeightV2Weight',
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
},
/**
* Lookup128: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
**/
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
normal: 'FrameSystemLimitsWeightsPerClass',
operational: 'FrameSystemLimitsWeightsPerClass',
mandatory: 'FrameSystemLimitsWeightsPerClass'
},
/**
* Lookup129: frame_system::limits::WeightsPerClass
**/
FrameSystemLimitsWeightsPerClass: {
baseExtrinsic: 'SpWeightsWeightV2Weight',
maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
maxTotal: 'Option<SpWeightsWeightV2Weight>',
reserved: 'Option<SpWeightsWeightV2Weight>'
},
/**
* Lookup131: frame_system::limits::BlockLength
**/
FrameSystemLimitsBlockLength: {
max: 'FrameSupportDispatchPerDispatchClassU32'
},
/**
* Lookup132: frame_support::dispatch::PerDispatchClass<T>
**/
FrameSupportDispatchPerDispatchClassU32: {
normal: 'u32',
operational: 'u32',
mandatory: 'u32'
},
/**
* Lookup133: sp_weights::RuntimeDbWeight
**/
SpWeightsRuntimeDbWeight: {
read: 'u64',
write: 'u64'
},
/**
* Lookup134: sp_version::RuntimeVersion
**/
SpVersionRuntimeVersion: {
specName: 'Text',
implName: 'Text',
authoringVersion: 'u32',
specVersion: 'u32',
implVersion: 'u32',
apis: 'Vec<([u8;8],u32)>',
transactionVersion: 'u32',
stateVersion: 'u8'
},
/**
* Lookup138: frame_system::pallet::Error<T>
**/
FrameSystemError: {
_enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'StorageQueueFull']
},
/**
* Lookup139: pallet_timestamp::pallet::Call<T>
**/
PalletTimestampCall: {
_enum: {
set: {
now: 'Compact<u64>'
}
}
},
/**
* Lookup140: pallet_utility_mangata::pallet::Call<T>
**/
PalletUtilityMangataCall: {
_enum: {
batch: {
calls: 'Vec<Call>',
},
as_derivative: {
index: 'u16',
call: 'Call',
},
batch_all: {
calls: 'Vec<Call>',
},
dispatch_as: {
asOrigin: 'RollupRuntimeOriginCaller',
call: 'Call',
},
force_batch: {
calls: 'Vec<Call>',
},
with_weight: {
call: 'Call',
weight: 'SpWeightsWeightV2Weight'
}
}
},
/**
* Lookup143: pallet_proxy::pallet::Call<T>
**/
PalletProxyCall: {
_enum: {
proxy: {
real: 'SpRuntimeAccountAccountId20',
forceProxyType: 'Option<RollupRuntimeRuntimeConfigConfigPalletProxyProxyType>',
call: 'Call',
},
add_proxy: {
delegate: 'SpRuntimeAccountAccountId20',
proxyType: 'RollupRuntimeRuntimeConfigConfigPalletProxyProxyType',
delay: 'u32',
},
remove_proxy: {
delegate: 'SpRuntimeAccountAccountId20',
proxyType: 'RollupRuntimeRuntimeConfigConfigPalletProxyProxyType',
delay: 'u32',
},
remove_proxies: 'Null',
create_pure: {
proxyType: 'RollupRuntimeRuntimeConfigConfigPalletProxyProxyType',
delay: 'u32',
index: 'u16',
},
kill_pure: {
spawner: 'SpRuntimeAccountAccountId20',
proxyType: 'RollupRuntimeRuntimeConfigConfigPalletProxyProxyType',
index: 'u16',
height: 'Compact<u32>',
extIndex: 'Compact<u32>',
},
announce: {
real: 'SpRuntimeAccountAccountId20',
callHash: 'H256',
},
remove_announcement: {
real: 'SpRuntimeAccountAccountId20',
callHash: 'H256',
},
reject_announcement: {
delegate: 'SpRuntimeAccountAccountId20',
callHash: 'H256',
},
proxy_announced: {
delegate: 'SpRuntimeAccountAccountId20',
real: 'SpRuntimeAccountAccountId20',
forceProxyType: 'Option<RollupRuntimeRuntimeConfigConfigPalletProxyProxyType>',
call: 'Call'
}
}
},
/**
* Lookup145: pallet_maintenance::pallet::Call<T>
**/
PalletMaintenanceCall: {
_enum: ['switch_maintenance_mode_on', 'switch_maintenance_mode_off', 'switch_upgradability_in_maintenance_mode_on', 'switch_upgradability_in_maintenance_mode_off']
},
/**
* Lookup146: pallet_rolldown::pallet::Call<T>
**/
PalletRolldownCall: {
_enum: {
update_l2_from_l1: {
requests: 'PalletRolldownMessagesL1Update',
},
__Unused1: 'Null',
force_update_l2_from_l1: {
update: 'PalletRolldownMessagesL1Update',
},
cancel_requests_from_l1: {
chain: 'PalletRolldownMessagesChain',
requestsToCancel: 'u128',
},
force_cancel_requests_from_l1: {
chain: 'PalletRolldownMessagesChain',
requestsToCancel: 'u128',
},
withdraw: {
chain: 'PalletRolldownMessagesChain',
recipient: '[u8;20]',
tokenAddress: '[u8;20]',
amount: 'u128'
}
}
},
/**
* Lookup147: pallet_rolldown::messages::L1Update
**/
PalletRolldownMessagesL1Update: {
chain: 'PalletRolldownMessagesChain',
pendingDeposits: 'Vec<PalletRolldownMessagesDeposit>',
pendingCancelResolutions: 'Vec<PalletRolldownMessagesCancelResolution>',
pendingWithdrawalResolutions: 'Vec<PalletRolldownMessagesWithdrawalResolution>',
pendingL2UpdatesToRemove: 'Vec<PalletRolldownMessagesL2UpdatesToRemove>'
},
/**
* Lookup149: pallet_rolldown::messages::Deposit
**/
PalletRolldownMessagesDeposit: {
requestId: 'PalletRolldownMessagesRequestId',
depositRecipient: '[u8;20]',
tokenAddress: '[u8;20]',
amount: 'U256',
timeStamp: 'U256'
},
/**
* Lookup150: pallet_rolldown::messages::RequestId
**/
PalletRolldownMessagesRequestId: {
origin: 'PalletRolldownMessagesOrigin',
id: 'u128'
},
/**
* Lookup151: pallet_rolldown::messages::Origin
**/
PalletRolldownMessagesOrigin: {
_enum: ['L1', 'L2']
},
/**
* Lookup155: pallet_rolldown::messages::CancelResolution
**/
PalletRolldownMessagesCancelResolution: {
requestId: 'PalletRolldownMessagesRequestId',
l2RequestId: 'u128',
cancelJustified: 'bool',
timeStamp: 'U256'
},
/**
* Lookup157: pallet_rolldown::messages::WithdrawalResolution
**/
PalletRolldownMessagesWithdrawalResolution: {
requestId: 'PalletRolldownMessagesRequestId',
l2RequestId: 'u128',
status: 'bool',
timeStamp: 'U256'
},
/**
* Lookup159: pallet_rolldown::messages::L2UpdatesToRemove
**/
PalletRolldownMessagesL2UpdatesToRemove: {
requestId: 'PalletRolldownMessagesRequestId',
l2UpdatesToRemove: 'Vec<u128>',
timeStamp: 'U256'
},
/**
* Lookup161: pallet_metamask_signature::pallet::Call<T>
**/
PalletMetamaskSignatureCall: {
_enum: {
update: {
name: 'Option<Bytes>',
version: 'Option<Bytes>',
chainId: 'Option<u64>',
decodeUrl: 'Option<Bytes>'
}
}
},
/**
* Lookup162: orml_tokens::module::Call<T>
**/
OrmlTokensModuleCall: {
_enum: {
transfer: {
dest: 'SpRuntimeAccountAccountId20',
currencyId: 'u32',
amount: 'Compact<u128>',
},
transfer_all: {
dest: 'SpRuntimeAccountAccountId20',
currencyId: 'u32',
keepAlive: 'bool',
},
transfer_keep_alive: {
dest: 'SpRuntimeAccountAccountId20',
currencyId: 'u32',
amount: 'Compact<u128>',
},
force_transfer: {
source: 'SpRuntimeAccountAccountId20',
dest: 'SpRuntimeAccountAccountId20',
currencyId: 'u32',
amount: 'Compact<u128>',
},
set_balance: {
who: 'SpRuntimeAccountAccountId20',
currencyId: 'u32',
newFree: 'Compact<u128>',
newReserved: 'Compact<u128>',
},
create: {
who: 'SpRuntimeAccountAccountId20',
amount: 'Compact<u128>',
},
mint: {
currencyId: 'u32',
who: 'SpRuntimeAccountAccountId20',
amount: 'Compact<u128>'
}
}
},
/**
* Lookup163: pallet_xyk::pallet::Call<T>
**/
PalletXykCall: {
_enum: {
create_pool: {
firstAssetId: 'u32',
firstAssetAmount: 'u128',
secondAssetId: 'u32',
secondAssetAmount: 'u128',
},
sell_asset: {
soldAssetId: 'u32',
boughtAssetId: 'u32',
soldAssetAmount: 'u128',
minAmountOut: 'u128',
},
multiswap_sell_asset: {
swapTokenList: 'Vec<u32>',
soldAssetAmount: 'u128',
minAmountOut: 'u128',
},
buy_asset: {
soldAssetId: 'u32',
boughtAssetId: 'u32',
boughtAssetAmount: 'u128',
maxAmountIn: 'u128',
},
multiswap_buy_asset: {
swapTokenList: 'Vec<u32>',
boughtAssetAmount: 'u128',
maxAmountIn: 'u128',
},
mint_liquidity_using_vesting_native_tokens_by_vesting_index: {
nativeAssetVestingIndex: 'u32',
vestingNativeAssetUnlockSomeAmountOrAll: 'Option<u128>',
secondAssetId: 'u32',
expectedSecondAssetAmount: 'u128',
},
mint_liquidity_using_vesting_native_tokens: {
vestingNativeAssetAmount: 'u128',
secondAssetId: 'u32',
expectedSecondAssetAmount: 'u128',
},
mint_liquidity: {
firstAssetId: 'u32',
secondAssetId: 'u32',
firstAssetAmount: 'u128',
expectedSecondAssetAmount: 'u128',
},
compound_rewards: {
liquidityAssetId: 'u32',
amountPermille: 'Permill',
},
provide_liquidity_with_conversion: {
liquidityAssetId: 'u32',
providedAssetId: 'u32',
providedAssetAmount: 'u128',
},
burn_liquidity: {
firstAssetId: 'u32',
secondAssetId: 'u32',
liquidityAssetAmount: 'u128'
}
}
},
/**
* Lookup166: pallet_proof_of_stake::pallet::Call<T>
**/
PalletProofOfStakeCall: {
_enum: {
claim_rewards_all: {
liquidityTokenId: 'u32',
},
update_pool_promotion: {
liquidityTokenId: 'u32',
liquidityMiningIssuanceWeight: 'u8',
},
activate_liquidity: {
liquidityTokenId: 'u32',
amount: 'u128',
useBalanceFrom: 'Option<MangataTypesMultipurposeLiquidityActivateKind>',
},
deactivate_liquidity: {
liquidityTokenId: 'u32',
amount: 'u128',
},
reward_pool: {
pool: '(u32,u32)',
tokenId: 'u32',
amount: 'u128',
scheduleEnd: 'u32',
},
activate_liquidity_for_3rdparty_rewards: {
liquidityTokenId: 'u32',
amount: 'u128',
rewardToken: 'u32',
useBalanceFrom: 'Option<PalletProofOfStakeThirdPartyActivationKind>',
},
deactivate_liquidity_for_3rdpa