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.