CatapultServer  v0.5.0.1 (Elephant)
AccountLinkTransactionPlugin.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "catapult/plugins.h"
23 #include <memory>
24 
25 namespace catapult { namespace model { class TransactionPlugin; } }
26 
27 namespace catapult { namespace plugins {
28 
31  std::unique_ptr<model::TransactionPlugin> CreateAccountLinkTransactionPlugin();
32 }}
catapult::model::TransactionPluginFactoryOptions::Default
Transaction supports both top-level and embedding.
catapult::model::RemoteAccountLinkNotification
Notification of a remote account link.
Definition: AccountLinkNotifications.h:46
catapult::model::NotificationSubscriber
A notification subscriber.
Definition: NotificationSubscriber.h:27
NotificationSubscriber.h
AccountLinkNotifications.h
catapult::model::NewRemoteAccountNotification
Notification of a new remote account.
Definition: AccountLinkNotifications.h:76
catapult::model
Definition: AddressExtractor.h:26
DEFINE_TRANSACTION_PLUGIN_FACTORY
#define DEFINE_TRANSACTION_PLUGIN_FACTORY(NAME, OPTIONS, PUBLISH)
Defines a transaction plugin factory for NAME transaction with OPTIONS using PUBLISH.
Definition: TransactionPluginFactory.h:147
TransactionPluginFactory.h
plugins.h
PLUGIN_API
#define PLUGIN_API
Definition: plugins.h:30
AccountLinkTransactionPlugin.h
catapult::model::AccountLinkAction::Link
Link account.
catapult::model::FacilityCode::AccountLink
Account link facility code.
catapult::model::AccountPublicKeyNotification
Notification of use of an account public key.
Definition: Notifications.h:75
catapult
Definition: AddressExtractionExtension.cpp:28
AccountLinkTransaction.h
catapult::model::NotificationSubscriber::notify
virtual void notify(const Notification &notification)=0
Notifies the subscriber of notification.
catapult::plugins::CreateAccountLinkTransactionPlugin
PLUGIN_API std::unique_ptr< model::TransactionPlugin > CreateAccountLinkTransactionPlugin()
Creates an account link transaction plugin.
catapult::model::AddressInteractionNotification
Definition: Notifications.h:362