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

AffixedProofOptions

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

Affixed proof constructor options

interface AffixedProofOptions extends ProofOptions {
network: string;
timestamp: Date;
}

§Extends

§Properties

§
network: string
[src]
§
timestamp: Date
[src]