Type Definition Result
async_jsonrpc_client
type Result<T, E = RpcError> = Result<T, E>;
A result type that wraps up the rpc client errors.