Ethereum  PoC-8
The C++ Implementation of Ethereum
Transaction.h File Reference

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...
 

Enumerations

enum  dev::eth::TransactionException {
  dev::eth::TransactionException::None = 0, dev::eth::TransactionException::Unknown, dev::eth::TransactionException::BadRLP, dev::eth::TransactionException::InvalidFormat,
  dev::eth::TransactionException::OutOfGasIntrinsic, dev::eth::TransactionException::InvalidSignature, dev::eth::TransactionException::InvalidNonce, dev::eth::TransactionException::NotEnoughCash,
  dev::eth::TransactionException::OutOfGasBase, dev::eth::TransactionException::BlockGasLimitReached, dev::eth::TransactionException::BadInstruction, dev::eth::TransactionException::BadJumpDestination,
  dev::eth::TransactionException::OutOfGas, dev::eth::TransactionException::OutOfStack, dev::eth::TransactionException::StackUnderflow, dev::eth::TransactionException::RevertInstruction,
  dev::eth::TransactionException::InvalidZeroSignatureFormat, dev::eth::TransactionException::AddressAlreadyUsed
}
 
enum  dev::eth::CodeDeposit { dev::eth::CodeDeposit::None = 0, dev::eth::CodeDeposit::Failed, dev::eth::CodeDeposit::Success }
 

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)
 

Detailed Description

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

Definition in file Transaction.h.