wallet::CWallet::LoadLockedCoin

Load a locked coin from the database into memory.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfd1c8), requires_capability(0x7fbc81b76b88), requires_capability(0x7fbc7e014a08), requires_capability(0x7fbc7e243eb8), requires_capability(0x7fbc8e714af8)]]
void
LoadLockedCoin(
    COutPoint const& coin,
    bool persistent);

Parameters

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