Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-ref.ts

ref

A builder function that sets the reference block for a transaction

Import


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

Parameters

refBlock

  • Type: string
  • Description: The reference block ID

Returns

InteractionBuilderFn


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


Rate this page