Class GetDeployResult
Result for "info_get_deploy" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(GetDeployResult.GetDeployResultConverter))]
public class GetDeployResult : 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 |