wallet::CWallet::UnlockCoin

Unlock a previously locked output.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720ef998), requires_capability(0x7ff365f1f998), requires_capability(0x7ff35de5e348), requires_capability(0x7ff35efe2e28), requires_capability(0x7ff366fcf408)]]
bool
UnlockCoin(COutPoint const& output);

Return Value

true if the output was unlocked.

Parameters

NameDescription
outputThe outpoint to unlock.