CatapultServer  v0.5.0.1 (Elephant)
txes/namespace/src/observers/Observers.h
Go to the documentation of this file.
1 
21 #pragma once
26 
27 namespace catapult { namespace observers {
28 
29  // region alias
30 
34 
38 
39  // endregion
40 
41  // region namespace
42 
45  DECLARE_OBSERVER(RootNamespace, model::RootNamespaceNotification)();
46 
49  DECLARE_OBSERVER(ChildNamespace, model::ChildNamespaceNotification)();
50 
51  // endregion
52 }}
catapult::observers::DECLARE_OBSERVER
DECLARE_OBSERVER(HarvestFee, Notification)(MosaicId currencyMosaicId
AliasNotifications.h
ObserverTypes.h
catapult::model::AliasedMosaicIdNotification
AliasedDataNotification< MosaicId, Namespace_Aliased_MosaicId_Notification > AliasedMosaicIdNotification
Notification of an aliased mosaic id.
Definition: AliasNotifications.h:122
Notifications.h
catapult::model::AliasedAddressNotification
AliasedDataNotification< Address, Namespace_Aliased_Address_Notification > AliasedAddressNotification
Notification of an aliased address.
Definition: AliasNotifications.h:119
catapult
Definition: AddressExtractionExtension.cpp:28
NamespaceNotifications.h