fedimint_core::encoding

Function consensus_encode_bytes

source
pub fn consensus_encode_bytes<W: Write>(
    bytes: &[u8],
    writer: &mut W,
) -> Result<usize, Error>
Expand description

Specialized version of Encodable for bytes