Monero
Loading...
Searching...
No Matches
tools::error::block_parse_error Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::block_parse_error:
Collaboration diagram for tools::error::block_parse_error:

Public Member Functions

 block_parse_error (std::string &&loc, const cryptonote::blobdata &block_data)
const cryptonote::blobdatablock_blob () const
std::string to_string () const
Public Member Functions inherited from tools::error::wallet_error_base< std::logic_error >
const std::string & location () const
std::string to_string () const

Private Attributes

cryptonote::blobdata m_block_blob

Additional Inherited Members

Protected Member Functions inherited from tools::error::refresh_error
 refresh_error (std::string &&loc, const std::string &message)
Protected Member Functions inherited from tools::error::wallet_error_base< std::logic_error >
 wallet_error_base (std::string &&loc, const std::string &message)

Constructor & Destructor Documentation

◆ block_parse_error()

tools::error::block_parse_error::block_parse_error ( std::string && loc,
const cryptonote::blobdata & block_data )
inlineexplicit

Member Function Documentation

◆ block_blob()

const cryptonote::blobdata & tools::error::block_parse_error::block_blob ( ) const
inline

◆ to_string()

std::string tools::error::block_parse_error::to_string ( ) const
inline

Member Data Documentation

◆ m_block_blob

cryptonote::blobdata tools::error::block_parse_error::m_block_blob
private

The documentation for this struct was generated from the following file: