Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-get-events-at-block-height-range.ts

getEventsAtBlockHeightRange

A builder function that returns the interaction to get events at a block height range

Import


_10
import { getEventsAtBlockHeightRange } from "@onflow/sdk"

Parameters

eventType

  • Type: string
  • Description: The type of event to get

startHeight

  • Type: number
  • Description: The start height of the block range

endHeight

  • Type: number
  • Description: The end height of the block range

Returns

InteractionBuilderFn


_10
export type InteractionBuilderFn = (
_10
ix: Interaction
_10
) => Interaction | Promise<Interaction>


Rate this page