![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <governance-object.h>
Public Member Functions | |
vote_instance_t (vote_outcome_enum_t eOutcomeIn=VOTE_OUTCOME_NONE, int64_t nTimeIn=0, int64_t nCreationTimeIn=0) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
Public Attributes | |
vote_outcome_enum_t | eOutcome |
int64_t | nTime |
int64_t | nCreationTime |
ADD_SERIALIZE_METHODS | |
Definition at line 62 of file governance-object.h.
|
inline |
Definition at line 68 of file governance-object.h.
|
inline |
Definition at line 77 of file governance-object.h.
vote_instance_t::ADD_SERIALIZE_METHODS |
Definition at line 74 of file governance-object.h.
vote_outcome_enum_t vote_instance_t::eOutcome |
Definition at line 64 of file governance-object.h.
Referenced by CGovernanceObject::CountMatchingVotes(), and SerializationOp().
int64_t vote_instance_t::nCreationTime |
Definition at line 66 of file governance-object.h.
Referenced by CGovernanceObject::ProcessVote(), and SerializationOp().
int64_t vote_instance_t::nTime |
Definition at line 65 of file governance-object.h.
Referenced by CGovernanceObject::ProcessVote(), and SerializationOp().