[#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(0x7f94fde05168), requires_capability(0x7f95061a7ea8), requires_capability(0x7f94f2b789b8), requires_capability(0x7f94f0cf7648), requires_capability(0x7f94fee3a038)]] 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]#