Struct mempool_notifications::MempoolNotifier [−][src]
pub struct MempoolNotifier { /* fields omitted */ }Expand description
The state sync component responsible for notifying mempool.
Trait Implementations
Notify mempool of the newly committed transactions at the specified block timestamp.
Auto Trait Implementations
impl !RefUnwindSafe for MempoolNotifier
impl Send for MempoolNotifier
impl Sync for MempoolNotifier
impl Unpin for MempoolNotifier
impl !UnwindSafe for MempoolNotifier
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self