Skip to main content

resolveComputeLimit

Resolves the compute limit for a transaction from configuration or applies...

Import

You can import the entire package and access the function:


_10
import * as sdk from "@onflow/sdk"
_10
_10
sdk.resolveComputeLimit(ix)

Or import directly the specific function:


_10
import { resolveComputeLimit } from "@onflow/sdk"
_10
_10
resolveComputeLimit(ix)

Parameters

ix

  • Type: Interaction
  • Description: The interaction object to resolve compute limit for

Returns

Promise<Interaction>


Rate this page