Type Definition tp_consensus::import_queue::DefaultImportQueue[][src]

type DefaultImportQueue<Block, Client> = BasicQueue<Block, TransactionFor<Client, Block>>;

A commonly-used Import Queue type.

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