Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::CachableAmount Struct Reference

Cachable amount subdivided into watchonly and spendable parts. More...

#include <transaction.h>

Public Member Functions

void Reset ()
 
void Set (isminefilter filter, CAmount value)
 

Public Attributes

std::bitset< ISMINE_ENUM_ELEMENTSm_cached
 
CAmount m_value [ISMINE_ENUM_ELEMENTS]
 

Detailed Description

Cachable amount subdivided into watchonly and spendable parts.

Definition at line 132 of file transaction.h.

Member Function Documentation

◆ Reset()

void wallet::CachableAmount::Reset ( )
inline

Definition at line 137 of file transaction.h.

Here is the caller graph for this function:

◆ Set()

void wallet::CachableAmount::Set ( isminefilter  filter,
CAmount  value 
)
inline

Definition at line 141 of file transaction.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_cached

std::bitset<ISMINE_ENUM_ELEMENTS> wallet::CachableAmount::m_cached

Definition at line 135 of file transaction.h.

◆ m_value

CAmount wallet::CachableAmount::m_value[ISMINE_ENUM_ELEMENTS]

Definition at line 136 of file transaction.h.


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