MarketplaceDirect.getActiveOffer() method
Get the active offer on a listing
Signature:
getActiveOffer(listingId: BigNumberish, address: string): Promise<Offer | undefined>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| listingId | BigNumberish | the listing id |
| address | string | the address that made the offer |
Returns:
Promise<Offer | undefined>