Type Alias raiden_rs::raiden_primitives::types::SecretHash

source ·
pub type SecretHash = H256;
Expand description

Alias type for secret hash.

Aliased Type§

struct SecretHash(pub [u8; 32]);

Fields§

§0: [u8; 32]