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
12 lines • 413 B
TypeScript
/**
* API Explorer Component
* Demonstrates all available API endpoints with live data
*/
export interface ApiExplorerProps {
userNodeUrl?: string;
ordinalsUrl?: string;
className?: string;
}
export declare function ApiExplorer({ userNodeUrl, ordinalsUrl, className }: ApiExplorerProps): import("react/jsx-runtime").JSX.Element;
export default ApiExplorer;
//# sourceMappingURL=ApiExplorer.d.ts.map