Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <validation.h>
Additional Inherited Members | |
Public Member Functions inherited from ValidationState< DelegationResult > | |
bool | Invalid (DelegationResult result, const std::string &reject_reason="", const std::string &debug_message="") |
bool | Error (const std::string &reject_reason) |
bool | IsValid () const |
bool | IsInvalid () const |
bool | IsError () const |
DelegationResult | GetResult () const |
std::string | GetRejectReason () const |
std::string | GetDebugMessage () const |
std::string | ToString () const |
Definition at line 43 of file validation.h.