BuyHistoryParams

The parameters for getBuyHistory function

type BuyHistoryParams = {
client: ThirdwebClient;
count: number;
start: number;
walletAddress: string;
};