CatapultServer  v0.5.0.1 (Elephant)
HashCacheService.h
Go to the documentation of this file.
1 
21 #pragma once
23 
24 namespace catapult { namespace hashcache {
25 
29 }}
ServiceRegistrar.h
catapult::extensions::ServiceRegistrarPhase::Initial
First phase (no dependencies).
catapult::hashcache::HashCache
DECLARE_SERVICE_REGISTRAR() HashCache()
Definition: HashCacheService.cpp:46
forwardsValidation.info
def info(*args)
Definition: forwardsValidation.py:12
catapult::cache::HashCacheContains
bool HashCacheContains(const CatapultCache &cache, Timestamp timestamp, const Hash256 &hash)
Returns true if cache contains hash with timestamp.
Definition: HashCachePredicates.cpp:27
HashCacheService.h
HashCachePredicates.h
catapult
Definition: AddressExtractionExtension.cpp:28
DECLARE_SERVICE_REGISTRAR
#define DECLARE_SERVICE_REGISTRAR(NAME)
Declares a service registrar entry point with NAME.
Definition: ServiceRegistrar.h:61
ServiceState.h