|
CatapultServer
v0.5.0.1 (Elephant)
|


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 MosaicPropertiesHeader & | PropertiesHeader |
| Mosaic properties header. More... | |
| const MosaicProperty * | PropertiesPtr |
| 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... | |
Notification of mosaic properties.
|
inline |
Creates a notification around propertiesHeader and pProperties.
|
staticconstexpr |
Matching notification type.
| const MosaicPropertiesHeader& catapult::model::MosaicPropertiesNotification::PropertiesHeader |
Mosaic properties header.
| const MosaicProperty* catapult::model::MosaicPropertiesNotification::PropertiesPtr |
Const pointer to the optional properties.