CatapultServer  v0.5.0.1 (Elephant)
CompletedAggregateObserver.cpp File Reference
Include dependency graph for CompletedAggregateObserver.cpp:

Namespaces

 catapult
 
 catapult::observers
 

Typedefs

using catapult::observers::Notification = model::TransactionNotification
 

Functions

 catapult::observers::DEFINE_OBSERVER (CompletedAggregate, Notification, [](const auto &notification, auto &context) { if(model::Entity_Type_Aggregate_Bonded !=notification.TransactionType) return;LockStatusAccountBalanceObserver< HashTraits >(notification, context);})
 

Variable Documentation

◆ Receipt_Type

constexpr auto Receipt_Type = model::Receipt_Type_LockHash_Completed
staticconstexpr