CatapultServer  v0.5.0.1 (Elephant)
AccountLinkNotifications.h File Reference
Include dependency graph for AccountLinkNotifications.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::model::RemoteAccountLinkNotification
 Notification of a remote account link. More...
 
struct  catapult::model::NewRemoteAccountNotification
 Notification of a new remote account. More...
 

Namespaces

 catapult
 
 catapult::model
 

Macros

#define DEFINE_ACCOUNT_LINK_NOTIFICATION(DESCRIPTION, CODE, CHANNEL)   DEFINE_NOTIFICATION_TYPE(CHANNEL, AccountLink, DESCRIPTION, CODE)
 Defines an account link notification type with DESCRIPTION, CODE and CHANNEL. More...
 

Functions

 catapult::model::DEFINE_ACCOUNT_LINK_NOTIFICATION (Remote, 0x001, All)
 Remote account was un/linked. More...
 
 catapult::model::DEFINE_ACCOUNT_LINK_NOTIFICATION (New_Remote_Account, 0x002, Validator)
 New remote account was created. More...
 

Macro Definition Documentation

◆ DEFINE_ACCOUNT_LINK_NOTIFICATION

#define DEFINE_ACCOUNT_LINK_NOTIFICATION (   DESCRIPTION,
  CODE,
  CHANNEL 
)    DEFINE_NOTIFICATION_TYPE(CHANNEL, AccountLink, DESCRIPTION, CODE)

Defines an account link notification type with DESCRIPTION, CODE and CHANNEL.