Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for avalanche::Slot, including all inherited members.
contains(uint64_t slot) const | avalanche::Slot | inline |
follows(uint64_t slot) const | avalanche::Slot | inline |
getPeerId() const | avalanche::Slot | inline |
getScore() const | avalanche::Slot | inline |
getStart() const | avalanche::Slot | inline |
getStop() const | avalanche::Slot | inline |
peerid | avalanche::Slot | private |
precedes(uint64_t slot) const | avalanche::Slot | inline |
score | avalanche::Slot | private |
Slot(uint64_t startIn, uint32_t scoreIn, PeerId peeridIn) | avalanche::Slot | inline |
start | avalanche::Slot | private |
withPeerId(PeerId peeridIn) const | avalanche::Slot | inline |
withScore(uint64_t scoreIn) const | avalanche::Slot | inline |
withStart(uint64_t startIn) const | avalanche::Slot | inline |