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

Notification of a mosaic definition. More...

Inheritance diagram for catapult::model::MosaicDefinitionNotification:
Collaboration diagram for catapult::model::MosaicDefinitionNotification:

Public Member Functions

 MosaicDefinitionNotification (const Key &signer, MosaicId mosaicId, const MosaicProperties &properties)
 Creates a notification around signer, mosaicId and properties. 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 KeySigner
 Signer. More...
 
catapult::MosaicId MosaicId
 Id of the mosaic. More...
 
MosaicProperties Properties
 Mosaic 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_Definition_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a mosaic definition.

Constructor & Destructor Documentation

◆ MosaicDefinitionNotification()

catapult::model::MosaicDefinitionNotification::MosaicDefinitionNotification ( const Key signer,
MosaicId  mosaicId,
const MosaicProperties properties 
)
inline

Creates a notification around signer, mosaicId and properties.

Member Data Documentation

◆ MosaicId

catapult::MosaicId catapult::model::MosaicDefinitionNotification::MosaicId

Id of the mosaic.

◆ Notification_Type

constexpr auto catapult::model::MosaicDefinitionNotification::Notification_Type = Mosaic_Definition_Notification
staticconstexpr

Matching notification type.

◆ Properties

MosaicProperties catapult::model::MosaicDefinitionNotification::Properties

Mosaic properties.

◆ Signer

const Key& catapult::model::MosaicDefinitionNotification::Signer

Signer.


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