Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
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::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::BadFieldError = boost::tuple< errinfo_field, errinfo_data > |