from static method

RPCResult from(
  1. RPCResult result
)

Implementation

static RPCResult from(proto.RPCResult result) => RPCResult(result.data);