UNPKG

noa-receipt

Version:

NOA Agent Action Receipt — open, offline-verifiable provenance for AI-agent actions. The governance/receipt organ only; the NOA brain is separate and proprietary.

4 lines (3 loc) • 192 B
import type { Receipt, Checkpoint } from "./types.js"; export declare function receiptHashInput(receipt: Receipt): string; export declare function checkpointHashInput(cp: Checkpoint): string;