#include <wallet_errors.h>
Definition at line 586 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 610 of file wallet_errors.h.
612 std::ostringstream ss;
615 for (
size_t i = 0; i < m_sources.size(); ++i)
618 ss <<
"\n source " << i <<
":";
632 ss <<
"\nDestinations:";
633 for (
size_t i = 0; i < m_destinations.size(); ++i)
640 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: