Identifies which chainstate (active or background) a notification refers to.

Synopsis

Declared in <kernel/types.h>

struct ChainstateRole;

Data Members

Name

Description

historical

Whether this is a historical chainstate downloading old blocks to validate an assumeutxo snapshot, not syncing to the network tip.

validated

Whether this is a notification from a chainstate that's been fully validated starting from the genesis block. False if it is from an assumeutxo snapshot chainstate that has not been validated yet.

Created with MrDocs