Send a quoted swap transaction. See GetBuyWithCryptoQuote for more information on how to get a swap quote.
using Thirdweb.Pay; var txHash = await ThirdwebPay.BuyWithCrypto(wallet, buyWithCryptoquote);
An instance of IThirdwebWallet. This represents the signer of the transaction, which can be any type of wallet provider.
IThirdwebWallet
See GetBuyWithCryptoQuote for more information on the BuyWithCryptoQuoteResult object.
BuyWithCryptoQuoteResult
string: The transaction hash of the swap transaction.
string