![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "kernel.h"#include "db.h"#include "legacy/stakemodifier.h"#include "policy/policy.h"#include "script/interpreter.h"#include "stakeinput.h"#include "util/system.h"#include "utilmoneystr.h"#include "validation.h"#include "zpiv/zpos.h"Go to the source code of this file.
Functions | |
| bool | Stake (const CBlockIndex *pindexPrev, CStakeInput *stakeInput, unsigned int nBits, int64_t &nTimeTx) |
| bool | CheckProofOfStake (const CBlock &block, std::string &strError, const CBlockIndex *pindexPrev) |
| bool | GetStakeKernelHash (uint256 &hashRet, const CBlock &block, const CBlockIndex *pindexPrev) |
| bool CheckProofOfStake | ( | const CBlock & | block, |
| std::string & | strError, | ||
| const CBlockIndex * | pindexPrev | ||
| ) |
Definition at line 139 of file kernel.cpp.
| bool GetStakeKernelHash | ( | uint256 & | hashRet, |
| const CBlock & | block, | ||
| const CBlockIndex * | pindexPrev | ||
| ) |
Definition at line 188 of file kernel.cpp.
| bool Stake | ( | const CBlockIndex * | pindexPrev, |
| CStakeInput * | stakeInput, | ||
| unsigned int | nBits, | ||
| int64_t & | nTimeTx | ||
| ) |
Definition at line 115 of file kernel.cpp.