UNPKG

@near-wallet-selector/core

Version:

This is the core package for NEAR Wallet Selector.

4 lines (3 loc) 173 B
import type { StorageService } from "./services"; import type { Store } from "./store.types"; export declare const createStore: (storage: StorageService) => Promise<Store>;