Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <libdevcore/Common.h>
#include <libdevcore/CommonIO.h>
#include <libdevcore/Guards.h>
#include <libdevcrypto/Common.h>
#include <libethcore/SealEngine.h>
#include "GasPricer.h"
#include "LogFilter.h"
#include "Transaction.h"
#include "BlockDetails.h"
Go to the source code of this file.
Classes | |
struct | dev::eth::GasEstimationProgress |
class | dev::eth::Interface |
Main API hub for interfacing with Ethereum. More... | |
class | dev::eth::Watch |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |
std | |
std::hash for asio::adress | |
Typedefs | |
using | dev::eth::GasEstimationCallback = std::function< void(GasEstimationProgress const &)> |
Enumerations | |
enum | dev::eth::Reaping { dev::eth::Reaping::Automatic, dev::eth::Reaping::Manual } |
enum | dev::eth::FudgeFactor { dev::eth::FudgeFactor::Strict, dev::eth::FudgeFactor::Lenient } |
Functions | |
void | std::swap (dev::eth::Watch &_a, dev::eth::Watch &_b) |