put_deploy

Function put_deploy 

Source
pub async fn put_deploy(
    maybe_rpc_id: &str,
    node_address: &str,
    verbosity_level: u64,
    deploy_params: DeployStrParams<'_>,
    session_params: SessionStrParams<'_>,
    payment_params: PaymentStrParams<'_>,
) -> Result<SuccessResponse<PutDeployResult>, CliError>
Expand description

Creates a Deploy and sends it to the network for execution.

For details of the parameters, see the module docs or the docs of the individual parameter types.