![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <libethcore/Common.h>#include <libethcore/TransactionBase.h>#include <libethcore/ChainOperationParams.h>#include <libdevcore/RLP.h>#include <libdevcore/SHA3.h>Go to the source code of this file.
Classes | |
| struct | dev::eth::ExecutionResult |
| Description of the result of executing a transaction. More... | |
| class | dev::eth::Transaction |
| Encodes a transaction, ready to be exported to or freshly imported from RLP. More... | |
| class | dev::eth::LocalisedTransaction |
Namespaces | |
| dev | |
| dev::eth | |
Typedefs | |
| using | dev::eth::Transactions = std::vector< Transaction > |
| Nice name for vector of Transaction. More... | |
Functions | |
| TransactionException | dev::eth::toTransactionException (Exception const &_e) |
| std::ostream & | dev::eth::operator<< (std::ostream &_out, TransactionException const &_er) |
| std::ostream & | dev::eth::operator<< (std::ostream &_out, ExecutionResult const &_er) |
Definition in file Transaction.h.