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

Usage

import * as tzstamp from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts";

§Classes

AffixedProof

Cryptographic timestamp proof affixed to the Tezos blockchain

Blake2bOperation

[BLAKE2b] hash operation

FetchError

Fetch error

InvalidTezosNetworkError

Invalid Tezos network identifier error

JoinOperation

Join operation

MismatchedHashError

Mismatched hash error

Operation abstract

Proof operation

Proof

Cryptographic timestamp proof

Sha256Operation

SHA-256 hash operation

UnresolvedProof

Proof segment awaiting remote proof

UnsupportedVersionError

Unsupported proof version error

§Enums

VerifyStatus

Verification status

§Interfaces

AffixedProofOptions

Affixed proof constructor options

AffixedProofTemplate

Affixed proof template

Blake2bTemplate

BLAKE2b hash operation template

JoinOptions

Join operation constructor options

JoinTemplate

Join operation template

ProofOptions

Proof constructor options

ProofTemplate

Proof template

Sha256Template

SHA-256 hash operation template

UnresolvedProofOptions

Unresolved proof options

UnresolvedProofTemplate

Unresolved proof template

VerifyResult

Verification result

§Type Aliases

OperationTemplate

Operation template