|
Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::consensus::BabeLotteryImpl, including all inherited members.
| BabeLotteryImpl(std::shared_ptr< crypto::VRFProvider > vrf_provider, std::shared_ptr< consensus::babe::BabeConfigRepository > babe_config_repo, std::shared_ptr< crypto::Hasher > hasher) | kagome::consensus::BabeLotteryImpl | |
| changeEpoch(const EpochDescriptor &epoch, const Randomness &randomness, const Threshold &threshold, const crypto::Sr25519Keypair &keypair) override | kagome::consensus::BabeLotteryImpl | virtual |
| epoch_ | kagome::consensus::BabeLotteryImpl | private |
| getEpoch() const override | kagome::consensus::BabeLotteryImpl | virtual |
| getSlotLeadership(primitives::BabeSlotNumber i) const override | kagome::consensus::BabeLotteryImpl | virtual |
| hasher_ | kagome::consensus::BabeLotteryImpl | private |
| keypair_ | kagome::consensus::BabeLotteryImpl | private |
| logger_ | kagome::consensus::BabeLotteryImpl | private |
| randomness_ | kagome::consensus::BabeLotteryImpl | private |
| secondarySlotAuthor(primitives::BabeSlotNumber slot, primitives::AuthorityListSize authorities_count, const Randomness &randomness) const override | kagome::consensus::BabeLotteryImpl | virtual |
| slotVrfSignature(primitives::BabeSlotNumber slot) const override | kagome::consensus::BabeLotteryImpl | virtual |
| threshold_ | kagome::consensus::BabeLotteryImpl | private |
| vrf_provider_ | kagome::consensus::BabeLotteryImpl | private |
| ~BabeLottery()=default | kagome::consensus::BabeLottery | virtual |