Struct bitcoin_txmempool::TxMemPoolInfo
source · pub struct TxMemPoolInfo {
pub tx: TransactionRef,
pub time: OffsetDateTime,
pub fee: Amount,
pub vsize: usize,
pub n_fee_delta: i64,
}Expand description
| Information about a mempool transaction. |
Fields§
§tx: TransactionRef| The transaction itself |
time: OffsetDateTime| Time the transaction entered the mempool. |
fee: Amount| Fee of the transaction. |
vsize: usize| Virtual size of the transaction. |
n_fee_delta: i64| The fee delta. |
Auto Trait Implementations§
impl !RefUnwindSafe for TxMemPoolInfo
impl Send for TxMemPoolInfo
impl Sync for TxMemPoolInfo
impl Unpin for TxMemPoolInfo
impl !UnwindSafe for TxMemPoolInfo
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