[#CRPCTable-dumpArgMap] = xref:CRPCTable.adoc[CRPCTable]::dumpArgMap :relfileprefix: ../ :mrdocs: Return all named arguments that need to be converted by the client from string to another JSON type == Synopsis Declared in `<rpc/server.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] dumpArgMap(xref:JSONRPCRequest.adoc[JSONRPCRequest] const& request) const; ---- == Return Value The map of named arguments requiring client‐side conversion. == Parameters [cols="1,4"] |=== | Name| Description | *request* | The request naming the method whose argument map is returned. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#