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

6 lines 503 B
export { InscriptionContentCache, inscriptionCache } from './InscriptionContentCache'; export { OrdinalsApiService, ordinalsApi } from './OrdinalsApiService'; export { LaserEyesService, laserEyesService } from './LaserEyesService'; export type { ApiEndpoint, ApiResponse, InscriptionApiData, InscriptionsListResponse, BlockResponse, AddressResponse } from './OrdinalsApiService'; export type { LaserEyesWallet, LaserEyesInscriptionContent } from './LaserEyesService'; //# sourceMappingURL=index.d.ts.map