Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Enumerations | Functions
GenesisInfo.h File Reference
#include <string>
#include <libdevcore/FixedHash.h>
#include <libethcore/Common.h>
Include dependency graph for GenesisInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 
 dev::eth
 

Enumerations

enum  dev::eth::Network {
  dev::eth::Network::MainNetwork = 1, dev::eth::Network::Ropsten = 3, dev::eth::Network::MainNetworkTest = 69, dev::eth::Network::TransitionnetTest = 70,
  dev::eth::Network::FrontierTest = 71, dev::eth::Network::HomesteadTest = 72, dev::eth::Network::EIP150Test = 73, dev::eth::Network::EIP158Test = 74,
  dev::eth::Network::MetropolisTest = 75, dev::eth::Network::Special = 0xff, dev::eth::Network::fascMainNetwork = 9, dev::eth::Network::fascTestNetwork = 10
}
 The network id. More...
 

Functions

std::string const & dev::eth::genesisInfo (Network _n)
 
h256 const & dev::eth::genesisStateRoot (Network _n)