Skip to main content

params

Legacy function for setting parameters on an interaction.

Import

You can import the entire package and access the function:


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

Or import directly the specific function:


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

Parameters

params

  • Type: never
  • Description: The parameters to set

Returns

Promise<void> | ((...args: unknown[]) => Promise<unknown>)


Rate this page