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
_10import { 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
_10export type InteractionBuilderFn = (_10 ix: Interaction_10) => Interaction | Promise<Interaction>