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