"Unloads the wallet referenced by the request endpoint otherwise unloads the wallet specified in the argument.\n"
"Unloads the wallet referenced by the request endpoint otherwise unloads the wallet specified in the argument.\n"
"Specifying the wallet name on a wallet endpoint is invalid.",
"Specifying the wallet name on a wallet endpoint is invalid.",
{
{
{"wallet_name",RPCArg::Type::STR,/* default */"the wallet name from the RPC endpoint","The name of the wallet to unload. Must be provided in the RPC endpoint or this parameter (but not both)."},
{"wallet_name",RPCArg::Type::STR,/* default */"the wallet name from the RPC endpoint","The name of the wallet to unload. If provided both here and in the RPC endpoint, the two must be identical."},
{"load_on_startup",RPCArg::Type::BOOL,/* default */"null","Save wallet name to persistent settings and load on startup. True to add wallet to startup list, false to remove, null to leave unchanged."},
{"load_on_startup",RPCArg::Type::BOOL,/* default */"null","Save wallet name to persistent settings and load on startup. True to add wallet to startup list, false to remove, null to leave unchanged."},