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
Name |
Description |
request |
The request naming the method whose argument map is returned. |
Created with MrDocs