Add opts parameter to StreamrClient#addStreamToStorageNode. That parameter was already in Stream#addToStorageNode method. After this change both methods have unified API.
Other changes
Extracted the implementation to a separate file so that it can be called from both classes.
Add opts parameter to
StreamrClient#addStreamToStorageNode
. That parameter was already inStream#addToStorageNode
method. After this change both methods have unified API.Other changes
Extracted the implementation to a separate file so that it can be called from both classes.