![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <libethcore/Common.h>#include <libethcore/LogEntry.h>#include <libdevcore/RLP.h>#include <boost/variant/variant.hpp>#include <array>Go to the source code of this file.
Classes | |
| class | dev::eth::TransactionReceipt |
| class | dev::eth::LocalisedTransactionReceipt |
Namespaces | |
| dev | |
| dev::eth | |
Typedefs | |
| using | dev::eth::TransactionReceipts = std::vector< TransactionReceipt > |
Functions | |
| std::ostream & | dev::eth::operator<< (std::ostream &_out, eth::TransactionReceipt const &_r) |
Definition in file TransactionReceipt.h.