CatapultServer
v0.5.0.1 (Elephant)
|
Describes a hash lock info cache. More...
Public Types | |
using | KeyType = Hash256 |
using | ValueType = state::HashLockInfo |
using | CacheType = HashLockInfoCache |
using | CacheDeltaType = HashLockInfoCacheDelta |
using | CacheViewType = HashLockInfoCacheView |
using | Serializer = HashLockInfoPrimarySerializer |
using | PatriciaTree = HashLockInfoPatriciaTree |
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 = "HashLockInfoCache" |
Describes a hash lock info cache.
|
inlinestatic |
Gets the key corresponding to lockInfo.
|
staticconstexpr |