Result of attestation verification

interface VerificationResult {
    notaryKey: string;
    recv: string;
    sent: string;
    serverName: string;
    time: number;
    verifyingKey: string;
}

Properties

notaryKey: string

Notary's public key (hex)

recv: string

Revealed received data as string

sent: string

Revealed sent data as string

serverName: string

Verified server name (e.g., 'api.github.com')

time: number

Unix timestamp of the TLS session

verifyingKey: string

Verifying key from the proof (hex)