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

#include <wallet_errors.h>

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

Public Member Functions

 unexpected_txin_type (std::string &&loc, const cryptonote::transaction &tx)
 
const cryptonote::transactiontx () const
 
std::string to_string () const
 
- Public Member Functions inherited from tools::error::wallet_internal_error
 wallet_internal_error (std::string &&loc, const std::string &message)
 
- Public Member Functions inherited from tools::error::wallet_error_base< Base >
const std::string & location () const
 
std::string to_string () const
 

Private Attributes

cryptonote::transaction m_tx
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ unexpected_txin_type()

tools::error::unexpected_txin_type::unexpected_txin_type ( std::string &&  loc,
const cryptonote::transaction tx 
)
inlineexplicit

Member Function Documentation

◆ to_string()

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

◆ tx()

const cryptonote::transaction& tools::error::unexpected_txin_type::tx ( ) const
inline

Member Data Documentation

◆ m_tx

cryptonote::transaction tools::error::unexpected_txin_type::m_tx
private

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