You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2021. It is now read-only.
To enable sending a message to multiple recipients, I would suggest the following changes:
The JSON key "to" in the message expects a recipient address, i think an array would be better
"to": "["Recipient_1", "Recipient_2",......,"Recipient_n"]"
For RadixMessage class, "to" is of type "RadixAddress". I think it should be changed int something like
"List toAddress" to be able to transfer the recipient addresses.
I think it would be useful if the addReader method of the DataBuilder of the Data class would also accept
lists as parameters. I think the same for storeData API class. Internally in the used DataStore class the
addresses already stored in lists.