CatapultServer
v0.5.0.1 (Elephant)
|
Information about a height request. More...
Public Member Functions | |
constexpr | HeightRequestInfo () |
Creates a height request info. More... | |
uint32_t | numAvailableBlocks () const |
Gets the number of remaining blocks in the chain. More... | |
Public Attributes | |
Height | ChainHeight |
Current chain height. More... | |
Height | NormalizedRequestHeight |
const TRequest * | pRequest |
Coerced request. More... | |
Information about a height request.
|
inlineconstexpr |
Creates a height request info.
|
inline |
Gets the number of remaining blocks in the chain.
Height catapult::handlers::HeightRequestInfo< TRequest >::ChainHeight |
Current chain height.
Height catapult::handlers::HeightRequestInfo< TRequest >::NormalizedRequestHeight |
Normalized request height.
const TRequest* catapult::handlers::HeightRequestInfo< TRequest >::pRequest |
Coerced request.