Class Result28
public class Result28
- Inheritance
-
Result28
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
ChainId
The chain ID of the chain
[JsonProperty("chainId", Required = Required.Always)]
public double ChainId { get; set; }
Property Value
Icon
The URL of the chain's icon
[JsonProperty("icon", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Icon { get; set; }
Property Value
Name
The name of the chain
[JsonProperty("name", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Name { get; set; }
Property Value
NativeCurrency
Information about the native currency of the chain
[JsonProperty("nativeCurrency", Required = Required.Always)]
[Required]
public NativeCurrency NativeCurrency { get; set; }