use EthereumType;
pub use Bytes;
/// A 160 bit (20 bytes) special Address type.
pub type Address = ;
/// A 2048 bit (256 bytes) Bloom hash type.
pub type Bloom = ;
/// A 256 bit (32 bytes) hash type.
pub type H256 = ;
/// A 64 bit (8 bytes) hash type.
pub type H64 = ;
/// A 256 bit (32 bytes) unsigned integer type.
pub type U256 = ;
/// A 128 bit (16 bytes) unsigned integer type.
pub type U128 = ;
/// A 128 bit (8 bytes) unsigned integer type.
pub type U64 = ;