Class SpeculativeExecutionResult
Result for "speculative_exec" RPC response.
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class SpeculativeExecutionResult : RpcResult
Properties
BlockHash
The block hash
Declaration
public string BlockHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExecutionResult
The result of executing the Deploy.
Declaration
public ExecutionResult ExecutionResult { get; set; }
Property Value
Type | Description |
---|---|
ExecutionResult |