Trait substrate_subxt::balances::BalancesEventsDecoder[][src]

pub trait BalancesEventsDecoder {
    fn with_balances(&mut self);
}

EventsDecoder extension trait.

Required methods

fn with_balances(&mut self)[src]

Registers this modules types.

Loading content...

Implementors

impl<T: Balances> BalancesEventsDecoder for EventsDecoder<T>[src]

Loading content...