createConfig

Creates an AlchemyAccountsConfig by using the provided parameters to configure the core settings, including the required transport. It includes a signer creation function internally.

Import

1import { createConfig } from "@account-kit/react-native";

Parameters

params

BaseCreateConfigProps The base properties required for creating the config and establishing client store settings

Returns

AlchemyAccountsConfig An object of type AlchemyAccountsConfig containing the configured properties