Type Alias StreamId

pub type StreamId = H256;
Expand description

Type for stream ID

Aliased Type§

struct StreamId(pub [u8; 32]);

Fields§

§0: [u8; 32]