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

8 lines (7 loc) 329 B
/** * Placeholder for encryption functionality. * Currently, encryption is disabled. The useEncryption flag is false by default. * TODO: Implement actual encryption/decryption logic. */ export declare function encryptMessage(message: string): string; export declare function decryptMessage(encryptedMessage: string): string;