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