Chainstate assumeutxo validity.

Synopsis

Declared in <validation.h>

enum class Assumeutxo : int;

Members

Name

Description

VALIDATED

Every block in the chain has been validated.

UNVALIDATED

Blocks after an assumeutxo snapshot have been validated but the snapshot itself has not been validated.

INVALID

The assumeutxo snapshot failed validation.

Created with MrDocs