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