pub fn get_alt_transaction(
db: &BlockchainDatabase,
tx_hash: &TxHash,
tx_ro: &Snapshot,
) -> DbResult<VerifiedTransactionInformation>Expand description
Retrieve a [VerifiedTransactionInformation] from the database.
pub fn get_alt_transaction(
db: &BlockchainDatabase,
tx_hash: &TxHash,
tx_ro: &Snapshot,
) -> DbResult<VerifiedTransactionInformation>Retrieve a [VerifiedTransactionInformation] from the database.