CatapultServer  v0.5.0.1 (Elephant)
catapult::model::MosaicPropertiesNotification Struct Reference
Inheritance diagram for catapult::model::MosaicPropertiesNotification:
Collaboration diagram for catapult::model::MosaicPropertiesNotification:

Public Member Functions

 MosaicPropertiesNotification (const MosaicPropertiesHeader &propertiesHeader, const MosaicProperty *pProperties)
 Creates a notification around propertiesHeader and pProperties. More...
 
- Public Member Functions inherited from catapult::model::Notification
 Notification (NotificationType type, size_t size)
 Creates a new notification with type and size. More...
 

Public Attributes

const MosaicPropertiesHeaderPropertiesHeader
 Mosaic properties header. More...
 
const MosaicPropertyPropertiesPtr
 Const pointer to the optional properties. More...
 
- Public Attributes inherited from catapult::model::Notification
NotificationType Type
 Notification type. More...
 
size_t Size
 Notification size. More...
 

Static Public Attributes

static constexpr auto Notification_Type = Mosaic_Properties_Notification
 Matching notification type. More...
 

Detailed Description

Notification of mosaic properties.

Note
This is required due to potentially lossy conversion from raw properties to MosaicProperties.

Constructor & Destructor Documentation

◆ MosaicPropertiesNotification()

catapult::model::MosaicPropertiesNotification::MosaicPropertiesNotification ( const MosaicPropertiesHeader propertiesHeader,
const MosaicProperty pProperties 
)
inline

Creates a notification around propertiesHeader and pProperties.

Member Data Documentation

◆ Notification_Type

constexpr auto catapult::model::MosaicPropertiesNotification::Notification_Type = Mosaic_Properties_Notification
staticconstexpr

Matching notification type.

◆ PropertiesHeader

const MosaicPropertiesHeader& catapult::model::MosaicPropertiesNotification::PropertiesHeader

Mosaic properties header.

◆ PropertiesPtr

const MosaicProperty* catapult::model::MosaicPropertiesNotification::PropertiesPtr

Const pointer to the optional properties.


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