Constructors
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...
| Name | Description |
|---|---|
| result | The only possible result. |
| results | The possible results of the method. |