Casper.Network.SDK
Show / Hide Table of Contents

Class PutDeploy

Inheritance
object
RpcMethod
PutDeploy
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class PutDeploy : RpcMethod

Constructors

| Edit this page View Source

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.

  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC