Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <protocol.h>
Public Member Functions | |
Vote () | |
Vote (uint32_t errorIn, uint256 hashIn) | |
const uint256 & | GetHash () const |
uint32_t | GetError () const |
SERIALIZE_METHODS (Vote, obj) | |
Private Attributes | |
uint32_t | error |
uint256 | hash |
Definition at line 18 of file protocol.h.
|
inline |
Definition at line 23 of file protocol.h.
Definition at line 24 of file protocol.h.
|
inline |
|
inline |
Definition at line 26 of file protocol.h.
|
private |
Definition at line 19 of file protocol.h.
|
private |
Definition at line 20 of file protocol.h.