pub async fn get_block_hash(
    client: RetryClient<CryptoServiceClient<InterceptedSvc>>,
    header: Option<&BlockHeader>
) -> Result<Vec<u8>, StatusCodeEnum>