sessionsState

val sessionsState: Flow<Resource<WalletConnectSession>>

A hot flow on which the results of the wallet connections are emitted.

It can either be a success containing the created WalletConnectSession or an error in case something went wrong.