CatapultServer
v0.5.0.1 (Elephant)
|
Notification of a mosaic rental fee. More...
Public Member Functions | |
MosaicRentalFeeNotification (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< MosaicRentalFeeNotification > | |
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< MosaicRentalFeeNotification > | |
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 = Mosaic_Rental_Fee_Notification |
Matching notification type. More... | |
Notification of a mosaic rental fee.
|
inline |
Creates a notification around sender, recipient, mosaicId and amount.
|
staticconstexpr |
Matching notification type.
UnresolvedAddress catapult::model::MosaicRentalFeeNotification::Recipient |
Recipient.