Table of Contents

Class ThirdwebChainData

Namespace
Thirdweb
Assembly
Thirdweb.dll
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public class ThirdwebChainData
Inheritance
ThirdwebChainData
Inherited Members

Properties

Chain

[JsonProperty("chain")]
public string Chain { get; set; }

Property Value

string

ChainId

[JsonProperty("chainId")]
public int ChainId { get; set; }

Property Value

int

Ens

[JsonProperty("ens")]
public ThirdwebChainEns Ens { get; set; }

Property Value

ThirdwebChainEns

Explorers

[JsonProperty("explorers")]
public List<ThirdwebChainExplorer> Explorers { get; set; }

Property Value

List<ThirdwebChainExplorer>

Faucets

[JsonProperty("faucets")]
public List<object> Faucets { get; set; }

Property Value

List<object>

Icon

[JsonProperty("icon")]
public ThirdwebChainIcon Icon { get; set; }

Property Value

ThirdwebChainIcon

InfoURL

[JsonProperty("infoURL")]
public string InfoURL { get; set; }

Property Value

string

Name

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

NativeCurrency

[JsonProperty("nativeCurrency")]
public ThirdwebChainNativeCurrency NativeCurrency { get; set; }

Property Value

ThirdwebChainNativeCurrency

NetworkId

[JsonProperty("networkId")]
public int NetworkId { get; set; }

Property Value

int

Rpc

[JsonProperty("rpc")]
public List<string> Rpc { get; set; }

Property Value

List<string>

ShortName

[JsonProperty("shortName")]
public string ShortName { get; set; }

Property Value

string

Slip44

[JsonProperty("slip44")]
public int? Slip44 { get; set; }

Property Value

int?

Slug

[JsonProperty("slug")]
public string Slug { get; set; }

Property Value

string

Testnet

[JsonProperty("testnet")]
public bool Testnet { get; set; }

Property Value

bool