TxHash

Type Alias TxHash 

Source
pub type TxHash = TxHash;
Expand description

Transaction hash type

Aliased Type§

#[repr(transparent)]
pub struct TxHash(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]