You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"wallet_name", RPCArg::Type::STR, RPCArg::Optional::NO, "The name that will be applied to the restored wallet"},
1877
+
{"backup_file", RPCArg::Type::STR, RPCArg::Optional::NO, "The backup file that will be used to restore the wallet."},
1878
+
{"load_on_startup", RPCArg::Type::BOOL, RPCArg::Optional::OMITTED_NAMED_ARG, "Save wallet name to persistent settings and load on startup. True to add wallet to startup list, false to remove, null to leave unchanged."},
1879
+
},
1880
+
RPCResult{
1881
+
RPCResult::Type::OBJ, "", "",
1882
+
{
1883
+
{RPCResult::Type::STR, "name", "The wallet name if restored successfully."},
1884
+
{RPCResult::Type::STR, "warning", "Warning message if wallet was not loaded cleanly."},
{"wallet_name", RPCArg::Type::STR, RPCArg::Optional::NO, "The name that will be applied to the restored wallet"},
2707
-
{"backup_file", RPCArg::Type::STR, RPCArg::Optional::NO, "The backup file that will be used to restore the wallet."},
2708
-
{"load_on_startup", RPCArg::Type::BOOL, RPCArg::Optional::OMITTED_NAMED_ARG, "Save wallet name to persistent settings and load on startup. True to add wallet to startup list, false to remove, null to leave unchanged."},
2709
-
},
2710
-
RPCResult{
2711
-
RPCResult::Type::OBJ, "", "",
2712
-
{
2713
-
{RPCResult::Type::STR, "name", "The wallet name if restored successfully."},
2714
-
{RPCResult::Type::STR, "warning", "Warning message if wallet was not loaded cleanly."},
0 commit comments