Function alloy_rlp::encode_fixed_size

source ยท
pub fn encode_fixed_size<T: MaxEncodedLen<LEN>, const LEN: usize>(
    value: &T,
) -> ArrayVec<u8, LEN>
Expand description

Encode a type with a known maximum size.