pub fn consensus_decode_bytes_static<const N: usize, D: Read>( r: &mut D, ) -> Result<[u8; N], DecodeError>
Specialized version of Decodable for fixed-size byte arrays