CatapultServer
v0.5.0.1 (Elephant)
|
Multisig cache types. More...
Public Types | |
using | PrimaryTypes = MutableUnorderedMapAdapter< MultisigCacheDescriptor, utils::ArrayHasher< Key > > |
using | CacheReadOnlyType = ReadOnlyArtifactCache< BasicMultisigCacheView, BasicMultisigCacheDelta, const Key &, state::MultisigEntry > |
using | BaseSetDeltaPointers = MultisigBaseSetDeltaPointers |
using | BaseSets = MultisigBaseSets |
Multisig cache types.
using catapult::cache::MultisigCacheTypes::CacheReadOnlyType = ReadOnlyArtifactCache<BasicMultisigCacheView, BasicMultisigCacheDelta, const Key&, state::MultisigEntry> |
using catapult::cache::MultisigCacheTypes::PrimaryTypes = MutableUnorderedMapAdapter<MultisigCacheDescriptor, utils::ArrayHasher<Key> > |