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.
pub fn get_tx(
db: &BlockchainDatabase,
tx_hash: &TxHash,
tx_ro: &Snapshot,
tapes: &impl TapesRead,
) -> DbResult<Transaction>Retrieve a [Transaction] from the database with its TxHash.