#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.
611 {
612 std::ostringstream ss;
614 ss << "\nSources:";
615 for (size_t i = 0; i < m_sources.size(); ++i)
616 {
617 const cryptonote::tx_source_entry& src = m_sources[i];
618 ss << "\n source " << i << ":";
620
621
622
623
624
625
626
627
628
629
630 }
631
632 ss << "\nDestinations:";
633 for (size_t i = 0; i < m_destinations.size(); ++i)
634 {
635 const cryptonote::tx_destination_entry& dst = m_destinations[i];
638 }
639
640 ss << "\nunlock_time: " << m_unlock_time;
641
642 return ss.str();
643 }
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:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/wallet_errors.h