type IsBuyerApprovedForListingParams = { buyer: Address; listingId: bigint;};
type buyer = Address;
type listingId = bigint;