We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53af7dd commit 30327a3Copy full SHA for 30327a3
1 file changed
docs/API/RpcClientAPI.md
@@ -264,9 +264,9 @@ getChainspecInfo(): ChainspecRegistryBytes
264
Returns a [ChainspecRegistryBytes](../Entity/ChainspecRegistryBytes.md) object
265
266
---
267
-## Speculative deploy
+## Speculative execution
268
```php
269
-speculativeDeploy(Deploy $signedDeploy, string $blockHash)
+speculativeExecution(Deploy $signedDeploy, string $blockHash): DeployExecutionResult
270
```
271
Puts a [Deploy](../Entity/Deploy.md) to a single node for speculative execution on that node only.
272
### Parameters
0 commit comments