wallet::CWallet::ListLockedCoins

List all currently locked outputs.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720efb18), requires_capability(0x7ff365f1fb18), requires_capability(0x7ff35de5e4c8), requires_capability(0x7ff35efe2fa8), requires_capability(0x7ff366fcf588)]]
void
ListLockedCoins(std::vector<COutPoint>& vOutpts) const;

Parameters

NameDescription
vOutptsSet to the locked outpoints.