Trait substrate_subxt::staking::StakingEventsDecoder[][src]

pub trait StakingEventsDecoder {
    fn with_staking(&mut self);
}

EventsDecoder extension trait.

Required methods

fn with_staking(&mut self)[src]

Registers this modules types.

Loading content...

Implementors

impl<T: Staking> StakingEventsDecoder for EventsDecoder<T>[src]

Loading content...