![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <unordered_map>#include <libdevcore/Log.h>#include <libdevcore/RLP.h>#include "TransactionReceipt.h"Go to the source code of this file.
Classes | |
| struct | dev::eth::BlockDetails |
| struct | dev::eth::BlockLogBlooms |
| struct | dev::eth::BlocksBlooms |
| struct | dev::eth::BlockReceipts |
| struct | dev::eth::BlockHash |
| struct | dev::eth::TransactionAddress |
Namespaces | |
| dev | |
| dev::eth | |
Typedefs | |
| using | dev::eth::BlockDetailsHash = std::unordered_map< h256, BlockDetails > |
| using | dev::eth::BlockLogBloomsHash = std::unordered_map< h256, BlockLogBlooms > |
| using | dev::eth::BlockReceiptsHash = std::unordered_map< h256, BlockReceipts > |
| using | dev::eth::TransactionAddressHash = std::unordered_map< h256, TransactionAddress > |
| using | dev::eth::BlockHashHash = std::unordered_map< uint64_t, BlockHash > |
| using | dev::eth::BlocksBloomsHash = std::unordered_map< h256, BlocksBlooms > |
Definition in file BlockDetails.h.