ApproveCurrencyForListingParams

Represents the parameters for the "approveCurrencyForListing" function.

type ApproveCurrencyForListingParams = WithOverrides<{
currency: AbiParameterToPrimitiveType<{
name: "_currency";
type: "address";
}>;
listingId: AbiParameterToPrimitiveType<{
name: "_listingId";
type: "uint256";
}>;
pricePerTokenInCurrency: AbiParameterToPrimitiveType<{
name: "_pricePerTokenInCurrency";
type: "uint256";
}>;
}>;