Casper.Network.SDK
Show / Hide Table of Contents

Class TransactionRuntime

Inheritance
object
TransactionRuntime
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class TransactionRuntime

Methods

| Edit this page View Source

FromString(string)

Declaration
public static TransactionRuntime FromString(string json)
Parameters
Type Name Description
string json
Returns
Type Description
TransactionRuntime
| Edit this page View Source

ToBytes()

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]
| Edit this page View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()
| Edit this page View Source

VmCasperV1()

The Casper Version 1 Virtual Machine.

Declaration
public static TransactionRuntime VmCasperV1()
Returns
Type Description
TransactionRuntime
| Edit this page View Source

VmCasperV2()

The Casper Version 2 Virtual Machine.

Declaration
public static TransactionRuntime VmCasperV2()
Returns
Type Description
TransactionRuntime
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC