referrerpolicy=no-referrer-when-downgrade

Type Alias DefaultImportQueue

Source
pub type DefaultImportQueue<Block> = BasicQueue<Block>;
Expand description

A commonly-used Import Queue type.

This defines the transaction type of the BasicQueue to be the transaction type for a client.

Aliased Type§

struct DefaultImportQueue<Block> { /* private fields */ }