Doc autogenerated from onflow/sdk/src/build/build-ref.ts
ref
A builder function that sets the reference block for a transaction
Import
_10import { ref } from "@onflow/sdk"
Parameters
refBlock
- Type:
string
- Description: The reference block ID
Returns
InteractionBuilderFn
_10export type InteractionBuilderFn = (_10 ix: Interaction_10) => Interaction | Promise<Interaction>