Function evmil::util::to_be_bytes

source ·
pub fn to_be_bytes(val: u128) -> Vec<u8>
Expand description

Convert a 128bit value into the smallest possible byte sequence (in big endian order).