|
CatapultServer
v0.5.0.1 (Elephant)
|
A basic aggregate notification. More...


Public Attributes | |
| const Key & | Signer |
| Aggregate signer. More... | |
| size_t | CosignaturesCount |
| Number of cosignatures. More... | |
| const Cosignature * | CosignaturesPtr |
| Const pointer to the first cosignature. More... | |
Public Attributes inherited from catapult::model::Notification | |
| NotificationType | Type |
| Notification type. More... | |
| size_t | Size |
| Notification size. More... | |
Protected Member Functions | |
| BasicAggregateNotification (const Key &signer, size_t cosignaturesCount, const Cosignature *pCosignatures) | |
| Creates a notification around signer, cosignaturesCount and pCosignatures. More... | |
Additional Inherited Members | |
Public Member Functions inherited from catapult::model::Notification | |
| Notification (NotificationType type, size_t size) | |
| Creates a new notification with type and size. More... | |
A basic aggregate notification.
|
inlineprotected |
Creates a notification around signer, cosignaturesCount and pCosignatures.
| size_t catapult::model::BasicAggregateNotification< TDerivedNotification >::CosignaturesCount |
Number of cosignatures.
| const Cosignature* catapult::model::BasicAggregateNotification< TDerivedNotification >::CosignaturesPtr |
Const pointer to the first cosignature.
| const Key& catapult::model::BasicAggregateNotification< TDerivedNotification >::Signer |
Aggregate signer.