Skip to Content
API referenceSatellite EVMSrcInterfacesEVMWatcherConfig

API Reference for TUWA Satellite headless wallet connectivity and session state management.


EVMWatcherConfig

Defined in: packages/satellite-evm/src/utils/createEVMConnectionsWatcher.ts:25 

Configuration interface for the EVM connections watcher.

Properties

siwe?

optional siwe?: object

Defined in: packages/satellite-evm/src/utils/createEVMConnectionsWatcher.ts:31 

enabled?

optional enabled?: boolean

isRejected?

optional isRejected?: boolean

isSignedIn?

optional isSignedIn?: boolean

Deprecated

Legacy SIWE prop alias for backwards compatibility


siwx?

optional siwx?: SatelliteSiwxState

Defined in: packages/satellite-evm/src/utils/createEVMConnectionsWatcher.ts:29 

Optional Sign-In With X (SIWX) session state


wagmiConfig

wagmiConfig: Config

Defined in: packages/satellite-evm/src/utils/createEVMConnectionsWatcher.ts:27 

Wagmi configuration object required for connection monitoring

Last updated on