![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <stakeinput.h>
Public Member Functions | |
| CPivStake (const CTxOut &_from, const COutPoint &_outPointFrom, const CBlockIndex *_pindexFrom) | |
| const CBlockIndex * | GetIndexFrom () const override |
| bool | GetTxOutFrom (CTxOut &out) const override |
| CAmount | GetValue () const override |
| CDataStream | GetUniqueness () const override |
| CTxIn | GetTxIn () const |
| bool | IsZPIV () const override |
Public Member Functions inherited from CStakeInput | |
| CStakeInput (const CBlockIndex *_pindexFrom) | |
| virtual | ~CStakeInput () |
Static Public Member Functions | |
| static CPivStake * | NewPivStake (const CTxIn &txin, int nHeight, uint32_t nTime) |
Private Attributes | |
| const CTxOut | outputFrom |
| const COutPoint | outpointFrom |
Additional Inherited Members | |
Protected Attributes inherited from CStakeInput | |
| const CBlockIndex * | pindexFrom = nullptr |
Definition at line 32 of file stakeinput.h.
|
inline |
Definition at line 39 of file stakeinput.h.
|
overridevirtual |
Implements CStakeInput.
Definition at line 91 of file stakeinput.cpp.
| CTxIn CPivStake::GetTxIn | ( | ) | const |
Definition at line 72 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 66 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 82 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 77 of file stakeinput.cpp.
|
inlineoverridevirtual |
Implements CStakeInput.
Definition at line 49 of file stakeinput.h.
|
private |
Definition at line 36 of file stakeinput.h.
|
private |
Definition at line 35 of file stakeinput.h.