put_deploy

Function put_deploy 

Source
pub async fn put_deploy(
    rpc_id: JsonRpcId,
    node_address: &str,
    verbosity: Verbosity,
    deploy: Deploy,
) -> Result<SuccessResponse<PutDeployResult>, Error>
👎Deprecated since 3.0.0: use put_transaction instead
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.