CatapultServer  v0.5.0.1 (Elephant)
MultisigBaseSets.h File Reference
Include dependency graph for MultisigBaseSets.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  catapult::cache::MultisigPatriciaTree
 
struct  catapult::cache::MultisigBaseSetDeltaPointers
 
struct  catapult::cache::MultisigBaseSets
 

Namespaces

 catapult
 
 catapult::cache
 

Typedefs

using catapult::cache::BasicMultisigPatriciaTree = tree::BasePatriciaTree< SerializerHashedKeyEncoder< MultisigCacheDescriptor::Serializer >, PatriciaTreeRdbDataSource, utils::ArrayHasher< Key > >
 
using catapult::cache::MultisigSingleSetCacheTypesAdapter = SingleSetAndPatriciaTreeCacheTypesAdapter< MultisigCacheTypes::PrimaryTypes, MultisigPatriciaTree >