pallet_subspace::extensions

Trait MaybeSubspaceCall

Source
pub trait MaybeSubspaceCall<Runtime>
where Runtime: Config,
{ // Required method fn maybe_subspace_call(&self) -> Option<&SubspaceCall<Runtime>>; }
Expand description

Trait to convert Runtime call to possible Subspace call.

Required Methods§

Implementors§