Construct from a list of mutually exclusive results.

Synopsis

Declared in <rpc/util.h>

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

Parameters

Name

Description

results

The possible results of the method.

Created with MrDocs