Flow.Net
Show / Hide Table of Contents

Class FlowInteractionBase

Inheritance
Object
FlowInteractionBase
FlowScript
FlowTransactionBase
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public abstract class FlowInteractionBase

Constructors

| Improve this Doc View Source

FlowInteractionBase(Dictionary<String, String>)

Declaration
protected FlowInteractionBase(Dictionary<string, string> addressMap = null)
Parameters
Type Name Description
Dictionary<String, String> addressMap

Properties

| Improve this Doc View Source

Arguments

Declaration
public IList<ICadence> Arguments { get; set; }
Property Value
Type Description
IList<ICadence>
| Improve this Doc View Source

Script

Declaration
public string Script { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX