UNPKG

@bloxbean/yaci-viewer

Version:

A Cardano blockchain data viewer for developers. It works with the Yaci-Store backend, supporting both a local devnet and public networks.

34 lines (31 loc) 753 B
import { Y as getContext } from './index-vBtQgGkr.js'; import './client-x9PZM0zh.js'; const getStores = () => { const stores$1 = getContext("__svelte__"); return { /** @type {typeof page} */ page: { subscribe: stores$1.page.subscribe }, /** @type {typeof navigating} */ navigating: { subscribe: stores$1.navigating.subscribe }, /** @type {typeof updated} */ updated: stores$1.updated }; }; const page = { subscribe(fn) { const store = getStores().page; return store.subscribe(fn); } }; const navigating = { subscribe(fn) { const store = getStores().navigating; return store.subscribe(fn); } }; export { navigating as n, page as p }; //# sourceMappingURL=stores-B4ORdDby.js.map