pub struct UpgradedBuilder(pub DynEventBuilder<Upgraded>);
Expand description

A builder for creating a filtered stream of Upgraded events.

Tuple Fields

0: DynEventBuilder<Upgraded>

The inner event builder.

Implementations

Sets the starting block from which to stream logs for.

If left unset defaults to the latest block.

Sets the last block from which to stream logs for.

If left unset defaults to the streaming until the end of days.

Limits the number of events that can be retrieved by this filter.

Note that this parameter is non-standard.

Sets the polling interval. This is used as the interval between consecutive eth_getFilterChanges calls to get filter updates.

Adds a filter for the implementation event parameter.

Returns a future that resolves with a collection of all existing logs matching the builder parameters.

Creates an event stream from the current event builder.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.