resolveComputeLimit
Resolves the compute limit for a transaction from configuration or applies...
Import
You can import the entire package and access the function:
_10import * as sdk from "@onflow/sdk"_10_10sdk.resolveComputeLimit(ix)
Or import directly the specific function:
_10import { resolveComputeLimit } from "@onflow/sdk"_10_10resolveComputeLimit(ix)
Parameters
ix
- Type:
Interaction
- Description: The interaction object to resolve compute limit for