Class PutDeployResult
Result for "account_put_deploy" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class PutDeployResult : RpcResult
Properties
| Edit this page View SourceDeployHash
Hex-encoded deploy hash.
Declaration
[JsonPropertyName("deploy_hash")]
public string DeployHash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |