CatapultServer  v0.5.0.1 (Elephant)
catapult::subscribers::StateChangeInfo Struct Reference

State change information. More...

Collaboration diagram for catapult::subscribers::StateChangeInfo:

Public Member Functions

 StateChangeInfo (cache::CacheChanges &&cacheChanges, const model::ChainScore &scoreDelta, Height height)
 Creates state change information around cacheChanges, scoreDelta and height. More...
 

Public Attributes

const cache::CacheChanges CacheChanges
 Cache changes. More...
 
const model::ChainScore ScoreDelta
 Chain score delta. More...
 
const catapult::Height Height
 New chain height. More...
 

Detailed Description

State change information.

Constructor & Destructor Documentation

◆ StateChangeInfo()

catapult::subscribers::StateChangeInfo::StateChangeInfo ( cache::CacheChanges &&  cacheChanges,
const model::ChainScore scoreDelta,
Height  height 
)
inline

Creates state change information around cacheChanges, scoreDelta and height.

Member Data Documentation

◆ CacheChanges

const cache::CacheChanges catapult::subscribers::StateChangeInfo::CacheChanges

Cache changes.

◆ Height

const catapult::Height catapult::subscribers::StateChangeInfo::Height

New chain height.

◆ ScoreDelta

const model::ChainScore catapult::subscribers::StateChangeInfo::ScoreDelta

Chain score delta.


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