Class SpeculativeExecutionResult
Result for "speculative_exec" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class SpeculativeExecutionResult : RpcResult
Properties
| Edit this page View SourceBlockHash
The block hash
Declaration
[JsonPropertyName("block_hash")]
public string BlockHash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
ExecutionResult
The result of executing the Deploy.
Declaration
[JsonPropertyName("execution_result")]
[JsonConverter(typeof(ExecutionResultV1.ExecutionResultV1Converter))]
public ExecutionResultV1 ExecutionResult { get; init; }
Property Value
| Type | Description |
|---|---|
| ExecutionResultV1 |