Casper.Network.SDK
Show / Hide Table of Contents

Interface Transaction.ITransactionInvocation

Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public interface Transaction.ITransactionInvocation

Properties

| Edit this page View Source

RuntimeArgs

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

Methods

| Edit this page View Source

GetRuntimeArgValue(string)

Declaration
CLValue GetRuntimeArgValue(string name)
Parameters
Type Name Description
string name
Returns
Type Description
CLValue
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC