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

Notification of a namespace rental fee. More...

Inheritance diagram for catapult::model::NamespaceRentalFeeNotification:
Collaboration diagram for catapult::model::NamespaceRentalFeeNotification:

Public Member Functions

 NamespaceRentalFeeNotification (const Key &sender, const UnresolvedAddress &recipient, UnresolvedMosaicId mosaicId, catapult::Amount amount)
 Creates a notification around sender, recipient, mosaicId and amount. More...
 
- Public Member Functions inherited from catapult::model::BasicBalanceNotification< NamespaceRentalFeeNotification >
 BasicBalanceNotification (const Key &sender, UnresolvedMosaicId mosaicId, Amount amount)
 Creates a notification around sender, mosaicId and amount. 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

UnresolvedAddress Recipient
 Recipient. More...
 
- Public Attributes inherited from catapult::model::BasicBalanceNotification< NamespaceRentalFeeNotification >
const KeySender
 Sender. More...
 
UnresolvedMosaicId MosaicId
 Mosaic id. More...
 
catapult::Amount Amount
 Amount. 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 = Namespace_Rental_Fee_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a namespace rental fee.

Constructor & Destructor Documentation

◆ NamespaceRentalFeeNotification()

catapult::model::NamespaceRentalFeeNotification::NamespaceRentalFeeNotification ( const Key sender,
const UnresolvedAddress recipient,
UnresolvedMosaicId  mosaicId,
catapult::Amount  amount 
)
inline

Creates a notification around sender, recipient, mosaicId and amount.

Member Data Documentation

◆ Notification_Type

constexpr auto catapult::model::NamespaceRentalFeeNotification::Notification_Type = Namespace_Rental_Fee_Notification
staticconstexpr

Matching notification type.

◆ Recipient

UnresolvedAddress catapult::model::NamespaceRentalFeeNotification::Recipient

Recipient.


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