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