#include <kernel.h>
Definition at line 13 of file kernel.h.
◆ CStakeKernel()
| CStakeKernel::CStakeKernel |
( |
const CBlockIndex *const |
pindexPrev, |
|
|
CStakeInput * |
stakeInput, |
|
|
unsigned int |
nBits, |
|
|
int |
nTimeTx |
|
) |
| |
CStakeKernel Constructor.
- Parameters
-
| [in] | pindexPrev | index of the parent of the kernel block |
| [in] | stakeInput | input for the coinstake of the kernel block |
| [in] | nBits | target difficulty bits of the kernel block |
| [in] | nTimeTx | time of the kernel block |
Definition at line 28 of file kernel.cpp.
◆ CheckKernelHash()
| bool CStakeKernel::CheckKernelHash |
( |
bool |
fSkipLog = false | ) |
const |
◆ GetHash()
| uint256 CStakeKernel::GetHash |
( |
| ) |
const |
◆ nBits
| unsigned int CStakeKernel::nBits {0} |
|
private |
◆ nTime
| int CStakeKernel::nTime {0} |
|
private |
◆ nTimeBlockFrom
| int CStakeKernel::nTimeBlockFrom {0} |
|
private |
◆ stakeModifier
◆ stakeUniqueness
◆ stakeValue
| CAmount CStakeKernel::stakeValue {0} |
|
private |
The documentation for this class was generated from the following files: