pub fn store_block_header<T: Config>(block_header: BlockHeader, fork_bound: u32)
Expand description

Stores a single new block header

Arguments

  • block_header - Bitcoin block header.

Complexity

  • O(F) where F is the number of forks

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::store_block_header.