CatapultServer  v0.5.0.1 (Elephant)
AccountLinkEntityType.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(AccountLink, Account_Link, 0x1);
31 
32 #ifndef CUSTOM_ENTITY_TYPE_DEFINITION
33 }}
34 #endif
EntityType.h
catapult::model::DEFINE_TRANSACTION_TYPE
DEFINE_TRANSACTION_TYPE(AccountLink, Account_Link, 0x1)
Account link transaction.
catapult
Definition: AddressExtractionExtension.cpp:28