Skip to main content

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

limit

A builder function that sets the compute limit for a transaction

Import


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

Parameters

limit

  • Type: number
  • Description: The compute limit to set

Returns

InteractionBuilderFn


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


Rate this page