pub trait MaybeBalancesCall<Runtime>where
Runtime: Config,{
// Required method
fn maybe_balance_call(&self) -> Option<&BalancesCall<Runtime>>;
}
Expand description
Trait to convert Runtime call to possible Balance call.
pub trait MaybeBalancesCall<Runtime>where
Runtime: Config,{
// Required method
fn maybe_balance_call(&self) -> Option<&BalancesCall<Runtime>>;
}
Trait to convert Runtime call to possible Balance call.