Class PutDeploy
Inherited Members
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. |