pub async fn speculative_exec(
rpc_id: JsonRpcId,
node_address: &str,
verbosity: Verbosity,
deploy: Deploy,
) -> Result<SuccessResponse<SpeculativeExecResult>, Error>👎Deprecated since 3.0.0: use
speculative_exec_txn insteadExpand description
Puts a Deploy to a single node for speculative execution on that node only.
Sends a JSON-RPC speculative_exec request to the specified node.
For details of the parameters, see the module docs.