Outcome of a validation operation, mirroring btck_ValidationMode.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

enum class ValidationMode : btck_ValidationMode;

Members

Name

Description

VALID

Validation succeeded.

INVALID

The object failed validation.

INTERNAL_ERROR

Validation could not complete due to an internal error.

Created with MrDocs