CatapultServer  v0.5.0.1 (Elephant)
catapult::model::Notification Struct Reference

A basic notification. More...

Inheritance diagram for catapult::model::Notification:

Public Member Functions

 Notification (NotificationType type, size_t size)
 Creates a new notification with type and size. More...
 

Public Attributes

NotificationType Type
 Notification type. More...
 
size_t Size
 Notification size. More...
 

Detailed Description

A basic notification.

Constructor & Destructor Documentation

◆ Notification()

catapult::model::Notification::Notification ( NotificationType  type,
size_t  size 
)
inlineexplicit

Creates a new notification with type and size.

Member Data Documentation

◆ Size

size_t catapult::model::Notification::Size

Notification size.

◆ Type

NotificationType catapult::model::Notification::Type

Notification type.


The documentation for this struct was generated from the following file: