![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Capture information about block/transaction validation. More...
#include <main.h>
Public Member Functions | |
CValidationState () | |
bool | DoS (int level, bool ret=false, bool corruptionIn=false) |
bool | Invalid (bool ret=false) |
bool | Error () |
bool | Abort (const std::string &msg) |
bool | IsValid () |
bool | IsInvalid () |
bool | IsError () |
bool | IsInvalid (int &nDoSOut) |
bool | CorruptionPossible () |
Private Types | |
enum | mode_state { MODE_VALID, MODE_INVALID, MODE_ERROR } |
Private Attributes | |
enum CValidationState::mode_state | mode |
int | nDoS |
bool | corruptionPossible |
|
private |
|
inline |
|
inline |
|
private |