DynEventBuilder

Type Alias DynEventBuilder 

Source
pub type DynEventBuilder<E> = EventBuilder<DynTransport, E>;
Expand description

Type alias for a EventBuilder with an underlying DynTransport.

Aliased Type§

pub struct DynEventBuilder<E> {
    pub filter: LogFilterBuilder<DynTransport>,
    pub topics: RawTopicFilter,
    /* private fields */
}

Fields§

§filter: LogFilterBuilder<DynTransport>

The web3 filter builder used for creating a log filter.

§topics: RawTopicFilter

The topic filters that are encoded based on the event ABI.