Monero
Loading...
Searching...
No Matches
tools::error::tx_sum_overflow Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::tx_sum_overflow:
Collaboration diagram for tools::error::tx_sum_overflow:

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< std::logic_error >
const std::string & location () const
std::string to_string () const

Private Attributes

std::vector< cryptonote::tx_destination_entrym_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< std::logic_error >
 wallet_error_base (std::string &&loc, const std::string &message)

Constructor & Destructor Documentation

◆ tx_sum_overflow()

tools::error::tx_sum_overflow::tx_sum_overflow ( std::string && loc,
const std::vector< cryptonote::tx_destination_entry > & destinations,
uint64_t fee,
cryptonote::network_type nettype )
inlineexplicit

Member Function Documentation

◆ destinations()

const std::vector< cryptonote::tx_destination_entry > & tools::error::tx_sum_overflow::destinations ( ) const
inline

◆ fee()

uint64_t tools::error::tx_sum_overflow::fee ( ) const
inline

◆ to_string()

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

Member Data Documentation

◆ m_destinations

std::vector<cryptonote::tx_destination_entry> tools::error::tx_sum_overflow::m_destinations
private

◆ m_fee

uint64_t tools::error::tx_sum_overflow::m_fee
private

◆ m_nettype

cryptonote::network_type tools::error::tx_sum_overflow::m_nettype
private

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