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

Sha256Template

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

SHA-256 hash operation template

interface Sha256Template {
type: "sha256";
}

§Properties

§
type: "sha256"
[src]