Table of Contents

Class Result28

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Result28
Inheritance
Result28
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

ChainId

The chain ID of the chain

[JsonProperty("chainId", Required = Required.Always)]
public double ChainId { get; set; }

Property Value

double

Icon

The URL of the chain's icon

[JsonProperty("icon", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Icon { get; set; }

Property Value

string

Name

The name of the chain

[JsonProperty("name", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Name { get; set; }

Property Value

string

NativeCurrency

Information about the native currency of the chain

[JsonProperty("nativeCurrency", Required = Required.Always)]
[Required]
public NativeCurrency NativeCurrency { get; set; }

Property Value

NativeCurrency