metaplex-foundation / python-api

138 stars 86 forks source link

Add function to update token metadata with parametrized seller fee #18

Closed halaprix closed 3 years ago

halaprix commented 3 years ago

modified the code so it allows updating metadata and does not default the seller fee to 0.

update_token_metadata(self, api_endpoint, mint_token_id, link,  data, creators_addresses, creators_verified, creators_share, fee,...):