pub trait MaybeDomainsCall<Runtime>where
Runtime: Config,{
// Required method
fn maybe_domains_call(&self) -> Option<&DomainsCall<Runtime>>;
}
Expand description
Trait to convert Runtime call to possible Domains call.
pub trait MaybeDomainsCall<Runtime>where
Runtime: Config,{
// Required method
fn maybe_domains_call(&self) -> Option<&DomainsCall<Runtime>>;
}
Trait to convert Runtime call to possible Domains call.