Closed franjohn21 closed 8 months ago
This PR enables bulk listings in the marketplace contract.
It adds a new createOrUpdateListings function is the bulk version of createOrUpdateListing and allows passing multiple listings to update at a time.
createOrUpdateListings
createOrUpdateListing
This PR enables bulk listings in the marketplace contract.
It adds a new
createOrUpdateListings
function is the bulk version ofcreateOrUpdateListing
and allows passing multiple listings to update at a time.