The result of an image thumbnail witness

interface ImageThumbnailResultFields {
    sources: string[];
    status?: number;
    success: boolean;
    timestamp: number;
    url: string;
}

Properties

sources: string[]

The hashes of the timestamp & image thumbnail payloads used to create this result

status?: number

The HTTP status code of the thumbnail generation request

success: boolean

True for successful thumbnail witnessing, false for failure

timestamp: number

The timestamp of the thumbnail generation request

url: string

The url of the thumbnail

Generated using TypeDoc