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

pub trait ContractsEventsDecoder {
    fn with_contracts(&mut self) -> Result<(), EventsError>;
}

EventsDecoder extension trait.

Required methods

fn with_contracts(&mut self) -> Result<(), EventsError>

Registers this modules types.

Loading content...

Implementors

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

Loading content...