pub type TxHash = Bytes;
Transaction hash literal type to uniquely identify a transaction in the chain and likely across chains.
pub struct TxHash(pub Bytes);
0: Bytes