[#RPCMethod-GetArgNames] = xref:RPCMethod.adoc[RPCMethod]::GetArgNames :relfileprefix: ../ :mrdocs: Return list of arguments and whether they are named‐only. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::pair<std::string, bool>> GetArgNames() const; ---- == Return Value Each argument's name paired with whether it is named‐only. [.small]#Created with https://www.mrdocs.com[MrDocs]#