|
CatapultServer
v0.5.0.1 (Elephant)
|
Notifies the arrival of a transaction deadline. More...


Public Member Functions | |
| TransactionDeadlineNotification (Timestamp deadline, utils::TimeSpan maxLifetime) | |
| Creates a transaction deadline notification around deadline and maxLifetime. 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 | |
| Timestamp | Deadline |
| Transaction deadline. More... | |
| utils::TimeSpan | MaxLifetime |
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 = Core_Transaction_Deadline_Notification |
| Matching notification type. More... | |
Notifies the arrival of a transaction deadline.
|
inline |
Creates a transaction deadline notification around deadline and maxLifetime.
| Timestamp catapult::model::TransactionDeadlineNotification::Deadline |
Transaction deadline.
| utils::TimeSpan catapult::model::TransactionDeadlineNotification::MaxLifetime |
Custom maximum transaction lifetime.
0, default network-specific maximum will be used.
|
staticconstexpr |
Matching notification type.