Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VerifyResult

import type { VerifyResult } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts";

Verification result

interface VerifyResult {
message: string;
status: VerifyStatus;
verified: boolean;
}

§Properties

§
message: string
[src]
§
verified: boolean
[src]