Skip to Content
API referenceSatellite CoreSrcComponentscreateSatelliteConnectStore()

@tuwaio/satellite-connect-monorepo


createSatelliteConnectStore()

createSatelliteConnectStore(params): StoreApi<ISatelliteConnectStore>

Defined in: packages/satellite-core/src/store/satelliteConnectStore.ts:17 

Creates a Satellite Connect store instance for managing wallet connections and state

Parameters

params

SatelliteConnectStoreInitialParameters

Configuration parameters for the store

Returns

StoreApi<ISatelliteConnectStore>

A Zustand store instance with wallet connection state and methods

Last updated on