Look up a loaded wallet by name.
Declared in <wallet/wallet.h>
std::shared_ptr<CWallet>
GetWallet(
WalletContext& context,
std::string const& name);
The matching wallet, or nullptr if not loaded.
| Name | Description |
|---|---|
| context | The wallet context to query. |
| name | The wallet name to find. |