Function fuels_types::pad_u32
source · pub fn pad_u32(value: u32) -> ByteArray
Expand description
Converts a u32 to a right aligned array of 8 bytes.
pub fn pad_u32(value: u32) -> ByteArray
Converts a u32 to a right aligned array of 8 bytes.