Structs§
- Bitcoin
Block Importer - Bitcoin specific block import implementation.
- Block
Import Queue - Subcoin import queue for processing Bitcoin blocks.
- Block
Verifier - A struct responsible for verifying Bitcoin blocks.
- Chain
Params - Extended [
Params
]. - Header
Verifier - A struct responsible for verifying block header.
- Import
Blocks - Represents a batch of Bitcoin blocks that are to be imported.
- Import
Config - Block import configuration.
- Import
Many Blocks Result - Result of
import_many_blocks
. - Substrate
Import Queue Verifier - Verifier used by the Substrate import queue.
Enums§
- Block
Verification - Represents the level of block verification.
- Error
- Consensus error type.
- Header
Error - Block header error.
- Import
Status - Result of the operation of importing a Bitcoin block.
- Script
Engine - Represents the Bitcoin script backend.
Traits§
- Bitcoin
Block Import - A trait for importing Bitcoin blocks.
Functions§
- bitcoin_
import_ queue - Creates a new import queue.