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