Casper.Network.SDK
Show / Hide Table of Contents

Class ExecutionInfo

Inheritance
object
ExecutionInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ExecutionInfo

Properties

| Edit this page View Source

BlockHash

The hash of the block in which the transaction/deploy was executed.

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

BlockHeight

The height of the block in which the transaction/deploy was executed.

Declaration
[JsonPropertyName("block_height")]
public ulong BlockHeight { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

ExecutionResult

The map of block hash to execution result.

Declaration
[JsonPropertyName("execution_result")]
[JsonConverter(typeof(ExecutionResult.ExecutionResultConverter))]
public ExecutionResult ExecutionResult { get; init; }
Property Value
Type Description
ExecutionResult
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC