![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <stakeinput.h>
Public Member Functions | |
| CPrcyStake () | |
| bool | SetInput (CTransaction txPrev, unsigned int n) |
| PRCY Stake. More... | |
| CBlockIndex * | GetIndexFrom () override |
| bool | GetTxFrom (CTransaction &tx) override |
| CAmount | GetValue () override |
| bool | GetModifier (uint64_t &nStakeModifier) override |
| CDataStream | GetUniqueness () override |
| bool | CreateTxIn (CWallet *pwallet, CTxIn &txIn, uint256 hashTxOut=0) override |
| bool | CreateTxOuts (CWallet *pwallet, std::vector< CTxOut > &vout, CAmount nTotal) override |
Public Member Functions inherited from CStakeInput | |
| virtual | ~CStakeInput () |
Private Attributes | |
| CTransaction | txFrom |
| unsigned int | nPosition |
Additional Inherited Members | |
Protected Attributes inherited from CStakeInput | |
| CBlockIndex * | pindexFrom |
Definition at line 32 of file stakeinput.h.
|
inline |
Definition at line 38 of file stakeinput.h.
|
overridevirtual |
Implements CStakeInput.
Definition at line 24 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 58 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 144 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 121 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 18 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 135 of file stakeinput.cpp.
|
overridevirtual |
Implements CStakeInput.
Definition at line 44 of file stakeinput.cpp.
| bool CPrcyStake::SetInput | ( | CTransaction | txPrev, |
| unsigned int | n | ||
| ) |
PRCY Stake.
Definition at line 11 of file stakeinput.cpp.
|
private |
Definition at line 36 of file stakeinput.h.
|
private |
Definition at line 35 of file stakeinput.h.
1.8.17