CatapultServer
v0.5.0.1 (Elephant)
|
Combination of an entity range and optional context. More...
Public Member Functions | |
AnnotatedEntityRange ()=default | |
Creates a default annotated entity range. More... | |
AnnotatedEntityRange (EntityRange< TEntity > &&range) | |
Creates an annotated entity range around range without context. More... | |
AnnotatedEntityRange (EntityRange< TEntity > &&range, const Key &sourcePublicKey) | |
Creates an annotated entity range around range and a source public key (sourcePublicKey). More... | |
Public Attributes | |
EntityRange< TEntity > | Range |
Entity range. More... | |
Key | SourcePublicKey |
Source public key (optional). More... | |
Combination of an entity range and optional context.
|
default |
Creates a default annotated entity range.
|
inline |
Creates an annotated entity range around range without context.
|
inline |
Creates an annotated entity range around range and a source public key (sourcePublicKey).
EntityRange<TEntity> catapult::model::AnnotatedEntityRange< TEntity >::Range |
Entity range.
Key catapult::model::AnnotatedEntityRange< TEntity >::SourcePublicKey |
Source public key (optional).