Class GetDeployResultCompat
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDeployResultCompat : RpcResult
Properties
| Edit this page View SourceDeploy
The deploy.
Declaration
[JsonPropertyName("deploy")]
public Deploy Deploy { get; init; }
Property Value
| Type | Description |
|---|---|
| Deploy |
ExecutionInfo
Execution info, if available.
Declaration
[JsonPropertyName("execution_info")]
public ExecutionInfo ExecutionInfo { get; init; }
Property Value
| Type | Description |
|---|---|
| ExecutionInfo |
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 |