pub enum MemPoolRemovalReason {
EXPIRY,
SIZELIMIT,
REORG,
BLOCK,
CONFLICT,
REPLACED,
}Expand description
| Reason why a transaction was removed | from the mempool, this is passed to the | notification signal. |
Variants§
EXPIRY
| Expired from mempool |
SIZELIMIT
| Removed in size limiting |
REORG
| Removed for reorganization |
BLOCK
| Removed for block |
CONFLICT
| Removed for conflict with in-block | transaction |
REPLACED
| Removed for replacement |
Auto Trait Implementations§
impl RefUnwindSafe for MemPoolRemovalReason
impl Send for MemPoolRemovalReason
impl Sync for MemPoolRemovalReason
impl Unpin for MemPoolRemovalReason
impl UnwindSafe for MemPoolRemovalReason
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