Electroneum
Public Types | Public Member Functions | Private Attributes | List of all members
tools::error::not_enough_outs_to_mix Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::not_enough_outs_to_mix:
Inheritance graph
[legend]
Collaboration diagram for tools::error::not_enough_outs_to_mix:
Collaboration graph
[legend]

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_tscanty_outs () const
 
size_t mixin_count () const
 
std::string to_string () const
 
- Public Member Functions inherited from tools::error::wallet_error_base< Base >
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< Base >
 wallet_error_base (std::string &&loc, const std::string &message)
 

Member Typedef Documentation

◆ scanty_outs_t

typedef std::unordered_map<uint64_t, uint64_t> tools::error::not_enough_outs_to_mix::scanty_outs_t

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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

Member Data Documentation

◆ m_mixin_count

size_t tools::error::not_enough_outs_to_mix::m_mixin_count
private

◆ m_scanty_outs

scanty_outs_t tools::error::not_enough_outs_to_mix::m_scanty_outs
private

The documentation for this struct was generated from the following file: