Skip to main content

get_tx_from_id

Function get_tx_from_id 

Source
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.