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