Skip to main content

MakeOfferParams type

Signature:

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