|
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< std::logic_error > | |
| const std::string & | location () const |
| std::string | to_string () const |
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) | |
Definition at line 586 of file wallet_errors.h.
| typedef std::vector<cryptonote::tx_destination_entry> tools::error::tx_not_constructed::destinations_t |
Definition at line 589 of file wallet_errors.h.
| typedef std::vector<cryptonote::tx_source_entry> tools::error::tx_not_constructed::sources_t |
Definition at line 588 of file wallet_errors.h.
|
inlineexplicit |
Definition at line 591 of file wallet_errors.h.

|
inline |
Definition at line 607 of file wallet_errors.h.

|
inline |
Definition at line 606 of file wallet_errors.h.

|
inline |
Definition at line 610 of file wallet_errors.h.

|
inline |
Definition at line 608 of file wallet_errors.h.
