SatelliteConnectStoreInitialParameters<C, W>
SatelliteConnectStoreInitialParameters<
C,W> =OrbitGenericAdapter<SatelliteAdapter<C,W>> &object
Defined in: types.ts:334
Parameters of createSatelliteConnectStore: adapter (one adapter or an array, one per chain family) and an
optional callbackAfterConnected.
Type Declaration
callbackAfterConnected?
optionalcallbackAfterConnected?:ConnectedCallback<W>
Runs after a new wallet is connected. See ConnectedCallback.
Type Parameters
C
C
Type of the wallet connectors of the adapters.
W
W extends BaseConnector = BaseConnector
Chain-specific connection type.
Last updated on