createConfig

1function 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.

Parameters

ParameterTypeDescription

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