pub struct ZMQPublishRawTransactionNotifier { /* private fields */ }
Trait Implementations§
source§impl NotifyTransaction for ZMQPublishRawTransactionNotifier
impl NotifyTransaction for ZMQPublishRawTransactionNotifier
source§fn notify_transaction(&mut self, transaction: &Transaction) -> bool
fn notify_transaction(&mut self, transaction: &Transaction) -> bool
| Notifies of transactions added to mempool
| or appearing in blocks
|
Auto Trait Implementations§
impl RefUnwindSafe for ZMQPublishRawTransactionNotifier
impl !Send for ZMQPublishRawTransactionNotifier
impl !Sync for ZMQPublishRawTransactionNotifier
impl Unpin for ZMQPublishRawTransactionNotifier
impl UnwindSafe for ZMQPublishRawTransactionNotifier
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more