TypeScript SDK
Token
type Token = { address: ox__Address.Address; chainId: number; decimals: number; iconUri?: string; name: string; prices: Record<string, number>; symbol: string;};type address = ox__Address.Address;type chainId = number;type decimals = number;type iconUri = string;type name = string;type prices = Record<string, number>;type symbol = string;