Load a locked coin from the database into memory.
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);
| Name | Description |
|---|---|
| coin | The outpoint to mark as locked. |
| persistent | Whether the lock is persisted to disk. |