Class ServerUrl
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
|
Improve this Doc
View Source
EmulatorHost
Declaration
public const string EmulatorHost = "http://127.0.0.1:8888/v1"
Field Value
|
Improve this Doc
View Source
MainnetHost
Declaration
public const string MainnetHost = "https://rest-mainnet.onflow.org/v1/"
Field Value
|
Improve this Doc
View Source
TestnetHost
Declaration
public const string TestnetHost = "https://rest-testnet.onflow.org/v1/"
Field Value