BuyWithCryptoTransfer
type BuyWithCryptoTransfer = { estimatedGasCostUSDCents: number; fromAddress: string; paymentToken: QuotePaymentToken; processingFee: QuotePaymentToken; toAddress: string;};
type estimatedGasCostUSDCents = number;
type fromAddress = string;
type paymentToken = QuotePaymentToken;
type processingFee = QuotePaymentToken;
type toAddress = string;