pub fn get_tx_from_id(
tx_id: &TxId,
tapes: &impl TapesRead,
db: &BlockchainDatabase,
) -> DbResult<Transaction>Expand description
Retrieve a [Transaction] from the database with its TxId.
pub fn get_tx_from_id(
tx_id: &TxId,
tapes: &impl TapesRead,
db: &BlockchainDatabase,
) -> DbResult<Transaction>Retrieve a [Transaction] from the database with its TxId.