UNPKG

@getalby/lightning-wallet-connect

Version:

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

7 lines 225 B
import { ConnectorType } from './ConnectorType'; export declare type ConnectorConfig = { connectorName: string; connectorType: ConnectorType; nwcUrl?: string; }; //# sourceMappingURL=ConnectorConfig.d.ts.map