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

#include <wallet_errors.h>

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

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::transactiontx () const
 
const crypto::public_keytx_pub_key () const
 
const cryptonote::account_keysacc_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)
 

Constructor & Destructor Documentation

◆ acc_outs_lookup_error()

tools::error::acc_outs_lookup_error::acc_outs_lookup_error ( std::string &&  loc,
const cryptonote::transaction tx,
const crypto::public_key tx_pub_key,
const cryptonote::account_keys acc_keys 
)
inlineexplicit

Member Function Documentation

◆ acc_keys()

const cryptonote::account_keys& tools::error::acc_outs_lookup_error::acc_keys ( ) const
inline

◆ to_string()

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

◆ tx()

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

◆ tx_pub_key()

const crypto::public_key& tools::error::acc_outs_lookup_error::tx_pub_key ( ) const
inline

Member Data Documentation

◆ m_acc_keys

const cryptonote::account_keys tools::error::acc_outs_lookup_error::m_acc_keys
private

◆ m_tx

const cryptonote::transaction tools::error::acc_outs_lookup_error::m_tx
private

◆ m_tx_pub_key

const crypto::public_key tools::error::acc_outs_lookup_error::m_tx_pub_key
private

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