Listening for session_proposal, session_request with AppKit #3433
VGeorgiev1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been creating a dApp with reown appKit and I really need to be able to execute some logic when a signing request for a transaction is initiated. I found that the WalletKit provides a hook for listening for the
session_request
event but I cant find a way of using it with appKit.Its really confusing because when I reject a signing request i get the following error:
Object Error: emitting session_request:1733920443898539 without any listeners
which makes me think there is a way to listen for it with appKit.Beta Was this translation helpful? Give feedback.
All reactions