pub fn rlp_integer_payload_to_u256_bytes(
payload: &[u8],
) -> Result<[u8; 32], DecodeError>Expand description
Converts canonical Ethereum RLP integer payload bytes to right-aligned U256.
Callers operating on untrusted wire data should use
decode_rlp_u256_bytes, which enforces DecodeLimits before reaching
this payload helper.