![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <moneysupply.h>
Public Member Functions | |
| CMoneySupply () | |
| void | Update (const CAmount &_nSupply, int _nHeight) |
| CAmount | Get () const |
| int64_t | GetCacheHeight () const |
Private Attributes | |
| RecursiveMutex | cs |
| CAmount | nSupply |
| int64_t | nHeight |
Definition at line 14 of file moneysupply.h.
|
inline |
Definition at line 22 of file moneysupply.h.
|
inline |
Definition at line 31 of file moneysupply.h.
|
inline |
Definition at line 32 of file moneysupply.h.
|
inline |
Definition at line 24 of file moneysupply.h.
|
mutableprivate |
Definition at line 16 of file moneysupply.h.
|
private |
Definition at line 19 of file moneysupply.h.
|
private |
Definition at line 17 of file moneysupply.h.