Flow.Net
Show / Hide Table of Contents

Class ServerUrl

Inheritance
Object
ServerUrl
Namespace: Flow.Net.Sdk.Client.Grpc
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public static class ServerUrl

Fields

| Improve this Doc View Source

CanarynetHost

Declaration
public const string CanarynetHost = "access.canary.nodes.onflow.org:9000"
Field Value
Type Description
String
| Improve this Doc View Source

EmulatorHost

Declaration
public const string EmulatorHost = "127.0.0.1:3569"
Field Value
Type Description
String
| Improve this Doc View Source

MainnetHost

Declaration
public const string MainnetHost = "access.mainnet.nodes.onflow.org:9000"
Field Value
Type Description
String
| Improve this Doc View Source

TestnetHost

Declaration
public const string TestnetHost = "access.devnet.nodes.onflow.org:9000"
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX