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

Notification of a transfer transaction with a message. More...

Inheritance diagram for catapult::model::TransferMessageNotification:
Collaboration diagram for catapult::model::TransferMessageNotification:

Public Member Functions

 TransferMessageNotification (uint16_t messageSize)
 Creates a notification around messageSize. 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

uint16_t MessageSize
 Message size in bytes. 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 = Transfer_Message_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a transfer transaction with a message.

Constructor & Destructor Documentation

◆ TransferMessageNotification()

catapult::model::TransferMessageNotification::TransferMessageNotification ( uint16_t  messageSize)
inlineexplicit

Creates a notification around messageSize.

Member Data Documentation

◆ MessageSize

uint16_t catapult::model::TransferMessageNotification::MessageSize

Message size in bytes.

◆ Notification_Type

constexpr auto catapult::model::TransferMessageNotification::Notification_Type = Transfer_Message_Notification
staticconstexpr

Matching notification type.


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