getValidatorSetByHeight method

ResponseFuture<GetValidatorSetByHeightResponse> getValidatorSetByHeight(
  1. GetValidatorSetByHeightRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetValidatorSetByHeightResponse>
    getValidatorSetByHeight($0.GetValidatorSetByHeightRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getValidatorSetByHeight, request,
      options: options);
}