getLatestValidatorSet method

ResponseFuture<GetLatestValidatorSetResponse> getLatestValidatorSet(
  1. GetLatestValidatorSetRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$12.GetLatestValidatorSetResponse> getLatestValidatorSet($12.GetLatestValidatorSetRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getLatestValidatorSet, request, options: options);
}