| 
    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.
 
utils::ByteArray< Address_Decoded_Size, UnresolvedAddress_tag > UnresolvedAddress
Definition: src/catapult/types.h:66
 
A notification subscriber.
Definition: NotificationSubscriber.h:27
 
EntityType
Enumeration of entity types.
Definition: EntityType.h:43
 
ModifyAccountRestrictionNotification< EntityType, RestrictionAccount_Operation_Modifications_Notification > ModifyAccountOperationRestrictionNotification
Definition: AccountRestrictionNotifications.h:168
 
ModifyAccountRestrictionValueNotification< UnresolvedAddress, RestrictionAccount_Address_Modification_Notification > ModifyAccountAddressRestrictionValueNotification
Definition: AccountRestrictionNotifications.h:115
 
utils::BaseValue< uint64_t, UnresolvedMosaicId_tag > UnresolvedMosaicId
Definition: src/catapult/types.h:82
 
PLUGIN_API std::unique_ptr< model::TransactionPlugin > CreateAccountMosaicRestrictionTransactionPlugin()
Creates an account mosaic restriction transaction plugin.
 
ModifyAccountRestrictionValueNotification< EntityType, RestrictionAccount_Operation_Modification_Notification > ModifyAccountOperationRestrictionValueNotification
Definition: AccountRestrictionNotifications.h:119
 
Definition: AddressExtractor.h:26
 
ModifyAccountRestrictionNotification< UnresolvedMosaicId, RestrictionAccount_Mosaic_Modifications_Notification > ModifyAccountMosaicRestrictionNotification
Definition: AccountRestrictionNotifications.h:165
 
#define DEFINE_TRANSACTION_PLUGIN_FACTORY(NAME, OPTIONS, PUBLISH)
Defines a transaction plugin factory for NAME transaction with OPTIONS using PUBLISH.
Definition: TransactionPluginFactory.h:147
 
Account restriction type is a mosaic id.
 
AccountRestrictionModificationType ModificationType
Modification type.
Definition: AccountRestrictionTypes.h:64
 
Notification of an account restriction value modification.
Definition: AccountRestrictionNotifications.h:85
 
#define PLUGIN_API
Definition: plugins.h:30
 
PLUGIN_API std::unique_ptr< model::TransactionPlugin > CreateAccountOperationRestrictionTransactionPlugin()
Creates an account operation restriction transaction plugin.
 
ModifyAccountRestrictionNotification< UnresolvedAddress, RestrictionAccount_Address_Modifications_Notification > ModifyAccountAddressRestrictionNotification
Definition: AccountRestrictionNotifications.h:162
 
PLUGIN_API std::unique_ptr< model::TransactionPlugin > CreateAccountAddressRestrictionTransactionPlugin()
Creates an account address restriction transaction plugin.
 
Notification of an account restriction modification.
Definition: AccountRestrictionNotifications.h:127
 
Definition: AddressExtractionExtension.cpp:28
 
Binary layout for an account restriction modification.
Definition: AccountRestrictionTypes.h:61
 
Account restriction type is an address.
 
virtual void notify(const Notification ¬ification)=0
Notifies the subscriber of notification.
 
Notification of an account restriction type.
Definition: AccountRestrictionNotifications.h:62
 
ModifyAccountRestrictionValueNotification< UnresolvedMosaicId, RestrictionAccount_Mosaic_Modification_Notification > ModifyAccountMosaicRestrictionValueNotification
Definition: AccountRestrictionNotifications.h:117