Table of Contents

Class TokenData

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents a token in a step, including metadata like chain ID, address, and pricing.

public class TokenData
Inheritance
TokenData
Inherited Members

Properties

Address

[JsonProperty("address")]
public string Address { get; set; }

Property Value

string

ChainId

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

Property Value

BigInteger

Decimals

[JsonProperty("decimals")]
public int Decimals { get; set; }

Property Value

int

IconUri

[JsonProperty("iconUri")]
public string IconUri { get; set; }

Property Value

string

Name

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

Property Value

string

PriceUsd

[JsonProperty("priceUsd")]
public decimal PriceUsd { get; set; }

Property Value

decimal

Symbol

[JsonProperty("symbol")]
public string Symbol { get; set; }

Property Value

string