Skip to main content

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

getEventsAtBlockIds

A builder function that returns the interaction to get events at specific block IDs

Import


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

Parameters

eventType

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

blockIds

  • Type: string[]
  • Description: The block IDs to get events from

Returns

InteractionBuilderFn


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


Rate this page