Interface Transaction.ITransactionInvocation
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public interface Transaction.ITransactionInvocation
Properties
| Edit this page View SourceRuntimeArgs
Declaration
List<NamedArg> RuntimeArgs { get; init; }
Property Value
| Type | Description |
|---|---|
| List<NamedArg> |
Methods
| Edit this page View SourceGetRuntimeArgValue(string)
Declaration
CLValue GetRuntimeArgValue(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| CLValue |