CreateAccountParams

1type CreateAccountParams<TAccount> = object;

Defined in: account-kit/core/src/actions/createAccount.ts:55

Type Parameters

Type Parameter

TAccount extends SupportedAccountTypes

Properties

PropertyType

accountParams?

AccountConfig<TAccount>

type

TAccount