NodeQuerier.build constructor

NodeQuerier.build(
  1. GrpcOrGrpcWebClientChannel channel
)

Builds a new NodeQuerier given a ClientChannel.

Implementation

factory NodeQuerier.build(grpc.GrpcOrGrpcWebClientChannel channel) {
  return NodeQuerier(client: tendermint.ServiceClient(channel));
}