orb.dialogs.swap_dialogs.deezy_swap module¶
- class orb.dialogs.swap_dialogs.deezy_swap.DeezySwapDialog(**kwargs)¶
Bases:
PopupDropShadow
- estimate_cost(amount_sats: str, fee_rate: str = '500')¶
- generate_invoice()¶
- get_fees()¶
- open()¶
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)