Function tuxedo_template_wallet::sync::spend_output
source · fn spend_output(db: &Db, output_ref: &OutputRef) -> Result<()>
Expand description
Mark an existing output as spent. This does not purge all record of the output from the db. It just moves the record from the unspent table to the spent table