Trait xcm_primitives::StakeEncodeCall

source ·
pub trait StakeEncodeCall {
    // Required method
    fn encode_call(call: AvailableStakeCalls) -> Vec<u8> ;
}

Required Methods§

source

fn encode_call(call: AvailableStakeCalls) -> Vec<u8>

Encode call from the relay.

Object Safety§

This trait is not object safe.

Implementors§

impl StakeEncodeCall for KusamaEncoder

impl StakeEncodeCall for PolkadotEncoder

impl StakeEncodeCall for WestendEncoder

impl<T: Config> StakeEncodeCall for Pallet<T>