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

#include <wallet_errors.h>

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

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, uint64_t unlock_time, cryptonote::network_type nettype)
 
const sources_tsources () const
 
const destinations_tdestinations () const
 
uint64_t unlock_time () 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

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

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,
uint64_t  unlock_time,
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

◆ unlock_time()

uint64_t tools::error::tx_not_constructed::unlock_time ( ) 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

◆ m_unlock_time

uint64_t tools::error::tx_not_constructed::m_unlock_time
private

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