#include <wallet_errors.h>
Definition at line 585 of file wallet_errors.h.
◆ destinations_t
◆ sources_t
◆ tx_not_constructed()
◆ 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 |
Definition at line 609 of file wallet_errors.h.
611 std::ostringstream ss;
614 for (
size_t i = 0; i < m_sources.size(); ++i)
617 ss <<
"\n source " << i <<
":";
631 ss <<
"\nDestinations:";
632 for (
size_t i = 0; i < m_destinations.size(); ++i)
639 ss <<
"\nunlock_time: " << m_unlock_time;
std::string get_account_address_as_str(network_type nettype, bool subaddress, account_public_address const &adr)
std::string print_etn(uint64_t amount, unsigned int decimal_point)
account_public_address addr
◆ unlock_time()
| uint64_t tools::error::tx_not_constructed::unlock_time |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: