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