Ethereum  PoC-8
The C++ Implementation of Ethereum
Account.h File Reference
#include <libdevcore/Common.h>
#include <libdevcore/SHA3.h>
#include <libdevcore/TrieCommon.h>
#include <libethcore/Common.h>
#include <boost/filesystem/path.hpp>

Go to the source code of this file.

Classes

class  dev::eth::Account
 
class  dev::eth::AccountMask
 

Namespaces

 dev
 
 dev::eth
 

Typedefs

using dev::eth::AccountMap = std::unordered_map< Address, Account >
 
using dev::eth::AccountMaskMap = std::unordered_map< Address, AccountMask >
 
using dev::eth::PrecompiledContractMap = std::unordered_map< Address, PrecompiledContract >
 

Functions

AccountMap dev::eth::jsonToAccountMap (std::string const &_json, u256 const &_defaultNonce=0, AccountMaskMap *o_mask=nullptr, PrecompiledContractMap *o_precompiled=nullptr, const boost::filesystem::path &_configPath={})
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file Account.h.