pub type ThirtyTwoHashBytes = Vec<u8>;
Expand description

A type alias for a Vec<u8> whose fixturator is expected to only return a Vec of length 32

Aliased Type§

struct ThirtyTwoHashBytes { /* private fields */ }