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

Describes a block difficulty cache. More...

Public Types

using KeyType = state::BlockDifficultyInfo
 
using ValueType = KeyType
 
using CacheType = BlockDifficultyCache
 
using CacheDeltaType = BlockDifficultyCacheDelta
 
using CacheViewType = BlockDifficultyCacheView
 

Static Public Member Functions

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

Detailed Description

Describes a block difficulty cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

static const auto& catapult::cache::BlockDifficultyCacheDescriptor::GetKeyFromValue ( const ValueType blockDifficultyInfo)
inlinestatic

Gets the key corresponding to blockDifficultyInfo.


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