pub type Address = Bytes20;
Type definition representing an address.
pub struct Address { pub bytes: [u8; 20], }
bytes: [u8; 20]