MakeOfferParams

type MakeOfferParams = {
  listingId: BigNumberish;
  pricePerToken: Price;
  quantity: Amount;
};