UNPKG

@getalby/bitcoin-connect

Version:

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

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