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

Notification of a new remote account. More...

Inheritance diagram for catapult::model::NewRemoteAccountNotification:
Collaboration diagram for catapult::model::NewRemoteAccountNotification:

Public Member Functions

 NewRemoteAccountNotification (const Key &remoteAccountKey)
 Creates a notification around remoteAccountKey. 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 KeyRemoteAccountKey
 Remote account 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 = AccountLink_New_Remote_Account_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a new remote account.

Constructor & Destructor Documentation

◆ NewRemoteAccountNotification()

catapult::model::NewRemoteAccountNotification::NewRemoteAccountNotification ( const Key remoteAccountKey)
inlineexplicit

Creates a notification around remoteAccountKey.

Member Data Documentation

◆ Notification_Type

constexpr auto catapult::model::NewRemoteAccountNotification::Notification_Type = AccountLink_New_Remote_Account_Notification
staticconstexpr

Matching notification type.

◆ RemoteAccountKey

const Key& catapult::model::NewRemoteAccountNotification::RemoteAccountKey

Remote account key.


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