Type alias SupportedToken

SupportedToken: Omit<PaymasterFeeQuote, "maxGasFeeUSD" | "usdPayment" | "maxGasFee" | "validUntil"> & {
    balance: BalancePayload;
}

Type declaration