Return list of arguments and whether they are named-only.
Declared in <rpc/util.h>
<rpc/util.h>
std::vector<std::pair<std::string, bool>> GetArgNames() const;
Each argument's name paired with whether it is named-only.