Cachable amount subdivided into avoid reuse and all balances.
More...
#include <transaction.h>
Cachable amount subdivided into avoid reuse and all balances.
Definition at line 133 of file transaction.h.
◆ Get()
CAmount wallet::CachableAmount::Get |
( |
bool |
avoid_reuse | ) |
|
|
inline |
◆ IsCached()
bool wallet::CachableAmount::IsCached |
( |
bool |
avoid_reuse | ) |
|
|
inline |
◆ Reset()
void wallet::CachableAmount::Reset |
( |
| ) |
|
|
inline |
◆ Set()
void wallet::CachableAmount::Set |
( |
bool |
avoid_reuse, |
|
|
CAmount |
value |
|
) |
| |
|
inline |
◆ m_all_value
std::optional<CAmount> wallet::CachableAmount::m_all_value |
◆ m_avoid_reuse_value
std::optional<CAmount> wallet::CachableAmount::m_avoid_reuse_value |
The documentation for this struct was generated from the following file: