#include <wallet_errors.h>
Definition at line 474 of file wallet_errors.h.
◆ not_enough_unlocked_etn()
| tools::error::not_enough_unlocked_etn::not_enough_unlocked_etn |
( |
std::string && | loc, |
|
|
uint64_t | available, |
|
|
uint64_t | tx_amount, |
|
|
uint64_t | fee ) |
|
inlineexplicit |
◆ available()
| uint64_t tools::error::not_enough_unlocked_etn::available |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::not_enough_unlocked_etn::to_string |
( |
| ) |
const |
|
inline |
Definition at line 486 of file wallet_errors.h.
487 {
488 std::ostringstream ss;
492 return ss.str();
493 }
std::string print_etn(uint64_t amount, unsigned int decimal_point)
◆ tx_amount()
| uint64_t tools::error::not_enough_unlocked_etn::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