Function subcoin_primitives::extract_bitcoin_block_header
source ยท pub fn extract_bitcoin_block_header<Block: BlockT>(
header: &Block::Header,
) -> Result<Header, HeaderError>
Expand description
Extracts the Bitcoin block header from the given Substrate header.