CatapultServer  v0.5.0.1 (Elephant)
catapult::cache::BasicAccountStateCacheDelta::HighValueAddressesTuple Struct Reference

Tuple composed of information about high value addresses that is returned by highValueAddresses. More...

Public Attributes

model::AddressSet Current
 Addresses of accounts that are high value after application of all delta changes. More...
 
model::AddressSet Removed
 Addresses of accounts that were high value but are no longer high value after application of all delta changes. More...
 

Detailed Description

Tuple composed of information about high value addresses that is returned by highValueAddresses.

Member Data Documentation

◆ Current

model::AddressSet catapult::cache::BasicAccountStateCacheDelta::HighValueAddressesTuple::Current

Addresses of accounts that are high value after application of all delta changes.

◆ Removed

model::AddressSet catapult::cache::BasicAccountStateCacheDelta::HighValueAddressesTuple::Removed

Addresses of accounts that were high value but are no longer high value after application of all delta changes.


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