Ethereum  PoC-8
The C++ Implementation of Ethereum
Interface.h File Reference
#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
 
 dev::eth
 
 std
 

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)
 

Detailed Description

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

Definition in file Interface.h.