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.
Notification of a remote account link.
Definition: AccountLinkNotifications.h:46
A notification subscriber.
Definition: NotificationSubscriber.h:27
Notification of a new remote account.
Definition: AccountLinkNotifications.h:76
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
#define PLUGIN_API
Definition: plugins.h:30
Account link facility code.
Notification of use of an account public key.
Definition: Notifications.h:75
Definition: AddressExtractionExtension.cpp:28
virtual void notify(const Notification ¬ification)=0
Notifies the subscriber of notification.
PLUGIN_API std::unique_ptr< model::TransactionPlugin > CreateAccountLinkTransactionPlugin()
Creates an account link transaction plugin.
Definition: Notifications.h:362