Kagome
Polkadot Runtime Engine in C++17
kagome::blockchain::TreeMeta Member List

This is the complete list of members for kagome::blockchain::TreeMeta, including all inherited members.

deepest_leafkagome::blockchain::TreeMeta
last_finalizedkagome::blockchain::TreeMeta
last_finalized_justificationkagome::blockchain::TreeMeta
leaveskagome::blockchain::TreeMeta
TreeMeta(const std::shared_ptr< TreeNode > &subtree_root_node, std::optional< primitives::Justification > last_finalized_justification)kagome::blockchain::TreeMetaexplicit
TreeMeta(std::unordered_set< primitives::BlockHash > leaves, const std::shared_ptr< TreeNode > &deepest_leaf, const std::shared_ptr< TreeNode > &last_finalized, primitives::Justification last_finalized_justification)kagome::blockchain::TreeMeta