Unity FlowSDK 2.0.0
FLOW Unity SDK
Loading...
Searching...
No Matches
DapperLabs.Flow.Sdk.FlowConfig Class Reference

Configuration to tell the FlowSDK which network to connect to. More...

Public Types

enum  NetworkProtocol
 

Static Public Attributes

static string MAINNETURL = "https://rest-mainnet.onflow.org/v1"
 
static string TESTNETURL = "https://rest-testnet.onflow.org/v1"
 

Properties

string NetworkUrl = "http://localhost:8888/v1" [get, set]
 
NetworkProtocol Protocol = NetworkProtocol.HTTP [get, set]
 

Detailed Description

Configuration to tell the FlowSDK which network to connect to.

Member Enumeration Documentation

◆ NetworkProtocol

Member Data Documentation

◆ MAINNETURL

string DapperLabs.Flow.Sdk.FlowConfig.MAINNETURL = "https://rest-mainnet.onflow.org/v1"
static

◆ TESTNETURL

string DapperLabs.Flow.Sdk.FlowConfig.TESTNETURL = "https://rest-testnet.onflow.org/v1"
static

Property Documentation

◆ NetworkUrl

string DapperLabs.Flow.Sdk.FlowConfig.NetworkUrl = "http://localhost:8888/v1"
getset

◆ Protocol

NetworkProtocol DapperLabs.Flow.Sdk.FlowConfig.Protocol = NetworkProtocol.HTTP
getset