type BuyWithCryptoTransaction = { clientId: string; transactionHash: string;};
type clientId = string;
type transactionHash = string;