Trait MaybeBalancesCall

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

Required Methods§

Source

fn maybe_balance_call(&self) -> Option<&BalancesCall<Runtime>>

Implementors§