Casper.Network.SDK
Show / Hide Table of Contents

Class PutDeploy

Inheritance
System.Object
RpcMethod
PutDeploy
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 PutDeploy : RpcMethod

Constructors

PutDeploy(Deploy)

Sends a Deploy to the network for its execution.

Declaration
public PutDeploy(Deploy deploy)
Parameters
Type Name Description
Deploy deploy

The deploy object.

In This Article
Back to top Maintained by MAKE Technology LLC