Trait sp_domain_sudo::IntoRuntimeCall

source ·
pub trait IntoRuntimeCall<RuntimeCall> {
    // Required method
    fn runtime_call(call: Vec<u8>) -> RuntimeCall;
}
Expand description

Trait to convert Unchecked extrinsic into a Runtime specific call

Required Methods§

source

fn runtime_call(call: Vec<u8>) -> RuntimeCall

Object Safety§

This trait is not object safe.

Implementors§