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
_10import { atBlockHeight } from "@onflow/sdk"
Parameters
height
- Type:
number
- Description: The height of the block to get
Returns
InteractionBuilderFn
_10export type InteractionBuilderFn = (_10 ix: Interaction_10) => Interaction | Promise<Interaction>