Type Definition web3::types::Address [−][src]
type Address = H160;
Expand description
Address
Trait Implementations
impl Tokenizable for Address[src]
impl Tokenizable for Address[src]fn from_token(token: Token) -> Result<Self, Error>[src]
fn from_token(token: Token) -> Result<Self, Error>[src]Converts a Token into expected type.
fn into_token(self) -> Token[src]
fn into_token(self) -> Token[src]Converts a specified type back into token.