Ethereum  PoC-8
The C++ Implementation of Ethereum
Address.h File Reference
#include "FixedHash.h"

Go to the source code of this file.

Namespaces

 dev
 

Typedefs

using dev::Address = h160
 
using dev::Addresses = h160s
 A vector of Ethereum addresses. More...
 
using dev::AddressHash = std::unordered_set< h160 >
 A hash set of Ethereum addresses. More...
 

Detailed Description

This file defined Address alias for FixedHash of 160 bits and some special Address constants.

Definition in file Address.h.