#include <TransactionReceipt.h>
|
| | LocalisedTransactionReceipt (TransactionReceipt const &_t, h256 const &_hash, h256 const &_blockHash, BlockNumber _blockNumber, Address const &_from, Address const &_to, unsigned _transactionIndex, u256 const &_gasUsed, Address const &_contractAddress=Address()) |
| |
| h256 const & | hash () const |
| |
| h256 const & | blockHash () const |
| |
| BlockNumber | blockNumber () const |
| |
| Address const & | from () const |
| |
| Address const & | to () const |
| |
| unsigned | transactionIndex () const |
| |
| u256 const & | gasUsed () const |
| |
| Address const & | contractAddress () const |
| |
| LocalisedLogEntries const & | localisedLogs () const |
| |
| | TransactionReceipt (bytesConstRef _rlp) |
| |
| | TransactionReceipt (h256 const &_root, u256 const &_gasUsed, LogEntries const &_log) |
| |
| | TransactionReceipt (uint8_t _status, u256 const &_gasUsed, LogEntries const &_log) |
| |
| bool | hasStatusCode () const |
| |
| h256 const & | stateRoot () const |
| |
| uint8_t | statusCode () const |
| |
| u256 const & | cumulativeGasUsed () const |
| |
| LogBloom const & | bloom () const |
| |
| LogEntries const & | log () const |
| |
| void | streamRLP (RLPStream &_s) const |
| |
| bytes | rlp () const |
| |
Definition at line 73 of file TransactionReceipt.h.
◆ LocalisedTransactionReceipt()
◆ blockHash()
| h256 const& dev::eth::LocalisedTransactionReceipt::blockHash |
( |
| ) |
const |
|
inline |
◆ blockNumber()
| BlockNumber dev::eth::LocalisedTransactionReceipt::blockNumber |
( |
| ) |
const |
|
inline |
◆ contractAddress()
| Address const& dev::eth::LocalisedTransactionReceipt::contractAddress |
( |
| ) |
const |
|
inline |
◆ from()
| Address const& dev::eth::LocalisedTransactionReceipt::from |
( |
| ) |
const |
|
inline |
◆ gasUsed()
| u256 const& dev::eth::LocalisedTransactionReceipt::gasUsed |
( |
| ) |
const |
|
inline |
◆ hash()
| h256 const& dev::eth::LocalisedTransactionReceipt::hash |
( |
| ) |
const |
|
inline |
◆ localisedLogs()
◆ to()
| Address const& dev::eth::LocalisedTransactionReceipt::to |
( |
| ) |
const |
|
inline |
◆ transactionIndex()
| unsigned dev::eth::LocalisedTransactionReceipt::transactionIndex |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: