pallet_domains::extensions

Trait MaybeDomainsCall

Source
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.

Required Methods§

Implementors§