Owning wrapper over a btck_ChainstateManager, the entry point for block processing.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class ChainMan;
Member Functions
Name |
Description |
|
Constructs the manager from a context and its options. |
Returns the best (most‐work) known block tree entry. |
|
Looks up a block tree entry by hash. |
|
Returns a view of the active chain. |
|
Imports blocks from the given block files. |
|
Validates and connects a block to the chain. |
|
Validates and stores a block header. |
|
Reads a full block from disk for a tree entry. |
|
Reads the spent‐output undo data for a block. |
Created with MrDocs