Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <protocol.h>
Public Member Functions | |
Poll (uint64_t roundIn, std::vector< CInv > invsIn) | |
uint64_t | GetRound () |
const std::vector< CInv > & | GetInvs () const |
SERIALIZE_METHODS (Poll, obj) | |
Private Attributes | |
uint64_t | round |
std::vector< CInv > | invs |
Definition at line 53 of file protocol.h.
Definition at line 58 of file protocol.h.
|
inline |
Definition at line 62 of file protocol.h.
|
inline |
Definition at line 61 of file protocol.h.
|
private |
Definition at line 55 of file protocol.h.
|
private |
Definition at line 54 of file protocol.h.