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

Describes a hash lock info cache. More...

Public Types

using KeyType = Hash256
 
using ValueType = state::HashLockInfo
 
using CacheType = HashLockInfoCache
 
using CacheDeltaType = HashLockInfoCacheDelta
 
using CacheViewType = HashLockInfoCacheView
 
using Serializer = HashLockInfoPrimarySerializer
 
using PatriciaTree = HashLockInfoPatriciaTree
 

Static Public Member Functions

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

Static Public Attributes

static constexpr auto Name = "HashLockInfoCache"
 

Detailed Description

Describes a hash lock info cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ PatriciaTree

◆ Serializer

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

static const auto& catapult::cache::HashLockInfoCacheDescriptor::GetKeyFromValue ( const ValueType lockInfo)
inlinestatic

Gets the key corresponding to lockInfo.

Member Data Documentation

◆ Name

constexpr auto catapult::cache::HashLockInfoCacheDescriptor::Name = "HashLockInfoCache"
staticconstexpr

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