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>
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
Slug
[JsonProperty("slug")]
public string Slug { get; set; }
Property Value
- string
StackType
[JsonProperty("stackType")]
public string StackType { get; set; }
Property Value
- string
Testnet
[JsonProperty("testnet")]
public bool Testnet { get; set; }
Property Value
- bool