Skip to main content
Module

x/fathym_common/src/deno-kv/DenoKVNonce.ts>DenoKVNonce

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
type alias DenoKVNonce
import { type DenoKVNonce } from "https://deno.land/x/fathym_common@v0.2.147-integration/src/deno-kv/DenoKVNonce.ts";

A nonce object containing a unique nonce and an optional versionstamp.

definition: { nonce?: string; versionstamp?: string | null; }