[][src]Type Definition eng_pwasm_abi::types::Address

type Address = H160;

Represents an address in ethereum context.

Note

Addresses have 160 bytes length.

Trait Implementations

impl AsLog for Address[src]