pub type Address = H160;
Expand description
Address
Aliased Type§
struct Address(pub [u8; 20]);
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.