Casper.Network.SDK
Show / Hide Table of Contents

Class PutDeployResult

Result for "account_put_deploy" RPC response.

Inheritance
System.Object
RpcResult
PutDeployResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
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
In This Article
Back to top Maintained by MAKE Technology LLC