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.
pub trait MaybeSubspaceCall<Runtime>where
Runtime: Config,{
// Required method
fn maybe_subspace_call(&self) -> Option<&SubspaceCall<Runtime>>;
}
Trait to convert Runtime call to possible Subspace call.