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
{"range", RPCArg::Type::OBJ, RPCArg::Optional::OMITTED, "If a ranged descriptor is used, this specifies the start and end of the range to import",
1377
-
{
1378
-
{"start", RPCArg::Type::NUM, /* default */"0", "Start of the range to import"},
1379
-
{"end", RPCArg::Type::NUM, RPCArg::Optional::NO, "End of the range to import (inclusive)"},
1380
-
}
1381
-
},
1373
+
{"range", RPCArg::Type::RANGE, RPCArg::Optional::OMITTED, "If a ranged descriptor is used, this specifies the end or the range (in the form [begin,end]) to import"},
1382
1374
{"internal", RPCArg::Type::BOOL, /* default */"false", "Stating whether matching outputs should be treated as not incoming payments (also known as change)"},
1383
1375
{"watchonly", RPCArg::Type::BOOL, /* default */"false", "Stating whether matching outputs should be considered watchonly."},
1384
1376
{"label", RPCArg::Type::STR, /* default */"''", "Label to assign to the address, only allowed with internal=false"},
0 commit comments