This repository was archived by the owner on Jul 25, 2026. It is now read-only.
Why we have no access to deriveState on transaction endpoints? #164
|
I am working on a frame and using deriveState to pass informations forward. But apparently deriveState isn't accessible on TransactionContext. There is a reason for it? How should I collect informations for send in a transaction? |
Answered by
dalechyn
Sep 10, 2024
Replies: 2 comments
|
0 replies
|
State is not passed to transaction handlers. You can get |
0 replies
Answer selected by
dalechyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
State is not passed to transaction handlers. You can get
previousStatethough.