Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

loadTokenLists

loadTokenLists<T>(pickedLists?): Promise<{ [key in keyof TokenLists]: TokenLists[key] }>

Defined in: packages/helpers/src/utils/tokens.ts:40

T extends keyof TokenLists[]

T

Promise<{ [key in keyof TokenLists]: TokenLists[key] }>