Extracts the wallet name encoded in a JSON-RPC request endpoint, if any.
Declared in <wallet/rpc/util.h>
std::optional<std::string>
GetWalletNameFromJSONRPCRequest(JSONRPCRequest const& request);
The wallet name, or an empty optional if none is present.
| Name | Description |
|---|---|
| request | The JSON-RPC request to inspect. |