Skip to main content

get_tx

Function get_tx 

Source
pub fn get_tx(
    db: &BlockchainDatabase,
    tx_hash: &TxHash,
    tx_ro: &Snapshot,
    tapes: &impl TapesRead,
) -> DbResult<Transaction>
Expand description

Retrieve a [Transaction] from the database with its TxHash.