pub fn get_output(
db: &BlockchainDatabase,
pre_rct_output_id: &PreRctOutputId,
tx_ro: &Snapshot,
) -> DbResult<Output>Expand description
Retrieve a Pre-RCT Output from the database.
pub fn get_output(
db: &BlockchainDatabase,
pre_rct_output_id: &PreRctOutputId,
tx_ro: &Snapshot,
) -> DbResult<Output>Retrieve a Pre-RCT Output from the database.