wallet::CWallet::LoadLockedCoin

Load a locked coin from the database into memory.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720ef818), requires_capability(0x7ff365f1f818), requires_capability(0x7ff35de5e1c8), requires_capability(0x7ff35efe2ca8), requires_capability(0x7ff366fcf288)]]
void
LoadLockedCoin(
    COutPoint const& coin,
    bool persistent);

Parameters

NameDescription
coinThe outpoint to mark as locked.
persistentWhether the lock is persisted to disk.