pub fn add_output(
db: &BlockchainDatabase,
amount: Amount,
output: &Output,
w: &mut OwnedWriteBatch,
pre_rct_numb_outputs_cache: &mut HashMap<Amount, u64>,
) -> DbResult<PreRctOutputId>Expand description
Add a Pre-RCT Output to the database.