UNPKG

@getalby/bitcoin-connect

Version:

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

9 lines (8 loc) 243 B
import { ConnectorType } from './ConnectorType'; export declare type ConnectorConfig = { connectorName: string; connectorType: ConnectorType; nwcUrl?: string; lnbitsInstanceUrl?: string; lnbitsAdminKey?: string; };