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