@tuwaio/satellite-connect-monorepo
EVMWatcherConfig
Defined in: packages/satellite-evm/src/utils/createEVMConnectionsWatcher.ts:24
Configuration interface for the EVM connections watcher.
Properties
siwe?
optionalsiwe:object
Defined in: packages/satellite-evm/src/utils/createEVMConnectionsWatcher.ts:28
Optional Sign-In With Ethereum (SIWE) configuration
enabled
enabled:
boolean
Whether SIWE authentication is enabled
isRejected
isRejected:
boolean
Whether the user has rejected the SIWE signature request
isSignedIn
isSignedIn:
boolean
Whether the user is currently signed in via SIWE
wagmiConfig
wagmiConfig:
Config
Defined in: packages/satellite-evm/src/utils/createEVMConnectionsWatcher.ts:26
Wagmi configuration object required for connection monitoring
Last updated on