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

Describes an account state cache. More...

Public Types

using KeyType = Address
 
using ValueType = state::AccountState
 
using CacheType = AccountStateCache
 
using CacheDeltaType = AccountStateCacheDelta
 
using CacheViewType = AccountStateCacheView
 
using Serializer = AccountStatePrimarySerializer
 
using PatriciaTree = AccountStatePatriciaTree
 

Static Public Member Functions

static auto GetKeyFromValue (const ValueType &accountState)
 Gets the key corresponding to accountState. More...
 

Static Public Attributes

static constexpr auto Name = "AccountStateCache:Address"
 

Detailed Description

Describes an account state cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ PatriciaTree

◆ Serializer

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

static auto catapult::cache::AccountStateCacheDescriptor::GetKeyFromValue ( const ValueType accountState)
inlinestatic

Gets the key corresponding to accountState.

Member Data Documentation

◆ Name

constexpr auto catapult::cache::AccountStateCacheDescriptor::Name = "AccountStateCache:Address"
staticconstexpr

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