CatapultServer  v0.5.0.1 (Elephant)
CompareChains.h File Reference
Include dependency graph for CompareChains.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::chain::CompareChainsOptions
 Options for comparing two chains. More...
 
struct  catapult::chain::CompareChainsResult
 Result of a chain comparison operation. More...
 

Namespaces

 catapult
 
 catapult::chain
 

Functions

uint32_t catapult::chain::CalculateMaxHashesToAnalyze (const CompareChainsOptions &options)
 Returns max number of hashes to analyze. More...
 
thread::future< CompareChainsResult > catapult::chain::CompareChains (const api::ChainApi &local, const api::ChainApi &remote, const CompareChainsOptions &options)
 Compares two chains (local and remote) with the specified options. More...