CatapultServer
v0.5.0.1 (Elephant)
|
AccountState cache types. More...
Classes | |
struct | ComposableBaseSetDeltas |
struct | ComposableBaseSets |
class | ComposedLookupAdapter |
struct | KeyLookupMapTypesDescriptor |
Describes a key-based interface on top of an account state cache. More... | |
struct | Options |
Custom sub view options. More... | |
Public Types | |
using | CacheReadOnlyType = ReadOnlyAccountStateCache |
using | PrimaryTypes = MutableUnorderedMapAdapter< AccountStateCacheDescriptor, utils::ArrayHasher< Address > > |
using | KeyLookupMapTypes = ImmutableUnorderedMapAdapter< KeyLookupMapTypesDescriptor, utils::ArrayHasher< Key > > |
using | BaseSetDeltaPointers = AccountStateBaseSetDeltaPointers |
using | BaseSets = AccountStateBaseSets |
AccountState cache types.
using catapult::cache::AccountStateCacheTypes::BaseSetDeltaPointers = AccountStateBaseSetDeltaPointers |
using catapult::cache::AccountStateCacheTypes::KeyLookupMapTypes = ImmutableUnorderedMapAdapter<KeyLookupMapTypesDescriptor, utils::ArrayHasher<Key> > |
using catapult::cache::AccountStateCacheTypes::PrimaryTypes = MutableUnorderedMapAdapter<AccountStateCacheDescriptor, utils::ArrayHasher<Address> > |