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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Related: #163 |
Beta Was this translation helpful? Give feedback.
-
State is not passed to transaction handlers. You can get |
Beta Was this translation helpful? Give feedback.
State is not passed to transaction handlers. You can get
previousState
though.