UNPKG

@hashgraphonline/standards-agent-kit

Version:

A modular SDK for building on-chain autonomous agents using Hashgraph Online Standards, including HCS-10 for agent discovery and communication. https://hol.org

5 lines (4 loc) 116 B
export declare class CodedError extends Error { code: string; constructor(code: string, message: string); }