🪄Update Collection

Use this method to update a collection's metadata

Usage in your script

const alturaUpdateCollection = await AlturaCollection.update(
COLLECTION_ADDRESS,
image,
image_url,
description,
website,
genre
);

Parameters

Last updated