Module transaction_context.move
This module exposes utility functions related to the transaction context.
Function: get_transaction_hash
This function can be used to get the hash of the executing transaction.
Function: generate_unique_address
This function can be used to generate a new unique address. The address is derived from the hash of the current transaction and a sequence number.