adjustBase(const std::vector< BlockHash > &ancestry_proof) override | kagome::consensus::grandpa::VoteGraphImpl | virtual |
append(const BlockInfo &block) | kagome::consensus::grandpa::VoteGraphImpl | |
base_ | kagome::consensus::grandpa::VoteGraphImpl | private |
chain_ | kagome::consensus::grandpa::VoteGraphImpl | private |
Comparator typedef | kagome::consensus::grandpa::VoteGraph | |
Condition typedef | kagome::consensus::grandpa::VoteGraph | |
entries_ | kagome::consensus::grandpa::VoteGraphImpl | private |
findAncestor(VoteType vote_type, const BlockInfo &block, const Condition &condition) const override | kagome::consensus::grandpa::VoteGraphImpl | virtual |
findContainingNodes(const BlockInfo &block) const | kagome::consensus::grandpa::VoteGraphImpl | |
findGhost(VoteType vote_type, const std::optional< BlockInfo > ¤t_best, const Condition &condition) const override | kagome::consensus::grandpa::VoteGraphImpl | virtual |
getBase() const override | kagome::consensus::grandpa::VoteGraphImpl | inlinevirtual |
getEntries() const | kagome::consensus::grandpa::VoteGraphImpl | inline |
getHeads() const | kagome::consensus::grandpa::VoteGraphImpl | inline |
ghostFindMergePoint(VoteType vote_type, const BlockHash &active_node_hash, const Entry &active_node, const std::optional< BlockInfo > &force_constrain, const Condition &condition) const | kagome::consensus::grandpa::VoteGraphImpl | |
heads_ | kagome::consensus::grandpa::VoteGraphImpl | private |
insert(VoteType vote_type, const BlockInfo &block, const Id &voter) override | kagome::consensus::grandpa::VoteGraphImpl | virtual |
introduceBranch(const std::vector< primitives::BlockHash > &descendants, const BlockInfo &ancestor) | kagome::consensus::grandpa::VoteGraphImpl | |
logger_ | kagome::consensus::grandpa::VoteGraphImpl | private |
remove(VoteType vote_type, const Id &voter) override | kagome::consensus::grandpa::VoteGraphImpl | virtual |
VoteGraphImpl(const BlockInfo &base, std::shared_ptr< VoterSet > voter_set, std::shared_ptr< Chain > chain) | kagome::consensus::grandpa::VoteGraphImpl | |
voter_set_ | kagome::consensus::grandpa::VoteGraphImpl | private |
~VoteGraph()=default | kagome::consensus::grandpa::VoteGraph | virtual |