|
CatapultServer
v0.5.0.1 (Elephant)
|


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... | |
| #define DEFINE_MULTISIG_NOTIFICATION | ( | DESCRIPTION, | |
| CODE, | |||
| CHANNEL | |||
| ) | DEFINE_NOTIFICATION_TYPE(CHANNEL, Multisig, DESCRIPTION, CODE) |
Defines a multisig notification type with DESCRIPTION, CODE and CHANNEL.