Parse JSON‐RPC batch reply into a vector
Synopsis
Declared in <rpc/request.h>
std::vector<UniValue>
JSONRPCProcessBatchReply(UniValue const& in);
Return Value
The individual replies extracted from the batch.
Parameters
Name |
Description |
in |
The JSON‐RPC batch reply to parse. |
Created with MrDocs