pub type HashV1 = Versioned<[u8; 32], 1>;
Expand description

32 bytes representing a hash of some kind (v1)

Trait Implementations

Converts to this type from the input type.