Ethereum  PoC-8
The C++ Implementation of Ethereum
TransactionBase.h File Reference
#include <libethcore/Common.h>
#include <libdevcrypto/Common.h>
#include <libdevcore/RLP.h>
#include <libdevcore/SHA3.h>
#include <boost/optional.hpp>

Go to the source code of this file.

Classes

class  dev::eth::TransactionBase
 Encodes a transaction, ready to be exported to or freshly imported from RLP. More...
 

Namespaces

 dev
 
 dev::eth
 

Typedefs

using dev::eth::TransactionBases = std::vector< TransactionBase >
 Nice name for vector of Transaction. More...
 

Enumerations

enum  dev::eth::IncludeSignature { dev::eth::WithoutSignature = 0, dev::eth::WithSignature = 1 }
 Named-boolean type to encode whether a signature be included in the serialisation process. More...
 
enum  dev::eth::CheckTransaction { dev::eth::CheckTransaction::None, dev::eth::CheckTransaction::Cheap, dev::eth::CheckTransaction::Everything }
 

Functions

std::ostream & dev::eth::operator<< (std::ostream &_out, TransactionBase const &_t)
 Simple human-readable stream-shift operator. More...