[][src]Trait substrate_subxt::contracts::ContractsEventsDecoder

pub trait ContractsEventsDecoder {
    fn with_contracts(&mut self);
}

EventsDecoder extension trait.

Required methods

fn with_contracts(&mut self)

Registers this modules types.

Loading content...

Implementors

impl<T: Contracts> ContractsEventsDecoder for EventsDecoder<T>[src]

Loading content...