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) • 224 B
export declare const RECEIPT_SIG_DOMAIN = "NOA-Receipt-v0.1-sig"; export declare const CHECKPOINT_SIG_DOMAIN = "NOA-Checkpoint-v0.1-sig"; export declare function signingMessage(domain: string, hashInputJcs: string): Buffer;