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

Notification of use of an account public key. More...

Inheritance diagram for catapult::model::AccountPublicKeyNotification:
Collaboration diagram for catapult::model::AccountPublicKeyNotification:

Public Member Functions

 AccountPublicKeyNotification (const Key &publicKey)
 Creates a notification around publicKey. 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 KeyPublicKey
 Public key. 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 = Core_Register_Account_Public_Key_Notification
 Matching notification type. More...
 

Detailed Description

Notification of use of an account public key.

Constructor & Destructor Documentation

◆ AccountPublicKeyNotification()

catapult::model::AccountPublicKeyNotification::AccountPublicKeyNotification ( const Key publicKey)
inlineexplicit

Creates a notification around publicKey.

Member Data Documentation

◆ Notification_Type

constexpr auto catapult::model::AccountPublicKeyNotification::Notification_Type = Core_Register_Account_Public_Key_Notification
staticconstexpr

Matching notification type.

◆ PublicKey

const Key& catapult::model::AccountPublicKeyNotification::PublicKey

Public key.


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