RPCResults::RPCResults

Constructors

Synopses

Declared in <rpc/util.h>

Construct from a single result.

RPCResults(RPCResult result);
» more...

Construct from a list of mutually exclusive results.

RPCResults(std::initializer_list<RPCResult> results);
» more...

Parameters

NameDescription
resultThe only possible result.
resultsThe possible results of the method.