 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef PRCY_STAKEINPUT_H
6 #define PRCY_STAKEINPUT_H
28 virtual bool GetModifier(uint64_t& nStakeModifier) = 0;
48 bool GetModifier(uint64_t& nStakeModifier)
override;
55 #endif //PRCY_STAKEINPUT_H
An input of a transaction.
A virtual base class for key stores.
bool CreateTxIn(CWallet *pwallet, CTxIn &txIn, uint256 hashTxOut=0) override
CDataStream GetUniqueness() override
bool GetModifier(uint64_t &nStakeModifier) override
The basic transaction that is broadcasted on the network and contained in blocks.
bool GetTxFrom(CTransaction &tx) override
CBlockIndex * GetIndexFrom() override
CAmount GetValue() override
int64_t CAmount
Amount in PRCY (Can be negative)
256-bit unsigned big integer.
bool CreateTxOuts(CWallet *pwallet, std::vector< CTxOut > &vout, CAmount nTotal) override
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances,...
A transaction with a bunch of additional info that only the owner cares about.
Double ended buffer combining vector and stream-like interfaces.
bool SetInput(CTransaction txPrev, unsigned int n)
PRCY Stake.
The block chain is a tree shaped structure starting with the genesis block at the root,...