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

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

Inheritance diagram for catapult::model::TransferMosaicsNotification:
Collaboration diagram for catapult::model::TransferMosaicsNotification:

Public Member Functions

 TransferMosaicsNotification (uint8_t mosaicsCount, const UnresolvedMosaic *pMosaics)
 Creates a notification around mosaicsCount and pMosaics. 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

uint8_t MosaicsCount
 Number of mosaics. More...
 
const UnresolvedMosaicMosaicsPtr
 Const pointer to the first mosaic. 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_Mosaics_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a transfer transaction with mosaics.

Constructor & Destructor Documentation

◆ TransferMosaicsNotification()

catapult::model::TransferMosaicsNotification::TransferMosaicsNotification ( uint8_t  mosaicsCount,
const UnresolvedMosaic pMosaics 
)
inline

Creates a notification around mosaicsCount and pMosaics.

Member Data Documentation

◆ MosaicsCount

uint8_t catapult::model::TransferMosaicsNotification::MosaicsCount

Number of mosaics.

◆ MosaicsPtr

const UnresolvedMosaic* catapult::model::TransferMosaicsNotification::MosaicsPtr

Const pointer to the first mosaic.

◆ Notification_Type

constexpr auto catapult::model::TransferMosaicsNotification::Notification_Type = Transfer_Mosaics_Notification
staticconstexpr

Matching notification type.


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