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