UNPKG

bitcoin-inscription-viewer

Version:

🔍 A robust, production-ready React/TypeScript library for viewing Bitcoin Ordinals inscriptions with advanced optimization features including LRU caching, LaserEyes wallet integration, virtual scrolling, and performance monitoring

5 lines 589 B
export { useInscriptions, useInscription, useBlock, type UseOrdinalsApiOptions, type UseInscriptionsResult, type UseInscriptionResult, type UseBlockResult } from './useOrdinalsApi'; export { useInscriptionCache, type CacheConfig, type CacheStats, type CachedContent, type UseInscriptionCacheResult } from './useInscriptionCache'; export { useInscriptionPerformance, type PerformanceMetrics, type PerformanceEvent } from './usePerformanceMonitor'; export { useVirtualScroll, type VirtualScrollConfig, type VirtualScrollResult } from './useVirtualScroll'; //# sourceMappingURL=index.d.ts.map