Skip to main content

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

atBlockHeight

A builder function that returns a partial interaction to a block at a specific height

Import


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

Parameters

height

  • Type: number
  • Description: The height of the block to get

Returns

InteractionBuilderFn


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


Rate this page