|
CatapultServer
v0.5.0.1 (Elephant)
|
Notification of a namespace rental fee. More...


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 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... | |
Static Public Attributes | |
| static constexpr auto | Notification_Type = Namespace_Rental_Fee_Notification |
| Matching notification type. More... | |
Notification of a namespace rental fee.
|
inline |
Creates a notification around sender, recipient, mosaicId and amount.
|
staticconstexpr |
Matching notification type.
| UnresolvedAddress catapult::model::NamespaceRentalFeeNotification::Recipient |
Recipient.