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

ProofTemplate

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

Proof template

interface ProofTemplate {
hash: string;
operations: OperationTemplate[];
version: number;
}

§Properties

§
hash: string
[src]
§
version: number
[src]