[#wallet-CWallet-ListLockedCoins] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::ListLockedCoins :relfileprefix: ../../ :mrdocs: List all currently locked outputs. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff3720efb18), requires_capability(0x7ff365f1fb18), requires_capability(0x7ff35de5e4c8), requires_capability(0x7ff35efe2fa8), requires_capability(0x7ff366fcf588)]] void ListLockedCoins(std::vector<COutPoint>& vOutpts) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *vOutpts* | Set to the locked outpoints. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#