BuyWithCryptoTransaction

type BuyWithCryptoTransaction = {
chainId: number;
client: ThirdwebClient;
transactionHash: string;
};