pub(crate) fn add_unspent_output(
    db: &Db,
    output_ref: &OutputRef,
    owner_pubkey: &H256,
    amount: &u128
) -> Result<()>
Expand description

Add a new output to the database updating all tables.