pub struct TxPool { /* private fields */ }
Expand description
Holds submitted transactions and attempts to propose blocks
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TxPool
impl !UnwindSafe for TxPool
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more