Interface GetTokenAllowListResult

Interface representing the result of Checkout.getTokenAllowList.

interface GetTokenAllowListResult {
    tokens: TokenInfo[];
}

Properties

Properties

tokens: TokenInfo[]

The list of tokens allowed for the specified params.