Skip to main content

config

Sets the config

Import

You can import the entire package and access the function:


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

Or import directly the specific function:


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

Parameters

values (optional)

  • Type: Record<string, unknown>
  • Description: - The values to set

Returns

object


Rate this page