streamr-dev / network

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

feat(sdk)!: `StreamrClient#updateStream()` return type #2855

Closed teogeb closed 1 week ago

teogeb commented 1 week ago

This is a breaking change as this changes the API

Changed the return type from Promise<Stream> to Promise<void>. This unifies the API return types as all other mutators (e.g. setPermissions()) already return Promise<void>.