Function btc_relay::pallet::dispatchables::store_block_header
source · 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)
whereF
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
.