|
Electroneum
|
#include <wallet_errors.h>


Public Types | |
| typedef std::unordered_map< uint64_t, uint64_t > | scanty_outs_t |
Public Member Functions | |
| not_enough_outs_to_mix (std::string &&loc, const scanty_outs_t &scanty_outs, size_t mixin_count) | |
| const scanty_outs_t & | scanty_outs () const |
| size_t | mixin_count () const |
| std::string | to_string () const |
| Public Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| const std::string & | location () const |
| std::string | to_string () const |
Additional Inherited Members | |
| Protected Member Functions inherited from tools::error::transfer_error | |
| transfer_error (std::string &&loc, const std::string &message) | |
| Protected Member Functions inherited from tools::error::wallet_error_base< std::logic_error > | |
| wallet_error_base (std::string &&loc, const std::string &message) | |
Definition at line 556 of file wallet_errors.h.
| typedef std::unordered_map<uint64_t, uint64_t> tools::error::not_enough_outs_to_mix::scanty_outs_t |
Definition at line 558 of file wallet_errors.h.
|
inlineexplicit |
Definition at line 560 of file wallet_errors.h.

|
inline |
Definition at line 568 of file wallet_errors.h.

|
inline |
Definition at line 567 of file wallet_errors.h.

|
inline |
Definition at line 570 of file wallet_errors.h.
