CatapultServer  v0.5.0.1 (Elephant)
catapult::chain::CompareChainsResult Struct Reference

Result of a chain comparison operation. More...

Collaboration diagram for catapult::chain::CompareChainsResult:

Public Attributes

ChainComparisonCode Code
 End state of the chain comparison operation. More...
 
Height CommonBlockHeight
 Height of the last common block between the two chains. More...
 
uint64_t ForkDepth
 Depth of the fork that needs to be resolved. More...
 

Detailed Description

Result of a chain comparison operation.

Member Data Documentation

◆ Code

ChainComparisonCode catapult::chain::CompareChainsResult::Code

End state of the chain comparison operation.

◆ CommonBlockHeight

Height catapult::chain::CompareChainsResult::CommonBlockHeight

Height of the last common block between the two chains.

◆ ForkDepth

uint64_t catapult::chain::CompareChainsResult::ForkDepth

Depth of the fork that needs to be resolved.


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