lightning-auth-and-payment
Version: 
Lightning Network authentication and payment processing library for modern web applications
10 lines • 622 B
TypeScript
export { useLightningAuth } from "./hooks/use-auth";
export { LightningProvider } from "./context/lightning-context";
export { AuthModal } from "./components/AuthModal";
export { BTCPayPaymentModal } from "./components/BTCPayPaymentModal";
export { useBTCPayPayment } from "./hooks/use-btcpay-payment";
export { useLightningPayment } from "./hooks/use-lightning-payment";
export { PrismaDatabaseAdapter } from "./adapters/prisma-database-adapter";
export type { DatabaseAdapter } from "./types";
export { getCorsHeaders, getAuthCorsHeaders, getBTCPayCorsHeaders, } from "./utils/cors";
//# sourceMappingURL=client.d.ts.map