|
CatapultServer
v0.5.0.1 (Elephant)
|
A basic balance notification. More...


Public Member Functions | |
| 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 | |
| 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... | |
A basic balance notification.
|
inline |
Creates a notification around sender, mosaicId and amount.
| catapult::Amount catapult::model::BasicBalanceNotification< TDerivedNotification >::Amount |
Amount.
| UnresolvedMosaicId catapult::model::BasicBalanceNotification< TDerivedNotification >::MosaicId |
Mosaic id.
| const Key& catapult::model::BasicBalanceNotification< TDerivedNotification >::Sender |
Sender.