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

Notification of a mosaic nonce and id. More...

Inheritance diagram for catapult::model::MosaicNonceNotification:
Collaboration diagram for catapult::model::MosaicNonceNotification:

Public Member Functions

 MosaicNonceNotification (const Key &signer, MosaicNonce mosaicNonce, catapult::MosaicId mosaicId)
 Creates a notification around signer, mosaicNonce and mosaicId. 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::MosaicNonce MosaicNonce
 Mosaic nonce. More...
 
catapult::MosaicId MosaicId
 Mosaic id. 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_Nonce_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a mosaic nonce and id.

Constructor & Destructor Documentation

◆ MosaicNonceNotification()

catapult::model::MosaicNonceNotification::MosaicNonceNotification ( const Key signer,
MosaicNonce  mosaicNonce,
catapult::MosaicId  mosaicId 
)
inline

Creates a notification around signer, mosaicNonce and mosaicId.

Member Data Documentation

◆ MosaicId

catapult::MosaicId catapult::model::MosaicNonceNotification::MosaicId

Mosaic id.

◆ MosaicNonce

catapult::MosaicNonce catapult::model::MosaicNonceNotification::MosaicNonce

Mosaic nonce.

◆ Notification_Type

constexpr auto catapult::model::MosaicNonceNotification::Notification_Type = Mosaic_Nonce_Notification
staticconstexpr

Matching notification type.

◆ Signer

const Key& catapult::model::MosaicNonceNotification::Signer

Signer.


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