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

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

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

Rate this page