Class GetDeploy
Inherited Members
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 |