pub type Address = H160;
Expand description
Address
Aliased Type§
#[repr(C)]pub struct Address(pub [u8; 20]);
Tuple Fields§
§0: [u8; 20]
Trait Implementations§
Source§impl Tokenizable for Address
impl Tokenizable for Address
Source§fn into_token(self) -> Token
fn into_token(self) -> Token
Converts a specified type back into token.