Casper.Network.SDK
Show / Hide Table of Contents

Class GetDeploy

Inheritance
System.Object
RpcMethod
GetDeploy
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetDeploy : RpcMethod

Constructors

GetDeploy(String, Boolean)

Retrieves a Deploy from the network.

Declaration
public GetDeploy(string deployHash, bool finalizedApprovals = false)
Parameters
Type Name Description
System.String deployHash

Hash of the deploy to retrieve.

System.Boolean finalizedApprovals

Whether to return the deploy with the finalized approvals substituted. If false or omitted, returns the deploy with the approvals that were originally received by the node.

In This Article
Back to top Maintained by MAKE Technology LLC