Skip to main content

encode_block_bloom

Function encode_block_bloom 

Source
pub(crate) fn encode_block_bloom(
    height: ChainEpoch,
    bloom: &[u8; 256],
) -> Vec<u8> 
Expand description

Encodes a block bloom entry as its little-endian height followed by the bloom bytes.