Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.SignedExchangeSignature
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SignedExchangeSignature } = Protocol.Network;

Properties

label: string

Signed exchange signature label.

signature: string

The hex string of signed exchange signature.

integrity: string

Signed exchange signature integrity.

optional
certUrl: string

Signed exchange signature cert Url.

optional
certSha256: string

The hex string of signed exchange signature cert sha256.

validityUrl: string

Signed exchange signature validity Url.

date: integer

Signed exchange signature date.

expires: integer

Signed exchange signature expires.

optional
certificates: string[]

The encoded certificates.