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: RawTopicFilterThe topic filters that are encoded based on the event ABI.