Interface GetWalletAllowListParams

Interface representing the parameters for Checkout.getWalletAllowList.

interface GetWalletAllowListParams {
    type: ALL;
    exclude?: WalletFilter[];
}

Properties

Properties

type: ALL

The type of wallets to filter by.

exclude?: WalletFilter[]

An optional list of wallet filters to exclude from the allowed wallets list.