![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <governancemodel.h>
Public Types | |
| enum | VoteDirection { ABSTAIN = 0 , YES = 1 , NO = 2 } |
Public Member Functions | |
| VoteInfo (const COutPoint _mnId, VoteDirection _vote, std::string _mnAlias, int64_t _time) | |
Public Attributes | |
| COutPoint | mnVoter |
| VoteDirection | vote |
| std::string | mnAlias |
| int64_t | time |
Definition at line 65 of file governancemodel.h.
| Enumerator | |
|---|---|
| ABSTAIN | |
| YES | |
| NO | |
Definition at line 66 of file governancemodel.h.
|
inlineexplicit |
Definition at line 72 of file governancemodel.h.
| std::string VoteInfo::mnAlias |
Definition at line 76 of file governancemodel.h.
| COutPoint VoteInfo::mnVoter |
Definition at line 74 of file governancemodel.h.
| int64_t VoteInfo::time |
Definition at line 77 of file governancemodel.h.
| VoteDirection VoteInfo::vote |
Definition at line 75 of file governancemodel.h.