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) 195 B
function isWalletBytesResponse(value) { return !!value && typeof value.transactionBytes === "string"; } export { isWalletBytesResponse }; //# sourceMappingURL=standards-agent-kit.es50.js.map