|
Electroneum
|
#include <wallet_errors.h>


Public Member Functions | |
| tx_sum_overflow (std::string &&loc, const std::vector< cryptonote::tx_destination_entry > &destinations, uint64_t fee, cryptonote::network_type nettype) | |
| const std::vector< cryptonote::tx_destination_entry > & | destinations () const |
| uint64_t | fee () 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 | |
| std::vector< cryptonote::tx_destination_entry > | m_destinations |
| uint64_t | m_fee |
| cryptonote::network_type | m_nettype |
Additional Inherited Members | |
Protected Member Functions inherited from tools::error::transfer_error | |
| transfer_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 |
|
private |
|
private |
|
private |