#include <wallet_errors.h>
Definition at line 556 of file wallet_errors.h.
◆ scanty_outs_t
◆ not_enough_outs_to_mix()
| tools::error::not_enough_outs_to_mix::not_enough_outs_to_mix |
( |
std::string && | loc, |
|
|
const scanty_outs_t & | scanty_outs, |
|
|
size_t | mixin_count ) |
|
inlineexplicit |
◆ mixin_count()
| size_t tools::error::not_enough_outs_to_mix::mixin_count |
( |
| ) |
const |
|
inline |
◆ scanty_outs()
| const scanty_outs_t & tools::error::not_enough_outs_to_mix::scanty_outs |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::not_enough_outs_to_mix::to_string |
( |
| ) |
const |
|
inline |
Definition at line 570 of file wallet_errors.h.
571 {
572 std::ostringstream ss;
574 for (const auto& out: m_scanty_outs)
575 {
577 }
578 return ss.str();
579 }
std::string print_etn(uint64_t amount, unsigned int decimal_point)
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