|
Electroneum
|
#include <wallet_errors.h>


Public Member Functions | |
| acc_outs_lookup_error (std::string &&loc, const cryptonote::transaction &tx, const crypto::public_key &tx_pub_key, const cryptonote::account_keys &acc_keys) | |
| const cryptonote::transaction & | tx () const |
| const crypto::public_key & | tx_pub_key () const |
| const cryptonote::account_keys & | acc_keys () 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 | |
| const cryptonote::transaction | m_tx |
| const crypto::public_key | m_tx_pub_key |
| const cryptonote::account_keys | m_acc_keys |
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) | |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |