Class ExecutableDeployItem
Base class for the possible variants of an executable deploy.
Inheritance
ExecutableDeployItem
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public abstract class ExecutableDeployItem
Properties
| Edit this page View SourceRuntimeArgs
List of runtime arguments.
Declaration
[JsonPropertyName("args")]
[JsonConverter(typeof(GenericListConverter<NamedArg, NamedArg.NamedArgConverter>))]
public List<NamedArg> RuntimeArgs { get; init; }
Property Value
| Type | Description |
|---|---|
| List<NamedArg> |
Methods
| Edit this page View SourceJsonPropertyName()
Declaration
public abstract string JsonPropertyName()
Returns
| Type | Description |
|---|---|
| string |
Tag()
Declaration
public abstract byte Tag()
Returns
| Type | Description |
|---|---|
| byte |