JSONRPCProcessBatchReply

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

NameDescription
inThe JSON-RPC batch reply to parse.