CatapultServer
v0.5.0.1 (Elephant)
|
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" |
Describes a multisig cache.
|
inlinestatic |
Gets the key corresponding to entry.
|
staticconstexpr |