UNPKG

@getalby/bitcoin-connect

Version:

Web components to connect to a lightning wallet and power a website with WebLN

19 lines (18 loc) 729 B
import { ExtensionConnector } from './ExtensionConnector'; import { LnbitsConnector } from './LnbitsConnector'; import { LNCConnector } from './LNCConnector'; import { NWCConnector } from './NWCConnector'; export declare const connectors: { 'extension.generic': typeof ExtensionConnector; 'nwc.alby': typeof NWCConnector; 'nwc.albyhub': typeof NWCConnector; 'nwc.generic': typeof NWCConnector; 'nwc.lnfi': typeof NWCConnector; 'nwc.coinos': typeof NWCConnector; 'nwc.flash': typeof NWCConnector; 'nwc.cashume': typeof NWCConnector; 'nwc.lnbits': typeof NWCConnector; 'nwc.rizful': typeof NWCConnector; lnbits: typeof LnbitsConnector; lnc: typeof LNCConnector; };