#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.
542 std::ostringstream ss;
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: