![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
Go to the source code of this file.
Namespaces | |
| dev | |
| dev::eth | |
Typedefs | |
| using | dev::eth::errinfo_name = boost::error_info< struct tag_field, std::string > |
| using | dev::eth::errinfo_field = boost::error_info< struct tag_field, int > |
| using | dev::eth::errinfo_data = boost::error_info< struct tag_data, std::string > |
| using | dev::eth::errinfo_nonce = boost::error_info< struct tag_nonce, h64 > |
| using | dev::eth::errinfo_difficulty = boost::error_info< struct tag_difficulty, u256 > |
| using | dev::eth::errinfo_target = boost::error_info< struct tag_target, h256 > |
| using | dev::eth::errinfo_seedHash = boost::error_info< struct tag_seedHash, h256 > |
| using | dev::eth::errinfo_mixHash = boost::error_info< struct tag_mixHash, h256 > |
| using | dev::eth::errinfo_ethashResult = boost::error_info< struct tag_ethashResult, std::tuple< h256, h256 > > |
| using | dev::eth::errinfo_importResult = boost::error_info< struct tag_importResult, ImportResult > |
| using | dev::eth::BadFieldError = boost::tuple< errinfo_field, errinfo_data > |
Definition in file Exceptions.h.