Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::blockchain::CachedTree, including all inherited members.
CachedTree(std::shared_ptr< TreeNode > root, std::shared_ptr< TreeMeta > metadata) | kagome::blockchain::CachedTree | inlineexplicit |
getMetadata() const | kagome::blockchain::CachedTree | |
getRoot() const | kagome::blockchain::CachedTree | |
getRoot() | kagome::blockchain::CachedTree | |
metadata_ | kagome::blockchain::CachedTree | private |
removeFromMeta(const std::shared_ptr< TreeNode > &node) | kagome::blockchain::CachedTree | |
root_ | kagome::blockchain::CachedTree | private |
updateMeta(const std::shared_ptr< TreeNode > &new_node) | kagome::blockchain::CachedTree | |
updateTreeRoot(std::shared_ptr< TreeNode > new_trie_root, primitives::Justification justification) | kagome::blockchain::CachedTree |