Home > @3rdweb/sdk > IMarketplace > acceptDirectListingOffer
Accepts the offer of the specified wallet in addressofOfferor.
Signature:
acceptDirectListingOffer(listingId: BigNumberish, addressOfOfferor: string): Promise<void>;
| Parameter | Type | Description |
|---|---|---|
| listingId | BigNumberish | The listing Id to accept the offer for. |
| addressOfOfferor | string | The address of the offeror. |
Returns:
Promise<void>