[#RPCMethod-IsValidNumArgs] = xref:RPCMethod.adoc[RPCMethod]::IsValidNumArgs :relfileprefix: ../ :mrdocs: If the supplied number of args is neither too small nor too high == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsValidNumArgs(size_t num_args) const; ---- == Return Value True if the count is valid for this method. == Parameters [cols="1,4"] |=== | Name| Description | *num_args* | The number of arguments supplied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#