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

Notifies a balance debit by sender. More...

Inheritance diagram for catapult::model::BalanceDebitNotification:
Collaboration diagram for catapult::model::BalanceDebitNotification:

Static Public Attributes

static constexpr auto Notification_Type = Core_Balance_Debit_Notification
 Matching notification type. More...
 

Additional Inherited Members

- Public Member Functions inherited from catapult::model::BasicBalanceNotification< BalanceDebitNotification >
 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 inherited from catapult::model::BasicBalanceNotification< BalanceDebitNotification >
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...
 

Detailed Description

Notifies a balance debit by sender.

Member Data Documentation

◆ Notification_Type

constexpr auto catapult::model::BalanceDebitNotification::Notification_Type = Core_Balance_Debit_Notification
staticconstexpr

Matching notification type.


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