diff --git a/index.html b/index.html index ad8917aaba..b5d4ca69fe 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,2 @@ -
fn handle_execute<A: Aleo>(
command: LeoExecute,
context: Context,
- network: NetworkName,
+ network: NetworkName,
endpoint: &str,
) -> Result<<LeoExecute as Command>::Output>
A helper function to recursively load the program and all of its imports into the process. Lifted from snarkOS.