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 fcl from "@onflow/fcl-react-native"
_10
_10
fcl.params(params)

Or import directly the specific function:


_10
import { params } from "@onflow/fcl-react-native"
_10
_10
params(params)

Parameters

params

  • Type: never
  • Description: The parameters to set

Returns


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


Rate this page