EVMWatcherConfig
Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:56
Configuration of createEVMConnectionsWatcher.
Properties
siwe?
optionalsiwe?:object
Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:66
Legacy SIWE state, used only when siwx is not passed.
enabled?
optionalenabled?:boolean
false turns off the disconnect after a rejected sign-in.
isRejected?
optionalisRejected?:boolean
Whether the sign-in was rejected.
isSignedIn?
optionalisSignedIn?:boolean
Whether the user is signed in.
Deprecated
Pass siwx instead.
siwx?
optionalsiwx?:SatelliteSiwxState
Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:60
Optional SIWX session state. See SatelliteSiwxState from @tuwaio/satellite-core.
wagmiConfig
wagmiConfig:
Config
Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:58
The wagmi config used by the EVM adapter. Its connections are watched.