orb.dialogs.generate_invoice.generate_invoice module

class orb.dialogs.generate_invoice.generate_invoice.GenerateInvoice(**kwargs)

Bases: PopupDropShadow

generate(satoshis: str)
open(*args)

Display the modal in the Window.

When the view is opened, it will be faded in with an animation. If you don’t want the animation, use:

view.open(animation=False)