UNPKG

js-lnurl

Version:

tools for doing lnurl stuff in a lightning wallet.

4 lines (3 loc) 421 B
import { LNURLResponse, LNURLChannelParams, LNURLWithdrawParams, LNURLAuthParams, LNURLPayParams } from './types'; export { LNURLResponse, LNURLChannelParams, LNURLWithdrawParams, LNURLAuthParams, LNURLPayParams, LNURLPayResult, LNURLPaySuccessAction } from './types'; export declare function getParams(lnurl: string): Promise<LNURLResponse | LNURLChannelParams | LNURLWithdrawParams | LNURLAuthParams | LNURLPayParams>;