RPCResult::RPCResult

Copy with replacement options, for stamping new opts onto an existing result.

Synopsis

Declared in <rpc/util.h>

RPCResult(
    RPCResult const& other,
    RPCResultOptions opts);

Parameters

NameDescription
otherThe result to copy.
optsThe options to apply to the copy.