Function fuels_core::pad_u32
source ยท pub fn pad_u32(value: u32) -> ByteArrayExpand description
Converts a u32 to a right aligned array of 8 bytes.
pub fn pad_u32(value: u32) -> ByteArrayConverts a u32 to a right aligned array of 8 bytes.