#include <validation.h>
Definition at line 124 of file validation.h.
◆ BlockValidationOptions() [1/2]
BlockValidationOptions::BlockValidationOptions |
( |
const Config & |
config | ) |
|
|
explicit |
◆ BlockValidationOptions() [2/2]
BlockValidationOptions::BlockValidationOptions |
( |
uint64_t |
_excessiveBlockSize, |
|
|
bool |
_checkPow = true , |
|
|
bool |
_checkMerkleRoot = true |
|
) |
| |
|
inlineexplicit |
◆ getExcessiveBlockSize()
uint64_t BlockValidationOptions::getExcessiveBlockSize |
( |
| ) |
const |
|
inline |
◆ shouldValidateMerkleRoot()
bool BlockValidationOptions::shouldValidateMerkleRoot |
( |
| ) |
const |
|
inline |
◆ shouldValidatePoW()
bool BlockValidationOptions::shouldValidatePoW |
( |
| ) |
const |
|
inline |
◆ withCheckMerkleRoot()
◆ withCheckPoW()
◆ checkMerkleRoot
bool BlockValidationOptions::checkMerkleRoot |
|
private |
◆ checkPoW
bool BlockValidationOptions::checkPoW |
|
private |
◆ excessiveBlockSize
uint64_t BlockValidationOptions::excessiveBlockSize |
|
private |
The documentation for this class was generated from the following files: