Skip to main content

TxPoolPrewarmTransactions

Type Alias TxPoolPrewarmTransactions 

Source
pub type TxPoolPrewarmTransactions<N> = Box<dyn Iterator<Item = Transaction<N>> + Send>;
Expand description

A live, forward-only view of the pool’s best transactions for one canonical parent.

Returning None only means no transaction is currently ready. The same iterator can yield transactions that become pending later.

Aliased Type§

pub struct TxPoolPrewarmTransactions<N>(/* private fields */);

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes