Casper.Network.SDK
Show / Hide Table of Contents

Class SpeculativeExecutionResult

Result for "speculative_exec" RPC response.

Inheritance
object
RpcResult
SpeculativeExecutionResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class SpeculativeExecutionResult : RpcResult

Properties

| Edit this page View Source

BlockHash

The block hash

Declaration
[JsonPropertyName("block_hash")]
public string BlockHash { get; init; }
Property Value
Type Description
string
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC