CurrencyPriceForListingParams

type CurrencyPriceForListingParams = {
currency: Address;
listingId: bigint;
};