pub type ByteArray12 = [u8; 12];
Expand description

An array of 12 bytes. This does not implement hex or base58 fmt::Debug or constant time equality checks.