Interface GetWalletAllowListResult

Interface representing the result of Checkout.getWalletAllowList.

interface GetWalletAllowListResult {
    wallets: WalletInfo[];
}

Properties

Properties

wallets: WalletInfo[]

A list of WalletInfo objects representing the allowed wallets.