Function storage_proofs_core::util::bytes_into_bits_opt

source ยท
pub fn bytes_into_bits_opt(bytes: &[u8]) -> Vec<Option<bool>>
Expand description

Converts bytes into their bit representation, in little endian format.