![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Record info about last stake attempt: More...
#include <wallet.h>
Public Member Functions | |
| const CBlockIndex * | GetLastTip () const |
| uint256 | GetLastHash () const |
| int | GetLastHeight () const |
| int | GetLastCoins () const |
| int | GetLastTries () const |
| int64_t | GetLastTime () const |
| void | SetLastCoins (const int coins) |
| void | SetLastTries (const int tries) |
| void | SetLastTip (const CBlockIndex *lastTip) |
| void | SetLastTime (const uint64_t lastTime) |
| void | SetNull () |
| bool | IsActive () const |
Private Attributes | |
| const CBlockIndex * | tipBlock {nullptr} |
| int64_t | nTime {0} |
| int | nTries {0} |
| int | nCoins {0} |
Record info about last stake attempt:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |