Casper.Network.SDK
Show / Hide Table of Contents

Class Transaction.TransactionInvocation

Inheritance
object
Transaction.TransactionInvocation
Transaction.NativeTransactionInvocation
Transaction.SessionTransactionInvocation
Transaction.StoredTransactionInvocation
Implements
Transaction.ITransactionInvocation
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 abstract class Transaction.TransactionInvocation : Transaction.ITransactionInvocation

Properties

| Edit this page View Source

RuntimeArgs

Declaration
public List<NamedArg> RuntimeArgs { get; init; }
Property Value
Type Description
List<NamedArg>

Methods

| Edit this page View Source

GetRuntimeArgValue(string)

Declaration
public CLValue GetRuntimeArgValue(string name)
Parameters
Type Name Description
string name
Returns
Type Description
CLValue

Implements

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