Casper.Network.SDK
Show / Hide Table of Contents

Class ExecutableDeployItem

Base class for the possible variants of an executable deploy.

Inheritance
object
ExecutableDeployItem
ModuleBytesDeployItem
StoredContractByHashDeployItem
StoredContractByNameDeployItem
StoredVersionedContractByHashDeployItem
StoredVersionedContractByNameDeployItem
TransferDeployItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public abstract class ExecutableDeployItem

Properties

| Edit this page View Source

RuntimeArgs

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 Source

JsonPropertyName()

Declaration
public abstract string JsonPropertyName()
Returns
Type Description
string
| Edit this page View Source

Tag()

Declaration
public abstract byte Tag()
Returns
Type Description
byte
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC