Opaque data structure for holding a chainstate manager.

Synopsis

Declared in <kernel/bitcoinkernel.h>

struct btck_ChainstateManager;

Description

The chainstate manager is the central object for doing validation tasks as well as retrieving data from the chain. Internally it is a complex data structure with diverse functionality.

Its functionality will be more and more exposed in the future.

Created with MrDocs