Skip to main content
Module

x/astral/bindings/celestial.ts>Network_SignedCertificateTimestamp

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_SignedCertificateTimestamp
import { type Network_SignedCertificateTimestamp } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Details of a signed certificate timestamp (SCT).

definition: { status: string; origin: string; logDescription: string; logId: string; timestamp: number; hashAlgorithm: string; signatureAlgorithm: string; signatureData: string; }