UNPKG

@opendatalabs/vana-sdk

Version:

A TypeScript library for interacting with Vana Network smart contracts.

12 lines 332 B
import { BrowserPlatformAdapter } from "./browser.js"; function createBrowserPlatformAdapter() { return new BrowserPlatformAdapter(); } function createPlatformAdapterSafe() { return createBrowserPlatformAdapter(); } export { createBrowserPlatformAdapter, createPlatformAdapterSafe }; //# sourceMappingURL=browser-only.js.map