CatapultServer  v0.5.0.1 (Elephant)
catapult::model::SecretLockHashAlgorithmNotification Struct Reference

Notification of a secret lock hash algorithm. More...

Inheritance diagram for catapult::model::SecretLockHashAlgorithmNotification:
Collaboration diagram for catapult::model::SecretLockHashAlgorithmNotification:

Public Member Functions

 SecretLockHashAlgorithmNotification (LockHashAlgorithm hashAlgorithm)
 Creates secret lock hash algorithm notification around hashAlgorithm. 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

LockHashAlgorithm HashAlgorithm
 Hash algorithm. 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 = LockSecret_Hash_Algorithm_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a secret lock hash algorithm.

Constructor & Destructor Documentation

◆ SecretLockHashAlgorithmNotification()

catapult::model::SecretLockHashAlgorithmNotification::SecretLockHashAlgorithmNotification ( LockHashAlgorithm  hashAlgorithm)
inline

Creates secret lock hash algorithm notification around hashAlgorithm.

Member Data Documentation

◆ HashAlgorithm

LockHashAlgorithm catapult::model::SecretLockHashAlgorithmNotification::HashAlgorithm

Hash algorithm.

◆ Notification_Type

constexpr auto catapult::model::SecretLockHashAlgorithmNotification::Notification_Type = LockSecret_Hash_Algorithm_Notification
staticconstexpr

Matching notification type.


The documentation for this struct was generated from the following file: