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.
7 lines (6 loc) • 339 B
TypeScript
export declare function isSha256Hash(s: string): boolean;
export declare function isParamsHash(s: string): boolean;
export declare function isHex64(s: unknown): boolean;
export declare function isHex4(s: string): boolean;
export declare function isRfc3339(s: string): boolean;
export declare function isRfc3339Instant(s: string): boolean;