pub type SafeBytes32<F> = SafeType<F, 1, 256>;
Expand description

SafeType for bytes32.