Module sui::address
use std::ascii;
use std::bcs;
use std::option;
use std::string;
use std::vector;
use sui::hex;
Constants
The length of an address, in bytes
const LENGTH: u64 = 32;
const MAX: u256 = 115792089237316195423570985008687907853269984665640564039457584007913129639935;
Error from from_bytes when it is supplied too many or too few bytes.
const EAddressParseError: u64 = 0;