pub async fn run(
token: Option<String>,
ctx: &SessionContext,
config: &Config,
clients: &dyn ChainClientFactory,
) -> Result<()>Expand description
Entry point for the monitor command from interactive mode.
pub async fn run(
token: Option<String>,
ctx: &SessionContext,
config: &Config,
clients: &dyn ChainClientFactory,
) -> Result<()>Entry point for the monitor command from interactive mode.