Type Alias BundleHash

Source
pub type BundleHash = H256;
Expand description

A bundle hash.

Aliased Type§

#[repr(C)]
pub struct BundleHash(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]