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