Handling address state inside transaction context #163
Closed
benadamsky
started this conversation in
General
Replies: 1 comment 2 replies
-
What I do is fetch the sender address using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently looking to store the returned address that comes from a transaction. However,
address
only exists inside the app.transaction() context and deriveState only seems to exist inside the app.frame() context, so I'm not sure if there's a way to store an address after the transaction is fired.Context: Being able to store a transaction address statefully would allow us to maintain parity with our in-frame ERC20 approval tx and separately writing to our smart contract through our backend wallet, instead of guessing which wallet was used via neynar verifications.
Beta Was this translation helpful? Give feedback.
All reactions