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
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 > CreateAddressAliasTransactionPlugin()
Creates an address alias transaction plugin.
#define PLUGIN_API
Definition: plugins.h:30
AliasedDataNotification< Address, Namespace_Aliased_Address_Notification > AliasedAddressNotification
Notification of an aliased address.
Definition: AliasNotifications.h:119
Notification of alias owner.
Definition: AliasNotifications.h:76
Definition: AddressExtractionExtension.cpp:28
virtual void notify(const Notification ¬ification)=0
Notifies the subscriber of notification.