[#RPCMethod-GetArgs] = xref:RPCMethod.adoc[RPCMethod]::GetArgs :relfileprefix: ../ :mrdocs: Return the method's arguments. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<RPCArg> const& GetArgs() const; ---- == Return Value The argument descriptions. [.small]#Created with https://www.mrdocs.com[MrDocs]#