pub fn short_address(address: &Address) -> Option<usize>
Expand description
Returns the short address from Address.
Short address is considered address that has 18 leading zeros
and last two bytes are less than SHORT_ADDRESS_CAP
.
pub fn short_address(address: &Address) -> Option<usize>
Returns the short address from Address.
Short address is considered address that has 18 leading zeros
and last two bytes are less than SHORT_ADDRESS_CAP
.