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

#include <wallet_errors.h>

Inheritance diagram for tools::error::tx_not_constructed:
Collaboration diagram for tools::error::tx_not_constructed:

Public Types

typedef std::vector< cryptonote::tx_source_entrysources_t
typedef std::vector< cryptonote::tx_destination_entrydestinations_t

Public Member Functions

 tx_not_constructed (std::string &&loc, sources_t const &sources, destinations_t const &destinations, cryptonote::network_type nettype)
const sources_tsources () const
const destinations_tdestinations () 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

sources_t m_sources
destinations_t m_destinations
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)

Member Typedef Documentation

◆ destinations_t

◆ sources_t

Constructor & Destructor Documentation

◆ tx_not_constructed()

tools::error::tx_not_constructed::tx_not_constructed ( std::string && loc,
sources_t const & sources,
destinations_t const & destinations,
cryptonote::network_type nettype )
inlineexplicit

Member Function Documentation

◆ destinations()

const destinations_t & tools::error::tx_not_constructed::destinations ( ) const
inline

◆ sources()

const sources_t & tools::error::tx_not_constructed::sources ( ) const
inline

◆ to_string()

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

Member Data Documentation

◆ m_destinations

destinations_t tools::error::tx_not_constructed::m_destinations
private

◆ m_nettype

cryptonote::network_type tools::error::tx_not_constructed::m_nettype
private

◆ m_sources

sources_t tools::error::tx_not_constructed::m_sources
private

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