@hashgraphonline/conversational-agent
Version:
Hashgraph Online conversational AI agent implementing HCS-10 communication, HCS-2 registries, and content inscription on Hedera. https://hol.org
22 lines (21 loc) • 746 B
JavaScript
var EntityFormat = /* @__PURE__ */ ((EntityFormat2) => {
EntityFormat2["TOPIC_ID"] = "topicId";
EntityFormat2["HRL"] = "hrl";
EntityFormat2["SCHEDULE_ID"] = "scheduleId";
EntityFormat2["TOKEN_ID"] = "tokenId";
EntityFormat2["ADDRESS"] = "address";
EntityFormat2["SYMBOL"] = "symbol";
EntityFormat2["SERIAL_NUMBER"] = "serialNumber";
EntityFormat2["METADATA"] = "metadata";
EntityFormat2["ACCOUNT_ID"] = "accountId";
EntityFormat2["ALIAS"] = "alias";
EntityFormat2["EVM_ADDRESS"] = "evmAddress";
EntityFormat2["CONTRACT_ID"] = "contractId";
EntityFormat2["FILE_ID"] = "fileId";
EntityFormat2["ANY"] = "any";
return EntityFormat2;
})(EntityFormat || {});
export {
EntityFormat
};
//# sourceMappingURL=index27.js.map