Class TransactionRuntime
Inheritance
TransactionRuntime
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
|
Edit this page
View Source
ToBytes()
Declaration
Returns
|
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
|
Edit this page
View Source
VmCasperV1()
The Casper Version 1 Virtual Machine.
Declaration
public static TransactionRuntime VmCasperV1()
Returns
|
Edit this page
View Source
VmCasperV2()
The Casper Version 2 Virtual Machine.
Declaration
public static TransactionRuntime VmCasperV2()
Returns