Flow.Net
Show / Hide Table of Contents

Class ServerUrl

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

Fields

| Improve this Doc View Source

CanarynetHost

Declaration
public const string CanarynetHost = "https://rest-canary.onflow.org/v1/"
Field Value
Type Description
String
| Improve this Doc View Source

EmulatorHost

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

MainnetHost

Declaration
public const string MainnetHost = "https://rest-mainnet.onflow.org/v1/"
Field Value
Type Description
String
| Improve this Doc View Source

TestnetHost

Declaration
public const string TestnetHost = "https://rest-testnet.onflow.org/v1/"
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX