Calls the "isCurrencyApprovedForListing" function on the contract.
import { isCurrencyApprovedForListing } from "thirdweb/extensions/marketplace"; const result = await isCurrencyApprovedForListing({ contract, listingId: ..., currency: ...,});
function isCurrencyApprovedForListing( options: BaseTransactionOptions<IsCurrencyApprovedForListingParams>,): Promise<boolean>;
The options for the isCurrencyApprovedForListing function.
let options: BaseTransactionOptions<IsCurrencyApprovedForListingParams>;
let returnType: Promise<boolean>;
The parsed result of the function call.