Function short_address
pub fn short_address(address: &Address) -> Option<usize>
Available on crate feature
evm
only.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
.