CatapultServer
v0.5.0.1 (Elephant)
RangeTypes.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
Block.h
"
23
#include "
EntityRange.h
"
24
#include "
catapult/utils/ShortHash.h
"
25
26
namespace
catapult
{
namespace
model {
27
29
using
BlockRange
=
EntityRange<Block>
;
30
32
using
TransactionRange
=
EntityRange<Transaction>
;
33
35
using
HashRange
=
EntityRange<Hash256>
;
36
38
using
ShortHashRange
=
EntityRange<utils::ShortHash>
;
39
41
using
AddressRange
=
EntityRange<Address>
;
42
}}
Block.h
catapult::model::EntityRange
Represents a range of entities.
Definition:
EntityRange.h:31
EntityRange.h
ShortHash.h
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult-server
src
catapult
model
RangeTypes.h
Generated by
1.8.16