#include <protocol.h>
|
| uint64_t | round {std::numeric_limits<uint64_t>::max()} |
| |
| uint32_t | cooldown {std::numeric_limits<uint32_t>::max()} |
| |
| std::vector< Vote > | votes |
| |
Definition at line 33 of file protocol.h.
◆ Response() [1/2]
| avalanche::Response::Response |
( |
| ) |
|
|
default |
◆ Response() [2/2]
| avalanche::Response::Response |
( |
uint64_t |
roundIn, |
|
|
uint32_t |
cooldownIn, |
|
|
std::vector< Vote > |
votesIn |
|
) |
| |
|
inline |
◆ getCooldown()
| uint32_t avalanche::Response::getCooldown |
( |
| ) |
const |
|
inline |
◆ getRound()
| uint64_t avalanche::Response::getRound |
( |
| ) |
const |
|
inline |
◆ GetVotes()
| const std::vector< Vote > & avalanche::Response::GetVotes |
( |
| ) |
const |
|
inline |
◆ SERIALIZE_METHODS()
| avalanche::Response::SERIALIZE_METHODS |
( |
Response |
, |
|
|
obj |
|
|
) |
| |
|
inline |
◆ cooldown
| uint32_t avalanche::Response::cooldown {std::numeric_limits<uint32_t>::max()} |
|
private |
◆ round
| uint64_t avalanche::Response::round {std::numeric_limits<uint64_t>::max()} |
|
private |
◆ votes
| std::vector<Vote> avalanche::Response::votes |
|
private |
The documentation for this class was generated from the following file: