pub fn decode_rlp_integer<'a>(
input: &'a [u8],
limits: DecodeLimits,
) -> Result<RlpInteger<'a>, DecodeError>Expand description
Decodes exactly one canonical RLP integer.
pub fn decode_rlp_integer<'a>(
input: &'a [u8],
limits: DecodeLimits,
) -> Result<RlpInteger<'a>, DecodeError>Decodes exactly one canonical RLP integer.