markSpent
scrypt-ts-opcat / markSpent
Function: markSpent()
markSpent(
utxoProvider
,tx
):void
Defined in: packages/scrypt-ts-opcat/src/providers/utxoProvider.ts:50
Marks all inputs of a transaction as spent in the UTXO provider.
Parameters
utxoProvider
The UTXO provider to update.
tx
The transaction whose inputs should be marked as spent.
Returns
void