CRPCTable::dumpArgMap

Return all named arguments that need to be converted by the client from string to another JSON type

Synopsis

Declared in <rpc/server.h>

UniValue
dumpArgMap(JSONRPCRequest const& request) const;

Return Value

The map of named arguments requiring client-side conversion.

Parameters

NameDescription
requestThe request naming the method whose argument map is returned.