pub type TxId = Bytes32;
Identification of transaction (also called transaction hash)
pub struct TxId(/* private fields */);