MarketplaceAuction.getMinimumNextBid() method
returns the minimum bid a user can place to outbid the previous highest bid
Signature:
getMinimumNextBid(listingId: BigNumberish): Promise<CurrencyValue>;
Parameters
Parameter | Type | Description |
---|---|---|
listingId | BigNumberish | the listing id of the auction |
Returns:
Promise<CurrencyValue>