solana-app-kit


solana-app-kit / components/thread/SelectTokenModal / TokenInfo

Interface: TokenInfo

Defined in: src/components/thread/SelectTokenModal.tsx:18

Information about a token TokenInfo

Properties

address

address: string

Defined in: src/components/thread/SelectTokenModal.tsx:20

The token’s mint address


decimals

decimals: number

Defined in: src/components/thread/SelectTokenModal.tsx:26

The number of decimal places for the token


logoURI?

optional logoURI: string

Defined in: src/components/thread/SelectTokenModal.tsx:28

URL to the token’s logo image


name

name: string

Defined in: src/components/thread/SelectTokenModal.tsx:24

The token’s full name


symbol

symbol: string

Defined in: src/components/thread/SelectTokenModal.tsx:22

The token’s symbol (e.g., ‘SOL’, ‘USDC’)