Module header_chain_prover

Source
Expand description

ยงHeader Chain Prover

This module contains utilities for proving Bitcoin block headers. This module must be fed with new blocks via the database. Later, it can check if proving should be triggered by verifying if the batch size is sufficient.

Structsยง

HeaderChainProver
MAINNET_HCP_METHOD_ID ๐Ÿ”’
REGTEST_HCP_METHOD_ID ๐Ÿ”’
SIGNET_HCP_METHOD_ID ๐Ÿ”’
TESTNET4_HCP_METHOD_ID ๐Ÿ”’

Enumsยง

HeaderChainProverError

Functionsยง

get_hcp_method_id ๐Ÿ”’