getBlockByHeight method

ResponseFuture<BlockResponse> getBlockByHeight(
  1. GetBlockByHeightRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.BlockResponse> getBlockByHeight($2.GetBlockByHeightRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockByHeight, request, options: options);
}