pub type TxHash = B256;
A transaction hash is a keccak hash of an RLP encoded signed transaction.
struct TxHash(pub [u8; 32]);
0: [u8; 32]