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§