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

Go to the source code of this file.

Classes

struct  catapult::model::TransferMessageNotification
 Notification of a transfer transaction with a message. More...
 
struct  catapult::model::TransferMosaicsNotification
 Notification of a transfer transaction with mosaics. More...
 

Namespaces

 catapult
 
 catapult::model
 

Macros

#define DEFINE_TRANSFER_NOTIFICATION(DESCRIPTION, CODE, CHANNEL)   DEFINE_NOTIFICATION_TYPE(CHANNEL, Transfer, DESCRIPTION, CODE)
 Defines a transfer notification type with DESCRIPTION, CODE and CHANNEL. More...
 

Functions

 catapult::model::DEFINE_TRANSFER_NOTIFICATION (Message, 0x001, Validator)
 Transfer was received with a message. More...
 
 catapult::model::DEFINE_TRANSFER_NOTIFICATION (Mosaics, 0x002, Validator)
 Transfer was received with at least one mosaic. More...
 

Macro Definition Documentation

◆ DEFINE_TRANSFER_NOTIFICATION

#define DEFINE_TRANSFER_NOTIFICATION (   DESCRIPTION,
  CODE,
  CHANNEL 
)    DEFINE_NOTIFICATION_TYPE(CHANNEL, Transfer, DESCRIPTION, CODE)

Defines a transfer notification type with DESCRIPTION, CODE and CHANNEL.