Electroneum
Public Member Functions | Private Attributes | List of all members
tools::error::block_parse_error Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::block_parse_error:
Inheritance graph
[legend]
Collaboration diagram for tools::error::block_parse_error:
Collaboration graph
[legend]

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< Base >
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< Base >
 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: