Struct bitcoin_txmempool::MemPoolEntryTxid
source · pub struct MemPoolEntryTxid {}Expand description
| extracts a transaction hash from | | TxMemPoolEntry or CTransactionRef |
Implementations§
source§impl MemPoolEntryTxid
impl MemPoolEntryTxid
pub fn invoke_tx_mempool_entry(&self, entry: &TxMemPoolEntry) -> ResultType
pub fn invoke_txn(&self, tx: &TransactionRef) -> ResultType
Auto Trait Implementations§
impl RefUnwindSafe for MemPoolEntryTxid
impl Send for MemPoolEntryTxid
impl Sync for MemPoolEntryTxid
impl Unpin for MemPoolEntryTxid
impl UnwindSafe for MemPoolEntryTxid
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