![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <deterministicmns.h>
Public Types | |
| enum | Field : uint32_t { Field_nRegisteredHeight = 0x0001 , Field_nLastPaidHeight = 0x0002 , Field_nPoSePenalty = 0x0004 , Field_nPoSeRevivedHeight = 0x0008 , Field_nPoSeBanHeight = 0x0010 , Field_nRevocationReason = 0x0020 , Field_confirmedHash = 0x0040 , Field_confirmedHashWithProRegTxHash = 0x0080 , Field_keyIDOwner = 0x0100 , Field_pubKeyOperator = 0x0200 , Field_keyIDVoting = 0x0400 , Field_addr = 0x0800 , Field_scriptPayout = 0x1000 , Field_scriptOperatorPayout = 0x2000 } |
Public Member Functions | |
| CDeterministicMNStateDiff () | |
| CDeterministicMNStateDiff (const CDeterministicMNState &a, const CDeterministicMNState &b) | |
| SERIALIZE_METHODS (CDeterministicMNStateDiff, obj) | |
| void | ApplyToState (CDeterministicMNState &target) const |
Public Attributes | |
| uint32_t | fields {0} |
| CDeterministicMNState | state |
Definition at line 114 of file deterministicmns.h.
| enum CDeterministicMNStateDiff::Field : uint32_t |
Definition at line 117 of file deterministicmns.h.
|
inline |
Definition at line 156 of file deterministicmns.h.
|
inline |
Definition at line 157 of file deterministicmns.h.
|
inline |
|
inline |
Definition at line 164 of file deterministicmns.h.
| uint32_t CDeterministicMNStateDiff::fields {0} |
Definition at line 151 of file deterministicmns.h.
| CDeterministicMNState CDeterministicMNStateDiff::state |
Definition at line 153 of file deterministicmns.h.