#include <TransactionReceipt.h>
Definition at line 35 of file TransactionReceipt.h.
TransactionReceipt::TransactionReceipt |
( |
h256 |
_root, |
|
|
u256 |
_gasUsed, |
|
|
LogEntries const & |
_log |
|
) |
| |
LogBloom const& dev::eth::TransactionReceipt::bloom |
( |
| ) |
const |
|
inline |
u256 const& dev::eth::TransactionReceipt::gasUsed |
( |
| ) |
const |
|
inline |
LogEntries const& dev::eth::TransactionReceipt::log |
( |
| ) |
const |
|
inline |
bytes dev::eth::TransactionReceipt::rlp |
( |
| ) |
const |
|
inline |
h256 const& dev::eth::TransactionReceipt::stateRoot |
( |
| ) |
const |
|
inline |
void TransactionReceipt::streamRLP |
( |
RLPStream & |
_s | ) |
const |
LogBloom dev::eth::TransactionReceipt::m_bloom |
|
private |
u256 dev::eth::TransactionReceipt::m_gasUsed |
|
private |
h256 dev::eth::TransactionReceipt::m_stateRoot |
|
private |
The documentation for this class was generated from the following files: