UNPKG

@getalby/lightning-tools

Version:

Collection of helpful building blocks and tools to develop Bitcoin Lightning web apps

7 lines (6 loc) 235 B
import { WebLNProvider } from "@webbtc/webln-types"; export declare const fetchWithL402: (url: string, fetchArgs: RequestInit, options: { headerKey?: string; webln?: WebLNProvider; store?: Storage; }) => Promise<Response>;