EVMConnectorsWatcherProps
Defined in: satellite-react/src/evm/EVMConnectorsWatcher.tsx:12
Props for the EVMConnectorsWatcher component.
Properties
siwe?
optionalsiwe?:object
Defined in: satellite-react/src/evm/EVMConnectorsWatcher.tsx:30
Legacy SIWE state, used only when siwx is not passed.
enabled?
optionalenabled?:boolean
Whether sign-in is enabled. false turns off the disconnect on rejection.
isRejected?
optionalisRejected?:boolean
Whether the user rejected the sign-in or it failed.
isSignedIn?
optionalisSignedIn?:boolean
Whether the user is signed in.
Deprecated
Pass siwx instead.
siwx?
optionalsiwx?:SatelliteSiwxState
Defined in: satellite-react/src/evm/EVMConnectorsWatcher.tsx:23
Optional Sign-In With X (SIWX) session state, for example the result of useSiwxSession() from
@tuwaio/siwx-react. The watcher is restarted when one of its fields changes.
wagmiConfig
wagmiConfig:
Config
Defined in: satellite-react/src/evm/EVMConnectorsWatcher.tsx:17
The wagmi Config from @wagmi/core that the EVM adapter uses. Its connections are watched with
watchConnections.