CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
25 namespace catapult {
namespace model {
class TransactionPlugin; } }
27 namespace catapult {
namespace plugins {
Transaction supports both top-level and embedding.
A notification subscriber.
Definition: NotificationSubscriber.h:27
Notification of a required mosaic.
Definition: Notifications.h:405
Definition: AddressExtractor.h:26
#define DEFINE_TRANSACTION_PLUGIN_FACTORY(NAME, OPTIONS, PUBLISH)
Defines a transaction plugin factory for NAME transaction with OPTIONS using PUBLISH.
Definition: TransactionPluginFactory.h:147
PLUGIN_API std::unique_ptr< model::TransactionPlugin > CreateMosaicAliasTransactionPlugin()
Creates a mosaic alias transaction plugin.
#define PLUGIN_API
Definition: plugins.h:30
AliasedDataNotification< MosaicId, Namespace_Aliased_MosaicId_Notification > AliasedMosaicIdNotification
Notification of an aliased mosaic id.
Definition: AliasNotifications.h:122
Notification of alias owner.
Definition: AliasNotifications.h:76
Definition: AddressExtractionExtension.cpp:28
virtual void notify(const Notification ¬ification)=0
Notifies the subscriber of notification.