![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <zpos.h>
Public Member Functions | |
| CLegacyZPivStake (const CBlockIndex *_pindexFrom, uint32_t _nChecksum, libzerocoin::CoinDenomination _denom, const uint256 &_hashSerial) | |
| bool | IsZPIV () const override |
| uint32_t | GetChecksum () const |
| const CBlockIndex * | GetIndexFrom () const override |
| CAmount | GetValue () const override |
| CDataStream | GetUniqueness () const override |
| bool | GetTxOutFrom (CTxOut &out) const override |
Public Member Functions inherited from CStakeInput | |
| CStakeInput (const CBlockIndex *_pindexFrom) | |
| virtual | ~CStakeInput () |
Static Public Member Functions | |
| static CLegacyZPivStake * | NewZPivStake (const CTxIn &txin, int nHeight) |
Private Attributes | |
| uint32_t | nChecksum {0} |
| libzerocoin::CoinDenomination | denom {libzerocoin::ZQ_ERROR} |
| uint256 | hashSerial {UINT256_ZERO} |
Additional Inherited Members | |
Protected Attributes inherited from CStakeInput | |
| const CBlockIndex * | pindexFrom = nullptr |
|
inline |
|
overridevirtual |
Implements CStakeInput.
|
inlineoverridevirtual |
Implements CStakeInput.
|
overridevirtual |
Implements CStakeInput.
|
overridevirtual |
Implements CStakeInput.
|
inlineoverridevirtual |
Implements CStakeInput.
|
static |
|
private |
|
private |