Skip to main content

decode_rlp_integer

Function decode_rlp_integer 

Source
pub fn decode_rlp_integer<'a>(
    input: &'a [u8],
    limits: DecodeLimits,
) -> Result<RlpInteger<'a>, DecodeError>
Expand description

Decodes exactly one canonical RLP integer.