-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Having to query the previous value of a mosaic restriction/metadata makes the developer have to perform extra queries in order to send one of these transactions.
With the aim of enhancing the developer experience, we could provide with separated services to create MosaicRestrictions/Metadata transactions. The services would allow creating transactions without specifying previous values, and only will work in case of having internet connection.
Idea:
- Service: Request for required values.
- Internal: Query for previous values.
- Internal: Transform the values if necessary (e.g. metadata xor)
- Internal: Create the transaction object
- Service: Return the observable transaction object.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request