getBlockHeight method
ResponseFuture<GetBlockHeightResponse>
getBlockHeight(
- GetBlockHeightRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetBlockHeightResponse> getBlockHeight(
$1.GetBlockHeightRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getBlockHeight, request, options: options);
}