CatapultServer  v0.5.0.1 (Elephant)
catapult::cache::AccountRestrictionCacheDescriptor Struct Reference

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"
 

Detailed Description

Describes an account restriction cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ PatriciaTree

◆ Serializer

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

static const auto& catapult::cache::AccountRestrictionCacheDescriptor::GetKeyFromValue ( const ValueType entry)
inlinestatic

Gets the key corresponding to entry.

Here is the call graph for this function:

Member Data Documentation

◆ Name

constexpr auto catapult::cache::AccountRestrictionCacheDescriptor::Name = "AccountRestrictionCache"
staticconstexpr

The documentation for this struct was generated from the following file: