Storing objects created by entry functions offchain #401
Answered
by
ajaythxkur
ajaythxkur
asked this question in
Questions
-
In entry functions we create objects and entry functions don't return anythting. How is it possible to store object address offchain in db?? |
Beta Was this translation helpful? Give feedback.
Answered by
ajaythxkur
Sep 9, 2024
Replies: 1 comment 6 replies
-
You can emit an event with the object address. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kshitjee i can do one more thing.
Get the tx hash, filter out the event and get the data
this will work.
is it correct method??
something like this
i know that the type of txn is user txn and i know this will emit that specific event for my app. so this might work