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

Name

Description

output

The output to lock.

Created with MrDocs