Type Alias raiden_rs::raiden_primitives::types::BlockHash

source ·
pub type BlockHash = H256;
Expand description

Alias type for block hash.

Aliased Type§

struct BlockHash(pub [u8; 32]);

Fields§

§0: [u8; 32]