#include <wallet_errors.h>
Definition at line 685 of file wallet_errors.h.
◆ tx_sum_overflow()
Definition at line 687 of file wallet_errors.h.
696 , m_nettype(nettype)
697 {
698 }
std::string print_etn(uint64_t amount, unsigned int decimal_point)
◆ destinations()
◆ fee()
| uint64_t tools::error::tx_sum_overflow::fee |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::tx_sum_overflow::to_string |
( |
| ) |
const |
|
inline |
Definition at line 703 of file wallet_errors.h.
704 {
705 std::ostringstream ss;
708 ", destinations:";
709 for (const auto& dst : m_destinations)
710 {
712 }
713 return ss.str();
714 }
std::string get_account_address_as_str(network_type nettype, bool subaddress, account_public_address const &adr)
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