@elytro/assets / Modules / TokenInfo
TokenInfo is the interface for the token information.
Export
TokenInfo
• address: string
The address of the token.
Memberof
TokenInfo
assets/src/interface/tokenInfo.ts:38
• chainId: number
The chain id of the token.
Memberof
TokenInfo
assets/src/interface/tokenInfo.ts:30
• decimals: number
The decimals of the token.
Memberof
TokenInfo
assets/src/interface/tokenInfo.ts:70
• Optional
logoURI: string
The logo URI of the token.
Memberof
TokenInfo
assets/src/interface/tokenInfo.ts:78
• name: string
The name of the token.
Memberof
TokenInfo
assets/src/interface/tokenInfo.ts:54
• symbol: string
The symbol of the token.
Memberof
TokenInfo
assets/src/interface/tokenInfo.ts:62
• type: AddressType
The type of the token.
Memberof
TokenInfo