sc_transaction_pool_api

Type Alias PoolFuture

Source
pub type PoolFuture<T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send>>;
Expand description

Typical future type used in transaction pool api.

Aliased Typeยง

struct PoolFuture<T, E> {}