Address

Type Alias Address 

Source
pub type Address = evmc_address;
Expand description

EVMC address

Aliased Type§

#[repr(C)]
pub struct Address { pub bytes: [u8; 20], }

Fields§

§bytes: [u8; 20]

The 20 bytes of the hash.