BuyWithFiatHistoryParams

The parameters for getBuyWithFiatHistory function

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