IsCurrencyApprovedForListingParams

Represents the parameters for the "isCurrencyApprovedForListing" function.

type IsCurrencyApprovedForListingParams = {
currency: AbiParameterToPrimitiveType<{
name: "_currency";
type: "address";
}>;
listingId: AbiParameterToPrimitiveType<{
name: "_listingId";
type: "uint256";
}>;
};