Class ExecutableDeployItem
Base class for the possible variants of an executable deploy.
Inheritance
System.Object
ExecutableDeployItem
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public abstract class ExecutableDeployItem : object
Properties
RuntimeArgs
List of runtime arguments.
Declaration
public List<NamedArg> RuntimeArgs { get; set; }
Property Value
Type | Description |
---|---|
List<NamedArg> |
Methods
JsonPropertyName()
Declaration
public abstract string JsonPropertyName()
Returns
Type | Description |
---|---|
System.String |
Tag()
Declaration
public abstract byte Tag()
Returns
Type | Description |
---|---|
System.Byte |