Function integer64_to_bytes

Source
pub fn integer64_to_bytes(integer: u64) -> Vec<u8> 
Expand description

Converts u64 into vector of bytes

Should be used for any Attribute of type integer64 to ensure value is encoded correctly