|
| using | dev::eth::errinfo_uncleIndex = boost::error_info< struct tag_uncleIndex, unsigned > |
| |
| using | dev::eth::errinfo_currentNumber = boost::error_info< struct tag_currentNumber, u256 > |
| |
| using | dev::eth::errinfo_uncleNumber = boost::error_info< struct tag_uncleNumber, u256 > |
| |
| using | dev::eth::errinfo_unclesExcluded = boost::error_info< struct tag_unclesExcluded, h256Hash > |
| |
| using | dev::eth::errinfo_block = boost::error_info< struct tag_block, bytes > |
| |
| using | dev::eth::errinfo_now = boost::error_info< struct tag_now, unsigned > |
| |
| using | dev::eth::errinfo_transactionIndex = boost::error_info< struct tag_transactionIndex, unsigned > |
| |
| using | dev::eth::errinfo_vmtrace = boost::error_info< struct tag_vmtrace, std::string > |
| |
| using | dev::eth::errinfo_receipts = boost::error_info< struct tag_receipts, std::vector< bytes > > |
| |
| using | dev::eth::errinfo_transaction = boost::error_info< struct tag_transaction, bytes > |
| |
| using | dev::eth::errinfo_phase = boost::error_info< struct tag_phase, unsigned > |
| |
| using | dev::eth::errinfo_required_LogBloom = boost::error_info< struct tag_required_LogBloom, LogBloom > |
| |
| using | dev::eth::errinfo_got_LogBloom = boost::error_info< struct tag_get_LogBloom, LogBloom > |
| |
| using | dev::eth::LogBloomRequirementError = boost::tuple< errinfo_required_LogBloom, errinfo_got_LogBloom > |
| |
| using | dev::eth::ChangeLog = std::vector< Change > |
| |