wallet::WalletBatch::WriteLockedUTXO

Marks an output as locked in the wallet.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteLockedUTXO(COutPoint const& output);

Return Value

true if the record was written.

Parameters

NameDescription
outputThe output to lock.