|
CatapultServer
v0.5.0.1 (Elephant)
|
Base for lock transaction notification. More...


Public Attributes | |
| const Key & | Signer |
| Signer. More... | |
| UnresolvedMosaic | Mosaic |
| Locked mosaic. More... | |
| BlockDuration | Duration |
| Lock duration. More... | |
Public Attributes inherited from catapult::model::Notification | |
| NotificationType | Type |
| Notification type. More... | |
| size_t | Size |
| Notification size. More... | |
Protected Member Functions | |
| BaseLockNotification (const Key &signer, const UnresolvedMosaic &mosaic, BlockDuration duration) | |
| Creates base lock notification around signer, mosaic and duration. More... | |
Additional Inherited Members | |
Public Member Functions inherited from catapult::model::Notification | |
| Notification (NotificationType type, size_t size) | |
| Creates a new notification with type and size. More... | |
Base for lock transaction notification.
|
inlineprotected |
Creates base lock notification around signer, mosaic and duration.
| BlockDuration catapult::model::BaseLockNotification< TDerivedNotification >::Duration |
Lock duration.
| UnresolvedMosaic catapult::model::BaseLockNotification< TDerivedNotification >::Mosaic |
Locked mosaic.
| const Key& catapult::model::BaseLockNotification< TDerivedNotification >::Signer |
Signer.