You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @stefan-mysten
I want an explanation of how to implement a transaction life cycle in your code, starting from the client's request to the final response after successful processing.
As i know, the process involves three main steps: distribute, handling, and verify transaction. For each step, how it is handled in code? (including aspects like processing, consensus, and saving data to the database of node,...)
Where can I find more information about the lifecycle of a transaction in Sui, and which folders in this repo should I explore?
The text was updated successfully, but these errors were encountered: