Casper.Network.SDK
Show / Hide Table of Contents

Class SessionTransactionV1Target

Inheritance
object
SessionTransactionV1Target
Implements
ITransactionV1Target
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 class SessionTransactionV1Target : ITransactionV1Target

Constructors

| Edit this page View Source

SessionTransactionV1Target()

Declaration
public SessionTransactionV1Target()

Properties

| Edit this page View Source

IsInstallUpgrade

Flag determining if the Wasm is an install/upgrade.

Declaration
[JsonPropertyName("is_install_upgrade")]
public bool IsInstallUpgrade { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

ModuleBytes

Wasm bytes for a Session transaction type.

Declaration
[JsonPropertyName("module_bytes")]
[JsonConverter(typeof(HexBytesConverter))]
public byte[] ModuleBytes { get; set; }
Property Value
Type Description
byte[]
| Edit this page View Source

Runtime

Targeted Casper VM version.

Declaration
[JsonPropertyName("runtime")]
public TransactionRuntime Runtime { get; set; }
Property Value
Type Description
TransactionRuntime

Methods

| Edit this page View Source

ToBytes()

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]

Implements

ITransactionV1Target
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC