isCurrencyApprovedForListing

Calls the "isCurrencyApprovedForListing" function on the contract.

Example

import { isCurrencyApprovedForListing } from "thirdweb/extensions/marketplace";
const result = await isCurrencyApprovedForListing({
contract,
listingId: ...,
currency: ...,
});

Parameters

Returns

The parsed result of the function call.