|
CatapultServer
v0.5.0.1 (Elephant)
|
Notification of a mosaic supply change. More...


Public Member Functions | |
| MosaicSupplyChangeNotification (const Key &signer, UnresolvedMosaicId mosaicId, MosaicSupplyChangeDirection direction, Amount delta) | |
| Creates a notification around signer, mosaicId, direction and delta. 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 & | Signer |
| Signer. More... | |
| UnresolvedMosaicId | MosaicId |
| Id of the affected mosaic. More... | |
| MosaicSupplyChangeDirection | Direction |
| Supply change direction. More... | |
| Amount | Delta |
| Amount of the change. 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_Supply_Change_Notification |
| Matching notification type. More... | |
Notification of a mosaic supply change.
|
inline |
Creates a notification around signer, mosaicId, direction and delta.
| Amount catapult::model::MosaicSupplyChangeNotification::Delta |
Amount of the change.
| MosaicSupplyChangeDirection catapult::model::MosaicSupplyChangeNotification::Direction |
Supply change direction.
| UnresolvedMosaicId catapult::model::MosaicSupplyChangeNotification::MosaicId |
Id of the affected mosaic.
|
staticconstexpr |
Matching notification type.
| const Key& catapult::model::MosaicSupplyChangeNotification::Signer |
Signer.