pub trait HrmpEncodeCall {
    // Required method
    fn hrmp_encode_call(call: HrmpAvailableCalls) -> Result<Vec<u8>, XcmError>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl HrmpEncodeCall for ()

Implementors§