UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

8 lines 265 B
import type { StorageAdapter } from "../types.js"; /** * In-memory storage adapter * Useful for testing and temporary storage * Data is lost when process ends */ export declare function createMemoryStorage(): StorageAdapter; //# sourceMappingURL=memory.d.ts.map