streamr-dev / network

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

feat(sdk)!: Remove `Stream#delete()` #2863

Closed teogeb closed 4 days ago

teogeb commented 1 week ago

This is a breaking change as this changes the API

The method was removed because the Stream class should contain only the most commonly used methods.

It is possible to use StreamrClient#deleteStream() instead.