CatapultServer  v0.5.0.1 (Elephant)
AccountRestrictionEntityType.h
Go to the documentation of this file.
1 
21 #pragma once
22 #ifndef CUSTOM_ENTITY_TYPE_DEFINITION
24 
25 namespace catapult { namespace model {
26 
27 #endif
28 
30  DEFINE_TRANSACTION_TYPE(RestrictionAccount, Account_Address_Restriction, 0x1);
31 
33  DEFINE_TRANSACTION_TYPE(RestrictionAccount, Account_Mosaic_Restriction, 0x2);
34 
36  DEFINE_TRANSACTION_TYPE(RestrictionAccount, Account_Operation_Restriction, 0x3);
37 
38 #ifndef CUSTOM_ENTITY_TYPE_DEFINITION
39 }}
40 #endif
EntityType.h
catapult::model::DEFINE_TRANSACTION_TYPE
DEFINE_TRANSACTION_TYPE(AccountLink, Account_Link, 0x1)
Account link transaction.
catapult
Definition: AddressExtractionExtension.cpp:28