Casper.Network.SDK
Show / Hide Table of Contents

Class StoredTransactionV1Target

Inheritance
object
StoredTransactionV1Target
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 StoredTransactionV1Target : ITransactionV1Target

Constructors

| Edit this page View Source

StoredTransactionV1Target()

Declaration
public StoredTransactionV1Target()

Properties

| Edit this page View Source

Id

Declaration
[JsonPropertyName("id")]
public IInvocationTarget Id { get; set; }
Property Value
Type Description
IInvocationTarget
| 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