UNPKG

@hashgraphonline/conversational-agent

Version:

Hashgraph Online conversational AI agent implementing HCS-10 communication, HCS-2 registries, and content inscription on Hedera. https://hol.org

13 lines (12 loc) 259 B
let providerRef = null; function setWalletBridgeProvider(provider) { providerRef = provider; } function getWalletBridgeProvider() { return providerRef; } export { getWalletBridgeProvider, setWalletBridgeProvider }; //# sourceMappingURL=index37.js.map