containerHeight
containerHeight: number
isLoadingBalances
isLoadingBalances: boolean
itemHeight
itemHeight: number
onTokenSelect
onTokenSelect: ((token: undefined | {
address: string;
chainId: number;
decimals: number;
extensions?: Record<string,
| undefined
| null
| string
| number
| bigint
| boolean
| Record<string,
| undefined
| null
| string
| number
| bigint
| boolean
| Record<string,
| undefined
| null
| string
| number
| bigint
| boolean>>>;
logoURI?: string;
name: string;
symbol: string;
}) => void)
Optional
showAddTokenButton
showAddTokenButton?: boolean
showBalance
showBalance: boolean
Optional
tokenList
tokenList?: {
address: string;
chainId: number;
decimals: number;
extensions?: Record<string,
| undefined
| null
| string
| number
| bigint
| boolean
| Record<string,
| undefined
| null
| string
| number
| bigint
| boolean
| Record<string,
| undefined
| null
| string
| number
| bigint
| boolean>>>;
logoURI?: string;
name: string;
symbol: string;
}[]