Class FlowConfig
FlowConfig aids reading of flow.json
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowConfig
Properties
| Improve this Doc View SourceAccounts
Declaration
public IDictionary<string, FlowConfigAccount> Accounts { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, FlowConfigAccount> |
Contracts
Declaration
public IDictionary<string, string> Contracts { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |
Networks
Declaration
public IDictionary<string, string> Networks { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |