orb.logic.pay_invoices module

class orb.logic.pay_invoices.PayInvoices(chan_id: str, max_paths: int, fee_rate: float, time_pref: float, num_threads: int, ln: Ln)

Bases: StoppableThread

get_ignored_chan_ids()
load(**kwargs)
run()

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

stop()
class orb.logic.pay_invoices.PaymentUIOption

Bases: object

auto_first_hop = 0
user_selected_first_hop = 1