Casper.Network.SDK
Show / Hide Table of Contents

Class ExecutableDeployItem

Base class for the possible variants of an executable deploy.

Inheritance
System.Object
ExecutableDeployItem
ModuleBytesDeployItem
StoredContractByHashDeployItem
StoredContractByNameDeployItem
StoredVersionedContractByHashDeployItem
StoredVersionedContractByNameDeployItem
TransferDeployItem
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
In This Article
Back to top Maintained by MAKE Technology LLC