CatapultServer
v0.5.0.1 (Elephant)
|
Notifies a balance debit by sender. More...
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 Key & | Sender |
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... | |
Notifies a balance debit by sender.
|
staticconstexpr |
Matching notification type.