pub async fn run(
args: InteractiveArgs,
config: &Config,
clients: &dyn ChainClientFactory,
) -> Result<()>Expand description
Runs the interactive REPL.
pub async fn run(
args: InteractiveArgs,
config: &Config,
clients: &dyn ChainClientFactory,
) -> Result<()>Runs the interactive REPL.