CatapultServer
v0.5.0.1 (Elephant)
|
Describes an account restriction cache. More...
Public Types | |
using | KeyType = Address |
using | ValueType = state::AccountRestrictions |
using | CacheType = AccountRestrictionCache |
using | CacheDeltaType = AccountRestrictionCacheDelta |
using | CacheViewType = AccountRestrictionCacheView |
using | Serializer = AccountRestrictionsPrimarySerializer |
using | PatriciaTree = AccountRestrictionPatriciaTree |
Static Public Member Functions | |
static const auto & | GetKeyFromValue (const ValueType &entry) |
Gets the key corresponding to entry. More... | |
Static Public Attributes | |
static constexpr auto | Name = "AccountRestrictionCache" |
Describes an account restriction cache.
using catapult::cache::AccountRestrictionCacheDescriptor::CacheDeltaType = AccountRestrictionCacheDelta |
using catapult::cache::AccountRestrictionCacheDescriptor::CacheViewType = AccountRestrictionCacheView |
using catapult::cache::AccountRestrictionCacheDescriptor::PatriciaTree = AccountRestrictionPatriciaTree |
using catapult::cache::AccountRestrictionCacheDescriptor::Serializer = AccountRestrictionsPrimarySerializer |
|
inlinestatic |
Gets the key corresponding to entry.
|
staticconstexpr |