RPCMethod::IsValidNumArgs

If the supplied number of args is neither too small nor too high

Synopsis

Declared in <rpc/util.h>

bool
IsValidNumArgs(size_t num_args) const;

Return Value

True if the count is valid for this method.

Parameters

NameDescription
num_argsThe number of arguments supplied.