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

ProofOptions

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

Proof constructor options

interface ProofOptions {
hash: Uint8Array;
operations: Operation[];
}

§Properties

§
hash: Uint8Array
[src]
§
operations: Operation[]
[src]