Bitcoin
Public Member Functions | Public Attributes | List of all members
CachableAmount Struct Reference

#include <ismine.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.

Member Function Documentation

◆ Reset()

void CachableAmount::Reset ( )
inline

◆ Set()

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

Member Data Documentation

◆ m_cached

std::bitset<ISMINE_ENUM_ELEMENTS> CachableAmount::m_cached

◆ m_value

CAmount CachableAmount::m_value[ISMINE_ENUM_ELEMENTS]

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