UNPKG

@getalby/bitcoin-connect

Version:

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

8 lines (7 loc) 295 B
import { Connector } from './Connector'; import { ConnectorConfig } from '../types/ConnectorConfig'; import { WebLNProvider } from '@webbtc/webln-types'; export declare class NWCConnector extends Connector { constructor(config: ConnectorConfig); init(): Promise<WebLNProvider>; }