pub fn interpret(
leo_filenames: &[(PathBuf, Vec<PathBuf>)],
aleo_filenames: &[PathBuf],
signer: Value,
block_height: u32,
tui: bool,
network: NetworkName,
) -> Result<()>
Expand description
Load all the Leo source files indicated and open the interpreter to commands from the user.