The parameters for getBuyHistory function
getBuyHistory
type BuyHistoryParams = { client: ThirdwebClient; count: number; start: number; walletAddress: string;};