Interface GetTokenAllowListParams

Interface representing the parameters for Checkout.getTokenAllowList.

interface GetTokenAllowListParams {
    type: TokenFilterTypes;
    chainId: ChainId;
    exclude?: TokenFilter[];
}

Properties

Properties

The type of token to retrieve.

chainId: ChainId

The ID of the blockchain network.

exclude?: TokenFilter[]

The tokens to exclude from the list.