[#wallet-GetWallets] = xref:wallet.adoc[wallet]::GetWallets :relfileprefix: ../ :mrdocs: Return all wallets currently loaded in the context. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::shared_ptr<CWallet>> GetWallets(xref:wallet/WalletContext.adoc[WalletContext]& context); ---- == Return Value The loaded wallets. == Parameters [cols="1,4"] |=== | Name| Description | *context* | The wallet context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#