config
Sets the config
Import
You can import the entire package and access the function:
_10import * as sdk from "@onflow/sdk"_10_10sdk.config(values)
Or import directly the specific function:
_10import { config } from "@onflow/sdk"_10_10config(values)
Parameters
values
(optional)
- Type:
Record<string, unknown>
- Description: - The values to set
Returns
object