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