Type Alias: Token

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / Token

Type Alias: Token

type Token: {
  decimals: number;
  isCompressed: boolean;
  logo: string;
  name: string;
  symbol: string;
  tokenStandard: string;
  usdcValuePerToken: number;
};

Token type

Type declaration

Name
Type

decimals

number

isCompressed?

boolean

logo

string

name

string

symbol

string

tokenStandard?

string

usdcValuePerToken

number

Defined in

types/tokens.ts:4

Last updated