[#wallet-ListCoins] = xref:wallet.adoc[wallet]::ListCoins :relfileprefix: ../ :mrdocs: Return list of available coins and locked coins grouped by non‐change output address. == Synopsis Declared in `<wallet/spend.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e653938)]] std::map<CTxDestination, std::vector<COutput>> ListCoins(xref:wallet/CWallet.adoc[CWallet] const& wallet); ---- == Return Value Available and locked coins grouped by their non‐change destination address. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet whose coins are listed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#