|
Electroneum
|
#include <wallet_errors.h>


Public Member Functions | |
| unexpected_txin_type (std::string &&loc, const cryptonote::transaction &tx) | |
| const cryptonote::transaction & | tx () 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) | |
|
inlineexplicit |
|
inline |
|
inline |
|
private |