CatapultServer
v0.5.0.1 (Elephant)
AccountRestrictionCacheStorage.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
AccountRestrictionCacheTypes.h
"
23
#include "
src/state/AccountRestrictionsSerializer.h
"
24
#include "
catapult/cache/CacheStorageInclude.h
"
25
26
namespace
catapult
{
namespace
cache {
27
29
struct
AccountRestrictionCacheStorage
30
:
public
CacheStorageForBasicInsertRemoveCache
<AccountRestrictionCacheDescriptor>
31
,
public
state::AccountRestrictionsSerializer
32
{};
33
}}
CacheStorageInclude.h
catapult::cache::CacheStorageForBasicInsertRemoveCache
Defines cache storage for cache with basic insert remove support.
Definition:
src/catapult/cache/CacheStorageInclude.h:51
AccountRestrictionCacheTypes.h
catapult::state::AccountRestrictionsSerializer
Policy for saving and loading account restrictions data.
Definition:
AccountRestrictionsSerializer.h:28
AccountRestrictionsSerializer.h
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::cache::AccountRestrictionCacheStorage
Policy for saving and loading account restriction cache data.
Definition:
AccountRestrictionCacheStorage.h:29
catapult-server
plugins
txes
restriction_account
src
cache
AccountRestrictionCacheStorage.h
Generated by
1.8.16