#include <protocol.h>
Definition at line 33 of file protocol.h.
◆ Response() [1/2]
avalanche::Response::Response |
( |
| ) |
|
|
inline |
◆ 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 |
|
private |
◆ round
uint64_t avalanche::Response::round |
|
private |
◆ votes
std::vector<Vote> avalanche::Response::votes |
|
private |
The documentation for this class was generated from the following file: