Casper.Network.SDK
Show / Hide Table of Contents

Class SpeculativeExecutionResult

Result for "speculative_exec" RPC response.

Inheritance
System.Object
RpcResult
SpeculativeExecutionResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
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
In This Article
Back to top Maintained by MAKE Technology LLC