pub type TransactionId = Uuid;
External transaction ID (UUID RFC 4122), chosen by the sender.
pub struct TransactionId(/* private fields */);