UNPKG

mochimo-wallet

Version:

Mochimo HD Wallet Implementation with React Integration

9 lines (7 loc) 217 B
import { Storage } from '../types/storage'; export declare class StorageFactory { /** * Creates appropriate storage implementation based on environment */ static create(prefix?: string): Storage; }