wallet::CWallet::UnlockCoin

Unlock a previously locked output.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f94fde04fe8), requires_capability(0x7f95061a7d28), requires_capability(0x7f94f2b78838), requires_capability(0x7f94f0cf74c8), requires_capability(0x7f94fee39eb8)]]
bool
UnlockCoin(COutPoint const& output);

Return Value

true if the output was unlocked.

Parameters

NameDescription
outputThe outpoint to unlock.