|
Monero
|
#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 |
Private Attributes | |
| scanty_outs_t | m_scanty_outs |
| size_t | m_mixin_count |
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) | |
| typedef std::unordered_map<uint64_t, uint64_t> tools::error::not_enough_outs_to_mix::scanty_outs_t |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
private |
|
private |