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

Describes a multisig cache. More...

Public Types

using KeyType = Key
 
using ValueType = state::MultisigEntry
 
using CacheType = MultisigCache
 
using CacheDeltaType = MultisigCacheDelta
 
using CacheViewType = MultisigCacheView
 
using Serializer = MultisigEntryPrimarySerializer
 
using PatriciaTree = MultisigPatriciaTree
 

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

Detailed Description

Describes a multisig cache.

Member Typedef Documentation

◆ CacheDeltaType

◆ CacheType

◆ CacheViewType

◆ KeyType

◆ PatriciaTree

◆ Serializer

◆ ValueType

Member Function Documentation

◆ GetKeyFromValue()

static const auto& catapult::cache::MultisigCacheDescriptor::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::MultisigCacheDescriptor::Name = "MultisigCache"
staticconstexpr

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