Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <libdevcore/Common.h>
#include <libdevcore/RLP.h>
#include <libdevcore/TrieDB.h>
#include <libdevcore/SHA3.h>
#include <libethcore/Common.h>
Go to the source code of this file.
Classes | |
class | dev::eth::Account |
Models the state of a single Ethereum account. More... | |
class | dev::eth::AccountMask |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
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) |
Definition in file Account.h.