RPCResults::RPCResults

Construct from a list of mutually exclusive results.

Synopsis

Declared in <rpc/util.h>

RPCResults(std::initializer_list<RPCResult> results);

Parameters

NameDescription
resultsThe possible results of the method.