NodeQuerier.build constructor
NodeQuerier.build(
- GrpcOrGrpcWebClientChannel channel
Builds a new NodeQuerier given a ClientChannel
.
Implementation
factory NodeQuerier.build(grpc.GrpcOrGrpcWebClientChannel channel) {
return NodeQuerier(client: tendermint.ServiceClient(channel));
}