Skip to content
Alchemy Logo

createConfig

function createConfig(params): AlchemyAccountsConfig;

Defined in: account-kit/react-native/src/createConfig.ts:15

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

ParameterTypeDescription

params

BaseCreateConfigProps

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

AlchemyAccountsConfig

An object of type AlchemyAccountsConfig containing the configured properties

Was this page helpful?