deemru / WavesKit

Waves Platform Development Kit for PHP
https://packagist.org/packages/deemru/waveskit
MIT License
24 stars 8 forks source link

Update Asset Info Transaction #14

Closed LuisaFraub closed 4 years ago

LuisaFraub commented 4 years ago

Hi, I would like to use the "Update Asset Info Transaction", but when I've tried to compile an asset script with a restriction on it, I've got an error even if the script was correct in waves-ide.com. Basically I think that it depends on version: is it possible to have this transaction using your library? In the documentation I have not seen this kind of functionality, but... better ask!

Thanks in advance.

deemru commented 4 years ago

From your description i do not see any issues regarding WavesKit.

Update Asset Info Transaction can update only name and description of an asset.

If you want to issue a token -- use txIssue().

Why do you want to use Update Asset Info Transaction?

LuisaFraub commented 4 years ago

You're right, this is not an issue with WavesKit, just a question...

I'm using WavesKit in several ways and one of these is txIssue() to create an NFT. After the issue, I would like to make possible the update of NFT description. Is this possible using WavesKit? How?

deemru commented 4 years ago

Not implemented, but will be soon

LuisaFraub commented 4 years ago

Great! Thank you 👍

deemru commented 4 years ago

https://github.com/deemru/WavesKit/releases/tag/1.0.21