Primitive sway_libs::u256

u256
Expand description
256-bit unsigned integer

Trait Implementations

pub fn try_from(value: I256) -> Option<Self>

pub fn try_into(self) -> Option<I256>