CatapultServer
v0.5.0.1 (Elephant)
|
View on top of the multisig cache. More...
Public Member Functions | |
MultisigCacheView (const MultisigCacheTypes::BaseSets &multisigSets) | |
Creates a view around multisigSets. More... | |
Public Member Functions inherited from catapult::cache::ReadOnlyViewSupplier< BasicMultisigCacheView > | |
ReadOnlyViewSupplier (TArgs &&... args) | |
Creates a read-only view supplier around args. More... | |
ReadOnlyViewSupplier (ReadOnlyViewSupplier &&rhs) | |
const BasicMultisigCacheView ::ReadOnlyView & | asReadOnly () const |
Returns a read-only view of this view. More... | |
Public Member Functions inherited from catapult::cache::BasicMultisigCacheView | |
BasicMultisigCacheView (const MultisigCacheTypes::BaseSets &multisigSets) | |
Creates a view around multisigSets. More... | |
Public Member Functions inherited from catapult::utils::MoveOnly | |
constexpr | MoveOnly ()=default |
Default constructor. More... | |
~MoveOnly ()=default | |
Default destructor. More... | |
MoveOnly (const NonCopyable &)=delete | |
Disabled copy constructor. More... | |
MoveOnly (MoveOnly &&)=default | |
Default move constructor. More... | |
MoveOnly & | operator= (const MoveOnly &)=delete |
Disabled assignment operator. More... | |
MoveOnly & | operator= (MoveOnly &&)=default |
Default move assignment operator. More... | |
Public Member Functions inherited from catapult::cache::PatriciaTreeMixin< TTree > | |
PatriciaTreeMixin (const TTree *pTree) | |
Creates a mixin around pTree. More... | |
bool | supportsMerkleRoot () const |
Returns true if merkle root is supported. More... | |
std::pair< Hash256, bool > | tryGetMerkleRoot () const |
Tries to get the merkle root if supported. More... | |
std::pair< Hash256, bool > | tryLookup (const typename TTree::KeyType &key, std::vector< tree::TreeNode > &nodePath) const |
Tries to find the value associated with key in the tree and stores proof of existence or not in nodePath. More... | |
Additional Inherited Members | |
Public Types inherited from catapult::cache::BasicMultisigCacheView | |
using | ReadOnlyView = MultisigCacheTypes::CacheReadOnlyType |
View on top of the multisig cache.
|
inlineexplicit |
Creates a view around multisigSets.