GetBuyWithCryptoTransferParams

The parameters for getBuyWithCryptoTransfer function It facilitates a token transfer.

type GetBuyWithCryptoTransferParams = {
amount: string;
chainId: number;
client: ThirdwebClient;
fromAddress: string;
purchaseData?: object;
toAddress: string;
tokenAddress: string;
};