BuyWithCryptoTransfer

type BuyWithCryptoTransfer = {
client: ThirdwebClient;
estimatedGasCostUSDCents: number;
fromAddress: string;
paymentToken: QuotePaymentToken;
processingFee: QuotePaymentToken;
toAddress: string;
transactionRequest: PrepareTransactionOptions;
};