Function block_header_by_hash

Source
pub(super) async fn block_header_by_hash(
    state: &mut CupratedRpcHandler,
    hash: [u8; 32],
    fill_pow_hash: bool,
) -> Result<BlockHeader, Error>
Expand description

Same as block_header but with the block’s hash.