Function put_deploy

Source
pub async fn put_deploy(
    rpc_id: JsonRpcId,
    node_address: &str,
    verbosity: Verbosity,
    deploy: Deploy,
) -> Result<SuccessResponse<PutDeployResult>, Error>
Expand description

Puts a Deploy to the network for execution.

Sends a JSON-RPC account_put_deploy request to the specified node.

For details of the parameters, see the module docs.