|
CatapultServer
v0.5.0.1 (Elephant)
|
Notification of a mosaic nonce and id. More...


Public Member Functions | |
| MosaicNonceNotification (const Key &signer, MosaicNonce mosaicNonce, catapult::MosaicId mosaicId) | |
| Creates a notification around signer, mosaicNonce and mosaicId. 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... | |
| catapult::MosaicNonce | MosaicNonce |
| Mosaic nonce. More... | |
| catapult::MosaicId | MosaicId |
| Mosaic id. 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_Nonce_Notification |
| Matching notification type. More... | |
Notification of a mosaic nonce and id.
|
inline |
Creates a notification around signer, mosaicNonce and mosaicId.
| catapult::MosaicId catapult::model::MosaicNonceNotification::MosaicId |
Mosaic id.
| catapult::MosaicNonce catapult::model::MosaicNonceNotification::MosaicNonce |
Mosaic nonce.
|
staticconstexpr |
Matching notification type.
| const Key& catapult::model::MosaicNonceNotification::Signer |
Signer.