Skip to content
Alchemy Logo

StoreState

type StoreState = object;

Defined in: account-kit/core/src/store/types.ts:82

PropertyType

accountConfigs

object

accounts?

object

bundlerClient

ClientWithAlchemyMethods

chain

Chain

config

ClientStoreConfig

connections

Map<number | string, Connection>

signer?

AlchemySigner

signerStatus

SignerStatus

smartAccountClients

object

smartWalletClients

object

solana?

SolanaConnection

user?

User

Was this page helpful?