Casper.Network.SDK
Show / Hide Table of Contents

Class GetDeployResultCompat

Inheritance
object
RpcResult
GetDeployResultCompat
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 GetDeployResultCompat : RpcResult

Properties

| Edit this page View Source

Deploy

The deploy.

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

ExecutionInfo

Execution info, if available.

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

ExecutionResult

The map of block hash to execution result.

Declaration
[JsonPropertyName("execution_results")]
[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