Flow.Net
Show / Hide Table of Contents

Class FlowConfig

FlowConfig aids reading of flow.json

Inheritance
Object
FlowConfig
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowConfig

Properties

| Improve this Doc View Source

Accounts

Declaration
public IDictionary<string, FlowConfigAccount> Accounts { get; set; }
Property Value
Type Description
IDictionary<String, FlowConfigAccount>
| Improve this Doc View Source

Contracts

Declaration
public IDictionary<string, string> Contracts { get; set; }
Property Value
Type Description
IDictionary<String, String>
| Improve this Doc View Source

Networks

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