Type Alias ForkAwareTxPoolTask

Source
pub type ForkAwareTxPoolTask = Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

Fork aware transaction pool task, that needs to be polled.

Aliased Typeยง

struct ForkAwareTxPoolTask {}