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

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::model
 

Typedefs

using catapult::model::BlockRange = EntityRange< Block >
 An entity range composed of blocks. More...
 
using catapult::model::TransactionRange = EntityRange< Transaction >
 An entity range composed of transactions. More...
 
using catapult::model::HashRange = EntityRange< Hash256 >
 An entity range composed of hashes. More...
 
using catapult::model::ShortHashRange = EntityRange< utils::ShortHash >
 An entity range composed of short hashes. More...
 
using catapult::model::AddressRange = EntityRange< Address >
 An entity range composed of addresses. More...