orb.screens.send_coins module¶
- class orb.screens.send_coins.SendCoins(*args, **kwargs)¶
Bases:
PopupDropShadow
- dismiss(*args)¶
Close the view if it is open.
If you really want to close the view, whatever the on_dismiss event returns, you can use the force keyword argument:
view = ModalView() view.dismiss(force=True)
When the view is dismissed, it will be faded out before being removed from the parent. If you don’t want this animation, use:
view.dismiss(animation=False)
- get_fees(*args)¶
- send_coins(addr, satoshi, sat_per_vbyte)¶