![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Cachable amount subdivided into avoid reuse and all balances. More...
#include <transaction.h>
Public Member Functions | |
| void | Reset () |
| void | Set (bool avoid_reuse, CAmount value) |
| CAmount | Get (bool avoid_reuse) |
| bool | IsCached (bool avoid_reuse) |
Public Attributes | |
| std::optional< CAmount > | m_avoid_reuse_value |
| std::optional< CAmount > | m_all_value |
Cachable amount subdivided into avoid reuse and all balances.
Definition at line 133 of file transaction.h.
|
inline |
Definition at line 142 of file transaction.h.
| std::optional<CAmount> wallet::CachableAmount::m_all_value |
Definition at line 136 of file transaction.h.
| std::optional<CAmount> wallet::CachableAmount::m_avoid_reuse_value |
Definition at line 135 of file transaction.h.