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

#include <wallet_errors.h>

Inheritance diagram for tools::error::tx_parse_error:
Collaboration diagram for tools::error::tx_parse_error:

Public Member Functions

 tx_parse_error (std::string &&loc, const cryptonote::blobdata &tx_blob)
const cryptonote::blobdatatx_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_tx_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

◆ tx_parse_error()

tools::error::tx_parse_error::tx_parse_error ( std::string && loc,
const cryptonote::blobdata & tx_blob )
inlineexplicit

Member Function Documentation

◆ to_string()

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

◆ tx_blob()

const cryptonote::blobdata & tools::error::tx_parse_error::tx_blob ( ) const
inline

Member Data Documentation

◆ m_tx_blob

cryptonote::blobdata tools::error::tx_parse_error::m_tx_blob
private

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