![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#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 | |
| Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
| 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.
1.8.11