siliqua.ui package¶
Subpackages¶
Module contents¶
User interface plugin to start the siliqua.server.WalletServer instance
and allowing the user to interact with it.
-
class
siliqua.ui.BaseUI(config)¶ Bases:
objectBase class for user interface plugins
-
get_cli()¶ Overridable method to return Click commands or a Click group
-
run(server, ctx, **kwargs)¶ Overridable method to start the GUI from server instance and a Click context containing command-line parameters
-
run_from_cli(ctx, **kwargs)¶
-