Class PutDeployResult
Result for "account_put_deploy" RPC response.
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class PutDeployResult : RpcResult
Properties
DeployHash
Hex-encoded deploy hash.
Declaration
public string DeployHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |