[#JSONRPCProcessBatchReply] = JSONRPCProcessBatchReply :mrdocs: Parse JSON‐RPC batch reply into a vector == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<UniValue> JSONRPCProcessBatchReply(xref:UniValue.adoc[UniValue] const& in); ---- == Return Value The individual replies extracted from the batch. == Parameters [cols="1,4"] |=== | Name| Description | *in* | The JSON‐RPC batch reply to parse. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#