TxHash

Type Alias TxHash 

Source
pub type TxHash = Bytes;
Expand description

Transaction hash literal type to uniquely identify a transaction in the chain and likely across chains.

Aliased Type§

pub struct TxHash(pub Bytes);

Tuple Fields§

§0: Bytes