UIntBytes
Fully qualified path: alexandria_numeric::integers::UIntBytes
pub trait UIntBytes<T>
Trait functions
from_bytes
Fully qualified path: alexandria_numeric::integers::UIntBytes::from_bytes
fn from_bytes(input: Span<u8>) -> Option<T>
to_bytes
Fully qualified path: alexandria_numeric::integers::UIntBytes::to_bytes
fn to_bytes(self: T) -> Span<u8>