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

Notification of a remote account link. More...

Inheritance diagram for catapult::model::RemoteAccountLinkNotification:
Collaboration diagram for catapult::model::RemoteAccountLinkNotification:

Public Member Functions

 RemoteAccountLinkNotification (const Key &mainAccountKey, const Key &remoteAccountKey, AccountLinkAction linkAction)
 Creates a notification around mainAccountKey, remoteAccountKey and linkAction. 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 KeyMainAccountKey
 Main account key. More...
 
const KeyRemoteAccountKey
 Remote account key. More...
 
AccountLinkAction LinkAction
 Account link action. 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_Remote_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a remote account link.

Constructor & Destructor Documentation

◆ RemoteAccountLinkNotification()

catapult::model::RemoteAccountLinkNotification::RemoteAccountLinkNotification ( const Key mainAccountKey,
const Key remoteAccountKey,
AccountLinkAction  linkAction 
)
inline

Creates a notification around mainAccountKey, remoteAccountKey and linkAction.

Member Data Documentation

◆ LinkAction

AccountLinkAction catapult::model::RemoteAccountLinkNotification::LinkAction

Account link action.

◆ MainAccountKey

const Key& catapult::model::RemoteAccountLinkNotification::MainAccountKey

Main account key.

◆ Notification_Type

constexpr auto catapult::model::RemoteAccountLinkNotification::Notification_Type = AccountLink_Remote_Notification
staticconstexpr

Matching notification type.

◆ RemoteAccountKey

const Key& catapult::model::RemoteAccountLinkNotification::RemoteAccountKey

Remote account key.


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