UNPKG

@getalby/lightning-tools

Version:

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

3 lines (2 loc) 203 B
import { BoostArguments, BoostOptions } from "./types"; export declare const sendBoostagram: (args: BoostArguments, options?: BoostOptions) => Promise<import("@webbtc/webln-types").SendPaymentResponse>;