Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::consensus::grandpa::VoteGraph, including all inherited members.
adjustBase(const std::vector< BlockHash > &ancestry_proof)=0 | kagome::consensus::grandpa::VoteGraph | pure virtual |
Comparator typedef | kagome::consensus::grandpa::VoteGraph | |
Condition typedef | kagome::consensus::grandpa::VoteGraph | |
findAncestor(VoteType vote_type, const BlockInfo &block, const Condition &condition) const =0 | kagome::consensus::grandpa::VoteGraph | pure virtual |
findGhost(VoteType vote_type, const std::optional< BlockInfo > ¤t_best, const Condition &condition) const =0 | kagome::consensus::grandpa::VoteGraph | pure virtual |
getBase() const =0 | kagome::consensus::grandpa::VoteGraph | pure virtual |
insert(VoteType vote_type, const BlockInfo &block, const Id &voter)=0 | kagome::consensus::grandpa::VoteGraph | pure virtual |
remove(VoteType vote_type, const Id &voter)=0 | kagome::consensus::grandpa::VoteGraph | pure virtual |
~VoteGraph()=default | kagome::consensus::grandpa::VoteGraph | virtual |