[#RPCArgList] = RPCArgList :mrdocs: A list of named RPC arguments, each a (name, value) pair. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using RPCArgList = std::vector<std::pair<std::string, UniValue>>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#