CatapultServer
v0.5.0.1 (Elephant)
|
State change information. More...
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... | |
State change information.
|
inline |
Creates state change information around cacheChanges, scoreDelta and height.
const cache::CacheChanges catapult::subscribers::StateChangeInfo::CacheChanges |
Cache changes.
const catapult::Height catapult::subscribers::StateChangeInfo::Height |
New chain height.
const model::ChainScore catapult::subscribers::StateChangeInfo::ScoreDelta |
Chain score delta.