|
Electroneum
|
#include <wallet_errors.h>


Public Types | |
| typedef std::vector< cryptonote::tx_source_entry > | sources_t |
| typedef std::vector< cryptonote::tx_destination_entry > | destinations_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_t & | sources () const |
| const destinations_t & | destinations () 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) | |
| typedef std::vector<cryptonote::tx_destination_entry> tools::error::tx_not_constructed::destinations_t |
| typedef std::vector<cryptonote::tx_source_entry> tools::error::tx_not_constructed::sources_t |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |