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 {
PLUGIN_API std::unique_ptr< model::TransactionPlugin > CreateSecretLockTransactionPlugin()
Creates a secret lock transaction plugin.
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
Notification of a secret lock hash algorithm.
Definition: SecretLockNotifications.h:68
#define PLUGIN_API
Definition: plugins.h:30
Notification of a secret lock duration.
Definition: SecretLockNotifications.h:54
Definition: AddressExtractionExtension.cpp:28
Notification of use of an account address.
Definition: Notifications.h:57
model::BalanceDebitNotification BalanceDebitNotification
Definition: BalanceValidator.cpp:29
Notification of a secret lock.
Definition: SecretLockNotifications.h:90
virtual void notify(const Notification ¬ification)=0
Notifies the subscriber of notification.
Definition: Notifications.h:362