Expand description
Defines basic functions for creating IDs for transactions. These should be called once per transaction in the transaction interface and then passed to all actors in a message.
Functionsยง
- create_
id - Creates a transaction ID based on the connection index, transaction index, and the current timestamp.
- get_
connection_ index - Gets the connection index from the transaction ID.
- get_
transaction_ index - Gets the transaction index from the transaction ID.