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ยง

  • Creates a transaction ID based on the connection index, transaction index, and the current timestamp.
  • Gets the connection index from the transaction ID.
  • Gets the transaction index from the transaction ID.