referrerpolicy=no-referrer-when-downgrade

Type Alias sc_transaction_pool::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 {}