Add a function to bulk upload the attribute definitions.
After instantiating a new channel, the data model needs to be added to the Meta Definition. In most cases the data model and the attribute list contains several entries. Currently there needs to be a delay after each call to add a attribute. If not the blockchain will run in concurrency issues since all attribute definition are written to the same key.
Add a function to bulk upload the attribute definitions.
After instantiating a new channel, the data model needs to be added to the Meta Definition. In most cases the data model and the attribute list contains several entries. Currently there needs to be a delay after each call to add a attribute. If not the blockchain will run in concurrency issues since all attribute definition are written to the same key.