Secret

Type Alias Secret 

Source
pub type Secret = H256;

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]