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

Describes a secret lock info cache. More...

Public Types

using KeyType = Hash256
 
using ValueType = state::SecretLockInfo
 
using CacheType = SecretLockInfoCache
 
using CacheDeltaType = SecretLockInfoCacheDelta
 
using CacheViewType = SecretLockInfoCacheView
 
using Serializer = SecretLockInfoPrimarySerializer
 
using PatriciaTree = SecretLockInfoPatriciaTree
 

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 = "SecretLockInfoCache"
 

Detailed Description

Describes a secret lock info cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ PatriciaTree

◆ Serializer

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

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

Gets the key corresponding to lockInfo.

Member Data Documentation

◆ Name

constexpr auto catapult::cache::SecretLockInfoCacheDescriptor::Name = "SecretLockInfoCache"
staticconstexpr

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