Trait runtime_common::traits::XcmRuntimeCallWeights[][src]

pub trait XcmRuntimeCallWeights {
    fn polkadot() -> Self;
fn kusama() -> Self; }
Expand description

Weights of Xcm calls for different runtimes

Required methods

Implementations on Foreign Types

The weights as defined in pallet_staking on polkadot

The weights as defined in pallet_staking on polkadot

32 is from https://github.com/paritytech/polkadot/blob/0c670d826c7ce80b26e6214c411dc7320af58854/runtime/polkadot/src/lib.rs#L871

The weights as defined in pallet_staking on polkadot

32 is from https://github.com/paritytech/polkadot/blob/0c670d826c7ce80b26e6214c411dc7320af58854/runtime/kusama/src/lib.rs#L965

Implementors