pub type BestTransactionsFor<Pool> = Box<dyn BestTransactions<Item = Arc<ValidPoolTransaction<<Pool as TransactionPool>::Transaction>>>>;
Expand description
Alias to restrict the BestTransactions
items to the pool’s transaction type.
Aliased Type§
struct BestTransactionsFor<Pool>(/* private fields */);
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.