Load a locked coin from the database into memory.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde04e68), requires_capability(0x7f95061a7ba8), requires_capability(0x7f94f2b786b8), requires_capability(0x7f94f0cf7348), requires_capability(0x7f94fee39d38)]]
void
LoadLockedCoin(
COutPoint const& coin,
bool persistent);
Parameters
Name |
Description |
coin |
The outpoint to mark as locked. |
persistent |
Whether the lock is persisted to disk. |
Created with MrDocs