|
rippled
|
Describes the result of processing a Validator List (UNL), including some of the information from the list which can be used by the caller to know which list publisher is involved. More...
Public Member Functions | |
| PublisherListStats (ListDisposition d) | |
| PublisherListStats (ListDisposition d, PublicKey key, bool avail, std::size_t seq) | |
Public Attributes | |
| ListDisposition | disposition |
| boost::optional< PublicKey > | publisherKey |
| bool | available = false |
| boost::optional< std::size_t > | sequence |
Describes the result of processing a Validator List (UNL), including some of the information from the list which can be used by the caller to know which list publisher is involved.
Definition at line 188 of file ValidatorList.h.
|
explicit |
Definition at line 190 of file ValidatorList.h.
| ripple::ValidatorList::PublisherListStats::PublisherListStats | ( | ListDisposition | d, |
| PublicKey | key, | ||
| bool | avail, | ||
| std::size_t | seq | ||
| ) |
Definition at line 194 of file ValidatorList.h.
| ListDisposition ripple::ValidatorList::PublisherListStats::disposition |
Definition at line 203 of file ValidatorList.h.
| boost::optional<PublicKey> ripple::ValidatorList::PublisherListStats::publisherKey |
Definition at line 204 of file ValidatorList.h.
| bool ripple::ValidatorList::PublisherListStats::available = false |
Definition at line 205 of file ValidatorList.h.
| boost::optional<std::size_t> ripple::ValidatorList::PublisherListStats::sequence |
Definition at line 206 of file ValidatorList.h.
1.8.17