orb.cli.pay module

orb.cli.pay.lnurl(url: str, total_amount_sat: int = 100000000, chunks: int = 100, num_threads: int = 5, rate_limit: int = 5, pubkey: str = '', wait: bool = True, chan_id: str | None = None, max_paths: int = 10000, fee_rate: int = 500, time_pref: float = 0)

Generate bolt11 invoices from LNURL, and pay them.