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

Go to the source code of this file.

Classes

struct  catapult::model::ModifyMultisigCosignersNotification
 Notification of a multisig cosigners modification. More...
 
struct  catapult::model::ModifyMultisigNewCosignerNotification
 Notification of a new cosigner. More...
 
struct  catapult::model::ModifyMultisigSettingsNotification
 Notification of a multisig settings modification. More...
 

Namespaces

 catapult
 
 catapult::model
 

Macros

#define DEFINE_MULTISIG_NOTIFICATION(DESCRIPTION, CODE, CHANNEL)   DEFINE_NOTIFICATION_TYPE(CHANNEL, Multisig, DESCRIPTION, CODE)
 Defines a multisig notification type with DESCRIPTION, CODE and CHANNEL. More...
 

Functions

 catapult::model::DEFINE_MULTISIG_NOTIFICATION (Modify_Cosigners, 0x0001, All)
 Multisig account cosigners were modified. More...
 
 catapult::model::DEFINE_MULTISIG_NOTIFICATION (Modify_New_Cosigner, 0x0002, Validator)
 A cosigner was added to a multisig account. More...
 
 catapult::model::DEFINE_MULTISIG_NOTIFICATION (Modify_Settings, 0x1001, All)
 Multisig account settings were modified. More...
 

Macro Definition Documentation

◆ DEFINE_MULTISIG_NOTIFICATION

#define DEFINE_MULTISIG_NOTIFICATION (   DESCRIPTION,
  CODE,
  CHANNEL 
)    DEFINE_NOTIFICATION_TYPE(CHANNEL, Multisig, DESCRIPTION, CODE)

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