Skip to main content

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

atBlockId

Import


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

Parameters

id

  • Type: string

Returns

InteractionBuilderFn


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


Rate this page