BuyWithCryptoHistoryParams

The parameters for getBuyWithCryptoHistory function It takes the wallet history address and optional cursor and page size. for paginated results.

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