SecretHash

Type Alias SecretHash 

Source
pub type SecretHash = H256;
Expand description

Alias type for secret hash.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]