#include <wallet_errors.h>
Definition at line 526 of file wallet_errors.h.
◆ tx_not_possible()
| tools::error::tx_not_possible::tx_not_possible |
( |
std::string && | loc, |
|
|
uint64_t | available, |
|
|
uint64_t | tx_amount, |
|
|
uint64_t | fee ) |
|
inlineexplicit |
◆ available()
| uint64_t tools::error::tx_not_possible::available |
( |
| ) |
const |
|
inline |
◆ fee()
| uint64_t tools::error::tx_not_possible::fee |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::tx_not_possible::to_string |
( |
| ) |
const |
|
inline |
Definition at line 540 of file wallet_errors.h.
541 {
542 std::ostringstream ss;
547 return ss.str();
548 }
std::string print_etn(uint64_t amount, unsigned int decimal_point)
◆ tx_amount()
| uint64_t tools::error::tx_not_possible::tx_amount |
( |
| ) |
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