execute

Function execute 

Source
pub async fn execute(
    http_rpc_url: Option<Url>,
    ws_rpc_url: Option<Url>,
    manifest_path: PathBuf,
    package: Option<String>,
    id: u32,
    service_name: String,
    binary: Option<PathBuf>,
    image: Option<String>,
    protocol: Protocol,
    method: ServiceSpawnMethod,
) -> Result<()>
Expand description

Spawns a Tangle testnet and virtual machine for the given blueprint

ยงErrors

  • Unable to spawn/connect to the Tangle node

See also: