UNPKG

@getalby/bitcoin-connect

Version:

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

7 lines (6 loc) 173 B
import { nwc } from '@getalby/sdk'; export declare type WebLNProviderConfig = { nwc?: { authorizationUrlOptions: nwc.NWCAuthorizationUrlOptions; }; };