#include <wallet_errors.h>
◆ not_enough_unlocked_money()
| tools::error::not_enough_unlocked_money::not_enough_unlocked_money |
( |
std::string && |
loc, |
|
|
uint64_t |
available, |
|
|
uint64_t |
tx_amount, |
|
|
uint64_t |
fee |
|
) |
| |
|
inlineexplicit |
◆ available()
| uint64_t tools::error::not_enough_unlocked_money::available |
( |
| ) |
const |
|
inline |
◆ to_string()
| std::string tools::error::not_enough_unlocked_money::to_string |
( |
| ) |
const |
|
inline |
◆ tx_amount()
| uint64_t tools::error::not_enough_unlocked_money::tx_amount |
( |
| ) |
const |
|
inline |
◆ m_available
| uint64_t tools::error::not_enough_unlocked_money::m_available |
|
private |
◆ m_tx_amount
| uint64_t tools::error::not_enough_unlocked_money::m_tx_amount |
|
private |
The documentation for this struct was generated from the following file: