orb.dialogs.connection_settings module¶
- class orb.dialogs.connection_settings.ConnectionSettings(**kw)¶
Bases:
MDScreen
- connect()¶
- copy_cert_encrypt_command()¶
- copy_mac_encrypt_command()¶
- get_cert_command(public_key)¶
- get_mac_command(public_key)¶
- lnd_settings_to_copy = ['rest_port', 'tls_certificate', 'network', 'protocol', 'macaroon_admin', 'type']¶
- property node_type¶
- node_type_selected(val)¶
- on_enter(*args)¶
- save_cert(text)¶
- save_macaroon(text)¶
- save_protocol(prot)¶
- set_and_save(key, val)¶
- validate_cert(text)¶
- validate_macaroon(text)¶
- class orb.dialogs.connection_settings.Tab(**kwargs)¶
Bases:
MDFloatLayout
,MDTabsBase
Class implementing content for a tab.