CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
24 namespace catapult {
namespace model {
class TransactionRegistry; } }
30 template<
typename TEntity>
bool operator()(const TEntity &entity)
Returns true if entity passes size checks.
Definition: RemoteApiUtils.h:39
Definition: RemoteApiUtils.h:31
const model::TransactionRegistry & m_registry
Definition: RemoteApiUtils.h:44
RegistryDependentTraits(const model::TransactionRegistry ®istry)
Creates traits around registry.
Definition: RemoteApiUtils.h:34
bool IsSizeValid(const AggregateTransaction &aggregate, const TransactionRegistry ®istry)
Definition: AggregateTransaction.cpp:38
Definition: AddressExtractionExtension.cpp:28
A registry of transaction plugins.
Definition: TransactionPlugin.h:98