Function fedimint_core::encoding::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