streamr-dev / network

Monorepo containing all the main components of Streamr Network.
574 stars 38 forks source link

feat(sdk): Unify `addStreamToStorageNode` API #2858

Closed teogeb closed 1 week ago

teogeb commented 1 week ago

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.