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