# Constants
DaemonCommand is a command that keeps running forever.
EmptyConnectionCommand is a command that not require any blockchain network and executes a task and quits.
OneOffCommand is a command that executes a task and quits.
# Variables
No description provided by the author
No description provided by the author
# Type aliases
Type defines the type of command.