"\nIf a label name is provided, this will return only incoming transactions paying to addresses with the specified label.\n"
"\nReturns up to 'count' most recent transactions skipping the first 'from' transactions.\n",
{
{"label",RPCArg::Type::STR,RPCArg::Optional::OMITTED_NAMED_ARG,"If set, should be a valid label name to return only incoming transactions\n"
" with the specified label, or \"*\" to disable filtering and return all transactions."},
{"label|dummy",RPCArg::Type::STR,RPCArg::Optional::OMITTED_NAMED_ARG,"If set, should be a valid label name to return only incoming transactions\n"
"with the specified label, or \"*\" to disable filtering and return all transactions."},
{"count",RPCArg::Type::NUM,/* default */"10","The number of transactions to return"},
{"skip",RPCArg::Type::NUM,/* default */"0","The number of transactions to skip"},
{"include_watchonly",RPCArg::Type::BOOL,/* default */"true for watch-only wallets, otherwise false","Include transactions to watch-only addresses (see 'importaddress')"},